<?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>freestyle developments &#187; Frameworks</title>
	<atom:link href="http://freestyle-developments.co.uk/blog/?cat=81&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://freestyle-developments.co.uk/blog</link>
	<description>Fun, games and coding</description>
	<lastBuildDate>Sun, 16 Jun 2013 07:56:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>jQuery CDN as A Named Module In RequireJS</title>
		<link>http://freestyle-developments.co.uk/blog/?p=431</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=431#comments</comments>
		<pubDate>Sun, 07 Oct 2012 08:59:28 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[RequireJS]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=431</guid>
		<description><![CDATA[If you want RequireJS to fetch jQuery from a CDN, you&#8217;ll need to tell it to do so using the &#8220;paths&#8221; config: require.config({ paths: { "jquery": "https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" } }); As I understand it, if you want to use the local &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=431">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=431</wfw:commentRss>
		<slash:comments>22429</slash:comments>
		</item>
		<item>
		<title>Play Framework HTML5 input elements</title>
		<link>http://freestyle-developments.co.uk/blog/?p=425</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=425#comments</comments>
		<pubDate>Thu, 04 Oct 2012 16:34:31 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Scala]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[playframework]]></category>
		<category><![CDATA[templating]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=425</guid>
		<description><![CDATA[The built in Play input elements are fairly restrictive in that you can&#8217;t specify the input type. I wrote a helper template that you can use to generate input elements which have HTML5 type attributes such as url, email, number, &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=425">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=425</wfw:commentRss>
		<slash:comments>13604</slash:comments>
		</item>
		<item>
		<title>Modernizr progressives or exceptions?</title>
		<link>http://freestyle-developments.co.uk/blog/?p=193</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=193#comments</comments>
		<pubDate>Tue, 11 Jan 2011 23:02:22 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Modernizer]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=193</guid>
		<description><![CDATA[Modernizr, what an interesting tool you are. How do I use your class names in my CSS files? You&#8217;ve given me a choice and I&#8217;m not sure what to use: .multiplebgs div p { /* properties for browsers that support &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=193">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=193</wfw:commentRss>
		<slash:comments>339</slash:comments>
		</item>
		<item>
		<title>How to use CakePHP Session data in your Model validate rules</title>
		<link>http://freestyle-developments.co.uk/blog/?p=184</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=184#comments</comments>
		<pubDate>Sat, 08 Jan 2011 16:56:19 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Session]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=184</guid>
		<description><![CDATA[CakePHP models don&#8217;t allow you to access the session object. It is argued that this isn&#8217;t the MVC way. I tend to agree. Your controller should really pass any needed session data to the model&#8230;somehow. My use case is that &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=184">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=184</wfw:commentRss>
		<slash:comments>343</slash:comments>
		</item>
	</channel>
</rss>
