<?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>Web Lee &#187; General</title>
	<atom:link href="http://www.weblee.co.uk/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weblee.co.uk</link>
	<description>PHP Freelance Developer</description>
	<lastBuildDate>Sun, 19 Jul 2009 14:38:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Secure Jquery Ajax Request</title>
		<link>http://www.weblee.co.uk/2009/06/25/secure-jquery-ajax-request/</link>
		<comments>http://www.weblee.co.uk/2009/06/25/secure-jquery-ajax-request/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 16:37:56 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://www.weblee.co.uk/?p=264</guid>
		<description><![CDATA[As we have seen in our previous Ajax requests we can grab data from different sources to output the the page. But what happens if the client has logged timmed out ?  Trying to send the client to a login page can be a little more tricky than it sounds.
In this screencast I will [...]]]></description>
			<content:encoded><![CDATA[<p>As we have seen in our previous Ajax requests we can grab data from different sources to output the the page. But what happens if the client has logged timmed out ?  Trying to send the client to a login page can be a little more tricky than it sounds.</p>
<p>In this screencast I will show you a quick way to listen for unauthorized access and send the client to a login page.</p>
<p><span id="more-264"></span></p>
<p><object type="application/x-shockwave-flash" data="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;file=http%3A//blip.tv/rss/flash/2298113&#038;feedurl=http%3A//weblee.blip.tv/rss/&#038;autostart=false&#038;brandname=Web%20Lee&#038;brandlink=http%3A//weblee.blip.tv/" width="562" height="392" allowfullscreen="true" id="showplayer"><param name="movie" value="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;file=http%3A//blip.tv/rss/flash/2298113&#038;feedurl=http%3A//weblee.blip.tv/rss/&#038;autostart=false&#038;brandname=Web%20Lee&#038;brandlink=http%3A//weblee.blip.tv/" /><param name="quality" value="best" /></object></p>
<p>Screen Time: 12:20</p>
<p>Please see below the key piece of code you will need.</p>
<pre class="brush: jscript;">

	$().ajaxError(function(xhr, status, err){
   		if(status.status == 401)
   			window.location.href = '/welcome/login.php';
 	});
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.weblee.co.uk/2009/06/25/secure-jquery-ajax-request/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.weblee.co.uk/2009/05/29/hello-world/</link>
		<comments>http://www.weblee.co.uk/2009/05/29/hello-world/#comments</comments>
		<pubDate>Fri, 29 May 2009 15:23:48 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.weblee.co.uk/?p=1</guid>
		<description><![CDATA[Well I guess this is welcome to Web Lee.
Over the next coming months I will do my best to post articles around my experience.
]]></description>
			<content:encoded><![CDATA[<p>Well I guess this is welcome to Web Lee.</p>
<p>Over the next coming months I will do my best to post articles around my experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weblee.co.uk/2009/05/29/hello-world/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
