<?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>Psyked &#187; JavaScript</title>
	<atom:link href="http://www.psyked.co.uk/category/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.psyked.co.uk</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 15:02:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Link: Moment.js</title>
		<link>http://www.psyked.co.uk/javascript/link-moment-js.htm</link>
		<comments>http://www.psyked.co.uk/javascript/link-moment-js.htm#comments</comments>
		<pubDate>Fri, 11 Nov 2011 09:20:25 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[external l]]></category>

		<guid isPermaLink="false">http://www.psyked.co.uk/general-chit-chat/link-moment-js.htm</guid>
		<description><![CDATA[Moment.js is a lightweight javascript library for working with dates - manipulating them, parsing them and outputting them into a human-readable format. And it even does languages, too!]]></description>
			<content:encoded><![CDATA[<p><a href="http://momentjs.com/"><img class="alignnone size-full wp-image-1498" title="Moment.js screenshot" src="http://uploads.psyked.co.uk//2011/11/momentjs.png" alt="" width="500" height="280" /></a></p>
<p><a href="http://momentjs.com/">Moment.js</a> is a lightweight javascript library for working with dates -<br />
manipulating them, parsing them and outputting them into a human-readable<br />
format. And it even does languages, too!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.psyked.co.uk/javascript/link-moment-js.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link: The DOM Monster</title>
		<link>http://www.psyked.co.uk/javascript/link-the-dom-monster.htm</link>
		<comments>http://www.psyked.co.uk/javascript/link-the-dom-monster.htm#comments</comments>
		<pubDate>Thu, 24 Mar 2011 17:22:57 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[DOM-Manipulation]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;m always on the look out for new yardsticks to measure by code by, and here&#8217;s another one that I&#8217;ve been introduced to recently. It&#8217;s called the DOM Monster, and it&#8217;s something that you can drag and drop into your browser bookmarks bar, and then later click on to evaluate the current HTML page, based [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1277" title="The DOM Monster!" src="http://uploads.psyked.co.uk/2011/03/dom-monster.png" alt="The DOM Monster!" width="500" height="280" /></p>
<p>I&#8217;m always on the look out for new yardsticks to measure by code by, and here&#8217;s another one that I&#8217;ve been introduced to recently. It&#8217;s called <a title="The DOM Monster&quot;" href="http://mir.aculo.us/dom-monster/" target="_blank">the DOM Monster</a>, and it&#8217;s something that you can drag and drop into your browser bookmarks bar, and then later click on to evaluate the current HTML page, based on things like its content, complexity, nesting levels and general content optimization.</p>
<p>The monster gives you a report and a summary of what it&#8217;s found, and it&#8217;s generally a pretty good summary of best practices for your HTML and JavaScript construction, even if it&#8217;s not linking you specifically to the original rules that govern this sort of thing.  All of which will improve your pages&#8217; rendering speed, performance on older machines, and performance on mobile devices, which is what a lot of people care about nowadays.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.psyked.co.uk/javascript/link-the-dom-monster.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link: jQSlickWrap</title>
		<link>http://www.psyked.co.uk/javascript/link-jqslickwrap.htm</link>
		<comments>http://www.psyked.co.uk/javascript/link-jqslickwrap.htm#comments</comments>
		<pubDate>Fri, 04 Dec 2009 11:31:09 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[jQSlickWrap]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://We&#039;veknownforquiteawhilethatjQueryisbrilliantlyclever,butholycow,thecodebehindthisisprettydamnclever.</guid>
		<description><![CDATA[We&#8217;ve known for quite a while that jQuery is brilliantly clever, but holy cow, the code behind this is pretty damn clever. What jQSlickWrap does is automagically work out the shape of the image by extracting the background colour, and then modifies the HTML to wrap the text perfectly around the image.  Obviously something so [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve known for quite a while that jQuery is brilliantly clever, but holy cow, the code behind this is pretty damn clever.</p>
<p><a href="http://jwf.us/projects/jQSlickWrap/" target="_blank"><img class="alignnone size-full wp-image-1051" title="jQSlickWrap" src="http://uploads.psyked.co.uk/2009/12/jQSlickWrap.jpg" alt="jQSlickWrap" width="500" height="280" /></a></p>
<p>What jQSlickWrap does is automagically work out the shape of the image by extracting the background colour, and then modifies the HTML to wrap the text perfectly around the image.  Obviously something so awesome won&#8217;t work on some browsers, but it&#8217;s designed to cleverly degrade to whatever your browser can manage, which is pretty fantastic.</p>
<p>Read more about this over at the jQSlickWrap site: <a href="http://jwf.us/projects/jQSlickWrap/" target="_blank">http://jwf.us/projects/jQSlickWrap/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psyked.co.uk/javascript/link-jqslickwrap.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link: Try out jQuery selectors</title>
		<link>http://www.psyked.co.uk/javascript/link-try-out-jquery-selectors.htm</link>
		<comments>http://www.psyked.co.uk/javascript/link-try-out-jquery-selectors.htm#comments</comments>
		<pubDate>Thu, 03 Dec 2009 22:05:24 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[It doesn&#8217;t look like much, but this website is great for illustrating how the selectors in jQuery work. http://codylindley.com/jqueryselectors/]]></description>
			<content:encoded><![CDATA[<p>It doesn&#8217;t look like much, but this website is great for illustrating how the selectors in jQuery work.</p>
<p><a href="http://codylindley.com/jqueryselectors/">http://codylindley.com/jqueryselectors/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psyked.co.uk/javascript/link-try-out-jquery-selectors.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Targeting multiple browsers with CSS&#8230; and some Javascript trickery.</title>
		<link>http://www.psyked.co.uk/css/targeting-multiple-browsers-with-css-and-some-javascript-trickery.htm</link>
		<comments>http://www.psyked.co.uk/css/targeting-multiple-browsers-with-css-and-some-javascript-trickery.htm#comments</comments>
		<pubDate>Sat, 28 Nov 2009 08:00:19 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://There&#039;sacleverlittlejavascriptlibrarythatallowsyoutowriteCSSspecificallyforChrome,theiPhone,IE8,etc.allinasinglefile. WhatitdoesismanipulatetheHTMLdocumentclient-sidetoaddadditionalclassestothepage,basedonyour</guid>
		<description><![CDATA[There&#8217;s a clever little javascript library that allows you to write CSS specifically for Chrome, the iPhone, IE 8, etc. all in a single file.  What it does is manipulate the HTML document client-side to add additional classes to the page, based on your browser type.  The end result is that your page gets additional [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a clever little javascript library that allows  you to write CSS specifically for Chrome, the iPhone, IE 8, etc. all in a single file.  What it does is manipulate the HTML document client-side to add additional classes to the page, based on your browser type.  The end result is that your page gets additional selectors like .ie or .gecko added &#8211; and you can setup a single CSS file to target all of these browsers in one shot &#8211; no server side magic or conditional comments in the HTML.</p>
<p>You can find  more information here ( <a href="http://snipplr.com/view/9340/css-browser-selector/">http://snipplr.com/view/9340/css-browser-selector/</a> ) or download it from here (<a href="http://github.com/rafaelp/css_browser_selector">http://github.com/rafaelp/css_browser_selector</a> ).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.psyked.co.uk/css/targeting-multiple-browsers-with-css-and-some-javascript-trickery.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 1/29 queries in 0.013 seconds using disk: basic
Object Caching 725/779 objects using disk: basic

Served from: www.psyked.co.uk @ 2012-02-08 23:01:05 -->
