<?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"
	>

<channel>
	<title>Tech Pedia &#187; Wordpress</title>
	<atom:link href="http://technopedia.info/tech/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://technopedia.info/tech</link>
	<description>The Matrix of Technology</description>
	<pubDate>Thu, 20 Nov 2008 16:22:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Fighting Comment Spam without Akismet</title>
		<link>http://technopedia.info/tech/2008/09/25/fight-comment-spam.html</link>
		<comments>http://technopedia.info/tech/2008/09/25/fight-comment-spam.html#comments</comments>
		<pubDate>Thu, 25 Sep 2008 18:29:05 +0000</pubDate>
		<dc:creator>Abhinav Kaiser</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[Comment]]></category>

		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://technopedia.info/tech/?p=1459</guid>
		<description><![CDATA[Disclaimer : I don&#8217;t have any biased feeling towards Akismet. Any claims made in this post are purely factual.
I had written an article earlier stating that Akismet does not work as it supposed to. I was referring to the intelligence factor in the linked article while today, I emphasize that Akismet alone is not sufficient [...]]]></description>
			<content:encoded><![CDATA[<p><center><strong>Disclaimer : I don&#8217;t have any biased feeling towards Akismet. Any claims made in this post are purely factual.</strong></center></p>
<p><!--adsense#abs_med_rect-->I had written an <a href="http://technopedia.info/tech/2008/08/01/akismet-does-not-learn-sadly.html">article</a> earlier stating that Akismet does not work as it supposed to. I was referring to the intelligence factor in the linked article while today, I emphasize that Akismet alone is not sufficient for bloggers. Akismet can handle limited number of spam and nowhere close to comprehensiveness.</p>
<p>Here&#8217;s some history : I am regularly getting spammed by the same set of spamming robots and no help is being offered by the world&#8217;s most popular anti-spam comment plugin. </p>
<p>It&#8217;s time for me to look elsewhere and provide a holistic view of the situation and review some of the spam preventing plugins.</p>
<p>The first plugin I am planning on experimenting with, is the <a href="http://sw-guide.de/wordpress/plugins/math-comment-spam-protection/">Math Comment Spam Protection</a>. It is a simple plugin that asks the user to perform basic addition of two numbers and provide the answer. Sounds simple! Installation is simple and involves adding code into your template, and the plugin works as it&#8217;s supposed to (at least with the addition).</p>
<p>The plugin is installed on this blog on a pilot basis and here are my two concerns:</p>
<p>- What if the spamming robots are developed to perform addition?<br />
- What if a user cannot perform simple addition (using a calculator is an option though)</p>
<p>Results matter the most and the best judge is time and I expect some good amount of spam to hit me in the next 7 days. Too sad, I wouldn&#8217;t know if the plugin actually prevented spam or not. Either way, if I don&#8217;t get spammed over a period of time, then the plugin is worth it; at least for now.</p>
<p>I will update this post probably within a week with my results. If you have found a better workable solution, let us know. If you have a plugin which you would like us to test, do let us know.</p>
]]></content:encoded>
			<wfw:commentRss>http://technopedia.info/tech/2008/09/25/fight-comment-spam.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Howto : Add Ads After First Post on your Wordpress Homepage</title>
		<link>http://technopedia.info/tech/2008/09/09/howto-add-ads-after-first-post-on-your-homepage.html</link>
		<comments>http://technopedia.info/tech/2008/09/09/howto-add-ads-after-first-post-on-your-homepage.html#comments</comments>
		<pubDate>Tue, 09 Sep 2008 16:25:37 +0000</pubDate>
		<dc:creator>Abhinav Kaiser</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[Adsense]]></category>

		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://technopedia.info/tech/?p=1281</guid>
		<description><![CDATA[Google limits us to display 3 ad units and 1 link unit on any given page. In Wordpress, if we would like to add adsense on the homepage, we would be limited to header, sidebar and the footer. If we add ads at the end of an article, the loop repeats the ad at least [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense#abs_med_rect-->Google limits us to display 3 ad units and 1 link unit on any given page. In Wordpress, if we would like to add adsense on the homepage, we would be limited to header, sidebar and the footer. If we add ads at the end of an article, the loop repeats the ad at least 10 times. You don&#8217;t want that to happen, isn&#8217;t it? Ideally, it would be perfect to add an ad right after the first post which could pose an unprecedented challenge. Here is a small snippet which could do the trick for you without much sweat.</p>
<p>1. Open your FTP application and browse to the theme files. Locate either index.php or home.php depending on the theme and open them.<br />
2. Find this code in the file :  <strong><code>&lt;?php endwhile; ?&gt;</code></strong> or one of its variants such as <strong><code>&lt;?php endwhile; else: ?&gt;</code></strong>.<br />
3. Just before the endwhile code, insert this code:<br />
<strong><code>&lt;?php if(!$show_ads){ ?&gt;</code><br />
YOUR ADSENSE/AD GOES HERE<br />
<code>&lt;?php $show_ads = 1; } ?&gt;</code></strong><br />
4. Save the file and upload.<br />
5. That&#8217;s it!</p>
<p>Piece of cake isn&#8217;t it. If you have any further clarifications, let me know&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://technopedia.info/tech/2008/09/09/howto-add-ads-after-first-post-on-your-homepage.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Migrating from Wordpress to Joomla</title>
		<link>http://technopedia.info/tech/2008/09/08/migrating-from-wordpress-to-joomla.html</link>
		<comments>http://technopedia.info/tech/2008/09/08/migrating-from-wordpress-to-joomla.html#comments</comments>
		<pubDate>Tue, 09 Sep 2008 03:40:46 +0000</pubDate>
		<dc:creator>Abhinav Kaiser</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://technopedia.info/tech/?p=1275</guid>
		<description><![CDATA[The title of this post could be misleading. Tech Pedia is not moving to Joomla. However, I am pondering upon moving another blog of mine from Wordpress to Joomla. The main deterrent is the database tables and the syncing of structures. I checked the web and there is no easy one click script to get [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense#abs_med_rect-->The title of this post could be misleading. Tech Pedia is not moving to Joomla. However, I am pondering upon moving another blog of mine from Wordpress to Joomla. The main deterrent is the database tables and the syncing of structures. I checked the web and there is no easy one click script to get the job done.</p>
<p><span id="more-1275"></span></p>
<p>After an exhausted search through several forums, I ran into <a href="http://forum.joomla.org/viewtopic.php?f=36&#038;t=75574">one</a> on the Joomla forum and the poster claimed to have successfully transferred posts but not comments. Here&#8217;s a brief of the operation:</p>
<blockquote><p>I tried various way to import Wordpress through Joomblog, but kept getting the message &#8220;no installation of Wordpress could be found.&#8221; But once I installed JD-Wordpress, imported a backup of my Wordpress database, and categorized each post, Joomlblog imported correctly!</p>
<p>Here are the steps:</p>
<p>1. Backup everything in your Wordpress site (Manage -> Backup) and save it on your computer. (If you haven&#8217;t backed anything up before, you may need to activate the plugin in Wordpress.)<br />
2. Install Joomblog in Joomla! (1 com, 1 bot, and 2 mods)<br />
*** If you&#8217;ve been using JD-Wordpress in Joomla!, then skip to step 6. ***<br />
3. Install JD-Wordpress in Joomla!<br />
4. In phpMyAdmin, import the Wordpress backup (from step 1) into the database that Joomla! is using.<br />
5. Under Components -> JD-Wordpress, go to Manage -> Categories, and make sure they&#8217;re in a category. If it says &#8220;Uncategorized&#8221; but is not linked to a category called Uncategorized, then it&#8217;s not categorized. If this is the case, Manage -> Categories and make sure you have categories created. Then, Edit each post, select a category, and Save. There&#8217;s probably a script that could be written for phpMyadmin, but I&#8217;m not that savvy.<br />
6. Under Components -> Joomblog, select Import, and click on Import Wordpress. *<br />
7. Once this is complete, look in Content By Section -> Wordpress_Joomblog and you should find your articles.<br />
<!--adsense#abs_med_rect-->8. Now is the fun time of placing the imported content in the right Joomla category and editing each one to clean up any mess the switch left behind.</p>
<p>* Joomblog won&#8217;t duplicate your posts if you try this process more than once.</p></blockquote>
<p>I plan on performing these activities on a blog of mine this weekend. I will post updates and hopefully, will try to find a way to import comments as well.</p>
<p>If you have a better approach, do share it with us.</p>
]]></content:encoded>
			<wfw:commentRss>http://technopedia.info/tech/2008/09/08/migrating-from-wordpress-to-joomla.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Cool Wordpress theme; Bus Full of Hippies</title>
		<link>http://technopedia.info/tech/2008/09/02/cool-wordpress-theme-bus-full-of-hippies.html</link>
		<comments>http://technopedia.info/tech/2008/09/02/cool-wordpress-theme-bus-full-of-hippies.html#comments</comments>
		<pubDate>Tue, 02 Sep 2008 18:16:17 +0000</pubDate>
		<dc:creator>om</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://technopedia.info/tech/?p=862</guid>
		<description><![CDATA[Bus Full of Hippies is a cool Wordpress theme recently released and is available FREE of cost! Check this out!
The Bus Full of Hippies Wordpress theme

 
The maximum width for images in the posts is limited to 390 pixels, which is indeed good enough&#8230; 
Anything wider than that is squeezed up, in order to prevent [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense#om--><strong>Bus Full of Hippies</strong> is a cool <strong>Wordpress theme</strong> recently released and is available <strong>FREE</strong> of cost! Check this out!</p>
<p><strong>The Bus Full of Hippies Wordpress theme</strong><br />
<a href="http://technopedia.info/tech/wp-content/uploads/hippy1.jpg" rel="lightbox"><img src="http://technopedia.info/tech/wp-content/uploads/hippy1-300x116.jpg" alt="" title="hippy1" width="260" height="116" class="alignnone size-medium wp-image-900" /></a><br />
<span id="more-862"></span> </p>
<p>The maximum width for images in the posts is limited to <strong>390 pixels</strong>, which is indeed good enough&#8230; </p>
<p>Anything wider than that is squeezed up, in order to prevent the <strong>theme</strong> from breaking!</p>
<p>It is a nice <strong>wordpress theme</strong> which doesn&#8217;t really suck like few of the <strong>free themes </strong>that you wouldn&#8217;t even like to look at, despite the fact that they are <strong>FREE</strong>!!</p>
<p>Its surely one of those <strong>themes</strong> that you would like to try out once!</p>
<p>In short it&#8217;s basically a two column Light and Artistic <strong>Wordpress theme</strong></p>
<p><!--adsense#om--> And it has a feeling of <strong>freshness </strong> associated with itself!</p>
<p><strong>Highlights</strong> of the <strong>theme</strong> are:</p>
<p><strong>SEO: Average</p>
<p>Documentation Ease of Use: Good</p>
<p>Support: Well supported and frequently updated</p>
<p>Extra Features: Widgets!</strong></p>
<p>Click here to <a href="http://archgfx.net/blog/2007/design/bus-full-of-hippies-for-wordpress">download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://technopedia.info/tech/2008/09/02/cool-wordpress-theme-bus-full-of-hippies.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Howto : Decrypt Wordpress Footer</title>
		<link>http://technopedia.info/tech/2008/08/30/howto-decrypt-wordpress-footer.html</link>
		<comments>http://technopedia.info/tech/2008/08/30/howto-decrypt-wordpress-footer.html#comments</comments>
		<pubDate>Sat, 30 Aug 2008 08:28:08 +0000</pubDate>
		<dc:creator>Abhinav Kaiser</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://technopedia.info/tech/?p=1045</guid>
		<description><![CDATA[If you are a regular reader on this website, you probably know that my articles originate from absolute necessities. Recently I was looking around for a wordpress theme for one of my blogs and found one that I really liked. Unfortunately, it had an encrypted footer with ads embedded on it. I respect the template’s [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense#abs_med_rect-->If you are a regular reader on this website, you probably know that my articles originate from absolute necessities. Recently I was looking around for a wordpress theme for one of my blogs and found one that I really liked. Unfortunately, it had an encrypted footer with ads embedded on it. I respect the template’s creator but not gonna put up ads on my website that don’t fetch revenue (to me ofcourse). The template was perfect to my liking except for the ad, so I decided to get rid of it.</p>
<p><span id="more-1045"></span></p>
<p>I Googled and found some websites that offered help through a decrypt.php file which was capable of decrypting the footer. I tried decrypting my footer but the process failed. I lack patience to post messages on forum and wait for an answer. I need instant results so I tried using a footer.php file from a different unencrypted template. The result was not bad but not how it originally looked. I lived with it for a while before I thoughtfully screamed Eureka. I had found a simple way to do it and the decrypter was with me all along.</p>
<p>The decrypter is none other than your browser itself. Your browser decrypts the footer when it displays the webpage, so solution is readily available to use. I use Firefox and I would recommend you use the same as well. Reasons for doing so have been provided in my earlier articles and will provide some more later on when the time is ripe.</p>
<p>Here are the steps in bullets to decrypt an encrypted footer:<br />
-	Install the encrypted template on your blog and open your blog home page in Firefox<br />
-	Click on View and then Page Source; alternatively you can just hit Ctrl+U<br />
-	A new window opens up with a bunch of html code in it<br />
-	Scroll down to the end of the code page and your sidebar code is easily recognizable. You can easily identify some text that resides on your sidebar.<br />
-	Copy the code starting from <code>&lt;/div&gt;</code> when your sidebar ends until <code>&lt;/html&gt;</code> which is the latest line of your source code.<br />
-	Replace the contents in your footer.php file with the copied code and check the output<br />
-	If the copied version doesn’t resemble the original, go back to your footer.php and remove the top most line. Check if it brings your blog back to original shape. Follow this process until you find a favorable result by deleting the top most line.<br />
-	<u>Result is guaranteed but it may take some time for you to tweak by trial and error method</u>. </p>
<p><center><a href="http://technopedia.info/tech/wp-content/uploads/decrypt-footer.jpg" rel="lightbox" ><img src="http://technopedia.info/tech/wp-content/uploads/decrypt-footer-300x162.jpg" alt="" title="decrypt-footer" width="300" height="162" class="alignnone size-medium wp-image-1050" /></a></center></p>
<p>Reading through my article, it feels like there’s more history to it than the actual stuff. Sorry to bore you with my experience but it’s necessary to get the context before the actual meat.</p>
<p>If you face issues in decrypting the footer of your template, leave me a message along with the url.</p>
]]></content:encoded>
			<wfw:commentRss>http://technopedia.info/tech/2008/08/30/howto-decrypt-wordpress-footer.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Akismet Does Not Learn; Sadly</title>
		<link>http://technopedia.info/tech/2008/08/01/akismet-does-not-learn-sadly.html</link>
		<comments>http://technopedia.info/tech/2008/08/01/akismet-does-not-learn-sadly.html#comments</comments>
		<pubDate>Fri, 01 Aug 2008 18:30:30 +0000</pubDate>
		<dc:creator>Abhinav Kaiser</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://technopedia.info/tech/?p=488</guid>
		<description><![CDATA[Akismet is probably the leading Wordpress plugin for filtering spam comments. There is no doubt with the ability of the plugin to capture most of the spam comments that gets posted onto our blogs. But, there is a weakness that can go against all the goods done by the plugin; Akismet plugin does not learn. [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense#abs_med_rect--><a href="http://akismet.com/">Akismet </a>is probably the leading Wordpress plugin for filtering spam comments. There is no doubt with the ability of the plugin to capture most of the spam comments that gets posted onto our blogs. But, there is a weakness that can go against all the goods done by the plugin; Akismet plugin does not learn. It is static.</p>
<blockquote><p>When you mark a comment as &#8220;spam&#8221; in the plugin or submit it using the submit-spam API call, the mistake is noted by Akismet and it learns from your submission. – <a href="http://akismet.com/faq/">Akismet FAQs section</a></p></blockquote>
<p><span id="more-488"></span></p>
<p>Akismet claims to learn from our submissions, but sadly enough, it’s not happening.</p>
<p>Well, I have been receiving tons of spam since I started blogging. But, there are certain spammy comments that pass through Akismet. One such cluster of comment is from sub domains originating from freehostia.com. I have marked them as spam for I-can’t-remember-how-long. </p>
<p>I(We) expect Akismet to automatically filter these comments based on my earlier actions, but it ain’t happening.</p>
<p>Like most of us, I use Gmail. If I mark a particular mail as spam either once or twice, the subsequent mails originating from that address automatically goes into my spam box. This is an ideal situation. If Gmail can do it, why can’t Akismet incorporate the same?</p>
<p>This is not a blasting-Akismet post. I would like to recommend the Gmail learning curve for Akismet to incorporate and make it a robust plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://technopedia.info/tech/2008/08/01/akismet-does-not-learn-sadly.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Do Not Upgrade to WP 2.6 Unless You Have Tons of Time to Fix It</title>
		<link>http://technopedia.info/tech/2008/07/25/do-not-upgrade-to-wp-26-unless-you-have-tons-of-time-to-fix-it.html</link>
		<comments>http://technopedia.info/tech/2008/07/25/do-not-upgrade-to-wp-26-unless-you-have-tons-of-time-to-fix-it.html#comments</comments>
		<pubDate>Fri, 25 Jul 2008 12:42:08 +0000</pubDate>
		<dc:creator>Abhinav Kaiser</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://technopedia.info/tech/?p=387</guid>
		<description><![CDATA[An upgrade to the latest Wordpress 2.6 almost put Tech Pedia out of action. To my utmost shock, all the categories residing on my site went missing after the upgrade. 

A message kept flashing on my WP dashboard asking me to upgrade for the past few days. The installer package was downloaded from the website [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense#abs_med_rect-->An upgrade to the latest <a href="http://wordpress.org">Wordpress</a> 2.6 almost put Tech Pedia out of action. To my utmost shock, all the categories residing on my site went missing after the upgrade. </p>
<p><span id="more-387"></span></p>
<p>A message kept flashing on my WP dashboard asking me to upgrade for the past few days. The installer package was downloaded from the website and all instruction followed to the point. Upgrade went smoothly and as I started to work on the theme, I observed that the categories section was showing blank. Upon investigation, it was clear to me that all the category names have been deleted.</p>
<p>A search conducted on WP forum revealed that the missing categories problem is a <a href="http://trac.wordpress.org/ticket/7320">known issue</a> and yet, the buggy WP installer is made available for download; with no mention of such a problem. <strong>This action by WP is extremely callous and the damage done by them is irreparable.</strong> </p>
<p>David Cumps has been an angel to many like me who have suffered through WP’s callousness. He has devised a <a href="http://blog.cumps.be/wordpress-26-upgrade-fix-missing-categories/">method of naming and placing the categories</a>. The process is arduous but a lifeline.</p>
<p>It took me close to 2 hours to add all the 30 odd category names after matching the posts. Although I am tired and ready for some rest, I want to caution other bloggers not to fall into the trap just as I did.</p>
<p><!--adsense#abs_med_rect--><strong>Suggestions to Wordpress</strong></p>
<p>1.	WP should recall the latest upgrade and the last known stable version should be made available for download. </p>
<p>2.	WP should thoroughly check new versions on new installations and upgrades before opening it for the public.</p>
<p>3.	New versions are being released quite frequently. This takes a toll on bloggers to have it updated on a regular basis. My advice/request is to have fewer versions incorporating several upgrades in each release.</p>
<p>4.	A plugin needs to be released to help bloggers like me add categories in a quicker way.</p>
]]></content:encoded>
			<wfw:commentRss>http://technopedia.info/tech/2008/07/25/do-not-upgrade-to-wp-26-unless-you-have-tons-of-time-to-fix-it.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Sweetcron: A Blogging Engine that Updates Your Entire Internet Activity</title>
		<link>http://technopedia.info/tech/2008/07/19/sweetcron-a-blogging-engine-that-updates-your-entire-internet-activity.html</link>
		<comments>http://technopedia.info/tech/2008/07/19/sweetcron-a-blogging-engine-that-updates-your-entire-internet-activity.html#comments</comments>
		<pubDate>Sat, 19 Jul 2008 12:08:59 +0000</pubDate>
		<dc:creator>Abhinav Kaiser</dc:creator>
		
		<category><![CDATA[Download]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://technopedia.info/tech/2008/07/19/sweetcron-a-blogging-engine-that-updates-your-entire-internet-activity.html</guid>
		<description><![CDATA[It sounds scary when our internet movements are tracked and worse, blogged. It might just be a nightmare-come-true with Sweetcron blogging engine which is due to hit mainstream in the coming days. 
Sweetcron is capable of synchronizing and recording your activities on the internet. Whether you upload a photo on flickr or bookmark a favorite [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://lifestreamblog.com/wp-content/uploads/2008/04/sweetcron_logo.jpg" alt="Sweetcron" align="left" />It sounds scary when our internet movements are tracked and worse, blogged. It might just be a nightmare-come-true with Sweetcron blogging engine which is due to hit mainstream in the coming days. </p>
<p>Sweetcron is capable of synchronizing and recording your activities on the internet. Whether you upload a photo on flickr or bookmark a favorite site, Sweetcron will be there watching you and recording your activities on your blog. </p>
<p>Just like Wordpress, Movable Type and other blogging engines, Sweetcron can be hosted on your website.</p>
<p>Here’s the best part: Its 100% free and open source. Seems like busy times for programmers to write new plugins and mods for this new kid in town.</p>
<p>The proposed engine is under production as I write and will be out shortly. If you would like to be notified of its release, send in your email address at their <a href="http://www.sweetcron.com/">website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://technopedia.info/tech/2008/07/19/sweetcron-a-blogging-engine-that-updates-your-entire-internet-activity.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>The Limitations of Virtual or Shared Hosting</title>
		<link>http://technopedia.info/tech/2008/05/03/the-limitations-of-virtual-or-shared-hosting.html</link>
		<comments>http://technopedia.info/tech/2008/05/03/the-limitations-of-virtual-or-shared-hosting.html#comments</comments>
		<pubDate>Sat, 03 May 2008 16:14:36 +0000</pubDate>
		<dc:creator>articlesbase</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://technopedia.info/tech/2008/05/03/the-limitations-of-virtual-or-shared-hosting.html</guid>
		<description><![CDATA[When someone decides to start a blog or to simply create a family website it is very common for the person who is in charge of running the site to do some research about companies which provide a computer capable of serving web pages to visitors, most people don&#8217;t need to use a lot of [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense#abs_med_rect-->When someone decides to start a blog or to simply create a family website it is very common for the person who is in charge of running the site to do some research about companies which provide a computer capable of serving web pages to visitors, most people don&#8217;t need to use a lot of bandwidth or applications in order to do what they want to do so they end up signing up for a virtual or shared hosting deal.<br />
<span id="more-359"></span></p>
<p>Virtual hosting has become very popular because of its price, some may even start at $1.99 per month however, in this case you do get what you pay for, don&#8217;t misunderstand this last phrase, price is no indication of the quality of a web host but considering the price it would be helpful for you not to have high expectations. Normal virtual hosting prices range from seven dollars all the way to $19 a month, this depends on the features that you will be using and the extras that you decide to sign up for, for most people the starter package will be just fine.</p>
<p>After you have started using a virtual server you will gain some information and knowledge about hosting a general, a virtual hosting account is basically an account which has been created on a web server which also hosts many other sites just like yours, this might not sound like something negative however, it can turn out to be just that. When you share a computer with several other websites you are basically sharing the same system resources so if the machine only has 1 GB of RAM if you install a script which uses 500 MB of RAM the other 50 sites which might be sharing the same environment will be affected because your site is already consuming half of the system resources.</p>
<p><!--adsense#abs_med_rect-->Virtual accounts are normally advertise using phrases such as &#8220;unlimited bandwidth, high storage capacity, unlimited databases, etc.&#8217; however, all of these unlimited features are regulated by the amount of system resources your website will use, if the scripts that you are running start to affect the performance of the other sites which are hosted at the same environment your account may get deactivated or your site might go down taking the entire server with it. In a nutshell, this is the most common limitation that virtual hosting accounts have.</p>
<p>Article Source: http://www.articlesbase.com/technology-articles/the-limitations-of-virtual-or-shared-hosting-402842.html</p>
]]></content:encoded>
			<wfw:commentRss>http://technopedia.info/tech/2008/05/03/the-limitations-of-virtual-or-shared-hosting.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Tumblr: Twitter Alternative? Not Really</title>
		<link>http://technopedia.info/tech/2007/04/20/tumblr-twitter-alternative-not-really.html</link>
		<comments>http://technopedia.info/tech/2007/04/20/tumblr-twitter-alternative-not-really.html#comments</comments>
		<pubDate>Fri, 20 Apr 2007 16:22:50 +0000</pubDate>
		<dc:creator>Raj Dash</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://technopedia.info/tech/2007/04/20/tumblr-twitter-alternative-not-really.html</guid>
		<description><![CDATA[If you&#8217;ve been following the micro-blogging service Twitter and it&#8217;s 140 character limit isn&#8217;t quite what you want, you might consider Tumblr. Tumblr equates themselves with a &#8220;scrapbook&#8221;, provided you consider weblogs to be &#8220;journals&#8221;.
However you can&#8217;t really call Tumblr a precise alternative for a number of reasons. One is that you can give the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tumblr.com/" title="Tumblr - mini-blogging"><img src="http://technopedia.info/tech/wp-images/snap-Tumblr.png" alt="Tumblr - mini-blogging" align="left" border="0" hspace="5" /></a>If you&#8217;ve been following the micro-blogging service <a href="http://www.901am.com/2007/interesting-uses-of-twitter.html">Twitter</a> and it&#8217;s 140 character limit isn&#8217;t quite what you want, you might consider <a href="http://tumblr.com/">Tumblr</a>. Tumblr equates themselves with a &#8220;scrapbook&#8221;, provided you consider weblogs to be &#8220;journals&#8221;.</p>
<p>However you can&#8217;t really call Tumblr a precise alternative for a number of reasons. One is that you can give the appearance to visitors that your tumbelog is hosted on its own domain by redirecting the IP address. Also, a tumbelog really is more like a mini weblog. <a href="http://www.techslut.net/">Techslut</a> even shows you <a href="http://www.techslut.net/640/howto-integrate-tumblr-with-wordpress">how to integrate</a> your tumblelog (and Twitter tweets) into your WordPress setup.<br />
<span id="more-345"></span><br />
<!--adsense#adsense_raj--><br />
If you do decide to &#8220;self-host&#8221;, they warn you that they&#8217;re not in a position to help you configure your tumblelog, so you should&nbsp; ask a friend. On the other hand, if&nbsp; you set up your tumblelog the regular way, there&#8217;s less headache and you get a subdomain.<br />
Here&#8217;s <a href="http://rajdash.tumblr.com/">my tumblelog</a>, which display diagrams that I&#8217;ve created for various weblogs that I either write for or own. (What I should have done is provided a link to each article, so each diagram could be seen in context. In which case my tumblelog would be an index to my slice of the blogosphere.)</p>
<h3>Features of Tumblr</h3>
<p>Here are some of the other features and functionality of Tumblr tumblelogs:</p>
<ol>
<li><b>Themes</b>. Customize appearance by editing the HTML and CSS. You can even borrow theme fragments from WordPress, though you&#8217;ll have to do the conversion and twiddling yourself.</p>
</li>
<li><b>Content variety</b>. Easily post several types of content: articles, quotes, links, IM conversation text, photos, and videos. The latter two can be from Flickr and YouTube; just specify the link.
</li>
<li><b>Moblogging</b>. Post photos from your cell phone by mailing them to a secret email address set up just for your tumblelog.
</li>
<li><b>Bookmarklet</b>. Post quickly using the bookmarklet. Depending on your web browser (I&#8217;m running Firefox), you can drag the bookmarklet to your Bookmarks Bar. Then, whenever&nbsp; you&#8217;re on a page that you want to Tumble, just click the bookmarklet. The content type defaults to a link, but you can change that.
</li>
<li><b>Twitter integration</b>. <a href="http://www.techslut.net/640/howto-integrate-tumblr-with-wordpress">Integrate your Twitter tweets</a> into your tumbelog. (I haven&#8217;t looked deeply into this. It might amount to using the Tumblr bookmarklet to post while you are still in Twitter.)
</li>
</ol>
<p>The interface is pretty easy to use, and the text editor is WYSIWYG. However, some of the functionality doesn&#8217;t work properly in the Firefox browser. (Try adding a hyperlink to some text.) Like a blog platform and Twitter, Tumblelogs have RSS feeds with which friends can subscribe. Your feed can be full text or short, and sites like Technorati and My Yahoo! can be pinged whenever you add a new post.</p>
<h3>What you Cannot Do With/In Tumblr</h3>
<p>Here&#8217;s what you cannot do:</p>
<ol>
<li>You cannot send or subscribe to Tumbelogs by SMS. At least not that I could see in the <a href="http://tumblr.com/faqs">Tumblr FAQ</a>.</li>
<li>You cannot pull in web feeds to generate content.</li>
<li>You cannot actually host the content on your own server. Again, not that I could see.</li>
<li>You cannot interact with other Tumblrweeds (or whatever they&#8217;re called). I.e., there are no social networking features.
</li>
</ol>
<p>So in essence, Tumblr is more like a Blogspot service than a Twitter service, but with some interesting features that make it different enough. Call it mini-blogging instead of micro-blogging. Tumblr has made it easy to post a small range of content types. It&#8217;s much more stream of consciousness than Twitter because of the content types supported, but it&#8217;s not a replacement.</p>
<h3>What can you use it for?</h3>
<p>I can already think of a number of uses for Tumblr that Twitter simply cannot fulfil:</p>
<ol>
<li><b>A scrapbook</b>. Or create a family photo album for family and friends, complete with captions or little snippets of conversation (copied from an IM text chat session).</p>
</li>
<li><b>Personal portal</b>. A portal/index to all your posts, if you blog at multiple places.
</li>
<li><b>Lens</b>. Alternative to <a href="http://www.squidoo.com/">Squidoo</a> lenses. Tumblr&#8217;s not an authority domain yet like Squidoo, but it could be soon.
</li>
<li><b>Mini-blog</b>. Burn the feed in <a href="http://www.feedburner.com/">Feedburner</a> and use their BuzzBoost HTML/Javascript badge to display the content as a mini-blog on an actual blog, in the sidebar. So you can produce &#8220;what I&#8217;m reading/ listening to&#8221; lists on your blog, without having to upgrade your theme.
</li>
</ol>
<p><!--adsense#adsense_raj--></p>
<h3>Missing features</h3>
<p>Being a geek, I&#8217;d like to see a number of features that would round Tumblr out:</p>
<ol>
<li><b>Social features</b>. This might include comments, or some sort of ability to interact with other Tumblrweeds.</p>
</li>
<li><b>Audio</b>. Embedding of audio files, for podcasting or for recording messages in a family photo album.
</li>
<li><b>RSS feed importing</b>. Tie-in with RSS feeds in a variety of ways, including importing, to generate content. This would be a very nice display vehicle for some custom Yahoo feeds.
</li>
</ol>
<p>Overall, I&#8217;d have to say I like Tumblr, at least for mini-blogging. My head hurts with ways I could use it.</p>
]]></content:encoded>
			<wfw:commentRss>http://technopedia.info/tech/2007/04/20/tumblr-twitter-alternative-not-really.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
