<?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>Smoking Linux &#187; WordPress</title>
	<atom:link href="http://www.smokinglinux.com/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.smokinglinux.com</link>
	<description>Exchange your Linux experience with us</description>
	<lastBuildDate>Wed, 01 Feb 2012 06:14:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10</title>
		<link>http://www.smokinglinux.com/opensource-software/install-wordpress-locally-with-nanoweb-server-%e2%80%93-ubuntu-gutsy-710</link>
		<comments>http://www.smokinglinux.com/opensource-software/install-wordpress-locally-with-nanoweb-server-%e2%80%93-ubuntu-gutsy-710#comments</comments>
		<pubDate>Thu, 25 Oct 2007 09:56:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Designer]]></category>
		<category><![CDATA[OpenSource Software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[7.10]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[gutsy]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[light]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nano]]></category>
		<category><![CDATA[nanoconfig]]></category>
		<category><![CDATA[nanoweb]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://www.smokinglinux.com/opensource-software/install-wordpress-locally-with-nanoweb-server-%e2%80%93-ubuntu-gutsy-710</guid>
		<description><![CDATA[A Windows user can install EasyPHP to use WordPress locally and develop new themes for it. A WordPress theme designer often, don&#8217;t want use many resources for Apache installation under linux, because he would only install CMS to make a Theme Design for it. In this post, we will see how to do this job [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://www.smokinglinux.com/wp-content/uploads/2007/10/wordpress-nanoweb.jpg" alt="nano web and wordpress logos" border="0" /></p>
<p>A Windows user can install EasyPHP to use WordPress locally and develop new themes for it. A WordPress theme designer often, don&#8217;t want use many resources for Apache installation under linux, because he would only install CMS to make a Theme Design for it.<br />
In this post, we will see how to do this job under Ubuntu Gutsy 7.10.</p>
<p><strong>Brief introduction to NanoWeb Server</strong></p>
<p>NanoWeb server is a light web server for linux written entirely in php. NanoWeb Server is specially design for little website that don&#8217;t need Apache as webserver. So, with NanoWeb Server we have a locally installation of our preferred CMS to test it without expensive consume of resources.</p>
<p><span id="more-832"></span><br />
<strong>Install and configure NanoWeb Server, PHP5 and MySQL5 on Ubuntu Gutsy 7.10</strong></p>
<p>apt-get update<br />
apt-get install nanoweb php-pear php5 php5-cli php5-cgi php5-mysql mysql-server mysql-client</p>
<p>Optionally you can install nanoconfig to configure NanoWeb Server:</p>
<p>apt-get install nanoweb-nanoconfig</p>
<p>edit /etc/nanoweb/nanoweb.conf and uncomment this:<br />
#Alias             = /nanoconfig/ /usr/share/nanoweb-nanoconfig/</p>
<p>We have to restart nanoweb to reload configuration file:<br />
/etc/init.d/nanoweb restart</p>
<p>Now, we can open our browser using URL http://127.0.0.1/ to see NanoWeb Server in action!</p>
<p><strong>Install WordPress to have finally our Development Platform for Themes</strong></p>
<p>First of all we have to download WordPress 2.3 files in /var/www/nanoweb :<br />
cd /var/www/nanoweb<br />
wget http://wordpress.org/latest.tar.gz<br />
tar xzvf latest.tar.gz</p>
<p>mysql -u root -p<br />
mysql&gt; CREATE DATABASE wordpress;</p>
<p>cd /var/www/nanoweb/wordpress<br />
cp wp-config-sample.php wp-config.php</p>
<p>edit wp-config.php</p>
<p>// ** MySQL settings ** //<br />
define(&#8216;DB_NAME&#8217;, &#8216;wordpress&#8217;);    // The name of the database<br />
define(&#8216;DB_USER&#8217;, &#8216;root&#8217;);     // Your MySQL username<br />
define(&#8216;DB_PASSWORD&#8217;, &#8216;yourpasswordhere&#8217;); // &#8230;and password</p>
<p>Now, we can run http://127.0.0.1/worpress and complete installation.<br />
If you like this how-to, please add smokinglinux.com in your Technorati Favorites</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Submit to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.smokinglinux.com/opensource-software/install-wordpress-locally-with-nanoweb-server-%e2%80%93-ubuntu-gutsy-710&amp;title=Install+WordPress+locally+with+NanoWeb+Server+%C3%A2%E2%82%AC%E2%80%9C+Ubuntu+Gutsy+7.10" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a Del.icio.us"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a Del.icio.us" alt="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.smokinglinux.com/opensource-software/install-wordpress-locally-with-nanoweb-server-%e2%80%93-ubuntu-gutsy-710&amp;title=Install+WordPress+locally+with+NanoWeb+Server+%C3%A2%E2%82%AC%E2%80%9C+Ubuntu+Gutsy+7.10" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a digg"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a digg" alt="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Install+WordPress+locally+with+NanoWeb+Server+%C3%A2%E2%82%AC%E2%80%9C+Ubuntu+Gutsy+7.10&amp;u=http://www.smokinglinux.com/opensource-software/install-wordpress-locally-with-nanoweb-server-%e2%80%93-ubuntu-gutsy-710" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a FURL"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a FURL" alt="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.smokinglinux.com/opensource-software/install-wordpress-locally-with-nanoweb-server-%e2%80%93-ubuntu-gutsy-710" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a Technorati"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a Technorati" alt="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.smokinglinux.com/opensource-software/install-wordpress-locally-with-nanoweb-server-%e2%80%93-ubuntu-gutsy-710&amp;t=Install+WordPress+locally+with+NanoWeb+Server+%C3%A2%E2%82%AC%E2%80%9C+Ubuntu+Gutsy+7.10" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a Yahoo My Web"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a Yahoo My Web" alt="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.smokinglinux.com/opensource-software/install-wordpress-locally-with-nanoweb-server-%e2%80%93-ubuntu-gutsy-710&amp;title=Install+WordPress+locally+with+NanoWeb+Server+%C3%A2%E2%82%AC%E2%80%9C+Ubuntu+Gutsy+7.10" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a Stumble Upon"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a Stumble Upon" alt="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.smokinglinux.com/opensource-software/install-wordpress-locally-with-nanoweb-server-%e2%80%93-ubuntu-gutsy-710&amp;title=Install+WordPress+locally+with+NanoWeb+Server+%C3%A2%E2%82%AC%E2%80%9C+Ubuntu+Gutsy+7.10" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a Google Bookmarks"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a Google Bookmarks" alt="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Install+WordPress+locally+with+NanoWeb+Server+%C3%A2%E2%82%AC%E2%80%9C+Ubuntu+Gutsy+7.10&amp;url=http://www.smokinglinux.com/opensource-software/install-wordpress-locally-with-nanoweb-server-%e2%80%93-ubuntu-gutsy-710" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a SlashDot"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a SlashDot" alt="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.smokinglinux.com/opensource-software/install-wordpress-locally-with-nanoweb-server-%e2%80%93-ubuntu-gutsy-710&amp;t=Install+WordPress+locally+with+NanoWeb+Server+%C3%A2%E2%82%AC%E2%80%9C+Ubuntu+Gutsy+7.10" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a FaceBook"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a FaceBook" alt="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.smokinglinux.com/opensource-software/install-wordpress-locally-with-nanoweb-server-%e2%80%93-ubuntu-gutsy-710" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a Twitter"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a Twitter" alt="Add 'Install WordPress locally with NanoWeb Server â€“ Ubuntu Gutsy 7.10' a Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.smokinglinux.com/opensource-software/install-wordpress-locally-with-nanoweb-server-%e2%80%93-ubuntu-gutsy-710/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geek Blog WordPress Theme Released</title>
		<link>http://www.smokinglinux.com/wordpress/geek-blog-wordpress-theme-released</link>
		<comments>http://www.smokinglinux.com/wordpress/geek-blog-wordpress-theme-released#comments</comments>
		<pubDate>Mon, 15 Oct 2007 21:32:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.smokinglinux.com/uncategorized/geek-blog-wordpress-theme-released</guid>
		<description><![CDATA[We have released a new theme for wordpress called &#8220;Geek Blog&#8221;. DEMO: http://themes.crashlab.net/index.php?wptheme=Geek+Blog README.txt GEEK BLOG theme is released as free and you can modify every parts of graphics to customize theme for your needs. There is a limitation about footer. This theme is sponsered, and for this reason you cannot modify footer. copyright ThemesLive.com [...]]]></description>
			<content:encoded><![CDATA[<p>We have released a new theme for wordpress called &#8220;Geek Blog&#8221;.</p>
<p style="text-align: center"><img src="http://www.smokinglinux.com/wp-content/uploads/2007/10/geekblog_screen.jpg" alt="geekblog_screen.jpg" /></p>
<p><strong>DEMO: <a href="http://themes.crashlab.net/index.php?wptheme=Geek+Blog" target="_blank">http://themes.crashlab.net/index.php?wptheme=Geek+Blog</a></strong></p>
<p><span id="more-803"></span><br />
<strong>README.txt</strong><br />
GEEK BLOG theme is released as free and you can modify every parts of graphics to<br />
customize theme for your needs. There is a limitation about footer.<br />
This theme is sponsered, and for this reason you cannot modify footer.<br />
copyright ThemesLive.com 2007<br />
If you want use a textual title for your header, you can edit CSS and<br />
delete: &#8220;visibility: hidden;&#8221; on .title class<br />
.title {<br />
visibility: hidden;<br />
}<br />
Also you must change &#8220;background: url(&#8216;images/bgheader.png&#8217;);&#8221; in<br />
CSS id #header, using &#8220;background: url(&#8216;images/bgheader2.png&#8217;);&#8221; that<br />
is the header image without title &#8220;GEEK BLOG&#8221; as graphic component.<br />
I hope you enjoy with this theme <img src='http://www.smokinglinux.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.smokinglinux.com/files/wpthemes/geekblog.zip">Download GeekBlog 1.0</a></p>
<p><NOREWRITE></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Submit to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.smokinglinux.com/wordpress/geek-blog-wordpress-theme-released&amp;title=Geek+Blog+WordPress+Theme+Released" title="Add 'Geek Blog WordPress Theme Released' a Del.icio.us"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Geek Blog WordPress Theme Released' a Del.icio.us" alt="Add 'Geek Blog WordPress Theme Released' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.smokinglinux.com/wordpress/geek-blog-wordpress-theme-released&amp;title=Geek+Blog+WordPress+Theme+Released" title="Add 'Geek Blog WordPress Theme Released' a digg"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Geek Blog WordPress Theme Released' a digg" alt="Add 'Geek Blog WordPress Theme Released' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Geek+Blog+WordPress+Theme+Released&amp;u=http://www.smokinglinux.com/wordpress/geek-blog-wordpress-theme-released" title="Add 'Geek Blog WordPress Theme Released' a FURL"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Geek Blog WordPress Theme Released' a FURL" alt="Add 'Geek Blog WordPress Theme Released' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.smokinglinux.com/wordpress/geek-blog-wordpress-theme-released" title="Add 'Geek Blog WordPress Theme Released' a Technorati"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Geek Blog WordPress Theme Released' a Technorati" alt="Add 'Geek Blog WordPress Theme Released' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.smokinglinux.com/wordpress/geek-blog-wordpress-theme-released&amp;t=Geek+Blog+WordPress+Theme+Released" title="Add 'Geek Blog WordPress Theme Released' a Yahoo My Web"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Geek Blog WordPress Theme Released' a Yahoo My Web" alt="Add 'Geek Blog WordPress Theme Released' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.smokinglinux.com/wordpress/geek-blog-wordpress-theme-released&amp;title=Geek+Blog+WordPress+Theme+Released" title="Add 'Geek Blog WordPress Theme Released' a Stumble Upon"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Geek Blog WordPress Theme Released' a Stumble Upon" alt="Add 'Geek Blog WordPress Theme Released' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.smokinglinux.com/wordpress/geek-blog-wordpress-theme-released&amp;title=Geek+Blog+WordPress+Theme+Released" title="Add 'Geek Blog WordPress Theme Released' a Google Bookmarks"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Geek Blog WordPress Theme Released' a Google Bookmarks" alt="Add 'Geek Blog WordPress Theme Released' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Geek+Blog+WordPress+Theme+Released&amp;url=http://www.smokinglinux.com/wordpress/geek-blog-wordpress-theme-released" title="Add 'Geek Blog WordPress Theme Released' a SlashDot"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Geek Blog WordPress Theme Released' a SlashDot" alt="Add 'Geek Blog WordPress Theme Released' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.smokinglinux.com/wordpress/geek-blog-wordpress-theme-released&amp;t=Geek+Blog+WordPress+Theme+Released" title="Add 'Geek Blog WordPress Theme Released' a FaceBook"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Geek Blog WordPress Theme Released' a FaceBook" alt="Add 'Geek Blog WordPress Theme Released' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.smokinglinux.com/wordpress/geek-blog-wordpress-theme-released" title="Add 'Geek Blog WordPress Theme Released' a Twitter"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Geek Blog WordPress Theme Released' a Twitter" alt="Add 'Geek Blog WordPress Theme Released' a Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.smokinglinux.com/wordpress/geek-blog-wordpress-theme-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

