<?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>Forums, Blogs, Wikis &#187; javascript</title>
	<atom:link href="http://forumsblogswikis.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://forumsblogswikis.com</link>
	<description>News on forums, blogs, wikis, cms, etc</description>
	<lastBuildDate>Tue, 09 Feb 2010 11:37:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to add a timer to Eventum</title>
		<link>http://forumsblogswikis.com/2009/01/02/adding-a-timer-to-eventum/</link>
		<comments>http://forumsblogswikis.com/2009/01/02/adding-a-timer-to-eventum/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 16:39:05 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[eventum]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=338</guid>
		<description><![CDATA[I've been using Eventum for a while to keep track of bugs in a web application of mine.  There was one feature missing that I really needed, and which made me switch to dotProject for a few months and that was a timer.  When I'm working on a bug I wanted a way [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2009/01/02/adding-a-timer-to-eventum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prototype returning status code 0 in Opera</title>
		<link>http://forumsblogswikis.com/2009/01/01/prototype-returning-status-code-0-in-opera/</link>
		<comments>http://forumsblogswikis.com/2009/01/01/prototype-returning-status-code-0-in-opera/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 20:18:50 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=337</guid>
		<description><![CDATA[Seems like browsers don't handle Ajax calls returning a 204 no content status code very well.  I've had issues with IE7 gets a 1223 status code instead of the 204.  Well, it looks like Opera, at least 9.5.1, gets 0 as the status code. 
I'm using Prototype version 1.6.0.3 to handle the Ajax [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2009/01/01/prototype-returning-status-code-0-in-opera/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Editing a page from FireFox</title>
		<link>http://forumsblogswikis.com/2008/12/07/editing-a-page-from-firefox/</link>
		<comments>http://forumsblogswikis.com/2008/12/07/editing-a-page-from-firefox/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 15:13:53 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Links]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=322</guid>
		<description><![CDATA[Found a quick little JavaScript trick that lets you edit page content from within FireFox.  Copy and paste the following into your address bar and press enter.
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
Everything on the page becomes editable.  Sure, it doesn't affect the file on server.  But once you're done you can save the resulting [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/12/07/editing-a-page-from-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript progress bar indicator</title>
		<link>http://forumsblogswikis.com/2008/10/06/javascript-progress-bar-indicator/</link>
		<comments>http://forumsblogswikis.com/2008/10/06/javascript-progress-bar-indicator/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 01:41:24 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=314</guid>
		<description><![CDATA[Need a way to show the progress on a long process on your web page?  Here's a quick little JavaScript routine that will do it for you.

The trick is to create a fixed size div with the background image set to the progress bar.  We're then going to overlay a right floating white [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/10/06/javascript-progress-bar-indicator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why blocking right-clicks is a waste of time</title>
		<link>http://forumsblogswikis.com/2008/09/27/why-blocking-right-clicks-is-a-waste-of-time/</link>
		<comments>http://forumsblogswikis.com/2008/09/27/why-blocking-right-clicks-is-a-waste-of-time/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 18:44:29 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Unfiled]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=304</guid>
		<description><![CDATA[There's another forum I'm on where the discussion of blocking right-clicks comes up every few days it seems.&#160; People put up their first website and are terrified when they find out how easy it is to right-click on an image and save it.
The problem is that it's trivial for anyone with a moderate amount of [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/09/27/why-blocking-right-clicks-is-a-waste-of-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debug function for FireBug</title>
		<link>http://forumsblogswikis.com/2008/09/20/debug-function-for-firebug/</link>
		<comments>http://forumsblogswikis.com/2008/09/20/debug-function-for-firebug/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 12:26:06 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=302</guid>
		<description><![CDATA[If you do much JavaScript coding and have FireBug odds are good you know that you can call console.info() to output to the FireBug console.  But what happens if you leave your console.info() call in your code and a visitor looks with IE?  It'll throw an error.  So here's a quick, little [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/09/20/debug-function-for-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BluDomain and difficulty getting indexed by Google</title>
		<link>http://forumsblogswikis.com/2008/07/21/bludomain-and-difficulty-getting-indexed-by-google/</link>
		<comments>http://forumsblogswikis.com/2008/07/21/bludomain-and-difficulty-getting-indexed-by-google/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 03:00:04 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[sitemap]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=290</guid>
		<description><![CDATA[One of the photography forums I spend a lot of time on has a web site board where I tend to camp out. A good percentage of the photographers are using Flash template sites like BluDomain, FlashPalette, or PortfolioSitez which are nice, relatively inexpensive, and fairly easy to setup.  
BluDomain goes a step farther [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/07/21/bludomain-and-difficulty-getting-indexed-by-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Error &#8216;expected identifier, string or number&#8217; in IE</title>
		<link>http://forumsblogswikis.com/2008/07/21/javascript-error-expected-identifier-string-or-number-in-ie/</link>
		<comments>http://forumsblogswikis.com/2008/07/21/javascript-error-expected-identifier-string-or-number-in-ie/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 16:03:51 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=289</guid>
		<description><![CDATA[Sometimes you get those errors that just pick at you and you can't seem to find a solution.  It happened to me this morning when testing a JavaScript library I'm writing in IE7.  FireFox worked without a hitch, but IE threw an 'expected identifier, string or number' error pointing to the last line [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/07/21/javascript-error-expected-identifier-string-or-number-in-ie/feed/</wfw:commentRss>
		<slash:comments>112</slash:comments>
		</item>
		<item>
		<title>How to insert tabs in a textarea</title>
		<link>http://forumsblogswikis.com/2008/07/20/how-to-insert-tabs-in-a-textarea/</link>
		<comments>http://forumsblogswikis.com/2008/07/20/how-to-insert-tabs-in-a-textarea/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 22:30:06 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Web Links]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=287</guid>
		<description><![CDATA[I've always found it annoying that tabs don't, well, tab in textareas on HTML pages.  To be fair, they do what they're supposed to and move on to the next field.  But for a web app I'm working on I needed a way for the tab key to insert a tab.
The majority of [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/07/20/how-to-insert-tabs-in-a-textarea/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>IE7, xmlhttprequest, and 1223 status code</title>
		<link>http://forumsblogswikis.com/2008/07/02/ie7-xmlhttprequest-and-1223-status-code/</link>
		<comments>http://forumsblogswikis.com/2008/07/02/ie7-xmlhttprequest-and-1223-status-code/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 16:35:09 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=285</guid>
		<description><![CDATA[I'm working on a program that is fairly Ajax heavy right now.  Several of the JS routines need to call for XML from the server, and when there is no data to parse I'm sending a 204 header (no content) so that the JS can know there's no data without having to parse the [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/07/02/ie7-xmlhttprequest-and-1223-status-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
