<?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>hack/ &#187; Web Development</title>
	<atom:link href="http://www.hackslash.net/?feed=rss2&#038;cat=3" rel="self" type="application/rss+xml" />
	<link>http://www.hackslash.net</link>
	<description>games, programming, nerd stuff</description>
	<lastBuildDate>Wed, 01 Sep 2010 17:02:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Dynamically resizing textareas with jQuery</title>
		<link>http://www.hackslash.net/?p=957</link>
		<comments>http://www.hackslash.net/?p=957#comments</comments>
		<pubDate>Thu, 20 May 2010 18:38:35 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.hackslash.net/?p=957</guid>
		<description><![CDATA[My latest project has a lot of textareas in a form that take up a lot of room. The page would look a lot nicer if they were smaller but would grow when added to. It was a little tricky, but here's a way to do it. &#160;&#160;$(function(){ &#160;&#160;&#160;&#160;$('#myTextArea').keyup(function(){ &#160;&#160;&#160;&#160;&#160;&#160;$('#myTextArea').css('height', '0px'); &#160;&#160;&#160;&#160;&#160;&#160;$('#myTextArea').css('height', $('#myTextArea').attr('scrollHeight')+'px'); &#160;&#160;&#160;&#160;}); &#160;&#160;}); [...]]]></description>
		<wfw:commentRss>http://www.hackslash.net/?feed=rss2&amp;p=957</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Make sure that your tags are properly nested.</title>
		<link>http://www.hackslash.net/?p=937</link>
		<comments>http://www.hackslash.net/?p=937#comments</comments>
		<pubDate>Mon, 26 Apr 2010 15:03:41 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.hackslash.net/?p=937</guid>
		<description><![CDATA[I recently was building a form with some dynamically created inputs that just would not pass their values when submitted. The content got created fine. My jQuery was correct. There were no errors generated- just no values were being passed from the new inputs. It took hours of banging my head on the computer before [...]]]></description>
		<wfw:commentRss>http://www.hackslash.net/?feed=rss2&amp;p=937</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t fail your Search check at d20srd.org</title>
		<link>http://www.hackslash.net/?p=416</link>
		<comments>http://www.hackslash.net/?p=416#comments</comments>
		<pubDate>Fri, 30 Jan 2009 13:24:01 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[D&D]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.hackslash.net/?p=416</guid>
		<description><![CDATA[Or this will happen to you- You can find a great list of other entertaining 404 error pages at: smashingmagazine.com.]]></description>
		<wfw:commentRss>http://www.hackslash.net/?feed=rss2&amp;p=416</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Website Promotion Tool</title>
		<link>http://www.hackslash.net/?p=166</link>
		<comments>http://www.hackslash.net/?p=166#comments</comments>
		<pubDate>Fri, 30 Nov 2007 20:23:07 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.hackslash.net/?p=166</guid>
		<description><![CDATA[A couple of years ago, I bought the code for a url submission tool as an experiment in making money off such a site. Well that didn't work, so when the site came up for renewal I just closed it down. Instead of throwing out the code, I've brought it here where it can continue [...]]]></description>
		<wfw:commentRss>http://www.hackslash.net/?feed=rss2&amp;p=166</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Preventing Comment Spam in WordPress</title>
		<link>http://www.hackslash.net/?p=69</link>
		<comments>http://www.hackslash.net/?p=69#comments</comments>
		<pubDate>Mon, 21 Aug 2006 14:19:39 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.hackslash.net/?p=69</guid>
		<description><![CDATA[Why does everyone seem to think I need to buy drugs online? In the past month or so, my site is now getting 10-20 spam comments per day (usually dealing with erectile disfunction or cholesterol drugs). My filter catches this stuff, but I still have to go through the trouble of deleting the comments as [...]]]></description>
		<wfw:commentRss>http://www.hackslash.net/?feed=rss2&amp;p=69</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What is the most popular scripting language?</title>
		<link>http://www.hackslash.net/?p=63</link>
		<comments>http://www.hackslash.net/?p=63#comments</comments>
		<pubDate>Fri, 09 Jun 2006 13:16:42 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.hackslash.net/?p=63</guid>
		<description><![CDATA[After having some discussions (ok, arguments) with some friends over the merits of the different scripting languages used in making websites, I started to wonder about how much each were used on the net. I mean everyone knows that asp and php are probably the most widespread languages used for creating websites, but what about [...]]]></description>
		<wfw:commentRss>http://www.hackslash.net/?feed=rss2&amp;p=63</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Top 3 Firefox Extensions for Web Developers</title>
		<link>http://www.hackslash.net/?p=62</link>
		<comments>http://www.hackslash.net/?p=62#comments</comments>
		<pubDate>Tue, 23 May 2006 12:54:13 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.hackslash.net/?p=62</guid>
		<description><![CDATA[One of the main reasons that Firefox is such a cool web browser is all of the ways that it can be extended with user created tools. There are 3 extensions that I use almost every day at work and make my life much simpler. They are: Web Developer - If you create web pages [...]]]></description>
		<wfw:commentRss>http://www.hackslash.net/?feed=rss2&amp;p=62</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View Your Display Mode</title>
		<link>http://www.hackslash.net/?p=61</link>
		<comments>http://www.hackslash.net/?p=61#comments</comments>
		<pubDate>Fri, 19 May 2006 14:58:18 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.hackslash.net/?p=61</guid>
		<description><![CDATA[Do you need a quick, easy way to see what display mode that your browser is using to render a page? Try this bookmarklet- Display Mode Just right click on the link and bookmark it. Now when you click it from your Favorites menu, it will show you what your display mode is for that [...]]]></description>
		<wfw:commentRss>http://www.hackslash.net/?feed=rss2&amp;p=61</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
