<?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>awakash.com &#187; Web Development</title>
	<atom:link href="http://www.awakash.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.awakash.com</link>
	<description>Web Development, Home Improvement, and stuff</description>
	<lastBuildDate>Thu, 15 Dec 2011 20:15:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to edit and test javascript / jquery online</title>
		<link>http://www.awakash.com/2011/07/07/how-to-edit-and-test-javascript-jquery-online/</link>
		<comments>http://www.awakash.com/2011/07/07/how-to-edit-and-test-javascript-jquery-online/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 20:50:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[jsfiddle]]></category>

		<guid isPermaLink="false">http://www.awakash.com/?p=262</guid>
		<description><![CDATA[Ever hear of jsFiddle? Try it &#8211; it&#8217;s a really cool tool to use for developing javascript and even sharing your code by just passing a URL. Here&#8217;s a simple example: http://jsfiddle.net/r7MgY/. Add your HTML, CSS, and Javascript; hit run at the very top, and see the executed result. Now since they are in Alpha [...]]]></description>
		<wfw:commentRss>http://www.awakash.com/2011/07/07/how-to-edit-and-test-javascript-jquery-online/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to add Drupal data to Javascript using drupal_add_js</title>
		<link>http://www.awakash.com/2011/04/15/how-to-add-drupal-data-to-javascript-using-drupal_add_js/</link>
		<comments>http://www.awakash.com/2011/04/15/how-to-add-drupal-data-to-javascript-using-drupal_add_js/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 18:46:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal 6]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[drupal_add_js]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.awakash.com/?p=255</guid>
		<description><![CDATA[There are times when one will need to pass Drupal data in Javascript or JQuery. One example that comes to mind is for analytics purposes, say after a user clicks on a specific link, you&#8217;d want to find the node type of the page the user made this click. In your .tpl.php, template.php file or [...]]]></description>
		<wfw:commentRss>http://www.awakash.com/2011/04/15/how-to-add-drupal-data-to-javascript-using-drupal_add_js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A tool to automate your tests for web applications</title>
		<link>http://www.awakash.com/2011/01/18/a-tool-to-automate-your-tests-for-web-applications/</link>
		<comments>http://www.awakash.com/2011/01/18/a-tool-to-automate-your-tests-for-web-applications/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 16:26:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[automate]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://www.awakash.com/?p=194</guid>
		<description><![CDATA[I recently went to a Google session for testing code &#8211; the speaker mentioned Selenium as a great software to use for recording and testing web-based applications.  Not only is it a tool, it&#8217;s an IDE (Integrated Development Environment) &#8211; where you can record your actions, edit the code, and re-run.  I haven&#8217;t used it [...]]]></description>
		<wfw:commentRss>http://www.awakash.com/2011/01/18/a-tool-to-automate-your-tests-for-web-applications/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Take website snapshots on a timely interval</title>
		<link>http://www.awakash.com/2010/11/24/take-website-snapshots-on-a-timely-interval/</link>
		<comments>http://www.awakash.com/2010/11/24/take-website-snapshots-on-a-timely-interval/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 19:59:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[interval]]></category>
		<category><![CDATA[site shoter]]></category>
		<category><![CDATA[siteshoter]]></category>
		<category><![CDATA[snapshots]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.awakash.com/?p=168</guid>
		<description><![CDATA[I&#8217;ve been having a strange occurrence of a website going down for a minute or two well into the early part of the morning &#8211; let&#8217;s say about 2 AM.  Since the hosting provider doesn&#8217;t really help me understand why this happens (since no alerts are being sent), I wanted a way to learn a [...]]]></description>
		<wfw:commentRss>http://www.awakash.com/2010/11/24/take-website-snapshots-on-a-timely-interval/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php session_start() issues for php captcha</title>
		<link>http://www.awakash.com/2010/01/11/php-session_start-issues-for-php-captcha/</link>
		<comments>http://www.awakash.com/2010/01/11/php-session_start-issues-for-php-captcha/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 22:32:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[session_start]]></category>

		<guid isPermaLink="false">http://www.awakash.com/?p=77</guid>
		<description><![CDATA[I was going nuts (banging my head on my desk) because I just couldn&#8217;t figure out why session variables weren&#8217;t being stored after submitting a form with php captcha (http://www.phpcaptcha.org).  I looked through the settings, http headers, check my validation code, almost everything just for a simple form to submit after a user enters the [...]]]></description>
		<wfw:commentRss>http://www.awakash.com/2010/01/11/php-session_start-issues-for-php-captcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>full-text index issue in mysql 5</title>
		<link>http://www.awakash.com/2009/12/30/full-text-index-issue-in-mysql-5/</link>
		<comments>http://www.awakash.com/2009/12/30/full-text-index-issue-in-mysql-5/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 21:18:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[full-text]]></category>
		<category><![CDATA[indexing]]></category>
		<category><![CDATA[match]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.awakash.com/?p=69</guid>
		<description><![CDATA[I was having issues with full-text index using MySQL 5.  Basically, on one host I would see results with the same query but not on another host. Here is the sample query I used: SELECT * from table_name WHERE MATCH(Description, Title) AGAINST ('yes'' IN BOOLEAN MODE) AND title like '%yes%' ; Because the length of [...]]]></description>
		<wfw:commentRss>http://www.awakash.com/2009/12/30/full-text-index-issue-in-mysql-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free code editors</title>
		<link>http://www.awakash.com/2008/03/18/free-text-to-html-software/</link>
		<comments>http://www.awakash.com/2008/03/18/free-text-to-html-software/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 15:54:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[free HTML editor]]></category>
		<category><![CDATA[free HTML software]]></category>
		<category><![CDATA[notepad++]]></category>
		<category><![CDATA[text to HTML editor]]></category>

		<guid isPermaLink="false">http://www.awakash.com/2008/03/18/free-text-to-html-software/</guid>
		<description><![CDATA[*update* This question comes up many times, do you know of any HTML software or text to HTML software I can download online for free?  Well, I usually use Dreamweaver, but since this costs money, I figure I&#8217;ll ask this to my web friends.  I came up with the best one: NotePad ++ Here are [...]]]></description>
		<wfw:commentRss>http://www.awakash.com/2008/03/18/free-text-to-html-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

