<?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>Fbloggs Geekdom &#187; Web Development</title>
	<atom:link href="http://www.fbloggs.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fbloggs.com</link>
	<description>Duncan&#039;s musings on tech related topics</description>
	<lastBuildDate>Fri, 09 Jul 2010 10:26:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to access cross-domain data with AJAX using JSONP, jQuery and PHP</title>
		<link>http://www.fbloggs.com/2010/07/09/how-to-access-cross-domain-data-with-ajax-using-jsonp-jquery-and-php/</link>
		<comments>http://www.fbloggs.com/2010/07/09/how-to-access-cross-domain-data-with-ajax-using-jsonp-jquery-and-php/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 10:21:49 +0000</pubDate>
		<dc:creator>fbloggs</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Cross domain scripting]]></category>
		<category><![CDATA[Feedback plugin]]></category>
		<category><![CDATA[JSONP]]></category>
		<category><![CDATA[Same Origin Policy]]></category>

		<guid isPermaLink="false">http://www.fbloggs.com/?p=310</guid>
		<description><![CDATA[<p><span class="dropcap">I</span>&#8217;m guessing that if you are reading this post you have already encountered the problem of the <a href="http://en.wikipedia.org/wiki/Same_origin_policy"> same origin policy</a> with regards to retrieving data with AJAX from urls in other domains than your&#8217;s (the requesting domain). This policy, enforced by&#8230;</p>]]></description>
		<wfw:commentRss>http://www.fbloggs.com/2010/07/09/how-to-access-cross-domain-data-with-ajax-using-jsonp-jquery-and-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Assign The Current Date and Time to a MySQL Datetime Field using PHP</title>
		<link>http://www.fbloggs.com/2010/02/18/how-to-assign-the-current-date-and-time-to-a-mysql-field-using-php/</link>
		<comments>http://www.fbloggs.com/2010/02/18/how-to-assign-the-current-date-and-time-to-a-mysql-field-using-php/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 18:50:49 +0000</pubDate>
		<dc:creator>fbloggs</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Dates]]></category>

		<guid isPermaLink="false">http://www.fbloggs.com/?p=295</guid>
		<description><![CDATA[<p><span class="dropcap">T</span>his is a no-brainer, but I always forget how to do it.   MySQL datetime fields are stored in this format: 2010-02-18 10:33:18.  Here&#8217;s a trivial example showing you how to populate a datetime field with the current date in the&#8230;</p>]]></description>
		<wfw:commentRss>http://www.fbloggs.com/2010/02/18/how-to-assign-the-current-date-and-time-to-a-mysql-field-using-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Embed A Google Calendar Gadget In Your Web Site</title>
		<link>http://www.fbloggs.com/2010/02/01/how-to-embed-a-google-calendar-gadget-in-your-web-site/</link>
		<comments>http://www.fbloggs.com/2010/02/01/how-to-embed-a-google-calendar-gadget-in-your-web-site/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 04:28:40 +0000</pubDate>
		<dc:creator>fbloggs</dc:creator>
				<category><![CDATA[Google Gadgets]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Google Calendar]]></category>
		<category><![CDATA[iGoogle]]></category>
		<category><![CDATA[Mashups]]></category>

		<guid isPermaLink="false">http://www.fbloggs.com/?p=277</guid>
		<description><![CDATA[<p><span class="dropcap">G</span>oogle provides two simple ways, other than you writing your own client code to talk to their APIs, to embed a calendar in your web page. One method is easily found by <a title="Google's explanation of how to embed a calendar" href="http://www.google.com/support/calendar/bin/answer.py?hl=en&#38;answer=41207" target="_blank">Googling for the info</a>. This link explains how&#8230;</p>]]></description>
		<wfw:commentRss>http://www.fbloggs.com/2010/02/01/how-to-embed-a-google-calendar-gadget-in-your-web-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to correct font size problem with tables in jQuery UI widgets</title>
		<link>http://www.fbloggs.com/2009/12/30/how-to-correct-font-size-problem-with-tables-in-jquery-ui-widgets/</link>
		<comments>http://www.fbloggs.com/2009/12/30/how-to-correct-font-size-problem-with-tables-in-jquery-ui-widgets/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 00:11:27 +0000</pubDate>
		<dc:creator>fbloggs</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery UI]]></category>

		<guid isPermaLink="false">http://www.fbloggs.com/?p=225</guid>
		<description><![CDATA[<p><span class="dropcap">I</span> just recently used jQuery UI tabs in an application. Within a couple of the tabs I used tables for content <em>(let&#8217;s not have a religious debate about  using tables for layout, please)</em>. Anyway, the font size came out much bigger&#8230;</p>]]></description>
		<wfw:commentRss>http://www.fbloggs.com/2009/12/30/how-to-correct-font-size-problem-with-tables-in-jquery-ui-widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla 1.5 has wrong path for css, js files &#8211; edit your configuration.php file</title>
		<link>http://www.fbloggs.com/2009/12/19/joomla-1-5-has-wrong-path-for-css-js-files/</link>
		<comments>http://www.fbloggs.com/2009/12/19/joomla-1-5-has-wrong-path-for-css-js-files/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 01:05:25 +0000</pubDate>
		<dc:creator>fbloggs</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[bugs]]></category>

		<guid isPermaLink="false">http://www.fbloggs.com/?p=221</guid>
		<description><![CDATA[<p><span class="dropcap">I</span> just moved a Joomla 1.5 install from my iMac to a hosted site. The home page showed up fine, but subsequent pages were missing all styles. It turns out that I needed to change the variable  $live_site  in configuration.php from&#8230;</p>]]></description>
		<wfw:commentRss>http://www.fbloggs.com/2009/12/19/joomla-1-5-has-wrong-path-for-css-js-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Aptana Studio 2.0 and PDT Plugin for Drupal Module Development</title>
		<link>http://www.fbloggs.com/2009/12/03/using-aptana-studio-2-0-and-pdt-plugin-for-drupal-module-development/</link>
		<comments>http://www.fbloggs.com/2009/12/03/using-aptana-studio-2-0-and-pdt-plugin-for-drupal-module-development/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 20:45:57 +0000</pubDate>
		<dc:creator>fbloggs</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Aptana Studio]]></category>
		<category><![CDATA[Eclipse Plugin]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[PDT]]></category>

		<guid isPermaLink="false">http://www.fbloggs.com/?p=207</guid>
		<description><![CDATA[<p><span class="dropcap">A</span>ptana now uses the official Eclipse PDT (PHP Development Tools) plugin instead of their own PHP editor. I have Aptana 2.0.2, build date November 10 2009 on my Macbook.  I&#8217;m building a Drupal module, so I need to have PDT&#8230;</p>]]></description>
		<wfw:commentRss>http://www.fbloggs.com/2009/12/03/using-aptana-studio-2-0-and-pdt-plugin-for-drupal-module-development/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Articles I&#8217;ve Written on IBM i (iSeries) Technology Subjects</title>
		<link>http://www.fbloggs.com/2009/09/17/articles-ive-written-on-ibm-i-technology-subjects/</link>
		<comments>http://www.fbloggs.com/2009/09/17/articles-ive-written-on-ibm-i-technology-subjects/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 18:32:05 +0000</pubDate>
		<dc:creator>fbloggs</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[AS/400]]></category>
		<category><![CDATA[BCD Products]]></category>
		<category><![CDATA[IBM i]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[System i]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[iSeries]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Catapult]]></category>
		<category><![CDATA[Clover]]></category>
		<category><![CDATA[Nexus]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[WebSmart]]></category>

		<guid isPermaLink="false">http://www.fbloggs.com/?p=170</guid>
		<description><![CDATA[<p><span class="dropcap">I</span>&#8217;ve written a few articles in recent years that have been published by <a href="http://www.mcpressonline.com">MC Press Online</a>, relating to IBM i topics. If you don&#8217;t know what the IBM i is (or an AS/400, iSeries or System i), you can stop&#8230;</p>]]></description>
		<wfw:commentRss>http://www.fbloggs.com/2009/09/17/articles-ive-written-on-ibm-i-technology-subjects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Format a MySQL Date For Output in PHP</title>
		<link>http://www.fbloggs.com/2009/09/15/how-to-format-a-mysql-date-for-output-in-php/</link>
		<comments>http://www.fbloggs.com/2009/09/15/how-to-format-a-mysql-date-for-output-in-php/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 18:35:51 +0000</pubDate>
		<dc:creator>fbloggs</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Dates]]></category>

		<guid isPermaLink="false">http://www.fbloggs.com/?p=165</guid>
		<description><![CDATA[<p><span class="dropcap">T</span>he following PHP code parses the date portion out of a MySQL date column and lets you format it according to the formatting rules of the <a href="http://ca3.php.net/manual/en/function.date.php">PHP date function</a>. </p>
<pre class="brush: php;">
// Parse date portion of a date field and format it&#8230;</pre>]]></description>
		<wfw:commentRss>http://www.fbloggs.com/2009/09/15/how-to-format-a-mysql-date-for-output-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feedback jQuery Plugin</title>
		<link>http://www.fbloggs.com/2009/07/27/feedback-jquery-plugin/</link>
		<comments>http://www.fbloggs.com/2009/07/27/feedback-jquery-plugin/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 20:18:15 +0000</pubDate>
		<dc:creator>fbloggs</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery plugin]]></category>
		<category><![CDATA[jQuery UI]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.fbloggs.com/?p=134</guid>
		<description><![CDATA[<p><span class="dropcap">F</span>eedback is a jQuery plugin that lets you send feedback to a user in the form of an info message or error message, associated with any page element. It uses the jQuery UI plugin to determine the default styles of&#8230;</p>]]></description>
		<wfw:commentRss>http://www.fbloggs.com/2009/07/27/feedback-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make content private in Drupal</title>
		<link>http://www.fbloggs.com/2009/06/11/how-to-make-content-private-in-drupal/</link>
		<comments>http://www.fbloggs.com/2009/06/11/how-to-make-content-private-in-drupal/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 09:00:45 +0000</pubDate>
		<dc:creator>fbloggs</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Drupal modules]]></category>
		<category><![CDATA[Site protection]]></category>

		<guid isPermaLink="false">http://fbloggs.wordpress.com/?p=74</guid>
		<description><![CDATA[How to restrict access to specific content in a Drupal site so only authenticated users (those who have logged in) can view and access it. (Short answer - install the 'content-access' plugin.)...]]></description>
		<wfw:commentRss>http://www.fbloggs.com/2009/06/11/how-to-make-content-private-in-drupal/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
