<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SupremeTechs &#187; Applications</title>
	<atom:link href="http://supremetechs.com/category/applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://supremetechs.com</link>
	<description>Anything and everything techy</description>
	<lastBuildDate>Sun, 05 Feb 2012 10:43:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Reset a WordPress password</title>
		<link>http://supremetechs.com/2012/01/24/reset-wordpress-password/</link>
		<comments>http://supremetechs.com/2012/01/24/reset-wordpress-password/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 02:16:36 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[change password in wordpress]]></category>
		<category><![CDATA[reset wordpress password]]></category>
		<category><![CDATA[resset wp password]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=651</guid>
		<description><![CDATA[I'll make this post short and sweet. Let's say you've forgotten your login for a WordPress site. To reset the password to something new, you can simply use a SQL query. If you have access to PHPMyadmin or the MySQL command line, this is really straight forward. From PHPMyAdmin, open the database for the WordPress [...]<p><a href="http://supremetechs.com/2012/01/24/reset-wordpress-password/">Reset a WordPress password</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I'll make this post short and sweet. Let's say you've forgotten your login for a WordPress site. To reset the password to something new, you can simply use a SQL query. If you have access to PHPMyadmin or the MySQL command line, this is really straight forward.</p>
<p>From PHPMyAdmin, open the database for the WordPress installation. If you don't know which database to use, check out your wp-config.php file inside your main WordPress installation folder. You'll find constants defined in that file for your database name and database user. Once you've found the database, you can execute a SQL statement by clicking the SQL button. In there, type:</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;">&nbsp;
<span style="color: #993333; font-weight: bold;">UPDATE</span> wp_user <span style="color: #993333; font-weight: bold;">SET</span> user_pass <span style="color: #66cc66;">=</span> MD5<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;yourpassword&quot;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #993333; font-weight: bold;">WHERE</span> user_login <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">&quot;admin&quot;</span>;</pre></div></div>

<p>That's assuming that your username is "admin". Change it to whatever username you are using. Once you run that SQL statement, your password will be set to whatever you put in "yourpassword". Both the username and password need to be quoted in the SQL statement.</p>
<p>To do the same thing in the MySQL command line, connect to the database with:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">mysql -u<span style="color: #000000; font-weight: bold;">&amp;</span>lt;username<span style="color: #000000; font-weight: bold;">&amp;</span>gt; <span style="color: #660033;">-p</span></pre></div></div>

<p>Substitute &lt;username&gt; with your actual username from the wp-config.php file.<br />
You will be prompted for a password. Use the password from the wp-config.php file.<br />
Once you are logged into the mysql command problem type:</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">USE</span> &amp;lt;databaseName&amp;gt;</pre></div></div>

<p>Substitute the actual database name from the wp-config.php file.<br />
Finally, type the update statement above and hit enter.</p>
<p>After you've updated the table via SQL, you should be able to login to your WordPress installation.</p>
<p><a href="http://supremetechs.com/2012/01/24/reset-wordpress-password/">Reset a WordPress password</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2012/01/24/reset-wordpress-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbean&#8217;s Menus Don&#8217;t work in Linux Mint 12</title>
		<link>http://supremetechs.com/2012/01/11/netbeans-menus-work-linux-mint-12/</link>
		<comments>http://supremetechs.com/2012/01/11/netbeans-menus-work-linux-mint-12/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 18:51:51 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[netbeans menus not working]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=588</guid>
		<description><![CDATA[Gnome3 has some issues. I really like the look and feel of Linux Mint's Gnome3 + Mate interface. However, looks aren't everything. Functionality is important as well. Almost everything works with it but Netbeans is an exception. The menus are completely unusable with it. The quick solution is to select "Gnome Classic" when you login. [...]<p><a href="http://supremetechs.com/2012/01/11/netbeans-menus-work-linux-mint-12/">Netbean&#8217;s Menus Don&#8217;t work in Linux Mint 12</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Gnome3 has some issues. I really like the look and feel of <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> Mint's Gnome3 + Mate interface. However, looks aren't everything. Functionality is important as well. Almost everything works with it but Netbeans is an exception. The menus are completely unusable with it. </p>
<p>The quick solution is to select "Gnome Classic" when you login. I like the look of it as well, and at least everything works in it. </p>
<p>While I'm on the subject, why did Gnome decide to take the path it did with version 3. It's too much like Unity, and I hate Unity. Why are they moving to this type of desktop? Gnome 2 may not be the prettiest thing available, but it has been the most usable desktop environment for years. They should have just concentrated on improving the look of it, added a few new features, and worked on any bugs they had laying around. Most people don't like Unity or Gnome 3. This doesn't leave much of a choice other than KDE and XFCE4. Of those, I'd pick XFCE4, but if you have a large userbase like Gnome has, why screw that up by making your new version look like and act like the DE most people are wanting to avoid? I just don't get it.</p>
<p><a href="http://supremetechs.com/2012/01/11/netbeans-menus-work-linux-mint-12/">Netbean&#8217;s Menus Don&#8217;t work in Linux Mint 12</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2012/01/11/netbeans-menus-work-linux-mint-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Freezes Randomly</title>
		<link>http://supremetechs.com/2011/12/28/windows-7-freezes-randomly/</link>
		<comments>http://supremetechs.com/2011/12/28/windows-7-freezes-randomly/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 18:40:50 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[random windows freezes]]></category>
		<category><![CDATA[windows 7 freeze]]></category>
		<category><![CDATA[windows 7 lockup]]></category>
		<category><![CDATA[windows lockups]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=579</guid>
		<description><![CDATA[I recently reinstalled Windows 7 on my main box because I wanted to do some good screencasts for my PHP Video Tutorials site. After installing a few updates for Windows 7, I started getting a strange issue with audio and video. The OS would glitch. I would get short pauses in video and distortion in [...]<p><a href="http://supremetechs.com/2011/12/28/windows-7-freezes-randomly/">Windows 7 Freezes Randomly</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I recently reinstalled <a href="http://supremetechs.com/category/windows/" >Windows</a> 7 on my main box because I wanted to do some good screencasts for my <a title="PHP video tutorials" href="http://phpvideotutorials.org" target="_blank">PHP Video Tutorials</a> site. After installing a few updates for <a href="http://supremetechs.com/category/windows/" >Windows</a> 7, I started getting a strange issue with audio and video. The OS would glitch. I would get short pauses in video and distortion in the audio.</p>
<p>After killing some processes and services, I soon found out that the problem was with <a href="http://supremetechs.com/category/windows/" >Windows</a> Superfetch. The issue has to do with my SSD drive. So if you have an issue like this and you have a solid state drive, you should try disabling superfetch. After stopping the service, give it a few moments. Play videos and see if you still get the problem.</p>
<p>If you want me to write up a howto on disabling superfetch, leave a comment. If there is any interest, I'll write it up.</p>
<p><a href="http://supremetechs.com/2011/12/28/windows-7-freezes-randomly/">Windows 7 Freezes Randomly</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2011/12/28/windows-7-freezes-randomly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Couldn&#8217;t Load XPCOM</title>
		<link>http://supremetechs.com/2011/11/04/load-xpcom/</link>
		<comments>http://supremetechs.com/2011/11/04/load-xpcom/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 23:32:21 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Couldn't Load XPCOM]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=551</guid>
		<description><![CDATA[If you are like me, you like to use the latest plugins for Firefox (when you use Firefox). Things like Firebug have become a staple for my web browser usage. I also love using Debian as my OS, and the stable version comes with a much older version of Firefox (sans logos and with the [...]<p><a href="http://supremetechs.com/2011/11/04/load-xpcom/">Couldn&#8217;t Load XPCOM</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>If you are like me, you like to use the latest plugins for Firefox (when you use Firefox). Things like Firebug have become a staple for my web browser usage. I also love using Debian as my OS, and the stable version comes with a much older version of Firefox (sans logos and with the name iceweasel). Unless you download older version of plugins, most of the time you'll have trouble installing the plugins you want. </p>
<p>The simple solution is to download and install the latest version of Firefox directly from Mozilla. There's not much of an install process. Just download and uncompress the file. You'll get a firefox directory, which I moved over to my home directory and proceeded to create shortcuts for on my desktop and menus. </p>
<p>If you are using the 64 bit version of the OS, you will quickly run into the "Couldn't Load XPCOM" error. It's obvious that it is a library issue but the error doesn't give you a big clue as to how to fix it. </p>
<p>Good news, the fix is extremely easy. You are lacking some 32 bit libs that are required to run the program.<br />
Fix is by running the following as root or with sudo:</p>
<pre>apt-get install ia32-libs-gtk</pre>
<p>After that, you should be able to run Firefox. Enjoy!</p>
<p><a href="http://supremetechs.com/2011/11/04/load-xpcom/">Couldn&#8217;t Load XPCOM</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2011/11/04/load-xpcom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Best PHP Framework?</title>
		<link>http://supremetechs.com/2010/11/03/php-framework/</link>
		<comments>http://supremetechs.com/2010/11/03/php-framework/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 18:35:45 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[codeignitor]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=524</guid>
		<description><![CDATA[I've been really interested in using a PHP framework. One thing holding me back is deciding which one to work with. It seems that every time I start looking at frameworks, I end up deciding to just code everything manually. The major contenders seem to be Yii, Zend, Symfony, CakePHP, and CodeIgnitor. However, I have [...]<p><a href="http://supremetechs.com/2010/11/03/php-framework/">The Best PHP Framework?</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I've been really interested in using a PHP framework. One thing holding me back is deciding which one to work with. It seems that every time I start looking at frameworks, I end up deciding to just code everything manually. The major contenders seem to be Yii, Zend, Symfony, CakePHP, and CodeIgnitor. However, I have no idea which one I'm going to use. It's hard to decide without learning the ins and outs of each one and making a good decision based on that knowledge.</p>
<p>My latest attempt was with the Zend framework. I was getting into it and realized that most of the documentation for setting it up bases the setup from a virtual host in Apache. This would be fine, but it actually makes development and deployment overly complicated for me. My development environment is a <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> machine that is my main desktop. My production server is my own dedicated server with CPanel. Zend doesn't work very well with this setup from what I can tell.</p>
<p>I want my site to transfer easily between the two environments. I like them to be self-contained as well. I want to throw the framework into a lib folder or link to it in some way. I don't like that the forward-facing web site is in the "public" folder. I want the root of the website to be the forward-facing public website.</p>
<p>I would really like to use Zend because it has a lot of good extensions for utilizing various web services.</p>
<p>I'd like to hear from others. Which framework would you recommend and why?</p>
<p><a href="http://supremetechs.com/2010/11/03/php-framework/">The Best PHP Framework?</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2010/11/03/php-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reddit&#8217;s Interview with Richard Stallman</title>
		<link>http://supremetechs.com/2010/07/30/reddits-interview-richard-stallman/</link>
		<comments>http://supremetechs.com/2010/07/30/reddits-interview-richard-stallman/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 05:58:30 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Interview with RMS]]></category>
		<category><![CDATA[Interview with Stallman]]></category>
		<category><![CDATA[Reddit]]></category>
		<category><![CDATA[RMS]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=515</guid>
		<description><![CDATA[Recently, Reddit users were given the opportunity to ask RMS (Richard M. Stallman) questions. The top 25 were answered by RMS here. For anyone who doesn't know who RMS is, he is the founder of the GNU project. He wrote Emacs and the GCC compiler. Much of what makes up a "GNU/Linux" (don't ever let [...]<p><a href="http://supremetechs.com/2010/07/30/reddits-interview-richard-stallman/">Reddit&#8217;s Interview with Richard Stallman</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Recently, Reddit users were given the opportunity to ask RMS (Richard M. Stallman) questions. The top 25 were answered by RMS <a href="http://blog.reddit.com/2010/07/rms-ama.html">here</a>.</p>
<p>For anyone who doesn't know who RMS is, he is the founder of the GNU project. He wrote Emacs and the GCC compiler. Much of what makes up a "GNU/Linux" (don't ever let him hear you call it "Linux"), is the GNU tools. <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> itself is just the operating system kernel. Although the OS kernel is a very important part of the OS, a base GNU/<a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> system has a ton of software from the GNU project as well. The OS doesn't work without the kernel, and it doesn't do much without the GNU tools. </p>
<p>RMS answered most of the questions as I would expect. The one question that stood out to me, although I haven't made it through the entire list yet, is number 7. The question relates to how the open source world can't create tax software and games that can compete with proprietary software. It's a very good question. RMS mentions that the Free Software Foundation in Latin America does have free tax software. He also says </p>
<blockquote><p>I don't know whether our community will make a "high end video game"<br />
which is free software, but I am sure that if you try, you can stretch<br />
your taste for games so that you will enjoy the free games that we<br />
have developed.</p></blockquote>
<p>Now, this is the part that really made me think. I've always been an advocate of free software, but do I really want to rely on free software to produce video games that compete with some of the games I play on PS3? I truly wish that they could make them, because I'd love it, but I don't see it happening. Another major point to that comment is that games have always been the driving force in computer hardware improvements. The computer systems we have right now are only this good because of games. </p>
<p>That may be hard to believe, but for anyone that's been playing PC games for decades, it's common sense. Video games are it. That's what all of this technology was built on. You were either playing games or writing them. Sure, computers have many other useful features, but games are responsible for these beautiful user interfaces and awesome sound. </p>
<p>Games kept getting better. Hardware kept getting better. A huge majority of the research and design came from game sales. All of that wouldn't have happened without proprietary games. </p>
<p>RMS knows that, but RMS isn't worried about games at all. RMS is worried about software freedom and he has many good points. Those same points could be applied to many industries. To me is seems like the old communism vs. capitalism debate. Extremes on both sides suck. It's the happy medium we should strive for.</p>
<p><a href="http://supremetechs.com/2010/07/30/reddits-interview-richard-stallman/">Reddit&#8217;s Interview with Richard Stallman</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2010/07/30/reddits-interview-richard-stallman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LXDE &#8211; The Light-weight Linux Desktop Environment</title>
		<link>http://supremetechs.com/2010/07/21/lxde-lightweight-linux-desktop-environment/</link>
		<comments>http://supremetechs.com/2010/07/21/lxde-lightweight-linux-desktop-environment/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 08:10:21 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[mint lxde]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=512</guid>
		<description><![CDATA[I was reading a post over at the Linux Mint Blog and found that I'm a bit behind on my Linux news. I've never heard of LXDE. Now my desktop environment of choice is Gnome, usually. I also like XFCE, but Gnome has all the features and rarely lets me down. I like the variety [...]<p><a href="http://supremetechs.com/2010/07/21/lxde-lightweight-linux-desktop-environment/">LXDE &#8211; The Light-weight Linux Desktop Environment</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I was reading a post over at the <a href="http://www.linuxmint.com/blog/?p=1473">Linux Mint Blog</a> and found that I'm a bit behind on my <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> news. I've never heard of LXDE. Now my desktop environment of choice is Gnome, usually. I also like XFCE, but Gnome has all the features and rarely lets me down. I like the variety in <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> so I was glad to see yet another desktop environment.</p>
<p>LXDE seems to be geared toward netbooks and other cloud-client computers. <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> has many light-weight desktop environments, and even though I like variety, sometimes I wish that they would all come together and work together. </p>
<p>This leads me to a pitfall of open source. It's also an advantage. Those are complete contradictions, but there's really no other way to explain it. I lean more toward the advantage side of things but sometimes I wonder if the different projects could be merged as much as they are split.</p>
<p>It seems that it's perfectly logical for developers to split from a project and create a fork, but rarely do two projects merge to form a super project. Perhaps open source in general needs more merging to balance out the massive amounts of forks....just a thought.</p>
<p><a href="http://supremetechs.com/2010/07/21/lxde-lightweight-linux-desktop-environment/">LXDE &#8211; The Light-weight Linux Desktop Environment</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2010/07/21/lxde-lightweight-linux-desktop-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse issues in Linux Mint</title>
		<link>http://supremetechs.com/2010/01/10/eclipse-issues-linux-mint/</link>
		<comments>http://supremetechs.com/2010/01/10/eclipse-issues-linux-mint/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 15:38:41 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Aptana issues in LinuxMint]]></category>
		<category><![CDATA[Aptana problem in Linux Mint]]></category>
		<category><![CDATA[Eclipse error in Mint]]></category>
		<category><![CDATA[Eclipse not working correctly in Linux Mint]]></category>
		<category><![CDATA[Eclipse problem in LinuxMint]]></category>

		<guid isPermaLink="false">http://supremetechs.com/wordpress/?p=462</guid>
		<description><![CDATA[I've been wrestling with IDEs and OSs for the past few days, trying to decide which would be best for Javascript and PHP development. I had been using Netbeans. I absolutely love Netbeans, but I found that editing Javascript in it was somewhat lacking. I was having trouble keeping up with my nested anonymous functions [...]<p><a href="http://supremetechs.com/2010/01/10/eclipse-issues-linux-mint/">Eclipse issues in Linux Mint</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I've been wrestling with IDEs and OSs for the past few days, trying to decide which would be best for Javascript and PHP development. I had been using Netbeans. I absolutely love Netbeans, but I found that editing Javascript in it was somewhat lacking. I was having trouble keeping up with my nested anonymous functions and thought it'd be a good time to try out other alternatives. </p>
<p>I bounced around between <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> Mint, Mac OS X, and <a href="http://supremetechs.com/category/windows/" >Windows</a> 7. I find that I would really like to program on my Macbook Pro, but it just doesn't feel comfortable. There's something about the keyboard setup or something that just annoys me. It's more of a problem with my familiarity with the keyboard, I think.  At any rate, after messing with Eclipse, Netbeans, and Textmate on my Mac, I decided it was going to be a no-go.</p>
<p><a href="http://supremetechs.com/category/windows/" >Windows</a> 7 presented a problem in the fact that XAMPP seems to have issues with sessions. They work but almost at random, creating a new session will lock up the entire web server. When you are developing a website which uses Sessions for user logins, that creates a problem. So, I decided it would be in my best interest to use <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a>, which seems to be made for programmers, because most programming related things work great in it and the fact that you almost have to be a programmer to get some things to work correctly in it. Though, that is an outdated misconception, but everyone still seems to believe it. </p>
<p>I had been using <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> for most of the development of my new project anyway. So, there was no transition there. I'm using SVN on a server machine so it really didn't matter which OS or IDE I decided upon for that. They are all pretty universal in their ability to handle SVN. The major exception was Mac OS X which didn't include the ssh-askpass command needed to tunnel SVN through ssh correctly. I was able to find a shell script that handled the ssh-askpass function, however. Textmate didn't really work well, either, because it didn't really have robust SVN integration. It was pretty much just like manual SVN. I also needed separate programs for Diff and Merge. That was lacking and clunky. I was spoiled by Netbeans' built-in Merge, Diff, SVN, and so forth. </p>
<p>I thought I'd give Aptana a try. It is a PHP developer plugin for Eclipse. It is also available in a standalone package. I had various problems with the standalone version of Aptana so I decided to install Eclipse from the LinuxMint/Ubuntu repositories. Eclipse worked great, and Aptana installed perfectly. However, I needed the SVN tools that are Aptana add-ons. They wouldn't install. There was a version conflict with the version of Eclipse in the LinuxMint/Ubuntu repositories. </p>
<p>So I decided to install the latest version of Eclipse. I downloaded and ran the latest version and found that there were UI issues. This brings me to the subject of this post. The UI issues were a major roadblock, so I searched for a solution. The problem, I believe, stems from compositing inside Gnome. Unlike Ubuntu, I couldn't find an easy way to turn off compositing inside LinuxMint. OH, I'm sure I could disable the compositing extension inside the xorg.conf file, but I really wanted a light switch option. The normal way I would handle this is the Fusion Icon. It didn't seem to work. I also tried disabling effects from the Gnome Appearances menu option. Compositing just wouldn't turn off that easily. </p>
<p>So here is the solution for Eclipse and Aptana inside <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> Mint.<br />
<code><br />
GDK_NATIVE_WINDOWS=true /opt/eclipse/eclipse<br />
</code></p>
<p>That will work if eclipse is installed in /opt/eclipse, but I just had mine downloaded to my home folder. It doesn't really matter. You would just change the /opt/eclipse/eclipse to your actual executable path. The key here is to add the GDK_NATIVE_WINDOWS=true before the eclipse command. </p>
<p>I'm about to create a shortcut to do this for me. Now all my buttons will work when I click on them. That's convenient huh. </p>
<p><a href="http://supremetechs.com/2010/01/10/eclipse-issues-linux-mint/">Eclipse issues in Linux Mint</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2010/01/10/eclipse-issues-linux-mint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resetting WordPress Passwords Manually</title>
		<link>http://supremetechs.com/2010/01/10/resetting-wordpress-passwords-manually/</link>
		<comments>http://supremetechs.com/2010/01/10/resetting-wordpress-passwords-manually/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 05:09:01 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[wordpress password encription]]></category>
		<category><![CDATA[Wordpress password reset]]></category>

		<guid isPermaLink="false">http://supremetechs.com/wordpress/?p=459</guid>
		<description><![CDATA[I've had to do this for my wife and her mom both, so I thought I would share this with anyone who needs to reset a WordPress password. I personally love WordPress. You can build any type of site with it, not just a blog. If you have created a WordPress site but haven't visited [...]<p><a href="http://supremetechs.com/2010/01/10/resetting-wordpress-passwords-manually/">Resetting WordPress Passwords Manually</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I've had to do this for my wife and her mom both, so I thought I would share this with anyone who needs to reset a WordPress password. I personally love WordPress. You can build any type of site with it, not just a blog. If you have created a WordPress site but haven't visited the admin dashboard in a while, you may have forgotten your password. I thought that WordPress would email you a lost password, but maybe they didn't put in their correct email address. It could have also been the installation script they used through cPanel. Whichever the case, they couldn't get into their dashboard and they needed their passwords sent to them. </p>
<p>There's a very easy way to reset that password through SQL. Whether you are using phpmyadmin or some other SQL client to access your databases, you'll want to use the following SQL statement to reset your password:<br />
<code>UPDATE wp_users SET user_pass=md5('password1') WHERE ID=1;<code></p>
<p>You can change password1 to whatever you want. I'm amazed that WordPress passwords aren't stored with more encryption than a simple MD5 hash. It's secure enough, don't get me wrong. I'm just surprised that the WordPress developers didn't opt for more.</p>
<p>Oh well, I hope that helps someone in a pinch.</p>
<p><a href="http://supremetechs.com/2010/01/10/resetting-wordpress-passwords-manually/">Resetting WordPress Passwords Manually</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2010/01/10/resetting-wordpress-passwords-manually/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another look at Google Chrome</title>
		<link>http://supremetechs.com/2009/12/13/google-chrome/</link>
		<comments>http://supremetechs.com/2009/12/13/google-chrome/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 04:11:36 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Adblock Plus]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Forecastfox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Google Chrome OS]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Web application]]></category>

		<guid isPermaLink="false">http://supremetechs.com/wordpress/?p=455</guid>
		<description><![CDATA[I've never published a "first look at Google Chrome", but I have been excited about it before. By Google Chrome, I'm referring to Google's webkit-based browser, not the Chrome OS. When it was announced that Google was releasing it's own browser, I wasn't extremely excited. Then once it was available, I downloaded it to see [...]<p><a href="http://supremetechs.com/2009/12/13/google-chrome/">Another look at Google Chrome</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I've never published a "first look at Google Chrome", but I have been excited about it before. By Google Chrome, I'm referring to Google's webkit-based browser, not the Chrome OS.</p>
<p>When it was announced that Google was releasing it's own browser, I wasn't extremely excited. Then once it was available, I downloaded it to see how well it performed. I was amazed. The javascript executing was blazing fast. I'd never seen a web application respond so well. So, I suddenly became very excited about it and wanted to adopt it as my main browser. </p>
<p>This was soon shot down by the fact that I rely too heavily on certain extensions in Firefox, namely Gmail Notifier, Firebug, ForecastFox, and Adblock Plus. So, I had to keep using Firefox and hoped that one day Firefox would be able to handle javascript as good as Chrome. </p>
<p>Well the opposite has happened. Chrome now has extensions. I'm a little worried that it will be bloated and start performing slowly like Firefox. Firefox was once a lean mean browser. Now it is a bloated mess. It has started crashing without warming in <a href="http://supremetechs.com/category/windows/" >Windows</a> 7. I was once a Firefox advocate and I still like the browser, but it has been going downhill for the past year or two. Let's hope that Chrome doesn't follow down this path. </p>
<p>Firefox shouldn't even be that bloated. Sure, the extensions probably add to memory usage and Firefox reserves memory if it's available, but should a browser really be using half a gig of RAM? Seriously?</p>
<p>Chrome doesn't use less memory but it sure responds better. Adding extensions doesn't seem to lower performance either. I've added a GMail notifier, Google Wave Notifier, Forecastfox weather, Firebug Lite, and a couple other extensions and there is no noticeable change what-so-ever. </p>
<p>Now that these extensions are available for Chrome, I think it's time for me to take the next step. Chrome will be my main browser as soon as the extensions are available for the Mac and <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> versions. It's already going to be my main browser in <a href="http://supremetechs.com/category/windows/" >Windows</a>.</p>
<p>So, if you took a look at Chrome when it first came out, this may be a good time to look at it again. There are a few added features that may change your mind about it as well. </p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/d51316e3-b398-4e01-b347-9d6a7eb32357/" title="Reblog this post [with Zemanta]"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=d51316e3-b398-4e01-b347-9d6a7eb32357" alt="Reblog this post [with Zemanta]" style="border:none;float:right"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
<p><a href="http://supremetechs.com/2009/12/13/google-chrome/">Another look at Google Chrome</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2009/12/13/google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

