












<?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>Blogulate &#187; Tweaks</title>
	<atom:link href="http://blogulate.com/content/category/software/hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogulate.com</link>
	<description>Snippets from the web</description>
	<lastBuildDate>Sun, 15 Nov 2009 19:17:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix 500 Internal server Error on .htaccess</title>
		<link>http://blogulate.com/content/fix-500-internal-server-error-on-htaccess/</link>
		<comments>http://blogulate.com/content/fix-500-internal-server-error-on-htaccess/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 05:14:58 +0000</pubDate>
		<dc:creator>thinkdj</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Tweaks]]></category>
		<category><![CDATA[Webmasters]]></category>

		<guid isPermaLink="false">http://blogulate.com/content/fix-500-internal-server-error-on-htaccess/</guid>
		<description><![CDATA[500 Internal Server Error on Localhost for Web.Developer Server Suite was pissing me off for a long time. The Apache error logs shows &#8220;RewriteEngine not allowed here&#8221;. Deleting .htaccess would fix the problem, but here is the fix. It&#8217;s a problem with mod_rewrite module and Apache&#8217;s AllowOverride  configuration. Here&#8217;s how to fix it :
Firstly, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>500 Internal Server Error on Localhost</strong> for Web.Developer Server Suite was pissing me off for a long time. The Apache error logs shows &#8220;RewriteEngine not allowed here&#8221;. Deleting .htaccess would fix the problem, but here is the fix. It&#8217;s a problem with mod_rewrite module and Apache&#8217;s AllowOverride  configuration. Here&#8217;s how to fix it :</p>
<p>Firstly, make sure <strong>LoadModule rewrite_module modules/mod_rewrite.so</strong> is enabled in httpd.conf (Remove # before the line to enable)</p>
<p>Then, edit httpd.conf .. Find out the foll lines and mod -</p>
<p>&lt;Directory &#8220;/www/vhosts/localhost&#8221;&gt; #replace this with your dir name<br />
Options Indexes FollowSymLinks<br />
Order allow,deny<br />
Allow from all<br />
<strong>    AllowOverride All </strong>#Added<br />
&lt;/Directory&gt;</p>
<p>&lt;Directory /&gt;<br />
Options FollowSymLinks<br />
# AllowOverride Limit  #Old Value<br />
<strong>    AllowOverride All  </strong>#Added<br />
Order deny,allow<br />
Deny from all<br />
Satisfy all<br />
&lt;/Directory&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogulate.com/content/fix-500-internal-server-error-on-htaccess/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Web Developer Firefox Addon</title>
		<link>http://blogulate.com/content/web-developer-addon/</link>
		<comments>http://blogulate.com/content/web-developer-addon/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 11:37:14 +0000</pubDate>
		<dc:creator>thinkdj</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Firefox Addons]]></category>
		<category><![CDATA[Tweaks]]></category>

		<guid isPermaLink="false">http://blogulate.com/content/web-developer-addon/</guid>
		<description><![CDATA[Web Developer adds a menu and a toolbar with various web developer tools. It&#8217;s highly recommended for any Web Developer..

Some Options are :

 Resize Firefox Window : See what your website looks like in 1024&#215;768 or 800&#215;600 at the click of a button
View HTTP Headers
View CSS Styles of page being viewed
CSS HACK : Modify CSS [...]]]></description>
			<content:encoded><![CDATA[<p>Web Developer adds a menu and a toolbar with various web developer tools. It&#8217;s highly recommended for any Web Developer..</p>
<p style="text-align: center"><img src="http://blogulate.com/wp-content/uploads/2008/01/web_developer_addon_ff.jpg" alt="web developer addon for firefox for Developers and designers" /></p>
<p>Some Options are :</p>
<ul>
<li> Resize Firefox Window : See what your website looks like in 1024&#215;768 or 800&#215;600 at the click of a button</li>
<li>View HTTP Headers</li>
<li>View CSS Styles of page being viewed</li>
<li><strong>CSS HACK</strong> : <em>Modify CSS in real time for any site you are viewing</em></li>
<li>Reveal Form Passwords, Hidden Forms</li>
<li>Cookies : Disable, clear, add, delete domain cookies, clear session cookies</li>
<li>Disable Java, disable JS</li>
<li>View Lotsa information regarding page</li>
<li>Validate code</li>
<li>View Source , Generated source .. ..</li>
</ul>
<p><a href="https://addons.mozilla.org/en-US/firefox/downloads/file/16347/web_developer-1.1.4-fx+fl.xpi">INSTALL NOW</a></p>
<p>Visit Addon page on  <a href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">Firefox Add-ons</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogulate.com/content/web-developer-addon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Speed up Torrent speeds</title>
		<link>http://blogulate.com/content/speed-up-torrent-speeds/</link>
		<comments>http://blogulate.com/content/speed-up-torrent-speeds/#comments</comments>
		<pubDate>Tue, 25 Dec 2007 14:41:42 +0000</pubDate>
		<dc:creator>thinkdj</dc:creator>
				<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Tweaks]]></category>

		<guid isPermaLink="false">http://blogulate.com/content/speed-up-torrent-speeds/</guid>
		<description><![CDATA[XP SP2 limits teh number of TCP Connections to maximum of 10. This is supposed to slow down virus multiplication as their (of many) strategy of viral growth is to connect to a high amount of IPs. This could also limit the max simultaneous connections needed for Torrent downloads..
First, download the Patch for changing max [...]]]></description>
			<content:encoded><![CDATA[<p>XP SP2 limits teh number of TCP Connections to maximum of 10. This is supposed to slow down virus multiplication as their (of many) strategy of viral growth is to connect to a high amount of IPs. This could also limit the max simultaneous connections needed for Torrent downloads..</p>
<p>First, download the Patch for changing max TCP connections from <a href="http://www.lvllord.de/?lang=en&amp;url=downloads#4226patch" target="_blank">here [ 			EventID 4226 Patcher Version 2.23d-english].</a> Change the value to a value between 50-100..</p>
<p>Next,<strong> uTorrent:</strong> Options &gt; Preferences &gt; Advanced options &gt; net.max_halfopen and increase it from 10 to a decent value like 80..</p>
<p style="text-align: center"><img src="http://blogulate.com/wp-content/uploads/2007/12/utorrent_max_halfopen_connections_xp2.jpg" alt="utorrent_max_halfopen_connections_xp2.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blogulate.com/content/speed-up-torrent-speeds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tweak advanced Ubuntu configurations with Ubuntu Tweak</title>
		<link>http://blogulate.com/content/tweak-advanced-ubuntu-configurations-with-ubuntu-tweak/</link>
		<comments>http://blogulate.com/content/tweak-advanced-ubuntu-configurations-with-ubuntu-tweak/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 17:40:43 +0000</pubDate>
		<dc:creator>thinkdj</dc:creator>
				<category><![CDATA[Tweaks]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blogulate.com/content/tweak-advanced-ubuntu-configurations-with-ubuntu-tweak/</guid>
		<description><![CDATA[Ubuntu Tweak is an application designed to make Ubuntu config. easier for everyone. It provides many useful desktop and system options that aint provided by the default desktop environment.

Features of Ubuntu Tweak:

View Basic System Information (Distribution, Kernel, CPU, Memory, etc.)
 GNOME Session Control
Show/Hide/Change Splash screen
Show/Hide desktop icons or Mounted Volumes
Show/Hide/Rename Computer, Home, Trash icon or [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu Tweak is an application designed to make Ubuntu config. easier for everyone. It provides many useful desktop and system options that aint provided by the default desktop environment.</p>
<p style="text-align: center"><img src="http://blogulate.com/wp-content/uploads/2007/12/ubuntu-tweak-latest_screenshot.png" alt="ubuntu-tweak-latest_screenshot.png" /></p>
<p><strong>Features </strong>of Ubuntu Tweak:</p>
<ul>
<li>View Basic System Information (Distribution, Kernel, CPU, Memory, etc.)</li>
<li> GNOME Session Control</li>
<li>Show/Hide/Change Splash screen</li>
<li>Show/Hide desktop icons or Mounted Volumes</li>
<li>Show/Hide/Rename Computer, Home, Trash icon or Network icons</li>
<li>Tweaks for Metacity Window Manager’s Style and Behavior</li>
<li>Compiz Fusion settings, Screen Edge Settings, Window Effects Settings,  Menu Effect Settings</li>
<li>GNOME Panel Settings</li>
<li>Nautilus Settings</li>
<li>Advanced Power Management Settings</li>
<li>System Security Settings</li>
</ul>
<p>Ubuntu Tweak at <a href="http://code.google.com/p/ubuntu-tweak/" target="_blank">Google Code</a>  | <a href="http://ubuntu-tweak.com/" title="Ubuntu Tweak homepage" target="_blank">Homepage</a><br />
Latest Version : Deb Package: <a href="http://ubuntu-tweak.googlecode.com/files/ubuntu-tweak_0.2.4-ubuntu2_all.deb" style="white-space: nowrap">ubuntu-tweak_<strong>0.2.4</strong>-ubuntu2_all.deb</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogulate.com/content/tweak-advanced-ubuntu-configurations-with-ubuntu-tweak/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chitika eMiniMalls tweaks</title>
		<link>http://blogulate.com/content/chitika-eminimalls-tweaks/</link>
		<comments>http://blogulate.com/content/chitika-eminimalls-tweaks/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 10:09:15 +0000</pubDate>
		<dc:creator>thinkdj</dc:creator>
				<category><![CDATA[Money makers]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Tweaks]]></category>

		<guid isPermaLink="false">http://blogulate.com/content/chitika-eminimalls-tweaks/</guid>
		<description><![CDATA[Add the following to your chitika Javascript code for each of the respective functions:
 Specifying your own Keywords
var ch_queries = new Array(&#8217; &#8216;);
var ch_queries = new Array(&#8217;iPod&#8217;,'Dell Computers&#8217;,'DVD Players&#8217;);
Turn off search
ch_nosearch = 1;
Change the default tab
If you are using a 250&#215;250 or smaller, add: ch_default_tab = &#8220;Deals&#8221;;
Otherwise, add: ch_default_tab = &#8220;Best Deals&#8221;;
Customize Ad backgrounds
ch_color_bg = [...]]]></description>
			<content:encoded><![CDATA[<p>Add the following to your chitika Javascript code for each of the respective functions:</p>
<p><img src="http://ww1.prweb.com/prfiles/2007/06/25/535791/tN_Chitikalogo.jpg" align="right" height="53" width="150" /> <strong>Specifying your own Keywords</strong><br />
var ch_queries = new Array(&#8217; &#8216;);<br />
var ch_queries = new Array(&#8217;iPod&#8217;,'Dell Computers&#8217;,'DVD Players&#8217;);</p>
<p><strong>Turn off search</strong><br />
ch_nosearch = 1;</p>
<p><strong>Change the default tab</strong><br />
If you are using a 250&#215;250 or smaller, add: ch_default_tab = &#8220;Deals&#8221;;<br />
Otherwise, add: ch_default_tab = &#8220;Best Deals&#8221;;</p>
<p><strong>Customize Ad backgrounds</strong><br />
ch_color_bg = &#8220;#D6D6DF&#8221;;</p>
<p><strong>Customize fonts</strong><br />
ch_font_text = &#8216;Comic Sans MS&#8217;;<br />
ch_font_title = &#8220;Verdana, Arial, Helvetica&#8221;;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogulate.com/content/chitika-eminimalls-tweaks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some sites are not accessible on BSNL DataOne BroadBand in India</title>
		<link>http://blogulate.com/content/some-sites-are-not-accessible-on-bsnl-dataone-broadband-in-india/</link>
		<comments>http://blogulate.com/content/some-sites-are-not-accessible-on-bsnl-dataone-broadband-in-india/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 07:02:52 +0000</pubDate>
		<dc:creator>thinkdj</dc:creator>
				<category><![CDATA[BSNL Dataone]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Tweaks]]></category>

		<guid isPermaLink="false">http://blogulate.com/content/some-sites-are-not-accessible-on-bsnl-dataone-broadband-in-india/</guid>
		<description><![CDATA[ Well, I&#8217;ve been facing this problem too. It&#8217;s their DNS Servers, I tell you !!
Here&#8217;s the workaround to get that fixed. Try alternative DNS servers like OpenDNS.
OpenDNS is a better DNS, free to all. OpenDNS uses its distributed network of DNS servers to speed up your Internet experience, increase reliability, improve security and make [...]]]></description>
			<content:encoded><![CDATA[<p> Well, I&#8217;ve been facing this problem too. It&#8217;s their DNS Servers, I tell you !!</p>
<p>Here&#8217;s the workaround to get that fixed. Try alternative DNS servers like OpenDNS.</p>
<p><em><font color="#800000">OpenDNS is a better DNS, free to all. OpenDNS uses its distributed network of DNS servers to speed up your Internet experience, increase reliability, improve security and make DNS smarter for users all over the world. </font></em><font color="#000000"><a href="http://opendns.com/" target="_blank">OpenDNS </a>is a zero downtime service.</font></p>
<p align="center">OpenDNS servers : <strong>208.67.222.222, 208.67.220.220</strong></p>
<p align="center">Goto Control Pannel &gt; Network Connections and find your connection under &#8220;LAN or High-Speed Internet&#8221; and change the DNS servers for that.</p>
<p align="center"> Click image below for info. on how to change the DNS server setting.</p>
<p align="center"><a href="http://blogulate.com/wp-content/uploads/2007/10/dns_ip_faster1.jpg" target="_blank" title="bsnl sites not working try easy to remember DNS servers"><img src="http://blogulate.com/wp-content/uploads/2007/10/dns_ip_faster1.thumbnail.jpg" alt="Easy to remember DNS servers IP"  border="0" /></a></p>
<p align="center">&nbsp;</p>
<p> OR try the easy to remember AT&amp;T / Level 3 DNS servers<br />
4.2.2.1,   4.2.2.2,   4.2.2.3,   4.2.2.4,   4.2.2.5,   4.2.2.6</p>
]]></content:encoded>
			<wfw:commentRss>http://blogulate.com/content/some-sites-are-not-accessible-on-bsnl-dataone-broadband-in-india/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Exclude categories from wordpress frontpage</title>
		<link>http://blogulate.com/content/exclude-categories-from-wordpress-frontpage/</link>
		<comments>http://blogulate.com/content/exclude-categories-from-wordpress-frontpage/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 12:23:23 +0000</pubDate>
		<dc:creator>thinkdj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Tweaks]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blogulate.com/content/exclude-categories-from-wordpress-frontpage/</guid>
		<description><![CDATA[I stumbled upon this when Blogulate.com&#8217;s first post was made. I didnt want the Blog Reviews to appear on the homepage.
This is actually very simple. All you have to do is modify some PHP code.
First, goto Manage &#62; Categories and get the ID of the Category you wish to exclude. Then, go to WP admin [...]]]></description>
			<content:encoded><![CDATA[<p>I stumbled upon this when Blogulate.com&#8217;s first post was made. I didnt want the Blog Reviews to appear on the homepage.</p>
<p>This is actually very simple. All you have to do is modify some PHP code.</p>
<p>First, goto Manage &gt; Categories and get the ID of the Category you wish to exclude. Then, go to WP admin and selet Presentation &gt; Theme Editor ..</p>
<p>For your current theme, edit the loop where the posts are displayed. (It varies according to the theme&#8230; It was <font color="#000066">theloop.php</font> for my K2 theme. )</p>
<p>Here is the sample from K2 Theme&#8217;s post display loop.</p>
<blockquote><p>&lt;?php /* Start the loop */ while ( have_posts() )</p>
<p>{</p>
<p>the_post();</p>
<p>?&gt;</p></blockquote>
<p>MODIFIED CODE :</p>
<blockquote><p> &lt;?php /* Start the loop */ while ( have_posts() )</p>
<p>{</p>
<p>the_post();</p>
<p><strong> if (is_home())  if (in_category(&#8217;14&#8242;)) continue;</strong><br />
if (is_home())  if (in_category(&#8217;47&#8242;)) continue;</p>
<p>?&gt;</p></blockquote>
<p>The modified code doesnt show posts that belong to Categories 14 and 47 in homepage.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogulate.com/content/exclude-categories-from-wordpress-frontpage/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Disadvantages of config.trim_on_minimize parameter in firefox</title>
		<link>http://blogulate.com/content/ff-config-trimonminimize-makes-restore-slower/</link>
		<comments>http://blogulate.com/content/ff-config-trimonminimize-makes-restore-slower/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 02:04:51 +0000</pubDate>
		<dc:creator>thinkdj</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Tweaks]]></category>

		<guid isPermaLink="false">http://blogulate.com/content/ff-config-trimonminimize-makes-restore-slower/</guid>
		<description><![CDATA[Most of you must be aware that setting config.trim_on_minimize&#8217;s value to TRUE would minimize RAM usage of Firefox when minimized.
1. Open Firefox and go to the Address Bar. Type in about:config and then press Enter.
2. Right Click in the page and select New -&#62; Boolean.
3. In the dialog box that pops up, enter config.trim_on_minimize and [...]]]></description>
			<content:encoded><![CDATA[<p>Most of you must be aware that setting config.trim_on_minimize&#8217;s value to TRUE would minimize RAM usage of Firefox when minimized.</p>
<p>1. Open Firefox and go to the Address Bar. Type in about:config and then press Enter.<br />
2. Right Click in the page and select New -&gt; Boolean.<br />
3. In the dialog box that pops up, enter config.trim_on_minimize and hit Enter.<br />
4. Now set value to True.<br />
5. Restart Firefox.</p>
<p>Now, FF would use very less memory, which is very evident from the Task Manager too.</p>
<p>However, <strong>when you restore</strong> Firefox again, it <strong>takes more time</strong> as everything needs to be brought back status quo. This can make your surfing experiences a lot slower, having to wait for FF to regain virility again.</p>
<p>So, it&#8217;s better not to enable trim_on_minimize if you have a decent enough system.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogulate.com/content/ff-config-trimonminimize-makes-restore-slower/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>&#8220;Unknown wrote an interesting post today&#8221; trackback SPAM</title>
		<link>http://blogulate.com/content/wordpress-unknown-wrote-interesting-post-spam-comment-trackback-ping/</link>
		<comments>http://blogulate.com/content/wordpress-unknown-wrote-interesting-post-spam-comment-trackback-ping/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 04:06:54 +0000</pubDate>
		<dc:creator>thinkdj</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Tweaks]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blogulate.com/content/wordpress-unknown-wrote-interesting-post-spam-comment-trackback-ping/</guid>
		<description><![CDATA[Do you get many trackbacks that goes :
 unknown  wrote an interesting post today on &#8216;your_blog_post_title&#8217;
Here’s a quick excerpt
your_post_content here  &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..
&#8230;&#8230;..
&#8230;..
Read the rest of this great post &#8216;your_blog_post_link&#8217;
Although these trackbacks looks harmless, they come from subdomains of cheap sites that are trying to boost up their pagerank.
The splogs (spam blogs) installed on subdomains [...]]]></description>
			<content:encoded><![CDATA[<p>Do you get many trackbacks that goes :</p>
<blockquote><p> <em>unknown  </em>wrote an interesting post today on &#8216;your_blog_post_title&#8217;<br />
Here’s a quick excerpt</p>
<p>your_post_content here  &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..<br />
&#8230;&#8230;..<br />
&#8230;..<br />
Read the rest of this great post <em>&#8216;your_blog_post_link&#8217;</em></p></blockquote>
<p>Although these trackbacks looks harmless, they come from subdomains of cheap sites that are trying to boost up their pagerank.<br />
The splogs (spam blogs) installed on subdomains of sites are made exclusively to get posts from other blogs and get a trackback.</p>
<p>Akismet does a good job by holding back these pings. Just delete them off. <img src='http://blogulate.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogulate.com/content/wordpress-unknown-wrote-interesting-post-spam-comment-trackback-ping/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Remove Yahoo Messenger 9.0 ads</title>
		<link>http://blogulate.com/content/yahoo-messenger-9-0-advertisement-ad-remover-patch/</link>
		<comments>http://blogulate.com/content/yahoo-messenger-9-0-advertisement-ad-remover-patch/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 04:27:46 +0000</pubDate>
		<dc:creator>thinkdj</dc:creator>
				<category><![CDATA[Tweaks]]></category>

		<guid isPermaLink="false">http://blogulate.com/content/yahoo-messenger-9-0-advertisement-ad-remover-patch/</guid>
		<description><![CDATA[This simple patch removes all the adverts from Yahoo! Messenger 9 Beta
Download Yahoo! Messenger 9.0 Beta Ad Remover 
Updated : The earlier Rapidshare Link was reported to have a trojan ..  DO NOT DOWNLOAD http://rapidshare.com/files/68157650/Yahoo__Messenger_9_Beta_Ad_Remover.zip.html from other sites too .
]]></description>
			<content:encoded><![CDATA[<p><img src="http://blogulate.com/wp-content/uploads/2007/11/ad_removed_ym_9_patch.jpg" alt="Yahoo! messenger 9.0 Ad remover patch" align="right" />This simple patch removes all the adverts from Yahoo! Messenger 9 Beta<br />
<a href="http://www.softpedia.com/progDownload/Y-AddsRemover-Download-18884.html"><span style="font-weight: bold">Download Yahoo! Messenger 9.0 Beta Ad Remover </span></a></p>
<p><strong>Updated : The earlier Rapidshare Link was reported to have a trojan ..  DO NOT DOWNLOAD</strong> http://rapidshare.com/files/68157650/Yahoo__Messenger_9_Beta_Ad_Remover.zip.html from other sites too .</p>
]]></content:encoded>
			<wfw:commentRss>http://blogulate.com/content/yahoo-messenger-9-0-advertisement-ad-remover-patch/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
