<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>TipsFor.us</title>
	
	<link>http://tipsfor.us</link>
	<description>Tech Tips, Reviews, Tutorials, Occasional Rants</description>
	<lastBuildDate>Fri, 12 Apr 2013 15:07:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TipsForUs" /><feedburner:info uri="tipsforus" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>TipsForUs</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Help!  My Site Was Hacked!</title>
		<link>http://feedproxy.google.com/~r/TipsForUs/~3/vUkwym_-xjI/</link>
		<comments>http://tipsfor.us/2013/01/14/help-my-site-was-hacked/#comments</comments>
		<pubDate>Tue, 15 Jan 2013 03:50:17 +0000</pubDate>
		<dc:creator>Everett - TipsFor.us</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://tipsfor.us/?p=2867</guid>
		<description><![CDATA[What you can do if your site was hacked<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/2012/11/05/the-importance-of-unique-passwords/"     class="crp_title">The Importance of Unique Passwords</a></li><li><a href="http://tipsfor.us/2013/01/11/securing-your-email-via-2-step-verification/"     class="crp_title">Securing Your Email via 2-Step Verification</a></li><li><a href="http://tipsfor.us/2011/03/05/releasing-new-versions-of-your-wordpress-plugins/"     class="crp_title">Releasing New Versions of your WordPress Plugins</a></li><li><a href="http://tipsfor.us/2011/04/18/comparison-of-vps-providers/"     class="crp_title">Comparison of VPS Providers</a></li><li><a href="http://tipsfor.us/2011/12/30/review-of-web-based-project-management-software/"     class="crp_title">Review of Web-based Project Management Software</a></li></ul></div><p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2013/01/14/help-my-site-was-hacked/">Help!  My Site Was Hacked!</a></p>
]]></description>
				<content:encoded><![CDATA[<p>This can happen to the best of us. Hacks suck. There is no formulaic response to them that is guaranteed to fix your site, but I&#8217;m going to outline a few steps that might get you back in the saddle and hopefully help you identify the extent of the damage. The most common type of hack I see is against sites running known systems (like WordPress) where the hacker modifies the index.php file and prints extra code into the pages. This causes visitors to inadvertently download malicious code and it causes Google to black-list your site. Did this happen to you? Keep reading&#8230;<span id="more-2867"></span></p>
<p><strong>1. Verify that no sensitive data was on the server.</strong> It&#8217;s a whole other ballgame if you were storing credit card or social security numbers. In a nutshell, never store sensitive data on your server! It&#8217;s too hot to handle! Let a professional store that stuff. If you did have sensitive data on your server, you can stop reading now, because you need to hire a professional security consultant (and possibly a lawyer) to help dig you out of this mess.</p>
<p><strong>2. Take a snapshot of the crime-scene.</strong> Zip up a copy of all files on the site and copy of the database. You should also get copies of your system&#8217;s logs dating back to sometime before the hack occurred. You may not need to touch this stuff ever again, but there&#8217;s a possibility that later on, a security consultant may want to look at your &#8220;bag of evidence&#8221;.</p>
<p><strong>3. Restore from backup.</strong> You did have backups right? Sometimes it is difficult to know which backup to use. Inspect the backups carefully: you want to find a clean copy. Your host should be able to help identify a time frame of when the site was compromised.</p>
<p><strong>4. Determine your Exposure</strong>. If your site was running WordPress (or any CMS), then your database and your database login got exposed. This is simply because if the hacker was able to write to your index.php file, he was certainly able to read your CMS&#8217;s config file (e.g. wp-config.php), and thus able to read everything in the database. You have to assume that any passwords in that database are cracked. You can never use those passwords again.</p>
<p>Important question #1: did you use that same password on other sites (e.g. Gmail, Yahoo, Facebook, etc)? If the answer is yes, <strong>you need to change those passwords immediately</strong>. You&#8217;re in a race against time here: any hacker with an ounce of curiosity will try logging into other sites using the credentials he cracked from your database. This is why you should <a href="http://tipsfor.us/2012/11/05/the-importance-of-unique-passwords/">never reuse a password</a>: if one site gets hacked, the dominos start falling. You can use <a href="https://agilebits.com/">1password</a> or a similar tool to help you manage your passwords.</p>
<p>Important question #2: does your database login have access to other databases? If the MySQL user you used had access to other databases, you have to assume that any data in those databases was also compromised (including passwords). So you may need to force a password update for those sites too. The lesson here: NEVER grant a MySQL user access to more databases than it absolutely needs.</p>
<p>Important question #3: did you use the same username/password for anything else on your server? Like your FTP login or your cPanel password. If you made that mistake, then you need to assume that the hacker compromised everything that he would have been able to see with that login. If this is your cPanel or WHM control panel, then it&#8217;s possible that ALL sites on that server or the server itself were compromised. At that point, you may need to restore your entire server or set up a new one entirely. Again, if you find yourself in this situation, consult with your hosting provider or find a qualified security professional.</p>
<p><strong>5. Consult with your hosting provider or sysadmin.</strong> You need to figure out what files the hacker would have had access to. In a PHP site, that means that you would have to figure out what user and group PHP was running as. If you determine that the hacker was able to get root privileges, then you have to assume that any passwords on your server were harvested and cracked, and all sites and all data on the server were compromised. At that point, you need to restore your entire server. If you determine that only your home-directory was exposed, then you can continue patching things up. Make sure that no sensitive files were anywhere in that your user&#8217;s home dir. Some juicy targets for downloading might be any notes with logins or backup files that contained other configuration files.</p>
<p>It&#8217;s usually not 100% clear how exactly a hacker got in&#8230; an unpatched WordPress plugin might not be as bad as an unpatched version of OpenSSH. Your sysadmin might be able to help determine the attack vector. If you want to sniff around, google names and versions of WordPress and/or plugins on www.exploit-db.com &#8212; it&#8217;s a one-stop shop for hackers, so if you see something on there that matches what you were running, it&#8217;s probably a good indicator that that&#8217;s how they got in. Hopefully your hosting provider will shoot you straight about what versions of software they were running &#8212; most hosts worth their salt will keep their servers patched, and most often, it&#8217;s the users who forgot to update something on their site. If you are reasonably certain that the hacker did not gain root privileges, then you can keep going&#8230;</p>
<p><strong>6. Change ALL passwords on the server.</strong> The database login credentials were exposed via the config file, so you&#8217;ll have to change your database login at a minimum, but it&#8217;s a good idea to swap out other credentials at this time too &#8212; it&#8217;s possible that there were keyloggers or other payloads that harvested those other logins, so you&#8217;ll want to update them. REMEMBER: you need to do this even if you were able to restore from backup.</p>
<p><strong>7. Update all your files.</strong> Update your server (if possible), your version of your CMS, any plugins, any themes, etc. Basically, if you can re-install something on your site, do it. You don&#8217;t know for sure if the backup had the same vulnerability, and it&#8217;s possible you may just be repeating this exercise in a few weeks if the same vulnerability is exploited again. Really the only stuff you want to keep is stuff that you (or other users) generated, i.e. content. Everything else should be re-installed from a trusted source. Inspect your content carefully for any strange code or payloads&#8230; it&#8217;s possible that the backup you restored from may not have been clean.</p>
<p><strong>8. Notify Google.</strong> Presumably, this whole affair got your site black-listed from Google, so once you&#8217;ve cleaned up the damage, you need to fill out a form with Google and request that they re-scan your site. Often you have to specify what steps you took to clean things up. You should expect your site to black-listed for 48 hours. Sometimes you&#8217;ll be back online faster than that, but the time frame is not predictable.</p>
<p>Hope this helps those people who have found themselves in this unenviable situation. If you need more of a post-mortem than this, or if you need more protection moving forward, you can look into monitoring services or having a penetration test done. Security is one of those areas where it can be hard to know when to stop &#8212; it is a journey more than a destination, and at some point you have to strike a balance to get a setup that has acceptable risk.</p>
<p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2013/01/14/help-my-site-was-hacked/">Help!  My Site Was Hacked!</a></p>
<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/2012/11/05/the-importance-of-unique-passwords/"     class="crp_title">The Importance of Unique Passwords</a></li><li><a href="http://tipsfor.us/2013/01/11/securing-your-email-via-2-step-verification/"     class="crp_title">Securing Your Email via 2-Step Verification</a></li><li><a href="http://tipsfor.us/2011/03/05/releasing-new-versions-of-your-wordpress-plugins/"     class="crp_title">Releasing New Versions of your WordPress Plugins</a></li><li><a href="http://tipsfor.us/2011/04/18/comparison-of-vps-providers/"     class="crp_title">Comparison of VPS Providers</a></li><li><a href="http://tipsfor.us/2011/12/30/review-of-web-based-project-management-software/"     class="crp_title">Review of Web-based Project Management Software</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TipsForUs?a=vUkwym_-xjI:CHPtukayt1o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=vUkwym_-xjI:CHPtukayt1o:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=vUkwym_-xjI:CHPtukayt1o:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=vUkwym_-xjI:CHPtukayt1o:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=vUkwym_-xjI:CHPtukayt1o:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=vUkwym_-xjI:CHPtukayt1o:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=vUkwym_-xjI:CHPtukayt1o:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=vUkwym_-xjI:CHPtukayt1o:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=vUkwym_-xjI:CHPtukayt1o:3QFJfmc7Om4"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=vUkwym_-xjI:CHPtukayt1o:3QFJfmc7Om4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TipsForUs/~4/vUkwym_-xjI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tipsfor.us/2013/01/14/help-my-site-was-hacked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tipsfor.us/2013/01/14/help-my-site-was-hacked/</feedburner:origLink></item>
		<item>
		<title>Securing Your Email via 2-Step Verification</title>
		<link>http://feedproxy.google.com/~r/TipsForUs/~3/jTg8WpNCZ9s/</link>
		<comments>http://tipsfor.us/2013/01/11/securing-your-email-via-2-step-verification/#comments</comments>
		<pubDate>Fri, 11 Jan 2013 20:53:14 +0000</pubDate>
		<dc:creator>Everett - TipsFor.us</dc:creator>
				<category><![CDATA[Nerd Stuff]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://tipsfor.us/?p=2860</guid>
		<description><![CDATA[Take advantage of stronger security and lock down your Google Email account today.<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/2012/11/05/the-importance-of-unique-passwords/"     class="crp_title">The Importance of Unique Passwords</a></li><li><a href="http://tipsfor.us/2013/01/14/help-my-site-was-hacked/"     class="crp_title">Help!  My Site Was Hacked!</a></li><li><a href="http://tipsfor.us/plugins/custom-content-type-manager/"     class="crp_title">Custom Content Type Manager</a></li><li><a href="http://tipsfor.us/2011/04/22/comparing-online-invoice-software/"     class="crp_title">Comparing Online Invoice Software</a></li><li><a href="http://tipsfor.us/2011/03/05/releasing-new-versions-of-your-wordpress-plugins/"     class="crp_title">Releasing New Versions of your WordPress Plugins</a></li></ul></div><p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2013/01/11/securing-your-email-via-2-step-verification/">Securing Your Email via 2-Step Verification</a></p>
]]></description>
				<content:encoded><![CDATA[<p>It is vitally important to keep your email account as secure as possible.  Google is one organization that emphasizes security, so take advantage of it!  For Google Mail, it is easy to enable 2-step authentication.  The idea is simple: in order to log in, you must provide something that you <strong>know</strong> (your password) and something that you <strong>have</strong> (your phone).  </p>
<p>Think about this for a moment&#8230; normally if someone gets ahold of your email password, they could read your email (or impersonate you!).  Think about it a bit more: once a hacker is in your email, they can visit other sites (like Facebook, PayPal, or ???) and they can easily click the &#8220;I Forgot my Password&#8221; link, and <em>POOF</em>: they&#8217;ll be able to log into <em>any</em> site that uses that email address.<span id="more-2860"></span></p>
<p>The bottom line is that a hacked email account can start a chain reaction that can destroy your digital life.  But with Google Mail, there are steps you can take to prevent this.</p>
<p>Here&#8217;s a brief video showing you how to set this up.  If you&#8217;re not the domain administrator, then you can follow along with steps 4-7 below.</p>
<p><a href="http://tipsfor.us/2013/01/11/securing-your-email-via-2-step-verification/"><em>Click here to view the embedded video.</em></a></p>
<h3>Enabling 2-Step Authentication in Google Mail</h3>
<p>If you are not the domain administrator (e.g. if you are an employee) and you know that your domain administrator has already enabled this, then you can jump to step 4.</p>
<ol>
<li>Log into the Google Mail account that is the administrator for your domain.</li>
<li>Click the Gear icon at top-right and click the &#8220;Manage&#8221; Link.  That should bring up the administrator control panel.
</li>
<li>Click on the &#8220;Advanced Tools&#8221; tab, then check the box labeled &#8220;Allow Users to turn on 2-Step authentication&#8221;.</li>
<li>Head back to the mail page by clicking the &#8220;Mail&#8221; link at the top of the screen.  (If you&#8217;re not the domain administrator, this is where you would begin: inside your Google Mail home page).</li>
<li>Click your email address at the top right: this should open a drop-down menu.  Click the &#8220;Account&#8221; link next to your account avatar image.</li>
<li>Click the &#8220;Security&#8221; link in the left-hand menu.</li>
<li>In the &#8220;2-step Verification&#8221; section, click the &#8220;Settings&#8221; link and enter in a valid phone number.</li>
</ol>
<p>See also <a href="http://support.google.com/accounts/bin/answer.py?hl=en&#038;answer=180744" title="Google's Docs on 2-Factor Auth">Google&#8217;s official documentation</a>.</p>
<h3>Using Mail Applications</h3>
<p>For our friends using iPads, smart phones, etc. and who are running a Mail application, you have to set up an &#8220;Application Password&#8221; for these applications.  These single-use passwords are intended for use by a single application, and they bypass the 2-factor authentication.   This is necessary because some applications don&#8217;t yet support 2-factor authentication, so the application-specific passwords offer a workaround that still takes advantage of the stronger security features.</p>
<p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2013/01/11/securing-your-email-via-2-step-verification/">Securing Your Email via 2-Step Verification</a></p>
<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/2012/11/05/the-importance-of-unique-passwords/"     class="crp_title">The Importance of Unique Passwords</a></li><li><a href="http://tipsfor.us/2013/01/14/help-my-site-was-hacked/"     class="crp_title">Help!  My Site Was Hacked!</a></li><li><a href="http://tipsfor.us/plugins/custom-content-type-manager/"     class="crp_title">Custom Content Type Manager</a></li><li><a href="http://tipsfor.us/2011/04/22/comparing-online-invoice-software/"     class="crp_title">Comparing Online Invoice Software</a></li><li><a href="http://tipsfor.us/2011/03/05/releasing-new-versions-of-your-wordpress-plugins/"     class="crp_title">Releasing New Versions of your WordPress Plugins</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TipsForUs?a=jTg8WpNCZ9s:e8lR63Dtets:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=jTg8WpNCZ9s:e8lR63Dtets:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=jTg8WpNCZ9s:e8lR63Dtets:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=jTg8WpNCZ9s:e8lR63Dtets:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=jTg8WpNCZ9s:e8lR63Dtets:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=jTg8WpNCZ9s:e8lR63Dtets:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=jTg8WpNCZ9s:e8lR63Dtets:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=jTg8WpNCZ9s:e8lR63Dtets:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=jTg8WpNCZ9s:e8lR63Dtets:3QFJfmc7Om4"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=jTg8WpNCZ9s:e8lR63Dtets:3QFJfmc7Om4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TipsForUs/~4/jTg8WpNCZ9s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tipsfor.us/2013/01/11/securing-your-email-via-2-step-verification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tipsfor.us/2013/01/11/securing-your-email-via-2-step-verification/</feedburner:origLink></item>
		<item>
		<title>The Importance of Unique Passwords</title>
		<link>http://feedproxy.google.com/~r/TipsForUs/~3/MbWOhhB72Y8/</link>
		<comments>http://tipsfor.us/2012/11/05/the-importance-of-unique-passwords/#comments</comments>
		<pubDate>Mon, 05 Nov 2012 17:30:47 +0000</pubDate>
		<dc:creator>Everett - TipsFor.us</dc:creator>
				<category><![CDATA[Nerd Stuff]]></category>

		<guid isPermaLink="false">http://tipsfor.us/?p=2843</guid>
		<description><![CDATA[This is a topic that Brian and I have spoken about in several posts, but take a minute to think about it: what could happen if a hacker cracked just one of your passwords? You may not think your information is really very special&#8230; so what if someone reads your email to your mother, right? [...]<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/2013/01/14/help-my-site-was-hacked/"     class="crp_title">Help!  My Site Was Hacked!</a></li><li><a href="http://tipsfor.us/2013/01/11/securing-your-email-via-2-step-verification/"     class="crp_title">Securing Your Email via 2-Step Verification</a></li><li><a href="http://tipsfor.us/2011/04/18/comparison-of-vps-providers/"     class="crp_title">Comparison of VPS Providers</a></li><li><a href="http://tipsfor.us/2011/09/25/modx-vs-wordpress-revisited/"     class="crp_title">MODx vs. WordPress (revisited)</a></li><li><a href="http://tipsfor.us/2011/04/19/wordpress-vs-modx/"     class="crp_title">WordPress vs. MODx</a></li></ul></div><p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2012/11/05/the-importance-of-unique-passwords/">The Importance of Unique Passwords</a></p>
]]></description>
				<content:encoded><![CDATA[<p>This is a topic that Brian and I have spoken about in several posts, but take a minute to think about it: what could happen if a hacker cracked just one of your passwords?  You may not think your information is really very special&#8230; so what if someone reads your email to your mother, right?  Well, let&#8217;s think about this a bit&#8230;</p>
<p>I just read Parmy Olson&#8217;s <a href="http://www.amazon.com/We-Are-Inside-LulzSec-Insurgency/dp/0316213543/ref=sr_1_1?s=books&#038;ie=UTF8&#038;qid=1352135573&#038;sr=1-1&#038;keywords=anonymous">We Are Anonymous</a>, and one of the most devastating hacks carried out by the hacker group Anonymous was against the cyber security firm <a href="http://nakedsecurity.sophos.com/2011/02/07/hbgary-federal-hacked-and-exposed-by-anonymous/">HBGary Federal</a> and its CEO, Aaron Barr.  One exploit gave the hackers password hashes, which were then cracked, so suddenly hackers had Aaron&#8217;s passwords out in the open: &#8220;kibafo33&#8243;.<span id="more-2843"></span></p>
<p>But here&#8217;s where things get nasty: Aaron (who should have known better), used the &#8220;kibafo33&#8243; password on multiple sites including Twitter, Yahoo, and World of Warcraft.  So with a single weakness in a single web page, suddenly, his whole digital world unraveled.  The hackers were not gentle: Aaron basically lost his job, his reputation, and had to move to a new house just because some juvenile  hacker-pranksters were out for a laugh. It&#8217;s not much consolation that the Anonymous hackers were eventually discovered and arrested.</p>
<p>So just think: what juicy bits of info could someone read in your emails?  Are there naked photos in there?  Do you have emails in there you&#8217;d prefer your wife/girlfriend/husband/boyfriend don&#8217;t see?  Did someone ever email you a password to some other site?  What&#8217;s on that other site?</p>
<p>It doesn&#8217;t take much imagination to realize how thoroughly you can be screwed over by losing control of just one of your online accounts.  If you have used the same password more than once, then take the time fix that now.  We&#8217;ve mentioned it before, but <a href="https://lastpass.com/">LastPass</a> is a great browser plugin to help you store passwords securely and make the task of managing multiple passwords much easier.</p>
<p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2012/11/05/the-importance-of-unique-passwords/">The Importance of Unique Passwords</a></p>
<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/2013/01/14/help-my-site-was-hacked/"     class="crp_title">Help!  My Site Was Hacked!</a></li><li><a href="http://tipsfor.us/2013/01/11/securing-your-email-via-2-step-verification/"     class="crp_title">Securing Your Email via 2-Step Verification</a></li><li><a href="http://tipsfor.us/2011/04/18/comparison-of-vps-providers/"     class="crp_title">Comparison of VPS Providers</a></li><li><a href="http://tipsfor.us/2011/09/25/modx-vs-wordpress-revisited/"     class="crp_title">MODx vs. WordPress (revisited)</a></li><li><a href="http://tipsfor.us/2011/04/19/wordpress-vs-modx/"     class="crp_title">WordPress vs. MODx</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TipsForUs?a=MbWOhhB72Y8:6D8GTwZvsR0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=MbWOhhB72Y8:6D8GTwZvsR0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=MbWOhhB72Y8:6D8GTwZvsR0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=MbWOhhB72Y8:6D8GTwZvsR0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=MbWOhhB72Y8:6D8GTwZvsR0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=MbWOhhB72Y8:6D8GTwZvsR0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=MbWOhhB72Y8:6D8GTwZvsR0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=MbWOhhB72Y8:6D8GTwZvsR0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=MbWOhhB72Y8:6D8GTwZvsR0:3QFJfmc7Om4"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=MbWOhhB72Y8:6D8GTwZvsR0:3QFJfmc7Om4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TipsForUs/~4/MbWOhhB72Y8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tipsfor.us/2012/11/05/the-importance-of-unique-passwords/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://tipsfor.us/2012/11/05/the-importance-of-unique-passwords/</feedburner:origLink></item>
		<item>
		<title>How to Simply Rip DVDs in 64-bit Windows</title>
		<link>http://feedproxy.google.com/~r/TipsForUs/~3/jOGqDOli904/</link>
		<comments>http://tipsfor.us/2012/07/08/how-to-simply-rip-dvds-in-64-bit-windows/#comments</comments>
		<pubDate>Sun, 08 Jul 2012 22:33:41 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.tipsfor.us/?p=614</guid>
		<description><![CDATA[In the past, we&#8217;ve looked at how to easily rip DVDs on the Windows platform. That method still works great, unless you&#8217;re on a 64-bit version of Windows. For those of us now running Windows 7 64-bit, we have a problem: DVD43 &#8211; a required decrypter used in the previous tutorial, does not get along [...]<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/2011/03/05/releasing-new-versions-of-your-wordpress-plugins/"     class="crp_title">Releasing New Versions of your WordPress Plugins</a></li><li><a href="http://tipsfor.us/2012/01/10/how-wordpress-destroyed-the-internet/"     class="crp_title">How WordPress Destroyed the Internet</a></li><li><a href="http://tipsfor.us/2012/01/10/nginx-tops-iis/"     class="crp_title">Microsoft takes another hit: NGINX tops IIS</a></li><li><a href="http://tipsfor.us/2013/01/14/help-my-site-was-hacked/"     class="crp_title">Help!  My Site Was Hacked!</a></li><li><a href="http://tipsfor.us/2011/04/22/comparing-online-invoice-software/"     class="crp_title">Comparing Online Invoice Software</a></li></ul></div><p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2012/07/08/how-to-simply-rip-dvds-in-64-bit-windows/">How to Simply Rip DVDs in 64-bit Windows</a></p>
]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-2834" style="margin: 5px;" title="Handbrake-icon" src="http://tipsfor.us/wp-content/uploads/2012/07/Handbrake-icon.png" alt="Handbrake icon" width="128" height="128" />In the past, we&#8217;ve looked at <a title="Rip DVDs to Video Files Easily with FormatFactory (Windows)" href="http://tipsfor.us/2008/11/17/rip-dvds-to-video-files-easily-with-formatfactory-windows/">how to easily rip DVDs on the Windows platform</a>. That method still works great, unless you&#8217;re on a 64-bit version of Windows. For those of us now running Windows 7 64-bit, we have a problem: DVD43 &#8211; a required decrypter used in the previous tutorial, does not get along well with 64-bit versions of Windows.</p>
<h3>The Solution &#8211; Handbrake with libdvdcss</h3>
<p>There&#8217;s an easy solution to this problem, and it only requires the installation of one software program. I&#8217;ve migrated to the mighty <a title="Handbrake" href="http://handbrake.fr/" target="_blank">Handbrake</a> for all my DVD rips. First, install the <a title="Handbrake downloads" href="http://handbrake.fr/downloads.php">64-bit version of Handbrake</a>. As of this writing, the latest version is 0.9.6.<span id="more-614"></span></p>
<p>With Handbrake installed, make a mental note of its installation location (probably <code>C:\Program Files\Handbrake</code>). Next, download the <code>libdvdcss-2.dll</code> file <a title="libdvdcss - download" href="http://download.videolan.org/pub/libdvdcss/last/win64/" target="_blank">from Handbrake&#8217;s repository</a>. Here&#8217;s a <em>zipped</em> copy of my working file (<a href="http://tipsfor.us/wp-content/uploads/2012/07/libdvdcss.zip">libdvdcss</a>), just in case.</p>
<p>Take your copy of <code>libdvdcss-2.dll</code> and put it inside your Handbrake installation folder, as noted above. Finally, rename the file to <code>libdvdcss.dll</code>.</p>
<p><img class="alignnone size-full wp-image-2836" title="Handbrake folder with libdvdcss" src="http://tipsfor.us/wp-content/uploads/2012/07/Handbrake-folder-with-libdvdcss.png" alt="Handbrake folder with libdvdcss" width="509" height="627" /></p>
<p>&nbsp;</p>
<h3>Let&#8217;er Rip</h3>
<p>You can now launch Handbrake and rip DVDs as usual. The full <a title="Handbrake reference manual" href="https://trac.handbrake.fr/wiki/HandBrakeGuide" target="_blank">Handbrake guide is here</a>, but one quick-and-dirty guide is to:</p>
<ul>
<li>Choose your DVD from the <strong>Source</strong> button</li>
<li>Select your <strong>Title</strong> (you&#8217;re probably looking for the one with the longest duration &#8211; that&#8217;s the full video)</li>
<li>Pick a <strong>Destination</strong> for your ripped video file</li>
<li>Choose a <strong>Preset</strong> on the right side (I tend to stick with Regular &#8211; Normal)</li>
<li>Hit the big, green <strong>Start</strong> button, and let&#8217;er rip!</li>
</ul>
<div id="attachment_2837" class="wp-caption alignnone" style="width: 310px"><a href="http://tipsfor.us/wp-content/uploads/2012/07/Handbrake-Main.png"><img class="size-medium wp-image-2837" title="Handbrake - Main" src="http://tipsfor.us/wp-content/uploads/2012/07/Handbrake-Main-300x183.png" alt="Handbrake - Main window" width="300" height="183" /></a><p class="wp-caption-text">Handbrake &#8211; Click to enlarge</p></div>
<p>That should do it! You should now be able to decrypt and rip DVDs on Windows 7 64-bit. On a personal note, I&#8217;m impressed at how little time it takes to rip a full-length movie on modern hardware versus just a few years ago. I&#8217;m showing my age, but I fondly recall ripping DVDs using my beloved antique workhorse from 2001: an AMD 1600+ processor with 512 MB of DDR 133. Ripping a single DVD might have taken 8 hours or more! Today, it takes minutes. You kids today have no idea how lucky you are.</p>
<p>Okay, that&#8217;s enough nostalgia for this old timer. Get off my lawn, and I&#8217;ll get back to ripping my DVD collection. <img src='http://tipsfor.us/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2012/07/08/how-to-simply-rip-dvds-in-64-bit-windows/">How to Simply Rip DVDs in 64-bit Windows</a></p>
<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/2011/03/05/releasing-new-versions-of-your-wordpress-plugins/"     class="crp_title">Releasing New Versions of your WordPress Plugins</a></li><li><a href="http://tipsfor.us/2012/01/10/how-wordpress-destroyed-the-internet/"     class="crp_title">How WordPress Destroyed the Internet</a></li><li><a href="http://tipsfor.us/2012/01/10/nginx-tops-iis/"     class="crp_title">Microsoft takes another hit: NGINX tops IIS</a></li><li><a href="http://tipsfor.us/2013/01/14/help-my-site-was-hacked/"     class="crp_title">Help!  My Site Was Hacked!</a></li><li><a href="http://tipsfor.us/2011/04/22/comparing-online-invoice-software/"     class="crp_title">Comparing Online Invoice Software</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TipsForUs?a=jOGqDOli904:AyzQeWUyAkY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=jOGqDOli904:AyzQeWUyAkY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=jOGqDOli904:AyzQeWUyAkY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=jOGqDOli904:AyzQeWUyAkY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=jOGqDOli904:AyzQeWUyAkY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=jOGqDOli904:AyzQeWUyAkY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=jOGqDOli904:AyzQeWUyAkY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=jOGqDOli904:AyzQeWUyAkY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=jOGqDOli904:AyzQeWUyAkY:3QFJfmc7Om4"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=jOGqDOli904:AyzQeWUyAkY:3QFJfmc7Om4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TipsForUs/~4/jOGqDOli904" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tipsfor.us/2012/07/08/how-to-simply-rip-dvds-in-64-bit-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tipsfor.us/2012/07/08/how-to-simply-rip-dvds-in-64-bit-windows/</feedburner:origLink></item>
		<item>
		<title>Microsoft takes another hit: NGINX tops IIS</title>
		<link>http://feedproxy.google.com/~r/TipsForUs/~3/LtRq7JhwAMU/</link>
		<comments>http://tipsfor.us/2012/01/10/nginx-tops-iis/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 05:24:23 +0000</pubDate>
		<dc:creator>Everett - TipsFor.us</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://tipsfor.us/?p=2811</guid>
		<description><![CDATA[Microsoft still needs some whipping: their inefficient bloat-ware has set back the development of the internet society by many years.<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/2012/07/08/how-to-simply-rip-dvds-in-64-bit-windows/"     class="crp_title">How to Simply Rip DVDs in 64-bit Windows</a></li><li><a href="http://tipsfor.us/2012/01/10/how-wordpress-destroyed-the-internet/"     class="crp_title">How WordPress Destroyed the Internet</a></li><li><a href="http://tipsfor.us/2011/04/22/comparing-online-invoice-software/"     class="crp_title">Comparing Online Invoice Software</a></li><li><a href="http://tipsfor.us/2011/04/18/comparison-of-vps-providers/"     class="crp_title">Comparison of VPS Providers</a></li><li><a href="http://tipsfor.us/2011/04/19/wordpress-vs-modx/"     class="crp_title">WordPress vs. MODx</a></li></ul></div><p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2012/01/10/nginx-tops-iis/">Microsoft takes another hit: NGINX tops IIS</a></p>
]]></description>
				<content:encoded><![CDATA[<p>Some bloggers have suggested that ripping on Microsoft is going out of style&#8230; but this week Microsoft&#8217;s beleaguered <a h ref="http://www.cmswire.com/cms/web-cms/open-source-web-server-nginx-passes-iis-in-popularity-014050.php">IIS web server got bested by the open source NGINX</a> web server.</p>
<div id="attachment_2813" class="wp-caption aligncenter" style="width: 577px"><a href="http://tipsfor.us/wp-content/uploads/2012/01/nginxActiveStats.png"><img src="http://tipsfor.us/wp-content/uploads/2012/01/nginxActiveStats.png" alt="Web Server Statistics" title="NGINX Active Stats" width="567" height="499" class="size-full wp-image-2813" /></a><p class="wp-caption-text">Microsoft IIS goes down</p></div>
<p>My beefs with Microsoft are many, however, I will tip my hat to Bill Gate&#8217;s many generous donations to charity.  That&#8217;s really the most remarkable thing about Microsoft: it gave birth to one of the most magnanimous philanthropists of an entire generation, and no words can express thanks for that.</p>
<p><span id="more-2811"></span></p>
<p>BUT&#8230;. historically, Microsoft&#8217;s products have typically been poor knock-offs of existing technology.  You get an inferior product AND you have to PAY for it: it&#8217;s the worst kind of insidious lose-lose situation imaginable.</p>
<p>Let&#8217;s take a quick waltz through history and review products that Microsoft has ripped-off (thank you <a href="http://www.dwheeler.com/innovation/microsoft.html">David A. Wheeler</a>):</p>
<ul>
<li><strong>BASIC</strong>: Microsoft&#8217;s BASIC was released in 1975, but BASIC itself had been invented back in 1964</li>
<li><strong>MS-DOS</strong>: 1981 Microsoft released this hastily written knock-off of Unix.</li>
<li><strong>Windows</strong>: Released in 1985, clearly inspired by Apple&#8217;s Macintosh (which, in turn, had been inspired by Xerox PARC).</li>
<li><strong>Windows NT/2000</strong>: finally provided limited multi-user capability by liberally borrowing ideas from the pre-existing VAX VMS and Unix systems.</li>
<li><strong>Word</strong>: Microsoft&#8217;s 1983 knock-off of a word processor was based on Lexitron and Linolex (1972), and WordStar and WordPerfect (1979)</li>
<li><strong>Excel</strong>: Microsoft&#8217;s product borrowed from the original VisiCalc (1978) and Lotus 1-2-3</li>
<li><strong>Access</strong>: uses Codd&#8217;s models, which were developed in 1970 (before Microsoft even existed)</li>
<li><strong>Internet Explorer</strong>:  an extension of the older NCSA Mosaic web browser.</li>
<li><strong>Active Directory</strong>: a re-implementation of the Lightweight Directory Access Protocol (LDAP), with Microsoft&#8217;s proprietary variant of MIT’s Kerberos often being used for identity authentication.</li>
</ul>
<p>Mr. Wheeler sums it up nicely:</p?</p>
<blockquote><p>
All major Microsoft products are essentially re-implementations of previous products; none are fundamentally innovative.
</p></blockquote>
<p>So, who is dumb enough to pay top-dollar for a second-rate product?  Simple: <em>CORPORATIONS</em>.  Big businesses are Microsoft&#8217;s last stronghold.  They are inefficient, bloated organizations incapable of rational thought.  Instead of getting stuff done, corporations are designed to feed you coffee and harvest your pee.  And these legal &#8220;people&#8221; are demonstrably psychopaths who buy Microsoft products.</p>
<p>The thing that is fundamentally wrong with some of these products is that they waste <em>enormous</em> amounts of time.  Take Internet Explorer as an example (ah yes, bring forth the whipping boy): how many hours, days, weeks, months, or <em>YEARS</em> of man-hours has that browser wasted for web designers and developers?  I&#8217;m reminded of the burning of the library at Alexandria or the destruction of non-canonical texts by early Christians: how many hundreds (or thousands) of years did that set back civilization?  What a waste.  And I have to wonder, how many years has Internet Explorer set back our technological civilization?  A similar comparison could be made for IIS.</p>
<p>So to wrap this up, I salute NGINX: may their momentum snuff out the IIS&#8217;s inefficient bloat-ware once and for all.</p>
<p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2012/01/10/nginx-tops-iis/">Microsoft takes another hit: NGINX tops IIS</a></p>
<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/2012/07/08/how-to-simply-rip-dvds-in-64-bit-windows/"     class="crp_title">How to Simply Rip DVDs in 64-bit Windows</a></li><li><a href="http://tipsfor.us/2012/01/10/how-wordpress-destroyed-the-internet/"     class="crp_title">How WordPress Destroyed the Internet</a></li><li><a href="http://tipsfor.us/2011/04/22/comparing-online-invoice-software/"     class="crp_title">Comparing Online Invoice Software</a></li><li><a href="http://tipsfor.us/2011/04/18/comparison-of-vps-providers/"     class="crp_title">Comparison of VPS Providers</a></li><li><a href="http://tipsfor.us/2011/04/19/wordpress-vs-modx/"     class="crp_title">WordPress vs. MODx</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TipsForUs?a=LtRq7JhwAMU:ZkejkJk0eW8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=LtRq7JhwAMU:ZkejkJk0eW8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=LtRq7JhwAMU:ZkejkJk0eW8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=LtRq7JhwAMU:ZkejkJk0eW8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=LtRq7JhwAMU:ZkejkJk0eW8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=LtRq7JhwAMU:ZkejkJk0eW8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=LtRq7JhwAMU:ZkejkJk0eW8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=LtRq7JhwAMU:ZkejkJk0eW8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=LtRq7JhwAMU:ZkejkJk0eW8:3QFJfmc7Om4"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=LtRq7JhwAMU:ZkejkJk0eW8:3QFJfmc7Om4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TipsForUs/~4/LtRq7JhwAMU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tipsfor.us/2012/01/10/nginx-tops-iis/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://tipsfor.us/2012/01/10/nginx-tops-iis/</feedburner:origLink></item>
		<item>
		<title>How WordPress Destroyed the Internet</title>
		<link>http://feedproxy.google.com/~r/TipsForUs/~3/Nrm3M6DgmFQ/</link>
		<comments>http://tipsfor.us/2012/01/10/how-wordpress-destroyed-the-internet/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 07:38:15 +0000</pubDate>
		<dc:creator>Everett - TipsFor.us</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://tipsfor.us/?p=2804</guid>
		<description><![CDATA[How WordPress killed the internet: poor architecture erodes sites from the inside out.<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/plugins/custom-content-type-manager/"     class="crp_title">Custom Content Type Manager</a></li><li><a href="http://tipsfor.us/2011/09/25/modx-vs-wordpress-revisited/"     class="crp_title">MODx vs. WordPress (revisited)</a></li><li><a href="http://tipsfor.us/2011/03/05/releasing-new-versions-of-your-wordpress-plugins/"     class="crp_title">Releasing New Versions of your WordPress Plugins</a></li><li><a href="http://tipsfor.us/2011/04/19/wordpress-vs-modx/"     class="crp_title">WordPress vs. MODx</a></li><li><a href="http://tipsfor.us/2013/01/14/help-my-site-was-hacked/"     class="crp_title">Help!  My Site Was Hacked!</a></li></ul></div><p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2012/01/10/how-wordpress-destroyed-the-internet/">How WordPress Destroyed the Internet</a></p>
]]></description>
				<content:encoded><![CDATA[<p>WordPress is so popular that it is taking over  &#8212; it&#8217;s behind 22% of <a href="http://techcrunch.com/2011/08/19/wordpress-now-powers-22-percent-of-new-active-websites-in-the-us/">all new sites on the internet</a>, but this sets a dangerously poor coding standard.  Our infrastructure is crumbling!</p>
<p>Yes, this is a rant.  My beef today is this: the WordPress manager might be easy to use, but under the hood, it sucks.  There, I said it.  It&#8217;s awful architecture and it has taught thousands of web developers that it&#8217;s Ok to write piss-poor code.  This has single-handedly dumbed-down a whole generation of developers by setting a bad example.  WordPress is the junk food of coding standards: ubiquitous, tastes good, but lacking any nutritional value.</p>
<p>I&#8217;ve ranted about WordPress <a href="http://tipsfor.us/2011/04/19/wordpress-vs-modx/">before</a> but what put me over the top today was the <a href="http://wordpress.org/extend/themes/suffusion">Suffusion Theme</a>.  It looks like a clean layout, so I thought I&#8217;d give it a try.  Holy flaming monkey balls, was I in for a shock!</p>
<p><span id="more-2804"></span></p>
<div id="attachment_2805" class="wp-caption aligncenter" style="width: 598px"><a href="http://tipsfor.us/wp-content/uploads/2012/01/suffusion.jpg"><img src="http://tipsfor.us/wp-content/uploads/2012/01/suffusion.jpg" alt="Suffusion Theme Options" title="Suffusion Theme" width="588" height="335" class="size-full wp-image-2805" /></a><p class="wp-caption-text">Holy Smokes: The Suffusion Theme is not just a Theme</p></div>
<p>This theme not only has a metric-crap-ton of options, it also does the unthinkable: it allows you to register custom post-types and custom taxonomies. Does that sound like something else?  Why, yes, it does: THAT, my friends, is <strong>A PLUGIN.</strong>  Now, no offense to the theme&#8217;s author &#8212; it&#8217;s a clean interface and he obviously takes a lot of pride in his work &#8212; but this type of thing should never occur.  A theme should never introduce extra functionality.  What happens when you change the theme?  Your whole site could collapse.</p>
<p>The conclusions that I have to draw about about the architecture here are pretty negative: WordPress allows (or even encourages) the polluting of application layers in very unhealthy ways.  It&#8217;s a very serious black mark for an application to allow a <em>theme</em> to get away with that.  The view layer should be static: no logic, no functionality, it should merely determine how data is displayed.</p>
<p>This is hardly the end of the architectural infractions WordPress is guilty of, but it is perhaps one of the most obvious.  I&#8217;d better leave it at that: the way WordPress is built allows for severe architectural flaws that make development difficult or impossible.  Buyer beware.</p>
<p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2012/01/10/how-wordpress-destroyed-the-internet/">How WordPress Destroyed the Internet</a></p>
<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/plugins/custom-content-type-manager/"     class="crp_title">Custom Content Type Manager</a></li><li><a href="http://tipsfor.us/2011/09/25/modx-vs-wordpress-revisited/"     class="crp_title">MODx vs. WordPress (revisited)</a></li><li><a href="http://tipsfor.us/2011/03/05/releasing-new-versions-of-your-wordpress-plugins/"     class="crp_title">Releasing New Versions of your WordPress Plugins</a></li><li><a href="http://tipsfor.us/2011/04/19/wordpress-vs-modx/"     class="crp_title">WordPress vs. MODx</a></li><li><a href="http://tipsfor.us/2013/01/14/help-my-site-was-hacked/"     class="crp_title">Help!  My Site Was Hacked!</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TipsForUs?a=Nrm3M6DgmFQ:a1cITB2Cmjc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=Nrm3M6DgmFQ:a1cITB2Cmjc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=Nrm3M6DgmFQ:a1cITB2Cmjc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=Nrm3M6DgmFQ:a1cITB2Cmjc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=Nrm3M6DgmFQ:a1cITB2Cmjc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=Nrm3M6DgmFQ:a1cITB2Cmjc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=Nrm3M6DgmFQ:a1cITB2Cmjc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=Nrm3M6DgmFQ:a1cITB2Cmjc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=Nrm3M6DgmFQ:a1cITB2Cmjc:3QFJfmc7Om4"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=Nrm3M6DgmFQ:a1cITB2Cmjc:3QFJfmc7Om4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TipsForUs/~4/Nrm3M6DgmFQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tipsfor.us/2012/01/10/how-wordpress-destroyed-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tipsfor.us/2012/01/10/how-wordpress-destroyed-the-internet/</feedburner:origLink></item>
		<item>
		<title>Review of Web-based Project Management Software</title>
		<link>http://feedproxy.google.com/~r/TipsForUs/~3/7oWxBTjVej4/</link>
		<comments>http://tipsfor.us/2011/12/30/review-of-web-based-project-management-software/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 05:00:52 +0000</pubDate>
		<dc:creator>Everett - TipsFor.us</dc:creator>
				<category><![CDATA[Nerd Stuff]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.tipsfor.us/?p=1968</guid>
		<description><![CDATA[Help!  I gotta keep track of everything I gotta do!  There is help available to track your projects, you just got to know where to look.<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/2011/04/22/comparing-online-invoice-software/"     class="crp_title">Comparing Online Invoice Software</a></li><li><a href="http://tipsfor.us/2013/01/14/help-my-site-was-hacked/"     class="crp_title">Help!  My Site Was Hacked!</a></li><li><a href="http://tipsfor.us/2011/03/05/releasing-new-versions-of-your-wordpress-plugins/"     class="crp_title">Releasing New Versions of your WordPress Plugins</a></li><li><a href="http://tipsfor.us/2012/07/08/how-to-simply-rip-dvds-in-64-bit-windows/"     class="crp_title">How to Simply Rip DVDs in 64-bit Windows</a></li><li><a href="http://tipsfor.us/2011/04/18/comparison-of-vps-providers/"     class="crp_title">Comparison of VPS Providers</a></li></ul></div><p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2011/12/30/review-of-web-based-project-management-software/">Review of Web-based Project Management Software</a></p>
]]></description>
				<content:encoded><![CDATA[<p>Help!  I gotta keep track of everything I gotta do!  There is help available to track your projects, you just got to know where to look.</p>
<p>A lot of developers, designers, students, and even web-hobbyists have a lot of items on their to-do lists for any particular site or project.  You have to remember to fix that one CSS glitch, or rewrite a page to use some new function&#8230; the lists can be long and daunting.  If you&#8217;re like me, you&#8217;re likely to forget half the stuff you need to do, and if it weren&#8217;t for project management software, I might as well stay in bed.</p>
<p>To put it mildly, there are <em>*a lot*</em> of applications out there that help you track bugs and manage projects, and this article only looks as a handful of them.  Although the general purpose of these web-applications are similar, there are substantial differences in the pricing models, features, and usability, and hopefully this article will help you identify an application that is right for you.  Or, if you&#8217;ve never really thought about using one before, maybe this article can help show you why project management / bug tracking software is good to have around.</p>
<p><span id="more-1968"></span></p>
<p>This post only covers project management.  I&#8217;ve discussed <a href="http://tipsfor.us/2011/04/22/comparing-online-invoice-software/">invoicing softare</a> in another post.  Some of these packages include time-tracking and invoicing, but that&#8217;s just a &#8220;nice-to-have&#8221; for the purposes of this article.</p>
<p><em>DISCLAIMER: I am not affiliated with any of these companies.  None of the links in the article text are affiliate links; I don&#8217;t get a kickback or commission on referrals, I&#8217;m merely sharing my opinions and experiences using the software in the hopes that it&#8217;ll help inform the decisions of others.</em></p>
<p>Here&#8217;s the list&#8230; some of these are hosted solutions (software-as-service), and some you have to download and install.</p>
<h3><a href="http://projects.zoho.com/home.na">Zoho</a></h3>
</p>
<p><strong>Cheapest Option</strong>: Free</p>
</p>
<p><strong># Users</strong>: unlimited</p>
</p>
<p><strong>Wiki?</strong>: yes</p>
</p>
<p><strong>Notes</strong>: This suite of Apps seems like they were hoping to get purchased by Google Apps&#8230; kinda similar, but more labored somehow.</p>
<h3><a href="http://www.myintervals.com/">My Intervals</a></h3>
</p>
<p><strong>Cheapest Option</strong>: Free</p>
</p>
<p><strong># Users</strong>:4</p>
</p>
<p><strong>Wiki?</strong>:yes</p>
</p>
<p><strong>Notes</strong>: You can get 1 project for free&#8230; but the functionality is limited.</p>
<h3><a href="http://bitbucket.org/plans/">Bit Bucket</a></h3>
</p>
<p><strong>Cheapest Option</strong>: Free</p>
</p>
<p><strong># Users</strong>: 5</p>
</p>
<p><strong>Wiki?</strong>: yes</p>
</p>
<p><strong>Notes</strong>: yet another solution&#8230;</p>
<h3><a href="http://unfuddle.com/">Unfuddle</a></h3>
</p>
<p><strong>Cheapest Option</strong>: Free</p>
</p>
<p><strong># Users</strong>: 2</p>
</p>
<p><strong>Wiki?</strong>: Yes, called &#8220;Notebooks&#8221;</p>
</p>
<p><strong>Notes</strong>: This is one of my favorites for hosted solutions.  I recommend Unfuddle &#8212; it&#8217;s not a silver bullet, but Unfuddle is a great tool for maintaining sanity: clean, simple, and easy to use.  If you pay a little bit, you can unlock the best features. </p>
<h3><a href="http://www.codespaces.com/">Code Spaces</a></h3>
</p>
<p><strong>Cheapest Option</strong>: $3.99/mo</p>
</p>
<p><strong># Users</strong>: 2</p>
</p>
<p><strong>Wiki?</strong>: yes</p>
</p>
<p><strong>Notes</strong>: I felt the manager here was heavy&#8230; sorta Windowsy in a bad way, as in the interface needs to lighten up, but did have a good set of features.</p>
<h3><a href="http://fengoffice.com/web/index.php">Feng Office (Formerly OpenGoo)</a></h3>
</p>
<p><strong>Cheapest Option</strong>: $59/mo</p>
</p>
<p><strong># Users</strong>: unlimited</p>
</p>
<p><strong>Wiki?</strong>: yes</p>
</p>
<p><strong>Notes</strong>: this is a popular solution for its thoroughness. &#8212; you <em>have</em> to install it on your servers, which is actually a good thing for people storing sensitive info.</p>
<h3><a href="http://www.achievo.org/">Achievo</a></h3>
</p>
<p><strong>Cheapest Option</strong>: Free</p>
</p>
<p><strong># Users</strong>: unlimited</p>
</p>
<p><strong>Wiki?</strong>:no</p>
</p>
<p><strong>Notes</strong>: This one you have to download and install on a server that runs PHP and MySQL &#8212; it includes features for sales teams.  It&#8217;s built using the ATK framework.</p>
<h3><a href="http://www.projectpier.org/">Project Pier</a></h3>
</p>
<p><strong>Cheapest Option</strong>: Free</p>
</p>
<p><strong># Users</strong>: unlimited</p>
</p>
<p><strong>Wiki?</strong>: yes</p>
</p>
<p><strong>Notes</strong>: you gotta download and install this PHP/MySQL app. This is like the PHP cousin of Redmine, so if you don&#8217;t have the ability or resources to work with Ruby on Rails, this is a nice option.</p>
<h3><a href="http://collabtive.o-dyn.de/">Collabtive</a></h3>
</p>
<p><strong>Cheapest Option</strong>: Free</p>
</p>
<p><strong># Users</strong>: unlimited</p>
</p>
<p><strong>Wiki?</strong>: Yes</p>
</p>
<p><strong>Notes</strong>: This is a clean app &#8212; another one you have to download and install yourself.  It&#8217;s a nice option (try the <a href="http://collabtive.o-dyn.de/demo/">demo</a>).  The only thing I didn&#8217;t care for was that the app relies heavily on icons, so it&#8217;s hard to get your bearings.  Good German engineering!</p>
<h3><a href="http://www.redmine.org/">Redmine</a></h3>
</p>
<p><strong>Cheapest Option</strong>: Free</p>
</p>
<p><strong># Users</strong>: Unlimited</p>
</p>
<p><strong>Wiki?</strong>: Yes</p>
</p>
<p><strong>Notes</strong>: This is my favorite. It&#8217;s not perfect, but it&#8217;s a clean interface and easy to navigate.  The major downside is that you have to install this yourself.  Can you install Ruby on Rails on your server?  No? Then this might not be for you.</p>
<h3><a href="http://basecamphq.com/">BaseCamp</a></h3>
</p>
<p><strong>Cheapest Option</strong>: Free</p>
</p>
<p><strong># Users</strong>:unlimited, but only 1 project.</p>
</p>
<p><strong>Wiki?</strong>: Yes</p>
</p>
<p><strong>Notes</strong>: although this is hugely popular hosted solution and it&#8217;s well integrated with many software projects, this does not have a good ticketing system, and it does not tie into code versioning (e.g. SVN), so I don&#8217;t fully comprehend its popularity.  It&#8217;s pretty good, but it seems over-hyped.</p>
<h3><a href="http://www.fogcreek.com/FogBUGZ/">FogBugz</a></h3>
</p>
<p><strong>Cheapest Option</strong>: $25/mo</p>
</p>
<p><strong># Users</strong>: unlimited</p>
</p>
<p><strong>Wiki?</strong>: yes</p>
</p>
<p><strong>Notes</strong>: This integrates with their <a href="http://www.fogcreek.com/kiln/">Kiln</a> product to tightly integrate bug tracking with code revisions. There&#8217;s another product <a href="https://trello.com/">Trello</a> that does visual project organization, but to be honest, I&#8217;m kinda confused by these interrelated projects.</p>
<h3><a href="http://www.pivotaltracker.com/">Pivotal Tracker</a></h3>
</p>
<p><strong>Cheapest Option</strong>: $7/mo (free for non-profits)</p>
</p>
<p><strong># Users</strong>: 3</p>
</p>
<p><strong>Wiki?</strong>: sorta</p>
</p>
<p><strong>Notes</strong>: This is a serious app from the boys in Boulder for agile development &#8212; they&#8217;ve really thought through the way that large projects should be managed.  It&#8217;s a hosted solution, but they can install it in on-site if needed.</p>
<h3><a href="http://lighthouseapp.com/">Lighthouse</a></h3>
</p>
<p><strong>Cheapest Option</strong>: Free (for open source), otherwise $15/mo</p>
</p>
<p><strong># Users</strong>: 10</p>
</p>
<p><strong>Wiki?</strong>: yes</p>
</p>
<p><strong>Notes</strong>: another clean app.  This is a hosted solution.</p>
<h3><a href="http://code.google.com/">Google Code</a></h3>
</p>
<p><strong>Cheapest Option</strong>: Free</p>
</p>
<p><strong># Users</strong>: unlimited</p>
</p>
<p><strong>Wiki?</strong>: yes</p>
</p>
<p><strong>Notes</strong>: This option is available ONLY for open-source projects.  It&#8217;s clean, with an easy interface. Updating wiki pages and bugs seems to triggers errors not infrequently, but I recommend this for any open source project.  </p>
<h3><a href="http://trac.edgewall.org/">Trac</a></h3>
</p>
<p><strong>Cheapest Option</strong>: Free</p>
</p>
<p><strong># Users</strong>: unlimited</p>
</p>
<p><strong>Wiki?</strong>: yes</p>
</p>
<p><strong>Notes</strong>: A lot of projects use this (e.g. WordPress): You download and install it.  It&#8217;s written in Python and can run on several common databases.</p>
<h3><a href="http://www.mantisbt.org/">Mantis</a></h3>
</p>
<p><strong>Cheapest Option</strong>: Free</p>
</p>
<p><strong># Users</strong>: unlimited</p>
</p>
<p><strong>Wiki?</strong>: yes</p>
</p>
<p><strong>Notes</strong>: It&#8217;s functional, but the UI/UX is pretty crusty.  Sorry to poo-poo the hard work of the devs here, but I never felt like I could get clients to use this app&#8230; it&#8217;s a bit disjointed.</p>
<h3><a href="http://www.atlassian.com/software/jira/overview">Jira</a></h3>
</p>
<p><strong>Cheapest Option</strong>: $10/mo</p>
</p>
<p><strong># Users</strong>: 10</p>
</p>
<p><strong>Wiki?</strong>: Yes</p>
</p>
<p><strong>Notes</strong>: This is popular with big corporations. The biggest disadvantage of this is that it&#8217;s HEAVY: you gotta have a rock-solid sysadmin to setup Tomcat on your server to install this behemoth.</p>
<h3><a href="http://www.bugzilla.org/">Bugzilla</a></h3>
</p>
<p><strong>Cheapest Option</strong>: Free</p>
</p>
<p><strong># Users</strong>: unlimited</p>
</p>
<p><strong>Wiki?</strong>: no</p>
</p>
<p><strong>Notes</strong>: this is a powerful Perl application used by Firefox that can be the public face of your app. You have to download and install this.</p>
<h3><a href="https://github.com/">GitHub</a></h3>
</p>
<p><strong>Cheapest Option</strong>: Free</p>
</p>
<p><strong># Users</strong>: unlimited</p>
</p>
<p><strong>Wiki?</strong>: Yes</p>
</p>
<p><strong>Notes</strong>: this thing is on fire &#8212; GitHub is THE thing right now.  It&#8217;s wiki is a pain in the ass compared to Google Code when it comes to formatting special characters.  Paid plans get private repos.</p>
<hr/>
<p>Hopefully that&#8217;s a good list to help you narrow down your choices.  If that&#8217;s not good enough for you, check out Wikipedia&#8217;s <a href="http://en.wikipedia.org/wiki/Comparison_of_issue_tracking_systems">comparison of issue tracking systems</a></p>
<p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2011/12/30/review-of-web-based-project-management-software/">Review of Web-based Project Management Software</a></p>
<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/2011/04/22/comparing-online-invoice-software/"     class="crp_title">Comparing Online Invoice Software</a></li><li><a href="http://tipsfor.us/2013/01/14/help-my-site-was-hacked/"     class="crp_title">Help!  My Site Was Hacked!</a></li><li><a href="http://tipsfor.us/2011/03/05/releasing-new-versions-of-your-wordpress-plugins/"     class="crp_title">Releasing New Versions of your WordPress Plugins</a></li><li><a href="http://tipsfor.us/2012/07/08/how-to-simply-rip-dvds-in-64-bit-windows/"     class="crp_title">How to Simply Rip DVDs in 64-bit Windows</a></li><li><a href="http://tipsfor.us/2011/04/18/comparison-of-vps-providers/"     class="crp_title">Comparison of VPS Providers</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TipsForUs?a=7oWxBTjVej4:G0nC67YP5Z0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=7oWxBTjVej4:G0nC67YP5Z0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=7oWxBTjVej4:G0nC67YP5Z0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=7oWxBTjVej4:G0nC67YP5Z0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=7oWxBTjVej4:G0nC67YP5Z0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=7oWxBTjVej4:G0nC67YP5Z0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=7oWxBTjVej4:G0nC67YP5Z0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=7oWxBTjVej4:G0nC67YP5Z0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=7oWxBTjVej4:G0nC67YP5Z0:3QFJfmc7Om4"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=7oWxBTjVej4:G0nC67YP5Z0:3QFJfmc7Om4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TipsForUs/~4/7oWxBTjVej4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tipsfor.us/2011/12/30/review-of-web-based-project-management-software/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://tipsfor.us/2011/12/30/review-of-web-based-project-management-software/</feedburner:origLink></item>
		<item>
		<title>Why GoDaddy is a Horrible Host</title>
		<link>http://feedproxy.google.com/~r/TipsForUs/~3/igLehB-IEmQ/</link>
		<comments>http://tipsfor.us/2011/12/24/why-godaddy-is-a-horrible-host/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 19:16:44 +0000</pubDate>
		<dc:creator>Everett - TipsFor.us</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://tipsfor.us/?p=2755</guid>
		<description><![CDATA[GoDaddy sucks... their dashboard is completely un-navigable, their shared hosting has repeated errors, their VPS hosts are so poorly configured that they can't even run updates on themselves, their CEO murders elephants for his own amusement, and they think that a few Superbowl ads featuring Danica Patrick will somehow make us forget how bad they suck. And now this...<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/2011/04/18/comparison-of-vps-providers/"     class="crp_title">Comparison of VPS Providers</a></li><li><a href="http://tipsfor.us/2011/04/22/comparing-online-invoice-software/"     class="crp_title">Comparing Online Invoice Software</a></li><li><a href="http://tipsfor.us/2013/01/14/help-my-site-was-hacked/"     class="crp_title">Help!  My Site Was Hacked!</a></li><li><a href="http://tipsfor.us/2011/04/19/wordpress-vs-modx/"     class="crp_title">WordPress vs. MODx</a></li><li><a href="http://tipsfor.us/2011/12/30/review-of-web-based-project-management-software/"     class="crp_title">Review of Web-based Project Management Software</a></li></ul></div><p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2011/12/24/why-godaddy-is-a-horrible-host/">Why GoDaddy is a Horrible Host</a></p>
]]></description>
				<content:encoded><![CDATA[<p>GoDaddy sucks&#8230; their dashboard is completely un-navigable, their shared hosting has repeated errors, their VPS hosts are so poorly configured that they can&#8217;t even run updates on themselves, their CEO murders elephants for his own amusement, and they think that a few Superbowl ads featuring Danica Patrick will somehow make us forget how bad they suck. And now this&#8230;</p>
<p><span id="more-2755"></span></p>
<p><img src="http://tipsfor.us/wp-content/uploads/2011/12/bob-parsons-godaddy-elephant-300x165.jpg" alt="" title="bob-parsons-godaddy-elephant" width="300" height="165" class="aligncenter size-medium wp-image-2756" /></p>
<p>You may remember my earlier comparison/rant of <a href="http://tipsfor.us/2011/04/18/comparison-of-vps-providers/">VPS Hosting Providers</a>.  GoDaddy was on that list of hosts to avoid, but recent events have loaded my arsenal with rant-fuel and I cannot contain myself any longer: GoDaddy is a horrible web host and a terrible company that not only wastes your time and money, it may actively be trying to F you in the A!</p>
<h3>The Technical</h3>
<p>First, the the technical stuff.  This is stuff that actually happened. These are facts, and I invite any other developer to share similar experiences.  I got a call late Friday night from a frenetic client with the horrible words: <em>&#8220;THE SITE IS DOWN!!!&#8221;</em>.  Any developer who has heard those words on a Friday night knows that they can kiss their weekend goodbye, and so it was.</p>
<p>The site in question was hosted on a GoDaddy shared host.  Ok, so what happened?  Well, it&#8217;s an eCommerce site that required that a certain port be open for incoming and outgoing requests in order for the site&#8217;s software to communicate with the credit card processing (hosted on secure site somewhere else).  Without warning, GoDaddy changed their firewall rules and they <em>closed that port.</em>  Oops.  That prevented the site from doing any business.</p>
<p>So what&#8217;s more frightening here?  The fact that GoDaddy shut down this port without any warning, or the fact that they denied ever having that port open in the first place?  In a separate incident, I had another GoDaddy server upgrade its version of PHP from 4 to 5.  Any application developer will know that such a dramatic change in the underlying code can be catastrophic.  And it was: the application completely broke because much of the code was not compatible with PHP 5.  So the point of the story here is that I have personally experienced massive server changes on GoDaddy servers without any warning and sometimes without any acknowledgement.  This is just not acceptable for any web host, and to date, I&#8217;ve only experienced this with GoDaddy.</p>
<p>And then it gets worse.  The client wanted to keep his GoDaddy account, so he forked over the money to get a Linux VPS with GoDaddy.  Man.  The provisioning took over 12 hours and several calls to tech support.  The GoDaddy dashboard is awful, and their ticketing system is equally poor: <em>you can&#8217;t see your open tickets</em> (!!!), so you have no idea what status they are in.  You can chat with the techs (if the chat window doesn&#8217;t crash before you get through to somebody), but you cannot see any updates or add any information to your requests&#8230; you have to call to get information, and this can take a looooooong time.</p>
<p>But eventually GoDaddy got it up (heheh), and I started to configure the Linux Server with Plesk.  Now the site required PHP 5.2.4 or greater, but the server shipped with PHP 5.1.6 (CentOS).  There was no option to select different distros or different setups other than Plesk or cPanel on CentOS.  So I started to get the server ready for take-off by updating packages and compiling a new version of PHP.  I tried to download core updates&#8230; but <em>out of the box</em>, the repos were not correctly defined, and the VPS could not update itself.  So I tried to run some updates by hand &#8212; we just needed PHP 5.2.4.  So I tried to download and compile it.  But the damn thing kept hanging.  After some googling, it turns out that GoDaddy intentionally spikes the CPU which causes <a href="http://forum.parallels.com/pda/index.php/t-114575.html">memory allocation failures</a>.  So the Plesk setup as offered by GoDaddy could not even put its own pants on.</p>
<p>So we had to pay an extra $10/month to get a WHM/cPanel server.  So it was another 12 hours of provisioning (turns out the process hung, but without the ability to see the status of the ticket, I only got this info when I phoned in).  But basically the same thing happened with the cPanel server: EasyApache could not finish executing due to memory/CPU throttling (not even on the command line).  Something on those servers was completely F&#8217;d.  As usual, GoDaddy techs denied everything, even when confronted with error logs.  It was ridiculous and a waste of time for me and for the client (who hadn&#8217;t been able to sell anything on his site for about 48 hours at this point)</p>
<p>The final bit of ludicrousness was when we requested a separate IP address for the server so we could install the SSL certificate.  With LiquidWeb, getting an extra IP address takes about 60 seconds.  With GoDaddy?  It took about 6 hours.  Blink blink.</p>
<p>So the final solution here was to move this site over to my own server, which only took an hour or so.  Instead of taking all weekend, it took only an hour.  The conclusion is that GoDaddy is really good at creating billable hours, but not at actually having a working product.</p>
<h3>The Non Technical</h3>
<p>The non-technical stuff here is a bit more subjective, but it&#8217;s equally unflattering.  You may remember the controversy when GoDaddy CEO Bob Parsons bragged about <a href="http://www.geek.com/articles/news/godaddy-ceo-bob-parsons-boasts-killing-an-elephant-leopard-on-vacation-video-20110331/">shooting and killing an elephant and a leopard</a>.  Mr. Parsons tried to play it off as some kind philanthropy because &#8220;elephants are destroying Zimbabweans&#8217; crops&#8221;.  In my opinion, anyone arrogant and/or stupid enough to justify their actions with a statement like that really deserves a punch in the dick.  LEOPARDS DON&#8217;T DESTROY CROPS.  And if Bob Parsons really cared about the plight of Zimbabweans&#8217; crops, he&#8217;d do something more effective like fund charity organizations in Africa or help them build a fence. I mean, seriously&#8230; have you seen his <a href="http://www.bobparsons.me/index.php?ci=14969&#038;id=-1&#038;targetGuid=8a09ac71-f2e9-4ee2-aeda-06ec41fc0b20">Video Blog</a>?  Arguably, the elephant and leopard got treated more humanely with bullets to the face than those of us who watched a 61-year-old man ogle the scantily clad women grinding against him while he lectured us on &#8220;hiring great employees.&#8221;</p>
<div id="attachment_2768" class="wp-caption aligncenter" style="width: 310px"><a href="http://tipsfor.us/wp-content/uploads/2011/12/Go-Daddy-Executive-Chairman-Bob-Parsons_-Personal-Blog-1.jpg"><img src="http://tipsfor.us/wp-content/uploads/2011/12/Go-Daddy-Executive-Chairman-Bob-Parsons_-Personal-Blog-1-300x171.jpg" alt="" title="&quot;Great&quot; employees have great bodies!" width="300" height="171" class="size-medium wp-image-2768" /></a><p class="wp-caption-text">Bob evaluates his employees greatness</p></div>
<p>And remember my disgust with <a href="http://tipsfor.us/2011/04/22/comparing-online-invoice-software/">QuickBooks</a>?  Looks like Bob had a hand in that as well: apparently, he sold his accounting software to Intuit in 1994.</p>
<p>And now with the internet censorship laws coming up in relation to the &#8220;Stop Online Piracy Act&#8221; (aka SOPA), we see that GoDaddy is a political animal.  First they came out <a href="http://www.reddit.com/r/politics/comments/nmnie/godaddy_supports_sopa_im_transferring_51_domains/">in support for SOPA</a>.  Then after a &#8220;maelstrom&#8221; of internet backlash, they later <a href="http://mashable.com/2011/12/23/breaking-godaddy-no-longer-supports-sopa/">discontinued support for SOPA</a>.  But what bothers me is the casual internet citizen is fooled by this token gesture.  It seems that it was a calculated move by GoDaddy where they make a public statement to placate the sheople, but behind closed doors, they still are working to game the system for personal gain and the expense of public freedom.  This article about a <a href="http://arstechnica.com/tech-policy/news/2011/11/us-judge-orders-hundreds-of-sites-de-indexed-from-google-twitter-bing-facebook.ars">judge forcing domains to be transferred to GoDaddy</a> was alarming.  How much does the system have to be corrupted if the <em>legal system</em> is ORDERING domains to be transferred to GoDaddy?  Why does this sound like Iraq under Saddam Hussein where oil companies were ORDERED to do business with Saddam&#8217;s relatives. It just stinks to high heaven.</p>
<h3>What to Do</h3>
<p>Get your sites off of GoDaddy.  They are Ok as a registrar if you can tolerate their idiotic dashboard and general ineptitude, but you&#8217;re wasting your life and your money if you host with them.  Gotta love developers: here&#8217;s a good reference for how to move your domains off of GoDaddy: <a href="http://blog.dnsimple.com/preparing-domains-godaddy-for-transfer-out/">Moving Domains off of GoDaddy</a>, but really, if you want to stick it to GoDaddy then you should <strong>call them</strong> and tie up their phone lines as much as possible.  Have them walk you through how to transfer your domains&#8230;. step&#8230;. by&#8230;. step.</p>
<p>Sign up to boycott Godaddy <a href="http://godaddyboycott.org">here</a>.</p>
<p>Find another registrar.  <a href="http://www.namecheap.com/">NameCheap</a> offers pretty much every TLD you can think of, and they at least as cheap.</p>
<p>If you need some good VPS hosting, I still have some space on my server: you get more horsepower than you&#8217;d get on your own VPS, and you don&#8217;t have to spend all the time setting the thing up.  Contact me if you&#8217;re interested.</p>
<p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2011/12/24/why-godaddy-is-a-horrible-host/">Why GoDaddy is a Horrible Host</a></p>
<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/2011/04/18/comparison-of-vps-providers/"     class="crp_title">Comparison of VPS Providers</a></li><li><a href="http://tipsfor.us/2011/04/22/comparing-online-invoice-software/"     class="crp_title">Comparing Online Invoice Software</a></li><li><a href="http://tipsfor.us/2013/01/14/help-my-site-was-hacked/"     class="crp_title">Help!  My Site Was Hacked!</a></li><li><a href="http://tipsfor.us/2011/04/19/wordpress-vs-modx/"     class="crp_title">WordPress vs. MODx</a></li><li><a href="http://tipsfor.us/2011/12/30/review-of-web-based-project-management-software/"     class="crp_title">Review of Web-based Project Management Software</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TipsForUs?a=igLehB-IEmQ:ksbiJgsz9Og:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=igLehB-IEmQ:ksbiJgsz9Og:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=igLehB-IEmQ:ksbiJgsz9Og:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=igLehB-IEmQ:ksbiJgsz9Og:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=igLehB-IEmQ:ksbiJgsz9Og:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=igLehB-IEmQ:ksbiJgsz9Og:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=igLehB-IEmQ:ksbiJgsz9Og:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=igLehB-IEmQ:ksbiJgsz9Og:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=igLehB-IEmQ:ksbiJgsz9Og:3QFJfmc7Om4"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=igLehB-IEmQ:ksbiJgsz9Og:3QFJfmc7Om4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TipsForUs/~4/igLehB-IEmQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tipsfor.us/2011/12/24/why-godaddy-is-a-horrible-host/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://tipsfor.us/2011/12/24/why-godaddy-is-a-horrible-host/</feedburner:origLink></item>
		<item>
		<title>MODx vs. WordPress (revisited)</title>
		<link>http://feedproxy.google.com/~r/TipsForUs/~3/R9d7To9BGt4/</link>
		<comments>http://tipsfor.us/2011/09/25/modx-vs-wordpress-revisited/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 20:25:00 +0000</pubDate>
		<dc:creator>Everett - TipsFor.us</dc:creator>
				<category><![CDATA[MODx]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://tipsfor.us/?p=2741</guid>
		<description><![CDATA[The <a href="http://tipsfor.us/2011/04/19/wordpress-vs-modx/">last article</a> I wrote about this topic was criticized as being heavy-handed in my complaints about WordPress, so in this article, I am revisiting the topic from the other side of the fence.  There are things about WordPress that are great, and there can many good reasons why you'd choose it as your Content Management System.<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/plugins/custom-content-type-manager/"     class="crp_title">Custom Content Type Manager</a></li><li><a href="http://tipsfor.us/2012/01/10/how-wordpress-destroyed-the-internet/"     class="crp_title">How WordPress Destroyed the Internet</a></li><li><a href="http://tipsfor.us/2011/04/19/wordpress-vs-modx/"     class="crp_title">WordPress vs. MODx</a></li><li><a href="http://tipsfor.us/2011/03/05/releasing-new-versions-of-your-wordpress-plugins/"     class="crp_title">Releasing New Versions of your WordPress Plugins</a></li><li><a href="http://tipsfor.us/plugins/"     class="crp_title">Plugins</a></li></ul></div><p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2011/09/25/modx-vs-wordpress-revisited/">MODx vs. WordPress (revisited)</a></p>
]]></description>
				<content:encoded><![CDATA[<p>The <a href="http://tipsfor.us/2011/04/19/wordpress-vs-modx/">last article</a> I wrote about this topic was criticized as being heavy-handed in my complaints about WordPress, so in this article, I am revisiting the topic from the other side of the fence.  There are things about WordPress that are great, and there can many good reasons why you&#8217;d choose it as your Content Management System.<br />
<span id="more-2741"></span></p>
<h2>Ease of Updating</h2>
<p>WordPress has done a fantastic job of making its product easy to use: each time there is a new version of WordPress, it takes only the click of a button to update your site.  MODx still requires an FTP connection and an FTP client that can merge directories, otherwise, the upgrade can be hairy indeed.  Unless you&#8217;ve got a really nice FTP client like Coda or you&#8217;ve got SSH access and you&#8217;re comfortable using <code>cp -fr</code>, then MODx can&#8217;t compete&#8230; MODx-ers will have to wait until version 2.2 or 2.3 when MODx will offer seamless upgrades.</p>
<p>WordPress also lets you easily upgrade all your plugins with a single click.  MODx Revolution introduced package management, so you can see which plugins need updating, but it&#8217;s still not as streamlined as what WordPress offers.</p>
<h2>Customizations</h2>
<p>Although WordPress at times is boneheaded and backwards in how its code is built, it is almost always extendible.  MODx, especially Revolution, represents some code that is much more mature.  If you are a PHP hobbyist or even a junior level developer, there&#8217;s a good chance that you won&#8217;t be able to follow the core MODx code because it&#8217;s so much more complex.  MODx has areas that simply are not easily customizable &#8212; for example, the MODx manager is just flat-out hard to programmatically modify.  At best, customizations of the MODx manager can be accomplished via configuration, but customizations via plugins can be complicated, and at worst, they may not be impossible.  The WordPress manager, by comparison, is nearly always customizable via one event or another, so with a working understanding of PHP, you can usually trick things out to how you want them.  WordPress may be completely low-brow in how it implements certain functionality, but as long as you can find an appropriate action or filter to hook into, you can usually customize the dashboard to how you want it.</p>
<p>Some of the more-experienced readers might be raising an eyebrow here as I compare MODx and WordPress in this area, because the MODx architecture is built so much more sensibly and because MODx is entirely object-oriented, it is by definition easier to override behaviors.  But my point is that for &#8220;Joe Coder&#8221;, there are many tweaks that are simply easier to carry out in WordPress.  It&#8217;s a bit like having a Volkswagon and a Jaguar in your garage: you can carry out most repairs on the VW with a wrench and a screwdriver whereas the Jaguar requires special tools, experience, and patience.</p>
<h2>jQuery</h2>
<p>WordPress&#8217; manager is built using jQuery.  The MODx Revo manager is built using <a href="http://www.sencha.com/products/extjs/">Ext JS</a>.  Although Ext JS offers way more options when it comes to building an application, the experience of using the MODx manager is that it is sluggish and more difficult to customize due to the steeper learning curve.  The WordPress manager may not represent the most mature architectural principles, and jQuery may be simplistic for certain uses, but WordPress is generally much faster to use &#8212; jQuery has a much lighter footprint so it loads more quickly and doesn&#8217;t require as many resources from your server.</p>
<p>Secondly, jQuery, like WordPress itself, is much more widely used than Ext JS.  There are lots of jQuery plugins available and it&#8217;s generally easier to customize.  No, jQuery isn&#8217;t going to be the end-all-be-all of your web application, and it isn&#8217;t going to scale well when you start demanding more and more complex user-interfaces, but it really fits the bill for a huge number of sites and interfaces.</p>
<h2>Post Types</h2>
<p>Any good content management system has to be able to store different types of content.  In general, MODx is far better at this from an architectural and from a templating standpoint, but from the viewpoint of the average manager- or editor-user, WordPress generally makes more sense.  MODx lets you define custom fields (called Template Variables in MODx parlance), and you associate them with a <em>template</em>. It makes good sense architecturally, but it is a bit&#8230; weird.</p>
<p>For example, you may create a &#8220;Book&#8221; template with custom fields for &#8220;Title&#8221;, &#8220;Author&#8221;, and &#8220;ISBN&#8221;.  So the work flow in MODx is that you add a generically-named <em>Document</em>, then once you select the &#8220;Book&#8221; template, the &#8220;Title&#8221;, &#8220;Author&#8221;, &#8220;ISBN&#8221; custom fields appear, suddenly making the document a &#8220;Book&#8221; document.  That works, but many users just don&#8217;t get it: they want to add a <em>Book</em> to their site.  WordPress 3 allows for <em>post types</em>, which accomplishes just that &#8212; the built-in implementation is very primitive in comparison to MODx, but once it&#8217;s up and running, you won&#8217;t need to lecture your users about how a &#8220;Document will become a Book once you change the template&#8221;.  If that explanation is confusing to you, then you can appreciate why WordPress&#8217; implementation of this concept is easier to work with as an end-user. The <a href="http://wordpress.org/extend/plugins/custom-content-type-manager/">Custom Content Type Manager</a> plugin fixes many of these WordPress warts.</p>
<h2>Conclusion</h2>
<p>Hopefully this article explains a bit more of WordPress&#8217; strengths: it&#8217;s not the best solution for every project, but it can be the right choice for a lot of projects. I still have a long list of gripes about WordPress, but that doesn&#8217;t mean it doesn&#8217;t have its strengths.</p>
<p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2011/09/25/modx-vs-wordpress-revisited/">MODx vs. WordPress (revisited)</a></p>
<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/plugins/custom-content-type-manager/"     class="crp_title">Custom Content Type Manager</a></li><li><a href="http://tipsfor.us/2012/01/10/how-wordpress-destroyed-the-internet/"     class="crp_title">How WordPress Destroyed the Internet</a></li><li><a href="http://tipsfor.us/2011/04/19/wordpress-vs-modx/"     class="crp_title">WordPress vs. MODx</a></li><li><a href="http://tipsfor.us/2011/03/05/releasing-new-versions-of-your-wordpress-plugins/"     class="crp_title">Releasing New Versions of your WordPress Plugins</a></li><li><a href="http://tipsfor.us/plugins/"     class="crp_title">Plugins</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TipsForUs?a=R9d7To9BGt4:W5ttiHQJRJ4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=R9d7To9BGt4:W5ttiHQJRJ4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=R9d7To9BGt4:W5ttiHQJRJ4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=R9d7To9BGt4:W5ttiHQJRJ4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=R9d7To9BGt4:W5ttiHQJRJ4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=R9d7To9BGt4:W5ttiHQJRJ4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=R9d7To9BGt4:W5ttiHQJRJ4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=R9d7To9BGt4:W5ttiHQJRJ4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=R9d7To9BGt4:W5ttiHQJRJ4:3QFJfmc7Om4"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=R9d7To9BGt4:W5ttiHQJRJ4:3QFJfmc7Om4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TipsForUs/~4/R9d7To9BGt4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tipsfor.us/2011/09/25/modx-vs-wordpress-revisited/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://tipsfor.us/2011/09/25/modx-vs-wordpress-revisited/</feedburner:origLink></item>
		<item>
		<title>Comparing Online Invoice Software</title>
		<link>http://feedproxy.google.com/~r/TipsForUs/~3/O43Siu74OAQ/</link>
		<comments>http://tipsfor.us/2011/04/22/comparing-online-invoice-software/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 14:06:27 +0000</pubDate>
		<dc:creator>Everett - TipsFor.us</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[billing]]></category>
		<category><![CDATA[Invoicing]]></category>

		<guid isPermaLink="false">http://tipsfor.us/?p=2713</guid>
		<description><![CDATA[Ready to do more with your on-line invoices? With a small monthly fee, there are some great packages out there that can help you run your business more effectively.<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/2011/12/24/why-godaddy-is-a-horrible-host/"     class="crp_title">Why GoDaddy is a Horrible Host</a></li><li><a href="http://tipsfor.us/2012/01/10/how-wordpress-destroyed-the-internet/"     class="crp_title">How WordPress Destroyed the Internet</a></li><li><a href="http://tipsfor.us/2011/12/30/review-of-web-based-project-management-software/"     class="crp_title">Review of Web-based Project Management Software</a></li><li><a href="http://tipsfor.us/2011/04/18/comparison-of-vps-providers/"     class="crp_title">Comparison of VPS Providers</a></li><li><a href="http://tipsfor.us/2012/01/10/nginx-tops-iis/"     class="crp_title">Microsoft takes another hit: NGINX tops IIS</a></li></ul></div><p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2011/04/22/comparing-online-invoice-software/">Comparing Online Invoice Software</a></p>
]]></description>
				<content:encoded><![CDATA[<p>Following up on an article I wrote a couple years ago on <a href="http://tipsfor.us/2008/12/13/review-of-free-online-invoice-software/">Free Online Invoice Software</a>, I wanted to write a blurb about <em>paid</em> online billing software.   My business has grown, and I was spending more and more time dealing with invoices.  So it was time for me to actually pay for the software that pays me.  Seems kinda silly doesn&#8217;t it?  I was so uptight about spending money on software that actually pays me.  So I spent a few hours with each of the programs below, and well&#8230; you can read about what I found.</p>
<table>
<thead>
<tr>
<th>&nbsp;</th>
<th>$$$/mo</th>
<th>Users</th>
<th>Clients</th>
<th>Projects</th>
<th>Invoices</th>
</tr>
</thead>
<tr>
<td><strong>FreshBooks</strong></td>
<td>$19.95/mo</td>
<td>1 (you), additional logins (e.g. for accountant) @ $10/mo (clients can optinally be granted viewing privileges)</td>
<td>25</td>
<td>???</td>
<td>Unlimited</td>
</tr>
<tr>
<td><strong>Harvest</strong></td>
<td>$12/mo</td>
<td>1 (you), additional logins (e.g. for accountant) @ $10/mo</td>
<td>Unlimited</td>
<td>Unlimited</td>
<td>Unlimited</td>
</tr>
<tr>
<td><strong>Invoicera</strong></td>
<td>$9.95/mo</td>
<td>1 (you), plus 2 additional logins</td>
<td>25</td>
<td>25</td>
<td>Unlimited</td>
</tr>
<tr>
<td><strong>QuickBooks</strong></td>
<td>$12.95/mo</td>
<td>1 (you) + your accountant</td>
<td>Unlimited (?)</td>
<td>Unlimited (?)</td>
<td>Unlimited (?)</td>
</tr>
</table>
<p><em>* Sources: <a href="https://secure.freshbooks.com/pricing.php">1</a>, <a href="http://www.getharvest.com/pricing">2</a>, <a href="http://www.invoicera.com/pricing.html">3</a>, <a href="http://quickbooksonline.intuit.com/finance-accounting-solutions/">4</a></em></p>
<h3><img src="http://tipsfor.us/wp-content/uploads/2008/12/freshbooks-logo.gif" alt="" title="freshbooks-logo" width="151" height="60" class="alignleft size-full wp-image-1288" /> FreshBooks</h3>
<p>Freshbooks offers a very clean interface that made a lot of sense to me right off the bat. It was easy to add clients and recurring monthly expenses (holy %!**! I didn&#8217;t realize how much I was spending on server hosting!).  It integrates right into my PayPal account, so when a client pays an invoice, POOF, that invoice automatically updates and marks itself as paid.  I used to have to do that manually with BillingManager.</p>
<div id="attachment_2721" class="wp-caption aligncenter" style="width: 310px"><a href="http://tipsfor.us/wp-content/uploads/2011/04/FressBooks-Menu.jpg"><img src="http://tipsfor.us/wp-content/uploads/2011/04/FressBooks-Menu-300x79.jpg" alt="FressBooks Menu" title="FressBooks Menu" width="300" height="79" class="size-medium wp-image-2721" /></a><p class="wp-caption-text">FressBooks Menu</p></div>
<p>The price was a bit high for what I got, so I&#8217;m sorta waffling on that, but what really sold me on FreshBooks was the nice desktop timetracking software, ChronoMate.  It&#8217;s $1/month more to use it, but I can clock stuff while working offline, then it syncs directly with my FreshBooks account, so I know (and my clients know) exactly how much time I&#8217;ve spent working on a project.  <a href="https://fireproofsocks.freshbooks.com/refer/www">Throw me a bone (affiliate link)</a></p>
<p><h3><div id="attachment_2714" class="wp-caption alignleft" style="width: 114px"><img src="http://tipsfor.us/wp-content/uploads/2011/04/harvest.jpeg" alt="Harvest Invoices" title="Harvest Invoices" width="104" height="49" class="size-full wp-image-2714" /><p class="wp-caption-text">Harvest Invoices</p></div> Harvest </h3>
<p>Harvest is a solid application, and they are actively developing improvements.  The menu organization here was also very similar to FreshBooks and Invoicera.</p>
<div id="attachment_2722" class="wp-caption aligncenter" style="width: 310px"><a href="http://tipsfor.us/wp-content/uploads/2011/04/HarvestApp-Menu.jpg"><img src="http://tipsfor.us/wp-content/uploads/2011/04/HarvestApp-Menu-300x73.jpg" alt="Harvest Menu" title="Harvest Menu" width="300" height="73" class="size-medium wp-image-2722" /></a><p class="wp-caption-text">Harvest Menu</p></div>
<p>I have nothing but good things to say about Harvest: this is really a well-crafted application, and its pricing and features offer a superb value: unlimited Clients, Projects, and Invoices for all plans. They offer some really nice integrated time-tracking features, so I&#8217;m eyeing this very seriously: the ChronoMate integration with FreshBooks is pretty good, but it has some shortcomings that Harvest doesn&#8217;t have.  I have to give a big tip of my hat to Matthew Lettini (one of? their Designer) for his detailed responses to my questions.  Harvest gets massive bonus points for its commitment to good communication and taking their customers seriously, so if you want to work with a company that works with you, I don&#8217;t think you could ask for more.</p>
<h3><div id="attachment_2715" class="wp-caption alignleft" style="width: 162px"><img src="http://tipsfor.us/wp-content/uploads/2011/04/invoicera.jpeg" alt="invoicera" title="invoicera" width="152" height="120" class="size-full wp-image-2715" /><p class="wp-caption-text">invoicera</p></div> Invoicera</h3>
<p>Invoicera also offered a really nice application.  It too offered a very similar set of menu options, and it was very easy to navigate.  I can&#8217;t think of anything wrong with this software.</p>
<div id="attachment_2723" class="wp-caption aligncenter" style="width: 310px"><a href="http://tipsfor.us/wp-content/uploads/2011/04/Invoicera-Menu.jpg"><img src="http://tipsfor.us/wp-content/uploads/2011/04/Invoicera-Menu-300x35.jpg" alt="Invoicera Menu" title="Invoicera Menu" width="300" height="35" class="size-medium wp-image-2723" /></a><p class="wp-caption-text">Invoicera Menu</p></div>
<p>It was easy to set up invoices, both one-offs and recurring.  The expense management was a little bit confusing to me, but I got the sense that with a little bit more time spent using the software, it&#8217;d become really clear &#8212; they too were responsive to my  questions about the software.  The user interface was somewhere between Harvest&#8217;s and Freshbooks.</p>
<p>Probably the biggest draw here is what you get for the price: you and 2 additional users (e.g. your accountants) get logins for free with the default package.  You have to pay for that with the other systems.</p>
<h3><div id="attachment_2716" class="wp-caption alignleft" style="width: 160px"><img src="http://tipsfor.us/wp-content/uploads/2011/04/quickbooks-150x150.jpg" alt="quickbooks" title="quickbooks" width="150" height="150" class="size-thumbnail wp-image-2716" /><p class="wp-caption-text">quickbooks</p></div> QuickBooks</h3>
<p>Originally I thought I would end up going with QuickBooks because I was already using its little brother: BillingManager.  Wow&#8230; that was a bad assumption.  All the simplicity and ease of use that was present in BillingManager was completely gone in QuickBooks&#8230; gone as in &#8220;scorched earth, salted ground.&#8221;  The supposedly &#8220;automatic&#8221; transfer of data from BillingManager to QuickBooks was completely botched: half of my data from 2 years ago made it over, the rest&#8230; who knows.  And nobody over there seemed to know what was going on.  BillingManager was sort of treated like Intuit&#8217;s bastard child that nobody knew what to do with.  It would have saved me time if they could have just <em>deleted</em> the partial data.</p>
<div id="attachment_2724" class="wp-caption aligncenter" style="width: 310px"><a href="http://tipsfor.us/wp-content/uploads/2011/04/QuickBooks-Menu.jpg"><img src="http://tipsfor.us/wp-content/uploads/2011/04/QuickBooks-Menu-300x33.jpg" alt="QuickBooks Menu" title="QuickBooks Menu" width="300" height="33" class="size-medium wp-image-2724" /></a><p class="wp-caption-text">QuickBooks Menu</p></div>
<p>If you look at the menu closely, you can see that it&#8217;s WAY more complicated: QuickBooks offers features not offered by its competitors, but the price you pay is dealing with a wonky application and befuddled responses from the support hotline.  To boot, most of the features that might justify this complexity (e.g. time tracking, integrations with online  banking and credit card statements, and bill management) comes only with the beefier packages starting at $24.95/month.</p>
<p>The biggest waste of time with QuickBooks is that they offer NO email support and NO public ticketing system of any kind (one of their pages says they offer email support, but their support staff said they didn&#8217;t, so who knows what&#8217;s going on there&#8230; they don&#8217;t even know it seems).  Compare the time it takes you to fire off a 2 line email identifying your problem with the software to the time it takes to wait in the call queue and finally get transferred to someone who might know what you&#8217;re talking about.  That&#8217;s lost money right there: your time, wasted.  It made it worse that I&#8217;m living abroad while trying to set this up, so figuring out the time differences of when I could call them, and then paying international calling fees to wait in their call queue is just poor.  I wouldn&#8217;t recommend using QuickBooks unless your accountant demands it.</p>
<h3>Summary</h3>
<p>This was <em>really</em> close: pretty much a three-way tie in many ways between FreshBooks, Harvest, and Invoicera.  Look at their menus: they are all very similarly structured.  Honestly, I think that Freshbooks, Harvest, and Invoicera are all great products, and I would have been happy using any of them.  QuickBooks is the only one that annoyed the piss out of me: having a site that runs on pop-ups and forcing all their support requests to take place over the phone were just nails in their coffin.   QuickBooks may be the &#8220;industry leader&#8221;, but I think they&#8217;re ripe for unseating because their site and their software were just painful to deal with.  I wouldn&#8217;t be surprised to see a comment on this post asking me to &#8220;please give us a call to discuss&#8221;, but meh&#8230; I&#8217;ve spent too much time on the phone with them already.</p>
<p>Post from: <a href="http://www.tipsfor.us">TipsFor.us</a><br /><br/><br/><a href="http://tipsfor.us/2011/04/22/comparing-online-invoice-software/">Comparing Online Invoice Software</a></p>
<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://tipsfor.us/2011/12/24/why-godaddy-is-a-horrible-host/"     class="crp_title">Why GoDaddy is a Horrible Host</a></li><li><a href="http://tipsfor.us/2012/01/10/how-wordpress-destroyed-the-internet/"     class="crp_title">How WordPress Destroyed the Internet</a></li><li><a href="http://tipsfor.us/2011/12/30/review-of-web-based-project-management-software/"     class="crp_title">Review of Web-based Project Management Software</a></li><li><a href="http://tipsfor.us/2011/04/18/comparison-of-vps-providers/"     class="crp_title">Comparison of VPS Providers</a></li><li><a href="http://tipsfor.us/2012/01/10/nginx-tops-iis/"     class="crp_title">Microsoft takes another hit: NGINX tops IIS</a></li></ul></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TipsForUs?a=O43Siu74OAQ:uk7CqbVwogs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=O43Siu74OAQ:uk7CqbVwogs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=O43Siu74OAQ:uk7CqbVwogs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=O43Siu74OAQ:uk7CqbVwogs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=O43Siu74OAQ:uk7CqbVwogs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=O43Siu74OAQ:uk7CqbVwogs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=O43Siu74OAQ:uk7CqbVwogs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=O43Siu74OAQ:uk7CqbVwogs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TipsForUs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TipsForUs?a=O43Siu74OAQ:uk7CqbVwogs:3QFJfmc7Om4"><img src="http://feeds.feedburner.com/~ff/TipsForUs?i=O43Siu74OAQ:uk7CqbVwogs:3QFJfmc7Om4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TipsForUs/~4/O43Siu74OAQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tipsfor.us/2011/04/22/comparing-online-invoice-software/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://tipsfor.us/2011/04/22/comparing-online-invoice-software/</feedburner:origLink></item>
	</channel>
</rss>
