<?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>JErm&#039;s Journal and Photography Blog &#187; Web Stuff</title>
	<atom:link href="http://www.jermexpress.com/ramblings/web-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jermexpress.com</link>
	<description>Random journal and photography blog of JErm, detached from society, running against the system, and living free in paradise.</description>
	<lastBuildDate>Wed, 16 Jun 2010 06:07:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Top 1000 Most Visited Domains</title>
		<link>http://www.jermexpress.com/top-1000-most-visited-domains/</link>
		<comments>http://www.jermexpress.com/top-1000-most-visited-domains/#comments</comments>
		<pubDate>Fri, 28 May 2010 16:48:37 +0000</pubDate>
		<dc:creator>JErm</dc:creator>
				<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[top 1000 sites]]></category>

		<guid isPermaLink="false">http://www.jermexpress.com/?p=2014</guid>
		<description><![CDATA[Google recently released a list of the 1000 most-visited sites on the web and I&#8217;m happy to announce that my sites are nowhere near the list. Ok here are the top 10 as of May 29, 2010. facebook.com yahoo.com live.com wikipedia.org msn.com microsoft.com blogspot.com baidu.com qq.com mozilla.com Here&#8217;s the complete list if you&#8217;re curious, but [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Google recently released a list of the 1000 most-visited sites on the web and I&#8217;m happy to announce that my sites are nowhere near the list. Ok here are the top 10 as of May 29, 2010.</p>
<ol>
<li>facebook.com</li>
<li>yahoo.com</li>
<li>live.com</li>
<li>wikipedia.org</li>
<li>msn.com</li>
<li>microsoft.com</li>
<li>blogspot.com</li>
<li>baidu.com</li>
<li>qq.com</li>
<li>mozilla.com</li>
</ol>
<p>Here&#8217;s <a href="http://www.google.com/adplanner/static/top1000/">the complete list</a> if you&#8217;re curious, but don&#8217;t get any hopes up.
<div class="tweetmeme_button" style="float: left; margin-top: 2px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jermexpress.com%2Ftop-1000-most-visited-domains%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jermexpress.com%2Ftop-1000-most-visited-domains%2F&amp;source=jerrrm&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jermexpress.com/top-1000-most-visited-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to import All-in-One-SEO meta values to Thesis 1.7</title>
		<link>http://www.jermexpress.com/how-to-import-all-in-one-seo-meta-values-to-thesis-1-7/</link>
		<comments>http://www.jermexpress.com/how-to-import-all-in-one-seo-meta-values-to-thesis-1-7/#comments</comments>
		<pubDate>Fri, 14 May 2010 16:52:37 +0000</pubDate>
		<dc:creator>JErm</dc:creator>
				<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Thesis]]></category>
		<category><![CDATA[WordPress Plugin]]></category>

		<guid isPermaLink="false">http://www.jermexpress.com/?p=2012</guid>
		<description><![CDATA[I&#8217;ve been running Thesis on my blogs for the last year or so. With the upgrade of Thesis 1.7 and its built-in SEO features, it&#8217;s due time to get rid of my all time favorite All-in-One-SEO WordPress plugin to reduce clutter and redundancy on my server. Less clutter is good but at the same time [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;ve been running Thesis on my blogs for the last year or so. With the upgrade of Thesis 1.7 and its built-in SEO features, it&#8217;s due time to get rid of my all time favorite All-in-One-SEO WordPress plugin to reduce clutter and redundancy on my server.</p>
<p>Less clutter is good but at the same time it introduces a new problem. All my SEO-friendly meta tags are stuck in All-in-One-SEO-made fields in my database. To continue to use them I need to port the values to Thesis values.</p>
<p>Gladly, <strong>for every problem there&#8217;s a solution.</strong></p>
<p>I hope you have access to your webserver&#8217;s control panel. From there fire up phpMyAdmin and select your WordPress database. Then hit the SQL tab and run the following SQL query on your database. Please don&#8217;t forget to first backup your database. I won&#8217;t be responsible for any loss.</p>
<p><em>PS: this is for All-in-One-SEO version 1.6 and up only.</em></p>
<p><code>insert wp_postmeta (post_id,meta_key,meta_value)<br />
select post_id, concat('thesis_', substring(meta_key,10)), meta_value<br />
from wp_postmeta where meta_key in ('_aioseop_title','_aioseop_description','_aioseop_keywords');</code></p>
<p>When you&#8217;re done, you can go to your WordPress Dashboard and disable All-in-One-SEO from your plugin list. You could also delete it if you like.</p>
<p>For those of you who don&#8217;t use Thesis, I strongly recommend keeping All-in-One-SEO because it really kicks ass. It&#8217;s just done its time in my case and I need to say good-bye.
<div class="tweetmeme_button" style="float: left; margin-top: 2px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jermexpress.com%2Fhow-to-import-all-in-one-seo-meta-values-to-thesis-1-7%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jermexpress.com%2Fhow-to-import-all-in-one-seo-meta-values-to-thesis-1-7%2F&amp;source=jerrrm&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jermexpress.com/how-to-import-all-in-one-seo-meta-values-to-thesis-1-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add the Facebook Like button on your blog</title>
		<link>http://www.jermexpress.com/how-to-add-the-facebook-like-button-on-your-blog/</link>
		<comments>http://www.jermexpress.com/how-to-add-the-facebook-like-button-on-your-blog/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 05:32:00 +0000</pubDate>
		<dc:creator>JErm</dc:creator>
				<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://www.jermexpress.com/?p=2004</guid>
		<description><![CDATA[If you haven&#8217;t heard the buzz Facebook recently released their Social Plugins. In their words: Social plugins let you see what your friends have liked, commented on or shared on sites across the web. All social plugins are extensions of Facebook and are specifically designed so none of your data is shared with the sites [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you haven&#8217;t heard the buzz Facebook recently released their <a href="http://developers.facebook.com/plugins">Social Plugins</a>. In their words:</p>
<blockquote><p>Social plugins let you see what your friends have liked, commented on or  shared on sites across the web. All social plugins are extensions of  Facebook and are specifically designed so none of your data is shared  with the sites on which they appear.</p></blockquote>
<p>Out of many different choices, the Like button is my favorite. First it looks nice and clean as you can see below this post. Second it gives you instant promotion. Everytime a user clicks on it your post link will be posted on his/her Facebook profile.</p>
<p>Are you sold yet? Ok here&#8217;s how to add it on your blog. Just copy and paste this block of code under your post template:</p>
<p>&lt;iframe src=&#8221;http://www.facebook.com/plugins/like.php?href=&lt;?php echo urlencode(get_permalink()); ?&gt;&amp;amp;layout=standard&amp;amp;show-faces=true&amp;amp;width=530&amp;amp;height=60&amp;amp;action=like&amp;amp;colorscheme=light&#8221; scrolling=&#8221;no&#8221; frameborder=&#8221;0&#8243; allowTransparency=&#8221;true&#8221; style=&#8221;border:none; overflow:hidden; width:530px; height:60px&#8221;&gt;&lt;/iframe&gt;</p>
<p>And you&#8217;re done. You can modify the settings <a href="http://developers.facebook.com/docs/reference/plugins/like">here</a> if you need to customize it. And if you have problems feel free to comment below and I will try to help you.
<div class="tweetmeme_button" style="float: left; margin-top: 2px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jermexpress.com%2Fhow-to-add-the-facebook-like-button-on-your-blog%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jermexpress.com%2Fhow-to-add-the-facebook-like-button-on-your-blog%2F&amp;source=jerrrm&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jermexpress.com/how-to-add-the-facebook-like-button-on-your-blog/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Thesis, Facebook Button, Intense Debate and WP Greet Box</title>
		<link>http://www.jermexpress.com/thesis-facebook-button-intense-debate-and-wp-greet-box/</link>
		<comments>http://www.jermexpress.com/thesis-facebook-button-intense-debate-and-wp-greet-box/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 14:43:20 +0000</pubDate>
		<dc:creator>JErm</dc:creator>
				<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[intense debate]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.jermexpress.com/?p=1998</guid>
		<description><![CDATA[For the few of you that still read my blog, you probably noticed the recent design change. While I&#8217;m dumbing things down around here, a user experience experiment is actually underway. This blog will serve as my playground for the testing stages until things are set for my other production (read: money making) blogs. To [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>For the few of you that still read my blog, you probably noticed the recent design change. While I&#8217;m dumbing things down around here, a user experience experiment is actually underway. This blog will serve as my playground for the testing stages until things are set for my other production (read: money making) blogs.</p>
<p>To cut this short so I won&#8217;t bore you with little details (which is one of my expertise), these are what I have been doing in the past few days:</p>
<p><strong>1. Playing with <a href="http://diythemes.com/thesis/">Thesis</a></strong><br />
Why Thesis? Because it simply works. Before Thesis I had to handcode everything. Now all I need to do is write little code snipplets here and there to make the blog fit my design and Thesis takes care of the rest. Even on-page SEO.</p>
<p><strong>2. Adding the Facebook Like Button</strong><br />
I like the simplicity of the Facebook Like Button so much I figured I should have it here. Now you can Like my posts and they will instantly show up on your Facebook profile. Kick ass huh? You can find instructions <a href="http://www.labnol.org/internet/add-facebook-plugins-to-website/13505/">here</a> if you want to do it too.</p>
<p><strong>3. Intense Debate</strong></p>
<p><a title="Go to IntenseDebate" href="http://intensedebate.com/?badge=small&amp;user=psyche"><img src="http://s.intensedebate.com/images/intensedebate-badge-small.png?=3" alt="Go to IntenseDebate" /></a></p>
<p>Intense Debate allows you to comment with your existing Facebook,  Twitter, OpenID, or WordPress.com credentials so you don&#8217;t have to type  things in anymore. It also adds user interactivity with user ratings,  comment replies, etc. Not that commenting is all that around here but I figured if I had a better system maybe people would start to actually comment on this blog. Or not. Either way if this system works then this will definitely improve interactivity on my other blogs.</p>
<p><strong>4. <a href="http://wordpress.org/extend/plugins/wp-greet-box/">WP Greet Box</a></strong><br />
Why even bother? Because unlike me, most people like to be greeted and acknowledged. This plugin does just that. Whether you find this blog through Google, Flickr, Twitter, or anywhere else, you&#8217;ll be pleased that I have a personalized greet for you on the landing pages.</p>
<p>That&#8217;s all for today folks. Please browse around and try the new features if you have a minute.
<div class="tweetmeme_button" style="float: left; margin-top: 2px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jermexpress.com%2Fthesis-facebook-button-intense-debate-and-wp-greet-box%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jermexpress.com%2Fthesis-facebook-button-intense-debate-and-wp-greet-box%2F&amp;source=jerrrm&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jermexpress.com/thesis-facebook-button-intense-debate-and-wp-greet-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>looking for gifts for men?</title>
		<link>http://www.jermexpress.com/looking-for-gifts-for-men/</link>
		<comments>http://www.jermexpress.com/looking-for-gifts-for-men/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 14:29:54 +0000</pubDate>
		<dc:creator>JErm</dc:creator>
				<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[Blogs I Own]]></category>
		<category><![CDATA[gifts for men]]></category>
		<category><![CDATA[import models]]></category>
		<category><![CDATA[peepculture]]></category>

		<guid isPermaLink="false">http://www.jermexpress.com/?p=1079</guid>
		<description><![CDATA[two months and two posts ago, i wrote about peepculture getting a facelift. well guess what, i&#8217;ve done it again. i felt that it was necessary to revamp the design again to accommodate our new focus: gifts for men. but that&#8217;s not all. peepculture is also about mens fashion, import models (because we know men [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="img" style="width: 445px;"><a href="http://www.peepculture.com"><img class="alignnone size-full wp-image-1078" title="gifts for men" src="http://www.jermexpress.com/wp-content/uploads/2009/09/peepculture-grunge.jpg" alt="gifts for men" width="435" height="310" /></a></div>
<p>two months and two posts ago, i wrote about <a href="/peepculture-gets-a-new-face/">peepculture getting a facelift</a>. well guess what, i&#8217;ve done it again. i felt that it was necessary to revamp the design again to accommodate our new focus: <a href="http://www.peepculture.com/">gifts for men</a>. but that&#8217;s not all. peepculture is also about mens fashion, <a href="http://www.peepculture.com/tag/import-models/">import models</a> (because we know men just can&#8217;t have enough of them), lifestyle and entertainment. i&#8217;m currently working on our content structure and direction, but soon i will be launching a massive seo and marketing campaign to shoot this blog to the skies. so please <a href="http://www.peepculture.com/">check it out</a>, and don&#8217;t forget to stop by and share me your thoughts in the comments.
<div class="tweetmeme_button" style="float: left; margin-top: 2px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jermexpress.com%2Flooking-for-gifts-for-men%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jermexpress.com%2Flooking-for-gifts-for-men%2F&amp;source=jerrrm&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jermexpress.com/looking-for-gifts-for-men/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
