<?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>Gabriel Harper's Blog &#187; javascript</title>
	<atom:link href="http://www.gabrielharper.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gabrielharper.com</link>
	<description>Business, Web Sites and Life</description>
	<lastBuildDate>Wed, 17 Feb 2010 19:35:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>TinyMCE Themes</title>
		<link>http://www.gabrielharper.com/2009/05/tinymce-themes/</link>
		<comments>http://www.gabrielharper.com/2009/05/tinymce-themes/#comments</comments>
		<pubDate>Thu, 07 May 2009 15:28:13 +0000</pubDate>
		<dc:creator>Gabriel Harper</dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tinymce]]></category>
		<category><![CDATA[wysiwyg]]></category>

		<guid isPermaLink="false">http://www.gabrielharper.com/?p=442</guid>
		<description><![CDATA[TinyMCE is a free WYSIWYG editor with two visual components &#8211; themes and skins. TinyMCE themes are very complex to customize but you can make your own TinyMCE theme. If you just want to customize the look &#38; feel a little bit, you&#8217;re better off creating a TinyMCE skin. Customizing TinyMCE themes is easy to [...]]]></description>
		<wfw:commentRss>http://www.gabrielharper.com/2009/05/tinymce-themes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remote Data in a Firefox Extension or Add-on</title>
		<link>http://www.gabrielharper.com/2009/04/remote-data-in-a-firefox-extension-or-add-on/</link>
		<comments>http://www.gabrielharper.com/2009/04/remote-data-in-a-firefox-extension-or-add-on/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 18:58:54 +0000</pubDate>
		<dc:creator>Gabriel Harper</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[XMLHttpRequest]]></category>

		<guid isPermaLink="false">http://www.gabrielharper.com/?p=394</guid>
		<description><![CDATA[Displaying remote data in your custom Firefox toolbar makes a lot of neat things possible. If your Firefox add-on needs to fetch some data from another URL, it can be done easily with XMLHttpRequest. Before continuing you should read more about what XMLHttpRequest is. If you are already familiar with XMLHttpRequest then it should be [...]]]></description>
		<wfw:commentRss>http://www.gabrielharper.com/2009/04/remote-data-in-a-firefox-extension-or-add-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is XMLHttpRequest?</title>
		<link>http://www.gabrielharper.com/2009/04/what-is-xmlhttprequest/</link>
		<comments>http://www.gabrielharper.com/2009/04/what-is-xmlhttprequest/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 15:18:01 +0000</pubDate>
		<dc:creator>Gabriel Harper</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[XMLHttpRequest]]></category>

		<guid isPermaLink="false">http://www.gabrielharper.com/?p=396</guid>
		<description><![CDATA[What is XMLHttpRequest? The XMLHttpRequest object enables client-server requests in JavaScript. If you&#8217;re writing Ajax enabled scripts, fetching remote data in a Firefox extension, or pulling data from another URL in any JavaScript app then XMLHttpRequest is needed. XMLHttpRequest is a scripting object that provides an interface for client-server requests. XMLHttpRequest originated with Internet Explorer [...]]]></description>
		<wfw:commentRss>http://www.gabrielharper.com/2009/04/what-is-xmlhttprequest/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Expected Indentifier, String or Number</title>
		<link>http://www.gabrielharper.com/2009/04/expected-indentifier-string-or-number/</link>
		<comments>http://www.gabrielharper.com/2009/04/expected-indentifier-string-or-number/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 16:35:26 +0000</pubDate>
		<dc:creator>Gabriel Harper</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.gabrielharper.com/?p=289</guid>
		<description><![CDATA[Internet Explorer gives the JavaScript error &#8220;Expected indentifier, string or number&#8221; when it&#8217;s expecting another variable. Firefox and Safari don&#8217;t have such a problem, but it&#8217;s easy to fix the error in your JS code if you can find where it&#8217;s located. In order to fix the &#8220;Error: Expected identifier, string or number&#8221; message in [...]]]></description>
		<wfw:commentRss>http://www.gabrielharper.com/2009/04/expected-indentifier-string-or-number/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating a New TinyMCE Theme for 3.x</title>
		<link>http://www.gabrielharper.com/2009/03/creating-a-new-tinymce-theme-for-3x/</link>
		<comments>http://www.gabrielharper.com/2009/03/creating-a-new-tinymce-theme-for-3x/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 08:47:04 +0000</pubDate>
		<dc:creator>Gabriel Harper</dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tinymce]]></category>
		<category><![CDATA[wysiwyg]]></category>

		<guid isPermaLink="false">http://www.gabrielharper.com/?p=235</guid>
		<description><![CDATA[Here are the steps I took to create a new theme for TinyMCE 3.x. It isn&#8217;t very hard to do, but the documentation is extremely out of date. You can tweak these all you want, but if you want to make a custom TinyMCE theme there isn&#8217;t much available. Warning: This is by no means [...]]]></description>
		<wfw:commentRss>http://www.gabrielharper.com/2009/03/creating-a-new-tinymce-theme-for-3x/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What is Ajax?</title>
		<link>http://www.gabrielharper.com/2008/08/what-is-ajax/</link>
		<comments>http://www.gabrielharper.com/2008/08/what-is-ajax/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 02:15:26 +0000</pubDate>
		<dc:creator>Gabriel Harper</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.gabrielharper.com/blog/?p=69</guid>
		<description><![CDATA[The question is asked time and time again, and not always clear even to those who are working with Ajax! The term Ajax is short for Asynchronous JavaScript and XML. It was coined in 2005 by Jesse James Garrett. Ajax is not a specific programming language or technology. Ajax is a Web development technique. Ajax [...]]]></description>
		<wfw:commentRss>http://www.gabrielharper.com/2008/08/what-is-ajax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

