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

<channel>
	<title>Almost Geek &#187; Dan</title>
	<atom:link href="http://almostgeek.com/author/dan/feed" rel="self" type="application/rss+xml" />
	<link>http://almostgeek.com</link>
	<description>Tips and Tricks for all the Gadgets in your life</description>
	<lastBuildDate>Tue, 31 Jan 2012 23:59:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Host Blogger on Your Domain</title>
		<link>http://almostgeek.com/webmaster-stuff/how-to-host-blogger-on-your-domain.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-host-blogger-on-your-domain</link>
		<comments>http://almostgeek.com/webmaster-stuff/how-to-host-blogger-on-your-domain.html#comments</comments>
		<pubDate>Tue, 17 Jan 2012 00:46:27 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Webmaster Stuff]]></category>
		<category><![CDATA[blog.yourdomain.com]]></category>
		<category><![CDATA[DNS system]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[something.yourdomain.com]]></category>

		<guid isPermaLink="false">http://www.almostgeek.com/?p=43</guid>
		<description><![CDATA[Self Hosted WordPress is all the rage these days, in fact this is what we run here at Almost Geek. However there are other options for hosting a blog on your own domain, Blogger is one of them. WordPress and [...]]]></description>
			<content:encoded><![CDATA[<!-- AdSense Now! Lite V3.04 -->
<!-- Post[count: 3] -->
<div class="adsense adsense-leadin" style="float:right;margin: 12px;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-0665373446249348";
/* almostgeek - in posts */
google_ad_slot = "4551863816";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><div id="attachment_46" class="wp-caption alignleft" style="width: 160px"><img class="size-thumbnail wp-image-46" title="Blogger Logo" src="http://www.almostgeek.com/wp-content/uploads/2009/11/blogger_logo-150x150.png" alt="Blogger Logo" width="150" height="150" /><p class="wp-caption-text">Blogger Logo</p></div>
<p>Self Hosted WordPress is all the rage these days, in fact this is what we run here at Almost Geek. However there are other options for hosting a blog on your own domain, Blogger is one of them. <a title="Wordpress.com" href="http://www.wordpress.com" target="_blank">WordPress</a> and <a href="http://www.blogger.com" target="_blank">Blogger</a> are two of the largest blogging platforms on the internet. What many people don&#8217;t realize is they&#8217;re able to run a Blogger blog on their website should they desire which is great for business sites as your not sending your traffic offsite to a blog hosted on a blogger sub-domain.</p>
<p>There are some distinct advantages to using self hosted Blogger over WordPress they are:</p>
<ol>
<li>Blogger requires little technical knowledge there are no upgrades to preform as there is with WordPress.</li>
<li>Blogger can hosted pretty much anywhere as it doesn&#8217;t require PHP or a database.</li>
</ol>
<p>With advantages of course comes disadvantages:</p>
<ol>
<li>Blogger has no add-ons to change the functionality of your site. WordPress has an entire site of plugins.</li>
<li>Your pretty much limited to Blogger&#8217;s default templates unless you know how to edit CSS which more than likely out of your realm of expertise if your considering Blogger.</li>
</ol>
<p>The decision is yours;  Blogger is simple and easy to use set and forget. WordPress has a bit of a learning curve and requires regular security pataches but is infinitely customizable.</p>
<p>For the scope of this tutorial we&#8217;re going to work cPanel with putting your blog on a <em>subdomain</em>. A subdomain is simply something.yourdomain.com, you probably want your blog to be blog.mydomain.com The reason for this is to future proof the blog, should you decide to use mod_rewrite  in the future or you already are we don&#8217;t want your blog in a sub directory of your main site as it will cause conflicts. Most hosts allow your to make sub-domains, if you don&#8217;t see the add sub-domain option in cPanel email your host&#8217;s support.</p>
<p>Login to your domain&#8217;s control panel @ yourdomain.com/cpanel and click on subdomains. You may want to add the sub-domain then go to bed and setup the rest of blogger in the morning, this way the new sub-domain has time to register with the DNS system (this doesn&#8217;t cost you a dime).</p>
<div id="attachment_59" class="wp-caption aligncenter" style="width: 279px"><a href="http://www.almostgeek.com/wp-content/uploads/2009/11/add-subdomain-cpanel.PNG"><img class="size-medium wp-image-59" title="Add Subdomain on cPanel 1" src="http://www.almostgeek.com/wp-content/uploads/2009/11/add-subdomain-cpanel-269x300.PNG" alt="Add Subdomain on cPanel 1" width="269" height="300" /></a><p class="wp-caption-text">Add Subdomain on cPanel 1</p></div>
<p>Next your want to name your subdomain, I choose blogger.almostgeek.com. After choosing the name you want to change the Document Root to /blog or whatever you feel is best. <strong>Be careful here</strong> as by default cPanel adds /public_html/, you have to change it and remove the /public_html section. As mentioned above in order to future proof you don&#8217;t want it under your current website&#8217;s directory, public_html.</p>
<p><a href="http://www.almostgeek.com/wp-content/uploads/2009/11/add-subdomain-cpanel2.PNG"><img class="aligncenter size-medium wp-image-45" title="Add Subdomain cPanel Configuration" src="http://www.almostgeek.com/wp-content/uploads/2009/11/add-subdomain-cpanel2-300x244.PNG" alt="Add Subdomain cPanel Configuration" width="300" height="244" /></a></p>
<p>Now we head on over to Blogger and register @ <a title="Blogger" href="http://www.blogger.com" target="_blank">Blogger.com</a> if you already have a Google or Gmail account sign in with that. The process is pretty self-explanatory here are some screenshots to follow along with.</p>
<div id="attachment_47" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.almostgeek.com/wp-content/uploads/2009/11/blogger-signup.PNG"><img class="size-medium wp-image-47" title="Blogger Signup 1" src="http://www.almostgeek.com/wp-content/uploads/2009/11/blogger-signup-300x270.PNG" alt="Blogger Signup 1" width="300" height="270" /></a><p class="wp-caption-text">Blogger Signup 1</p></div>
<div id="attachment_48" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.almostgeek.com/wp-content/uploads/2009/11/blogger-signup2.PNG"><img class="size-medium wp-image-48" title="Blogger Signup 2" src="http://www.almostgeek.com/wp-content/uploads/2009/11/blogger-signup2-300x230.PNG" alt="Blogger Signup 2" width="300" height="230" /></a><p class="wp-caption-text">Blogger Signup 2</p></div>
<div id="attachment_49" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.almostgeek.com/wp-content/uploads/2009/11/blogger-signup3.PNG"><img class="size-medium wp-image-49" title="Blogger Signup 3" src="http://www.almostgeek.com/wp-content/uploads/2009/11/blogger-signup3-300x284.PNG" alt="Blogger Signup 3" width="300" height="284" /></a><p class="wp-caption-text">Blogger Signup 3</p></div>
<p>In the following screenshot you will want to click &#8220;Advanced Setup Options&#8221; drop down and choose setup a custom domain.</p>
<div id="attachment_50" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.almostgeek.com/wp-content/uploads/2009/11/blogger-signup4.PNG"><img class="size-medium wp-image-50" title="Blogger Signup 4" src="http://www.almostgeek.com/wp-content/uploads/2009/11/blogger-signup4-300x221.PNG" alt="Blogger Signup 4" width="300" height="221" /></a><p class="wp-caption-text">Blogger Signup 4</p></div>
<p>Here on middle of the page, you will want to click &#8216;Already Own A Domain? Switch to advanced settings&#8217;</p>
<div id="attachment_51" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.almostgeek.com/wp-content/uploads/2009/11/blogger-signup5.PNG"><img class="size-medium wp-image-51" title="Blogger Signup 5" src="http://www.almostgeek.com/wp-content/uploads/2009/11/blogger-signup5-300x259.PNG" alt="Blogger Signup 5" width="300" height="259" /></a><p class="wp-caption-text">Blogger Signup 5</p></div>
<p>On this screen you need to put in the sub-domain you made in cPanel, ex. blog.yourdomain.com. This is where waiting overnight to complete this process will pay off, if you do it too soon you will get an error.</p>
<div id="attachment_52" class="wp-caption aligncenter" style="width: 303px"><a href="http://www.almostgeek.com/wp-content/uploads/2009/11/blogger-signup6.PNG"><img class="size-medium wp-image-52" title="Blogger Sign Up 6" src="http://www.almostgeek.com/wp-content/uploads/2009/11/blogger-signup6-293x300.PNG" alt="Blogger Sign Up 6" width="293" height="300" /></a><p class="wp-caption-text">Blogger Sign Up 6</p></div>
<p>&lt;rest of the sign up process including FTP information&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://almostgeek.com/webmaster-stuff/how-to-host-blogger-on-your-domain.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Sync Bookmarks Across Multiple Computers</title>
		<link>http://almostgeek.com/uncategorized/how-to-sync-bookmarks-across-multiple-computers.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-sync-bookmarks-across-multiple-computers</link>
		<comments>http://almostgeek.com/uncategorized/how-to-sync-bookmarks-across-multiple-computers.html#comments</comments>
		<pubDate>Tue, 17 Jan 2012 00:42:29 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.almostgeek.com/?p=117</guid>
		<description><![CDATA[For those of you like me whom have more than 1 computer that they regularly use keeping everything in sync is a constant headache. For files, I mostly use Dropbox (review forthcoming) which works very well but bookmarks are a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.almostgeek.com/wp-content/uploads/2010/03/xmarks.com-logo.jpg"><img class="alignleft size-medium wp-image-118" title="Xmarks Logo" src="http://www.almostgeek.com/wp-content/uploads/2010/03/xmarks.com-logo-264x300.jpg" alt="" width="264" height="300" /></a>For those of you like me whom have more than 1 computer that they regularly use keeping everything in sync is a constant headache. For files, I mostly use Dropbox (review forthcoming) which works very well but bookmarks are a separate beast they&#8217;re locked in your browser&#8217;s profile some where deep with in your</p>
]]></content:encoded>
			<wfw:commentRss>http://almostgeek.com/uncategorized/how-to-sync-bookmarks-across-multiple-computers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving pictures to a new cell phone</title>
		<link>http://almostgeek.com/cell-phones/moving-pictures-to-a-new-cell-phone.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=moving-pictures-to-a-new-cell-phone</link>
		<comments>http://almostgeek.com/cell-phones/moving-pictures-to-a-new-cell-phone.html#comments</comments>
		<pubDate>Mon, 19 Dec 2011 18:38:48 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Cell Phones]]></category>
		<category><![CDATA[cellular telephone]]></category>
		<category><![CDATA[forward]]></category>
		<category><![CDATA[Nokia E5]]></category>
		<category><![CDATA[Samsung]]></category>

		<guid isPermaLink="false">http://almostgeek.com/?p=190</guid>
		<description><![CDATA[If you are anything like me you have tons of pictures on your phone that you would like to keep when you move to a new phone. Last week, I ordered a Nokia E5 from Straight Talk which will arrive here [...]]]></description>
			<content:encoded><![CDATA[<p>If you are anything like me you have tons of pictures on your phone that you would like to keep when you move to a new phone. Last week, I ordered a <a title="Nokia E5 Straight Talk" href="http://www.walmart.com/ip/Straight-Talk-Nokia-E-5-GSM-Smartphone/17117841" target="_blank">Nokia E5 from Straight Talk</a> which will arrive here tomorrow. Since I&#8217;m transferring service from my current <a href="http://www.walmart.com/ip/NET10-Samsung-T404G-Prepaid-Camera-Phone/19226845" target="_blank">Samsung 404G</a> to activate the new phone I&#8217;ll have no way to get pictures off my old phone.</p>
<p>I&#8217;m simply picturing messaging myself but instead of sending it to phone number I put my email address in the To: field of the picture message. When the new phone is activated I&#8217;ll just forward the messages back to that phone. Easy peasy.</p>
]]></content:encoded>
			<wfw:commentRss>http://almostgeek.com/cell-phones/moving-pictures-to-a-new-cell-phone.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating websites faster from the command line</title>
		<link>http://almostgeek.com/webmaster-stuff/updating-websites-faster-from-the-command-line.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=updating-websites-faster-from-the-command-line</link>
		<comments>http://almostgeek.com/webmaster-stuff/updating-websites-faster-from-the-command-line.html#comments</comments>
		<pubDate>Thu, 03 Nov 2011 16:35:15 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Webmaster Stuff]]></category>
		<category><![CDATA[Michael Biddle]]></category>
		<category><![CDATA[secure shell]]></category>

		<guid isPermaLink="false">http://almostgeek.com/?p=184</guid>
		<description><![CDATA[If you&#8217;re lucky enough to have run your owner server or have ssh access on your shared account this thread over on Admin Extra is right up your alley. My buddy Mike asked about updating sites faster by downloading and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-185" title="osx command line" src="http://almostgeek.com/wp-content/uploads/2011/11/osx-command-line-300x187.png" alt="OS X Command Line" width="300" height="187" /></p>
<p>If you&#8217;re lucky enough to have run your owner server or have ssh access on your shared account <a href="http://adminextra.com/threads/since-were-talking-about-ssh-clients.5079/" target="_blank">this thread</a> over on Admin Extra is right up your alley. My buddy <a href="http://www.mikeermel.com/" target="_blank">Mike</a> asked about updating sites faster by downloading and unzipping the files right on the server. <a href="http://twitter.com/#!/MichaelBiddle" target="_blank">Michael Biddle</a> replied with a concise tutorial so check out the thread: <a href="http://adminextra.com/threads/since-were-talking-about-ssh-clients.5079/">http://adminextra.com/threads/since-were-talking-about-ssh-clients.5079/</a></p>
<p>The cavets only are the method mention will overwrite everything so if have a custom favicon or file they will be overwritten. Mike suggested downloading the package to your computer first, removing any files you don&#8217;t want changed, and re-zipping everything, then uploading the ZIP to your sever and following Michael&#8217;s tutorial. Sounds like a good plan to me. Why I didn&#8217;t think of that, I don&#8217;t know but I frequently use Michael&#8217;s method when installing new sites.</p>
<p>For those of you unfamiliar with SSH (secure shell) check out this other thread on Admin Extra for an introduction and brief primer: <a href="http://adminextra.com/threads/ssh-clients.5051/">http://adminextra.com/threads/ssh-clients.5051/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://almostgeek.com/webmaster-stuff/updating-websites-faster-from-the-command-line.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Start New Habits With Google Calendar.</title>
		<link>http://almostgeek.com/quick-tips/start-new-habits-with-google-calendar.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=start-new-habits-with-google-calendar</link>
		<comments>http://almostgeek.com/quick-tips/start-new-habits-with-google-calendar.html#comments</comments>
		<pubDate>Wed, 16 Feb 2011 02:50:18 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Quickies]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[New Year's Day]]></category>
		<category><![CDATA[SMS]]></category>

		<guid isPermaLink="false">http://www.almostgeek.com/?p=163</guid>
		<description><![CDATA[Google Calendar has cool built in reminder features to remind you of an event . You can setup an email, SMS, or Pop-up reminder. I find SMS (text message) reminders to be most helpful. As someone who grabs my phone [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.almostgeek.com/wp-content/uploads/2011/02/Google_Calendar.png"><img class="alignleft size-full wp-image-177" title="Google_Calendar" src="http://www.almostgeek.com/wp-content/uploads/2011/02/Google_Calendar.png" alt="" width="210" height="40" /></a>Google Calendar has cool built in reminder features to remind you of an event . You can setup an email, SMS, or Pop-up reminder. I find SMS (text message) reminders to be most helpful. As someone who grabs my phone and reads my texts from overnight before my feet hit the floor in the morning, texts from Google Calendar are a great way to remember something you need to do first thing in the morning.</p>
<p>My new habit was taking a daily multivitamin. The bottle had been sitting on my dresser for over a year and had expired. I threw the old bottle out and made a New Year&#8217;s resolution to take one daily. I had bought the vitamins with the best of intentions but since I don&#8217;t take medication aside from the occasional antibiotic I never remembered it.</p>
<p>Enter Google Calendar. I set up taking the pill  as a daily recurring appointment at 7am with a text reminder an hour before. When I wake up the text is there to remind me. It took me about 3 weeks to get into the habit and not need the text in the morning.</p>
<p>I also use this feature for reminders when I&#8217;m out and about. Say I&#8217;m going to the laundromat and need to stop for groceries on the way home. I&#8217;ll set it as an event with a text reminder 2 hours from now. No more shopping lists for me on short trips. <img src='http://almostgeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://almostgeek.com/quick-tips/start-new-habits-with-google-calendar.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Preventing Spam on vBulletin Forums</title>
		<link>http://almostgeek.com/vbulletin/preventing-spam-on-vbulletin-forums.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=preventing-spam-on-vbulletin-forums</link>
		<comments>http://almostgeek.com/vbulletin/preventing-spam-on-vbulletin-forums.html#comments</comments>
		<pubDate>Mon, 24 Jan 2011 02:59:33 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[vBulletin]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Manager]]></category>
		<category><![CDATA[Prime Minister]]></category>
		<category><![CDATA[salesman]]></category>

		<guid isPermaLink="false">http://www.almostgeek.com/?p=151</guid>
		<description><![CDATA[Spam is an ever present problem on the internet. Be it regular old email spam, blog comment spam, or in our case community spam it&#8217;s an issue for all of us. I&#8217;ve been asked more than a few times why [...]]]></description>
			<content:encoded><![CDATA[<p>Spam is an ever present problem on the internet. Be it regular old email spam, blog comment spam, or in our case community spam it&#8217;s an issue for all of us. I&#8217;ve been asked more than a few times why I rarely complain about spam on my boards and could I offer some suggestions. Here I am writing this tutorial. It&#8217;s because two vBulletin mods have been working great in tandem for me. <a href="http://www.vbulletin.org/forum/showthread.php?t=183917" target="_blank">Stop The Bots</a> and <a href="http://www.vbulletin.org/forum/showthread.php?t=176481" target="_blank">vB Stop Forum Spam</a> has cut spam instances on <a href="http://www.ourdjtalk.com/">ODJT</a> down to almost nothing. The best way to stop spam is to stop spammers from registering in the first place.<span id="more-151"></span></p>
<p><a href="http://www.vbulletin.org/forum/showthread.php?t=183917">Stop the bots</a> prevents spammers from registering by timing how long it takes to fill out the registration form. If it takes less than 15 seconds from page load to submission you can be 99% sure the form was filled out by automated means versus someone typing it in. Filled by automated means <em>usually </em>means it&#8217;s a bot. There are some exceptions form fillers such as Roboform, LastPass, and even the browser&#8217;s auto-complete can fill fields in the blink of an eye. I&#8217;ve edited the registration template to include a warning not to use form fillers.  Stop the bots denies registration if it is submitted too quickly. As an administrator you can modify the threshold. My boards are set to 15 seconds which has served me well.</p>
<p><a href="http://www.vbulletin.org/forum/showthread.php?t=176481">vB Stop Forum Spam</a> is another great tool. This checks the registrants information against the <a href="http://www.stopforumspam.com">Stop Forum Spam</a> database. If the username, email address, or IP is listed in the database registration on your board is denied. You can pick and choose what checks you want. I only check IPs and email addresses as if a common name such as Mike ends up in the database it can prevent legitimate registrations.</p>
<p>We&#8217;ve now done every thing to prevent bots and known spammers from registering. Even with these mods in place there will still be some that get past these checks as some spammers are just regular people. Other types of spam are profile spam, private message spam, signature spam, social group spam and visitor message spam.</p>
<ul>
<li><strong>Profile spam: </strong>Registering confirming your email address, never posting put putting a spammy link as your home page URL.</li>
<li><strong>Private message spam</strong>: Just like email spam. Registering and trying to PM every member with your link or sales pitch.</li>
<li><strong>Signature spam</strong>: A member signing up and posting generic messages whilst having a signature filled with spammy links.</li>
<li><strong>Social Group Spam</strong>: Registering and either creating a new social group or posting spam in existing groups. This is troublesome because social groups are tucked away in the corner and on most boards not paid much attention to by the moderators.</li>
<li><strong>Visitor message spam:</strong> Posting spam as a visitor message. This happen two ways:  One is simply spamming other members profiles just like PM spam. The second way is more troublesome the spammer posts spam and links on their profile as a visitor message. Visitor message spam like social group spam goes mostly unnoticed as how often do we view the profiles of member who don&#8217;t post?</li>
</ul>
<p>Luckily these spam types are easily thwarted by user group controls. Once a member confirms their email address they&#8217;re automatically placed in the Registered Users group. You simply lock down the registered users group permissions (ACP &gt; Usergroups &gt; Usergroup Manager &gt; Edit Registered Users) and create an automatic promotion to another group with less controls for member with more than 5, 10, or what ever number you feel comfortable with mine is 25 posts. 10 is a good starting point as within 10 posts they&#8217;ll present themselves as legitimate members or not.</p>
<p><strong>First we lock down General Permissions: </strong></p>
<div id="attachment_152" class="wp-caption alignleft" style="width: 310px"><a href="http://www.almostgeek.com/wp-content/uploads/2011/01/general-permissions.png"><img class="size-medium wp-image-152" title="vBulletin General Permissions" src="http://www.almostgeek.com/wp-content/uploads/2011/01/general-permissions-300x67.png" alt="vBulletin General Permissions" width="300" height="67" /></a><p class="wp-caption-text">click for full size</p></div>
<p>Set &#8220;Can Edit Own Profile&#8221; to <strong>No</strong>. This thwarts profile spam and signature spam. By disallowing the member to edit their profile information, add a spam link as their homepage, and disallowing them from editing their signature. It also restricts avatars, profile pictures, and options. I suggest only using this option if you have a short post requirement before promoting them.</p>
<p><strong>Next we lock down Private Messages:</strong></p>
<div id="attachment_153" class="wp-caption alignleft" style="width: 310px"><a href="http://www.almostgeek.com/wp-content/uploads/2011/01/private-message-permissions.png"><img class="size-medium wp-image-153" title="vBulletin Private Message Permissions" src="http://www.almostgeek.com/wp-content/uploads/2011/01/private-message-permissions-300x52.png" alt="vBulletin Private Message Permissions" width="300" height="52" /></a><p class="wp-caption-text">click for full size</p></div>
<p>Set Maximum Stored Messages to <strong>1</strong>. In combination with setting save sent PMs as the default registration option the member can only send one message. Normally I would say completely disable it but this leaves the option of the new member contacting me or another moderator for help with something if they are unfamiliar with forums.</p>
<p><strong>Next up Visitor Messages: </strong></p>
<div id="attachment_156" class="wp-caption alignleft" style="width: 310px"><a href="http://www.almostgeek.com/wp-content/uploads/2011/01/visitor-message-permissions.png"><img class="size-medium wp-image-156" title="vBulletin Visitor Message Permissions" src="http://www.almostgeek.com/wp-content/uploads/2011/01/visitor-message-permissions-300x48.png" alt="vBulletin Visitor Message Permissions" width="300" height="48" /></a><p class="wp-caption-text">click for full size</p></div>
<p>Here we set both Can Post Visitor Message to Own Profile and Can Post Visitor Messages to Others&#8217; Profile to <strong>No</strong>. This prevents both types of visitor message spam outlined above.</p>
<p><strong>Last up is Social Groups</strong>:</p>
<div id="attachment_155" class="wp-caption alignleft" style="width: 310px"><a href="http://www.almostgeek.com/wp-content/uploads/2011/01/social-group-permissions.png"><img class="size-medium wp-image-155" title="vBulletin Social Group Permissions" src="http://www.almostgeek.com/wp-content/uploads/2011/01/social-group-permissions-300x70.png" alt="vBulletin Social Group Permissions" width="300" height="70" /></a><p class="wp-caption-text">click for full size</p></div>
<p>Here we set Can Join Social Groups and Can Create Own Social Groups to <strong>No</strong>. This prevents all social group spam. I would go so far as suggestion disable social groups all together as I haven&#8217;t seen much use for them even among regular members but that&#8217;s your decision.</p>
<p>These settings will prevent the vast majority of spam. The down side of it is once in a while a legitimate new member will complain about restricted permissions. If someone complains, I manually drop them into the promoted users group. Problem solved. I&#8217;ve been barely affected by the uptick in spam since the New Year (2011). Stop the Bots is denying registration to 20-30 people per day on  most days. Of course determined spammers will get through. Be it salesman who markets to your niche or the rare non-bot that signs up and spams manually.  vB Stop Forum Spam stops known spammers by blacklisting IPs and email addresses. On the whole my forum deals with maybe 3 or 4 spammers per month since implementing these measures. That&#8217;s a number you won&#8217;t hear me gripe about anytime soon. <img src='http://almostgeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>What about you? There&#8217;s a million ways to skin a cat. How do you prevent spam on your forums? Any tips and tricks for me? Sound off in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://almostgeek.com/vbulletin/preventing-spam-on-vbulletin-forums.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropbox Finally Implements Selective Sync</title>
		<link>http://almostgeek.com/applications/dropbox-finally-implements-selective-sync.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dropbox-finally-implements-selective-sync</link>
		<comments>http://almostgeek.com/applications/dropbox-finally-implements-selective-sync.html#comments</comments>
		<pubDate>Wed, 08 Dec 2010 12:05:04 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[portable devices]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[virtual machine]]></category>

		<guid isPermaLink="false">http://www.almostgeek.com/?p=147</guid>
		<description><![CDATA[Dropbox, my favorite file syncing service has finally implemented selective file sync in a the latest release candidate build. This is awesome for those of us who&#8217;ve bought a premium account with lots of space! Previously any folders in your [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.dropbox.com/referrals/NTE0MDMxMDY5?src=global0"><img class="alignleft size-full wp-image-148" title="Dropbox" src="http://www.almostgeek.com/wp-content/uploads/2010/12/dropbox.png" alt="" width="290" height="75" /></a> <a href="https://www.dropbox.com/referrals/NTE0MDMxMDY5?src=global0">Dropbox</a>, my favorite file syncing service has finally implemented selective file sync in a the <a href="http://forums.dropbox.com/topic.php?id=28392&amp;replies=4">latest release candidate build</a>. This is awesome for those of us who&#8217;ve bought a premium account with lots of space! Previously any folders in your Dropbox were synced to all your computers. This meant for instance my 8GB of music would be synced to any virtual machine I linked to my Dropbox which is a waste of space and bandwidth. Now I can chose just one or two folders to sync which is what I&#8217;ve already done on my Ubuntu VM. This will be a very useful feature for Netbooks with small hard drives and all sorts of portable devices.</p>
<p>So far it&#8217;s worked without issue on my Mac and Linux machines. Have you tried selective sync yet?</p>
]]></content:encoded>
			<wfw:commentRss>http://almostgeek.com/applications/dropbox-finally-implements-selective-sync.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>cPanel Addon Domains and Mod_Rewrite Problems</title>
		<link>http://almostgeek.com/hosting/cpanel-addon-domains-and-mod_rewrite-problems.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cpanel-addon-domains-and-mod_rewrite-problems</link>
		<comments>http://almostgeek.com/hosting/cpanel-addon-domains-and-mod_rewrite-problems.html#comments</comments>
		<pubDate>Mon, 06 Dec 2010 15:15:09 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://www.almostgeek.com/?p=143</guid>
		<description><![CDATA[I wrote a brief tutorial on Email Questions regarding problems using mod_rewrite on the primary domain of a cPanel account while trying to serve add-on sites from cPanel&#8217;s default path. Check it out: http://www.emailquestions.com/general/2802-cpanel-addon-domains-mod_rewrite.html]]></description>
			<content:encoded><![CDATA[<p>I wrote a brief tutorial on Email Questions regarding problems using mod_rewrite on the primary domain of a cPanel account while trying to serve add-on sites from cPanel&#8217;s default path.</p>
<p>Check it out: <a href="http://www.emailquestions.com/general/2802-cpanel-addon-domains-mod_rewrite.html">http://www.emailquestions.com/general/2802-cpanel-addon-domains-mod_rewrite.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://almostgeek.com/hosting/cpanel-addon-domains-and-mod_rewrite-problems.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Gmail&#8217;s Send Mail As With Thunderbird</title>
		<link>http://almostgeek.com/email/using-gmails-send-mail-as-with-thunderbird.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-gmails-send-mail-as-with-thunderbird</link>
		<comments>http://almostgeek.com/email/using-gmails-send-mail-as-with-thunderbird.html#comments</comments>
		<pubDate>Sat, 06 Nov 2010 20:57:18 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Email]]></category>

		<guid isPermaLink="false">http://www.almostgeek.com/?p=131</guid>
		<description><![CDATA[I just wrote this tutorial over at Email Questions: Using Gmail&#8217;s send mail as with Thunderbird]]></description>
			<content:encoded><![CDATA[<p>I just wrote this tutorial over at Email Questions: <a title="Gmail send mail as with Thunderbird" href="http://www.emailquestions.com/mozilla-thunderbird/2683-using-gmail-send-mail-thunderbird.html" target="_blank">Using Gmail&#8217;s send mail as with Thunderbird</a></p>
]]></content:encoded>
			<wfw:commentRss>http://almostgeek.com/email/using-gmails-send-mail-as-with-thunderbird.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Text in Firefox by Typing</title>
		<link>http://almostgeek.com/firefox/search-text-in-firefox-by-typing.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=search-text-in-firefox-by-typing</link>
		<comments>http://almostgeek.com/firefox/search-text-in-firefox-by-typing.html#comments</comments>
		<pubDate>Thu, 08 Jul 2010 16:39:11 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.almostgeek.com/?p=125</guid>
		<description><![CDATA[By now most of us are used to pressing Ctrl F (Cmd F on Mac) to bring up the find bar to search for text within a web page we&#8217;re on. It just works and wasn&#8217;t even something I knew [...]]]></description>
			<content:encoded><![CDATA[<p>By now most of us are used to pressing Ctrl F (Cmd F on Mac) to bring up the find bar to search for text within a web page we&#8217;re on. It just works and wasn&#8217;t even something I knew was a problem until I found this tip today. Open up Firefox&#8217;s options and select the advanced tab then check search for text when I start typing.</p>
<div id="attachment_127" class="wp-caption aligncenter" style="width: 377px"><a href="http://www.almostgeek.com/wp-content/uploads/2010/07/Screen-shot-2010-07-08-at-12.19.54-PM.png"><img class="size-full wp-image-127" title="Firefox Advanced Settings" src="http://www.almostgeek.com/wp-content/uploads/2010/07/Screen-shot-2010-07-08-at-12.19.54-PM.png" alt="Firefox Advanced Settings" width="367" height="326" /></a><p class="wp-caption-text">Firefox Advanced Settings</p></div>
<p style="text-align: left;">From now on whenever your on a web page and start typing a quick find box will come up and the cursor will automatically jump to the word you&#8217;re looking for. There is no navigation in the quick find box though so it&#8217;s not full featured as regular find. There&#8217;s a workaround for this: http://mozillalinks.org/wp/2006/10/firefox-quick-search-as-it-should-and-used-to-be/, it&#8217;s just a quick edit to your userchrome.css file in order to setup the navigation buttons in quick find. I&#8217;ve tested it out and it works great! <img src='http://almostgeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://almostgeek.com/firefox/search-text-in-firefox-by-typing.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

