<?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>Dan Lawson &#187; Code</title>
	<atom:link href="http://www.dclawson.com/category/blog/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dclawson.com</link>
	<description>Online Website Design Portfolio</description>
	<lastBuildDate>Sat, 10 Dec 2011 12:00:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Interact with web pages using Kinect &amp; Javascript</title>
		<link>http://www.dclawson.com/2011/05/interact-with-web-pages-using-kinect-javascript/</link>
		<comments>http://www.dclawson.com/2011/05/interact-with-web-pages-using-kinect-javascript/#comments</comments>
		<pubDate>Wed, 11 May 2011 07:51:18 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[kinect]]></category>

		<guid isPermaLink="false">http://www.dclawson.com/?p=512</guid>
		<description><![CDATA[DepthJS allows any web page to interact with the Microsoft Kinect using Javascript. Navigating the web is only one application of the framework they built – that is, they envision all sorts of applications that run in the browser, from games to specific utilities for specific sites.
The great part is that now web developers who [...]]]></description>
		<wfw:commentRss>http://www.dclawson.com/2011/05/interact-with-web-pages-using-kinect-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reveal – jQuery Lightweight Modal Plugin</title>
		<link>http://www.dclawson.com/2011/01/reveal-jquery-lightweight-plugin/</link>
		<comments>http://www.dclawson.com/2011/01/reveal-jquery-lightweight-plugin/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 10:59:34 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[modal]]></category>
		<category><![CDATA[popup]]></category>

		<guid isPermaLink="false">http://www.dclawson.com/?p=507</guid>
		<description><![CDATA[Reveal is awesome because it&#8217;s easy to implement, is cross-browser  compatible with modern browsers (with some graceful degradation of  course) and lightweight coming in at only 1.75KB. What that means for  you is that it&#8217;s fast, sexy and just works. 

Demo: http://www.zurb.com/playground/reveal-modal-plugin
]]></description>
		<wfw:commentRss>http://www.dclawson.com/2011/01/reveal-jquery-lightweight-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XAMPP: Access forbidden!</title>
		<link>http://www.dclawson.com/2010/03/xampp-access-forbidden/</link>
		<comments>http://www.dclawson.com/2010/03/xampp-access-forbidden/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 22:22:22 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.dclawson.com/?p=495</guid>
		<description><![CDATA[Initial setup for XAMPP Virtualhost gives this error:
“Access forbidden!
You don’t have permission to access the requested directory. There is  either no index document or the directory is read-protected.
If you think this is a server error, please contact the webmaster. …”
To solve this:
- in \xampp\apache\conf\httpd.conf, modify:
&#60;Directory /&#62;
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
&#60;/Directory&#62;
to:
&#60;Directory /&#62;
Options FollowSymLinks
AllowOverride None
Order [...]]]></description>
		<wfw:commentRss>http://www.dclawson.com/2010/03/xampp-access-forbidden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Design User Interface for iPad Applications</title>
		<link>http://www.dclawson.com/2010/03/how-to-design-user-interface-for-ipad-applications/</link>
		<comments>http://www.dclawson.com/2010/03/how-to-design-user-interface-for-ipad-applications/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 09:29:48 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[applications]]></category>

		<guid isPermaLink="false">http://www.dclawson.com/?p=484</guid>
		<description><![CDATA[Matt Legend Gemmell held a 6-hour workshop at  NSConference in both the UK and USA recently, focusing on software  design and user experience.
Predictably, an extremely popular  topic was the iPad, and how to approach the design of iPad applications. He  gave a 90-minute presentation on the subject to start each workshop, [...]]]></description>
		<wfw:commentRss>http://www.dclawson.com/2010/03/how-to-design-user-interface-for-ipad-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajaxed Drag’n Drop Shopping Cart With jQuery &amp; PHP</title>
		<link>http://www.dclawson.com/2010/03/ajaxed-drag%e2%80%99n-drop-shopping-cart-with-jquery-php/</link>
		<comments>http://www.dclawson.com/2010/03/ajaxed-drag%e2%80%99n-drop-shopping-cart-with-jquery-php/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 12:05:19 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.dclawson.com/?p=481</guid>
		<description><![CDATA[Tutorialzine is sharing a beautiful tutorial (with source) on creating an Ajaxed drag’n drop shopping cart with jQuery &#38; PHP.
It uses MySQL for storing the data &#38; simpleTip plugin for displaying information about the products with style.

It takes advantage of the jQuery UI’s draggable &#38; droppable behaviours to accomplish the flawless experience.
The shopping cart is [...]]]></description>
		<wfw:commentRss>http://www.dclawson.com/2010/03/ajaxed-drag%e2%80%99n-drop-shopping-cart-with-jquery-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apostrophe &#8211; An In-Context CMS &amp; Free</title>
		<link>http://www.dclawson.com/2010/02/apostrophe-an-in-context-cms-free/</link>
		<comments>http://www.dclawson.com/2010/02/apostrophe-an-in-context-cms-free/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 12:05:54 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[wysiwyg]]></category>

		<guid isPermaLink="false">http://www.dclawson.com/?p=470</guid>
		<description><![CDATA[Apostrophe is an open source CMS that enables you to manage  websites while browsing them.
It has an ergonomic interface &#38; has a minimal learning curve  where anyone which is not familiar with CMS systems can easily use too.

The application can have multiple users with permission-based levels.
Images, videos &#38; any other media can be [...]]]></description>
		<wfw:commentRss>http://www.dclawson.com/2010/02/apostrophe-an-in-context-cms-free/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Protect Your Email Address with PHP Hide_Email()</title>
		<link>http://www.dclawson.com/2010/02/protect-your-email-address-with-php-hide_email/</link>
		<comments>http://www.dclawson.com/2010/02/protect-your-email-address-with-php-hide_email/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 14:27:02 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.dclawson.com/?p=456</guid>
		<description><![CDATA[PHP hide_email() is a PHP function to protect the E-mail address you publish on your website against bots or spiders that index or harvest E-mail addresses for sending you spam. It uses a substitution cipher with a different key for every page load.
PHP hide_email() encrypts your E-mail address and generates the javascript that decrypts it. [...]]]></description>
		<wfw:commentRss>http://www.dclawson.com/2010/02/protect-your-email-address-with-php-hide_email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sublime Video – A HTML 5 Video Player</title>
		<link>http://www.dclawson.com/2010/02/sublime-video-%e2%80%93-a-html-5-video-player/</link>
		<comments>http://www.dclawson.com/2010/02/sublime-video-%e2%80%93-a-html-5-video-player/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 11:27:30 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.dclawson.com/?p=452</guid>
		<description><![CDATA[Sublime Video is a HTML5 Video Player, users can play videos without the need of browser plugins or Flash dependencies enabling the viewing of videos on the iPhone.
It supports Full-window mode with sleek zoom-in/out transitions. There are more advanced controls on a draggable pane. Sublime Video will be soon released for free (at least for [...]]]></description>
		<wfw:commentRss>http://www.dclawson.com/2010/02/sublime-video-%e2%80%93-a-html-5-video-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips For Sending Valid E-mails From Websites</title>
		<link>http://www.dclawson.com/2010/01/tips-for-sending-valid-e-mails-from-websites/</link>
		<comments>http://www.dclawson.com/2010/01/tips-for-sending-valid-e-mails-from-websites/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 05:08:02 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://www.dclawson.com/?p=432</guid>
		<description><![CDATA[E-mails are one of the key elements of a website/web application.  They are used in contact forms, sign-ups, notifications, newsletters,  etc.
It is a common experience that sometimes e-mails sent from  websites go to the junk folders or never reach.
Although it is not always possible to detect the reasons for this,  there [...]]]></description>
		<wfw:commentRss>http://www.dclawson.com/2010/01/tips-for-sending-valid-e-mails-from-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brosho: A jQuery Plugin For Designing In The Browser</title>
		<link>http://www.dclawson.com/2010/01/brosho-a-jquery-plugin-for-designing-in-the-browser/</link>
		<comments>http://www.dclawson.com/2010/01/brosho-a-jquery-plugin-for-designing-in-the-browser/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 12:48:01 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[wysiwyg]]></category>

		<guid isPermaLink="false">http://www.dclawson.com/?p=423</guid>
		<description><![CDATA[Brosho is a jQuery plugin which helps you to minimize the editor-browser switching while creating/editing websites.
It enables you to select elements in a webpage, edit the CSS  properties with an in-browser editor &#38; see the outputs  instantly (similar to editing with Firebug).

Once you are satisfied with the changes implemented, copy-pasting  the new [...]]]></description>
		<wfw:commentRss>http://www.dclawson.com/2010/01/brosho-a-jquery-plugin-for-designing-in-the-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

