
<?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>Webkoof</title>
	<atom:link href="http://webkoof.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://webkoof.com</link>
	<description>Relax, its only ONES and ZEROS !</description>
	<lastBuildDate>Wed, 16 Dec 2009 07:48:42 +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>Deny directory listing using .htaccess</title>
		<link>http://webkoof.com/2009/12/16/deny-directory-listing-using-htaccess/</link>
		<comments>http://webkoof.com/2009/12/16/deny-directory-listing-using-htaccess/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 07:45:08 +0000</pubDate>
		<dc:creator>Vikash</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://webkoof.com/?p=154</guid>
		<description><![CDATA[When you do not have an index.html (or index.php) in your folder, then people can see the listing of all the files by typing the URL of that folder. So, if the server does not deny it by default, an user can see the content of the folder. We can use htaccess file to prevent [...]]]></description>
		<wfw:commentRss>http://webkoof.com/2009/12/16/deny-directory-listing-using-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color image on mouseover of a gray one</title>
		<link>http://webkoof.com/2009/10/05/color-image-on-mouseover-of-a-gray-one/</link>
		<comments>http://webkoof.com/2009/10/05/color-image-on-mouseover-of-a-gray-one/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 07:55:57 +0000</pubDate>
		<dc:creator>Vikash</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Image Change]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Mouseover]]></category>

		<guid isPermaLink="false">http://webkoof.com/?p=143</guid>
		<description><![CDATA[The idea of this approach is following 1. Take two identical images: one colored and one grayscale. 2. Position them on exact same position. Grayscale image on top using CSS positioning and z-index. &#60;img src=&#34;gray.png&#34; id=&#34;gray&#34; style=&#34; position: absolute; top: 20px; left: 20px; z-index: 100&#34;&#62; &#60;img src=&#34;color.png&#34; id=&#34;color&#34; style=&#34; position: absolute; top: 20px; left: 20px; [...]]]></description>
		<wfw:commentRss>http://webkoof.com/2009/10/05/color-image-on-mouseover-of-a-gray-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to write obfuscated code?</title>
		<link>http://webkoof.com/2009/03/13/how-to-write-obfuscated-code/</link>
		<comments>http://webkoof.com/2009/03/13/how-to-write-obfuscated-code/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 06:35:40 +0000</pubDate>
		<dc:creator>Vikash</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Obfuscated]]></category>
		<category><![CDATA[obfuscating techniques]]></category>

		<guid isPermaLink="false">http://webkoof.com/?p=109</guid>
		<description><![CDATA[Obfuscated codes are source codes which are difficult to understand and adapt. There are many reasons people obfuscate codes: some wants to hide the code because they don&#8217;t want anyone else to copy/reuse portions of their code, sometimes people want to win competitions , sometimes they want to impress others and sometimes they do because [...]]]></description>
		<wfw:commentRss>http://webkoof.com/2009/03/13/how-to-write-obfuscated-code/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Make a textarea Hindi transliterable</title>
		<link>http://webkoof.com/2009/03/12/make-a-textarea-hindi-transliterable/</link>
		<comments>http://webkoof.com/2009/03/12/make-a-textarea-hindi-transliterable/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 17:00:46 +0000</pubDate>
		<dc:creator>Vikash</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[ajax api]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[google language api]]></category>
		<category><![CDATA[hindi]]></category>
		<category><![CDATA[hindi comment]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[transliteration]]></category>
		<category><![CDATA[unicode]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress hindi comment]]></category>

		<guid isPermaLink="false">http://webkoof.com/?p=91</guid>
		<description><![CDATA[Transliteration is not an unfamiliar word these days. When you write Hindi in roman script and it automatically converts in Devanagari, then the user of your application feels happy. Like google indic transliteration page or orkut scraps, you can make any textarea. All you need to know is about &#8220;Google AJAX Language API&#8220;. Without much [...]]]></description>
		<wfw:commentRss>http://webkoof.com/2009/03/12/make-a-textarea-hindi-transliterable/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Write an SMS Application &#8211; 2</title>
		<link>http://webkoof.com/2009/03/11/write-an-sms-application-2/</link>
		<comments>http://webkoof.com/2009/03/11/write-an-sms-application-2/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 09:45:16 +0000</pubDate>
		<dc:creator>Vikash</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[smsgupshup]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://webkoof.com/?p=58</guid>
		<description><![CDATA[If you have not read first part of &#8220;Write an SMS Application&#8221;, read it here. Continuing from next time, let&#8217;s assume that we registered a keyword &#8216;QUOTE&#8217;. It means that any message which starts with QUOTE (or quote or QuOtE) and sent to 56767888 will call our AppURL http://webkoof.com/quote.php. This is how it will exactly [...]]]></description>
		<wfw:commentRss>http://webkoof.com/2009/03/11/write-an-sms-application-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Write an SMS Application &#8211; 1</title>
		<link>http://webkoof.com/2009/03/10/how-to-write-an-sms-app/</link>
		<comments>http://webkoof.com/2009/03/10/how-to-write-an-sms-app/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 22:21:06 +0000</pubDate>
		<dc:creator>Vikash</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[smsgupshup]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://webkoof.com/?p=48</guid>
		<description><![CDATA[We encounter SMS application on a daily basis. Voting on reality shows, opinion polls on newspaper or your daily horoscope on SMS &#8211; everything is an SMS Application (or as we lazy developers call it &#8211; SMS App). Just until few months back, it was very difficult for a novice programmer to write an SMS [...]]]></description>
		<wfw:commentRss>http://webkoof.com/2009/03/10/how-to-write-an-sms-app/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>French/Italian Dictionary via SMS</title>
		<link>http://webkoof.com/2009/03/09/frenchitalian-dictionary-via-sms/</link>
		<comments>http://webkoof.com/2009/03/09/frenchitalian-dictionary-via-sms/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 10:57:37 +0000</pubDate>
		<dc:creator>Vikash</dc:creator>
				<category><![CDATA[SMS]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[dictionary]]></category>
		<category><![CDATA[french]]></category>
		<category><![CDATA[german]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[italian]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[smsgupshup]]></category>
		<category><![CDATA[translation]]></category>
		<category><![CDATA[translator]]></category>

		<guid isPermaLink="false">http://webkoof.com/?p=39</guid>
		<description><![CDATA[There are two very good services available which can be used to create SMS translator application. First one is obviously google language API and second one is SMSGupShup&#8217;s App Platform. Using these excellent mediums I created one SMS translation application. How it works? Send TRANS FR your-string-here to 56767888 and you will get translated version [...]]]></description>
		<wfw:commentRss>http://webkoof.com/2009/03/09/frenchitalian-dictionary-via-sms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Dynamic Charts in FLASH</title>
		<link>http://webkoof.com/2008/10/13/create-dynamic-charts-in-flash/</link>
		<comments>http://webkoof.com/2008/10/13/create-dynamic-charts-in-flash/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 06:59:11 +0000</pubDate>
		<dc:creator>Vikash</dc:creator>
				<category><![CDATA[Action Script 3.0]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Astra]]></category>
		<category><![CDATA[dynamic chart]]></category>
		<category><![CDATA[line chart]]></category>
		<category><![CDATA[pie chart]]></category>
		<category><![CDATA[xml chart]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://webkoof.com/?p=30</guid>
		<description><![CDATA[So many times creating dynamic flash charts is needed. Many nice application like google analytics and various tracking systems use it. Yahoo developer network provides &#8216;ASTRA Flash Components&#8217;, using which this kind of work becomes very easy. You can download astra flash component here. After you install astra flash, it adds various classes including audio [...]]]></description>
		<wfw:commentRss>http://webkoof.com/2008/10/13/create-dynamic-charts-in-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show hide table row problem</title>
		<link>http://webkoof.com/2008/09/29/show-hide-table-row-problem/</link>
		<comments>http://webkoof.com/2008/09/29/show-hide-table-row-problem/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 08:37:26 +0000</pubDate>
		<dc:creator>Vikash</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[show hide row]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://webkoof.com/?p=21</guid>
		<description><![CDATA[If you try to show/hide an element in javascript, you simply use the code : //To show the object with id toHide document.getElementById&#40;'toHide'&#41;.style.display = 'block'; //To hide the object with id toHide document.getElementById&#40;'toHide'&#41;.style.display = 'none'; But, when you try to apply the same logic to show and hide table rows, you get distorted table in [...]]]></description>
		<wfw:commentRss>http://webkoof.com/2008/09/29/show-hide-table-row-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Which Color is it?</title>
		<link>http://webkoof.com/2008/09/25/which-color-is-it/</link>
		<comments>http://webkoof.com/2008/09/25/which-color-is-it/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 10:58:03 +0000</pubDate>
		<dc:creator>Vikash</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://webkoof.com/?p=18</guid>
		<description><![CDATA[Many times, we have to make a web page looking exactly like a given image. Sometimes, we have a picture or a pdf file and want to copy the exact color scheme. Opening the Image in a picture application and picking up the colors makes the whole development process very slow. So, a web designer [...]]]></description>
		<wfw:commentRss>http://webkoof.com/2008/09/25/which-color-is-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
