<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1" -->
<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/"
	>

<channel>
	<title>137.sunnyjacob.co.uk</title>
	<link>http://sunnyjacob.co.uk/blog</link>
	<description>Life, Art &#038; Web Design</description>
	<pubDate>Thu, 01 Mar 2007 13:09:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>
	<language>en</language>
			<item>
		<title>OO Javascript Inheritance</title>
		<link>http://sunnyjacob.co.uk/blog/?p=11</link>
		<comments>http://sunnyjacob.co.uk/blog/?p=11#comments</comments>
		<pubDate>Tue, 27 Feb 2007 17:54:30 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://sunnyjacob.co.uk/blog/?p=11</guid>
		<description><![CDATA[for basic Javascript inheritance check out:
http://www.webreference.com/js/column79/
for an advanced method, check out:
http://www.sitepoint.com/blogs/2006/01/17/javascript-inheritance/ 
these are both excellent articles/tutorials, especially the sitepoint article &#8230;which uses a function call (that looks very much like a hack, but isn&#8217;t&#8230;) to assosiate subclass and superclass and &#8216;inject inheritance&#8230;&#8217; (uses regex)
Happy reading!!
]]></description>
			<content:encoded><![CDATA[<p>for basic Javascript inheritance check out:</p>
<p><a href="http://www.webreference.com/js/column79/">http://www.webreference.com/js/column79/</a></p>
<p>for an advanced method, check out:</p>
<p><a href="http://www.sitepoint.com/blogs/2006/01/17/javascript-inheritance/">http://www.sitepoint.com/blogs/2006/01/17/javascript-inheritance/ </a></p>
<p>these are both excellent articles/tutorials, especially the sitepoint article &#8230;which uses a function call (that looks very much like a hack, but isn&#8217;t&#8230;) to assosiate subclass and superclass and &#8216;inject inheritance&#8230;&#8217; (uses regex)</p>
<p>Happy reading!!</p>
]]></content:encoded>
			<wfw:commentRss>http://sunnyjacob.co.uk/blog/?feed=rss2&amp;p=11</wfw:commentRss>
		</item>
		<item>
		<title>wanna know more about 137, read on&#8230;</title>
		<link>http://sunnyjacob.co.uk/blog/?p=10</link>
		<comments>http://sunnyjacob.co.uk/blog/?p=10#comments</comments>
		<pubDate>Mon, 26 Feb 2007 21:17:51 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
		
		<category><![CDATA[137]]></category>

		<guid isPermaLink="false">http://sunnyjacob.co.uk/blog/?p=10</guid>
		<description><![CDATA[&#8220;&#8230;One of the great physicists of this century is a man named Richard Feynman, who teaches at CalTech and knows as much about the way the Cosmos works as any man alive. Feynman has participated in half a dozen extraordinary theoretical developments and won a fistful of prizes, including the one you get from Sweden. [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;&#8230;<font size="+2">O</font>ne of the great physicists of this century is a man named Richard Feynman, who teaches at CalTech and knows as much about the way the Cosmos works as any man alive. Feynman has participated in half a dozen extraordinary theoretical developments and won a fistful of prizes, including the one you get from Sweden. Even so, he likes to tell people that physics has not accomplished as much as some physicists like to brag, and that we are not as close to a great universal theory of matter and energy as some theorists like to think. Indeed, Feynman has said, physicists ought to put a special sign in their offices to remind themselves of how much they don&#8217;t know. The message on the sign would be very simple. It would consist entirely of one word, or, rather, number: 137&#8230;&#8221;</p>
<p>by Charles C. Mann -&gt;<a href="http://www.137.com/137/">http://www.137.com/137/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sunnyjacob.co.uk/blog/?feed=rss2&amp;p=10</wfw:commentRss>
		</item>
		<item>
		<title>OO Javascript</title>
		<link>http://sunnyjacob.co.uk/blog/?p=9</link>
		<comments>http://sunnyjacob.co.uk/blog/?p=9#comments</comments>
		<pubDate>Sat, 24 Feb 2007 17:23:30 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://sunnyjacob.co.uk/blog/?p=9</guid>
		<description><![CDATA[Learn more about Object-based (or Prototype-based) Javascript:
http://www.sitepoint.com/article/oriented-programming-1
For a basic tutorial on creating objects in JS see:
http://www.javascriptkit.com/javatutors/object.shtml 
For a list of the objects already included in JS see:
http://www.devx.com/projectcool/Article/19993 
]]></description>
			<content:encoded><![CDATA[<p>Learn more about Object-based (or Prototype-based) Javascript:</p>
<p><a href="http://www.sitepoint.com/article/oriented-programming-1" target="_blank">http://www.sitepoint.com/article/oriented-programming-1</a></p>
<p>For a basic tutorial on creating objects in JS see:</p>
<p><a href="http://www.javascriptkit.com/javatutors/object.shtml" target="_blank">http://www.javascriptkit.com/javatutors/object.shtml </a></p>
<p>For a list of the objects already included in JS see:</p>
<p><a href="http://www.devx.com/projectcool/Article/19993">http://www.devx.com/projectcool/Article/19993 </a></p>
]]></content:encoded>
			<wfw:commentRss>http://sunnyjacob.co.uk/blog/?feed=rss2&amp;p=9</wfw:commentRss>
		</item>
		<item>
		<title>Dojo FishEyeList Widget Hack</title>
		<link>http://sunnyjacob.co.uk/blog/?p=8</link>
		<comments>http://sunnyjacob.co.uk/blog/?p=8#comments</comments>
		<pubDate>Tue, 20 Feb 2007 06:50:17 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Dojo]]></category>

		<guid isPermaLink="false">http://sunnyjacob.co.uk/blog/?p=8</guid>
		<description><![CDATA[as seen on the dojo-interest mailing group I&#8217;ve uploaded a hacked version the FishEyeList Widget that I made sometime last year when trying to learn more about the technology&#8230;
I&#8217;ve made the menu go around in a circle, but the code is very messy and the functionality is even more so. I&#8217;m working on version 0.2 [...]]]></description>
			<content:encoded><![CDATA[<p>as seen on the <a href="http://www.nabble.com/Dojo-f13676.html">dojo-interest mailing group</a> I&#8217;ve uploaded a hacked version the FishEyeList Widget that I made sometime last year when trying to learn more about the technology&#8230;</p>
<p>I&#8217;ve made the menu go around in a circle, but the code is very messy and the functionality is even more so. I&#8217;m working on version 0.2 which will hopefully be alot better&#8230; Watch this space <img src='http://sunnyjacob.co.uk/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>see it here: <a href="http://137.sunnyjacob.co.uk">Circluar FishEyeList Widget</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sunnyjacob.co.uk/blog/?feed=rss2&amp;p=8</wfw:commentRss>
		</item>
		<item>
		<title>Rolling Stack (The 12 Best Ruby-on-Rails Tutorials)</title>
		<link>http://sunnyjacob.co.uk/blog/?p=7</link>
		<comments>http://sunnyjacob.co.uk/blog/?p=7#comments</comments>
		<pubDate>Fri, 16 Feb 2007 07:07:15 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[RoR]]></category>

		<guid isPermaLink="false">http://sunnyjacob.co.uk/blog/?p=7</guid>
		<description><![CDATA[

Rolling with Ruby on Rails - Excellent introduction to Ruby on Rails.
Rolling with Ruby on Rails, Part 2
Four Days on Rails (PDF) - can be done in 2hours, broken down and very well organized!
Really Getting Started in Rails - RoR and the basic concepts of the Ruby scripting language.
Tutorial in Ruby on Rails - basic [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tutorials"></a></p>
<ol>
<li><a href="http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html">Rolling with Ruby on Rails</a> - Excellent introduction to Ruby on Rails.</li>
<li><a href="http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html">Rolling with Ruby on Rails, Part 2</a></li>
<li><a href="http://rails.homelinux.org/">Four Days on Rails (PDF)</a> - can be done in 2hours, broken down and very well organized!</li>
<li><a href="http://www.slash7.com/articles/2005/01/24/really-getting-started-in-rails">Really Getting Started in Rails</a> - RoR and the basic concepts of the Ruby scripting language.</li>
<li><a href="http://wiki.rubyonrails.com/rails/pages/Tutorial">Tutorial in Ruby on Rails</a> - basic tutorial aimed at newbies.</li>
<li><a href="http://www-128.ibm.com/developerworks/linux/library/l-rubyrails/">Fast-track your Web apps with Ruby on Rails</a> - &#8220;IBM jumps into the sandbox with an excellent (as usual) tutorial to get you on your feet fast.&#8221;</li>
<li><a href="http://webmonkey.wired.com/webmonkey/05/28/index4a.html">Getting Your Feet Wet With Ruby on Rails</a> - &#8220;Talking about getting on your feet fast, this one from Webmonkey promises to get them wet too!&#8221;</li>
<li><a href="http://darkhost.mine.nu:8080/%7Evince/rails/tutorial.html">How to make a todo list program with Rails</a> - Excellent</li>
<li><a href="http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html">Ajax on Rails</a> - Rolling with Ruby on Rails: Part 3</li>
<li><a href="http://jrhicks.net/Projects/rails/has_many_and_belongs_to_many.pdf">Many to Many Tutorial for Rails (PDF)</a> - Complexities of web application programming in a Ruby on Rails manner</li>
<li><a href="http://www.erikveen.dds.nl/distributingrubyapplications/rails.html">Distributing Rails Applications - A Tutorial</a> - Pushing to a production server time</li>
<li><a href="http://digitalmediaminute.com/howto/fc4rails/">Installing Ruby on Rails with Lighttpd and MySQL on Fedora Core 4</a> - &#8220;this tutorial promises what it says. Other install tutorials can be found <a href="http://locomotive.sourceforge.net/">here</a>, <a href="http://locomotive.sourceforge.net/">here </a>and <a href="http://rubyinstaller.rubyforge.org/wiki/wiki.pl">here</a>!&#8221;</li>
</ol>
<p>From:  <a href="http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tutorials">www.digitalmediaminute.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sunnyjacob.co.uk/blog/?feed=rss2&amp;p=7</wfw:commentRss>
		</item>
		<item>
		<title>FLASH&#8217;n Amazing!!</title>
		<link>http://sunnyjacob.co.uk/blog/?p=6</link>
		<comments>http://sunnyjacob.co.uk/blog/?p=6#comments</comments>
		<pubDate>Thu, 15 Feb 2007 18:49:33 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Flash!]]></category>

		<guid isPermaLink="false">http://sunnyjacob.co.uk/blog/?p=6</guid>
		<description><![CDATA[Witness the power of AS3
http://www.osflash.org/papervision3d
click on the demos and prepare to be amazed
especially this one (go full screen - it works better)
]]></description>
			<content:encoded><![CDATA[<p>Witness the power of AS3</p>
<p><a href="http://www.osflash.org/papervision3d">http://www.osflash.org/papervision3d</a></p>
<p>click on the demos and prepare to be amazed</p>
<p>especially <a href="http://www.rockonflash.com/demos/pv3d/macworld/demo/as3/index.html">this one</a> (go full screen - it works better)</p>
]]></content:encoded>
			<wfw:commentRss>http://sunnyjacob.co.uk/blog/?feed=rss2&amp;p=6</wfw:commentRss>
		</item>
		<item>
		<title>AJAX Tutorials</title>
		<link>http://sunnyjacob.co.uk/blog/?p=5</link>
		<comments>http://sunnyjacob.co.uk/blog/?p=5#comments</comments>
		<pubDate>Mon, 05 Feb 2007 18:02:25 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://sunnyjacob.co.uk/blog/?p=5</guid>
		<description><![CDATA[For everything you every wanted to know about AJAX
follow these links:
first stop:
http://www.w3schools.com/ajax/ajax_intro.asp
Now the real-world stuff:
AJAX Client-Server Communication Tutorials
Alternate Ajax Techniques, Part 1
Dynamic HTML and XML: The XMLHttpRequest Object
Guide to Using XMLHttpRequest
Make asynchronous requests with JavaScript and Ajax
Instant Tutorial
Advanced Requests and Responses in AJAXR
AJAX Drag and Drop Tutorials
Fun with Drag and Drop with RICO
Drag &#38; Drop [...]]]></description>
			<content:encoded><![CDATA[<p>For everything you every wanted to know about AJAX</p>
<p>follow these links:</p>
<p>first stop:</p>
<p>http://www.w3schools.com/ajax/ajax_intro.asp</p>
<p>Now the real-world stuff:</p>
<p><strong>AJAX Client-Server Communication Tutorials</strong><br />
<a href="http://www.webreference.com/programming/ajax_tech/" title="Alternate Ajax Techniques, Part 1">Alternate Ajax Techniques, Part 1</a></p>
<p><a href="http://www.maxkiesler.com/index.php/mhub/category/" title="Dynamic HTML and XML: The XMLHttpRequest Object">Dynamic HTML and XML: The XMLHttpRequest Object</a></p>
<p><a href="http://www.webpasties.com/xmlHttpRequest/" title="Guide to Using XMLHttpRequest">Guide to Using XMLHttpRequest</a></p>
<p><a href="http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro2/?ca=dgr-lnxw07AJAX-Request" title="Make asynchronous requests with JavaScript and Ajax">Make asynchronous requests with JavaScript and Ajax</a></p>
<p><a href="http://aleembawany.com/weblog/webdev/000051_ajax_instant_tutorial.html" title="Instant Tutorial">Instant Tutorial</a></p>
<p><a href="http://www-128.ibm.com/developerworks/java/library/wa-ajaxintro3/index.html?ca=drs-" title="Advanced Requests and Responses in AJAXR">Advanced Requests and Responses in AJAXR</a></p>
<p><strong>AJAX Drag and Drop Tutorials</strong><br />
<a href="http://www.wideopenwest.com/%7Eneflar/blog/2005/12/fun-with-drag-and-drop-wrico.html" title="Fun with Drag and Drop with RICO">Fun with Drag and Drop with RICO</a></p>
<p><a href="http://tool-man.org/examples/sorting.html" title="Drag &amp; Drop Sortable Lists with JavaScript and CSS">Drag &amp; Drop Sortable Lists with JavaScript and CSS</a></p>
<p><a href="http://br.sys-con.com/read/172585.htm" title="Building a Drag-and-Drop Shopping Cart with AJAX">Building a Drag-and-Drop Shopping Cart with AJAX</a></p>
<p><strong>AJAX Form Tutorials</strong><br />
<a href="http://www.dotvoid.com/view.php?id=56" title="Accessible Forms and Unobtrusive Javascript">Accessible Forms and Unobtrusive Javascript</a></p>
<p><a href="http://cakebaker.wordpress.com/2006/01/18/submit-a-form-with-ajax/" title="Submit a form with Ajax">Submit a form with Ajax</a></p>
<p><a href="http://www.badboy.ro/articles/2005-07-23/index.php" title="Niceforms">Niceforms</a></p>
<p><strong>AJAX File Uploader Tutorial</strong><br />
<a href="http://today.java.net/pub/a/today/2006/02/09/file-uploads-with-ajax-and-jsf.html" title="Better File Uploads with AJAX and JavaServer Faces">Better File Uploads with AJAX and JavaServer Faces</a></p>
<p><strong>AJAX Framework and Toolkit Tutorials</strong><br />
<a href="http://www.petefreitag.com/item/515.cfm" title="AJAX Tutorial with Prototype">AJAX Tutorial with Prototype</a></p>
<p><a href="http://wiki.xajaxproject.org/Tutorials:Learn_xajax_in_10_Minutes" title="Learn xajax in 10 Minutes">Learn xajax in 10 Minutes</a></p>
<p><a href="http://www-128.ibm.com/developerworks/edu/os-dw-os-phpajax-i.html?S_TACT=105AGX59&amp;S_CMP=GR&amp;ca=dgr-lnxw07SAJAX" title="Using Ajax with PHP and Sajax">Using Ajax with PHP and Sajax</a></p>
<p><a href="http://www.sergiopereira.com/articles/prototype.js.html" title="Developer Notes for prototype.js">Developer Notes for prototype.js</a></p>
<p><strong>AJAX Getting Started Tutorial</strong><br />
<a href="http://developer.mozilla.org/en/docs/AJAX:Getting_Started" title="AJAX:Getting Started">AJAX:Getting Started</a></p>
<p><strong>AJAX Image Gallery Tutorial</strong><br />
<a href="http://dhtmlnirvana.com/ajax/ajax_tutorial/" title="Ajax: What is it Good For?">Ajax: What is it Good For?</a></p>
<p><strong>AJAX Keyword Suggest Tutorials</strong><br />
<a href="http://dotnetjunkies.com/WebLog/anoras/archive/2004/12/12/36161.aspx" title="How to create the Google Suggest feature with ASP.NET 2.0">How to create the Google Suggest feature with ASP.NET 2.0</a></p>
<p><a href="http://www.webreference.com/programming/javascript/ncz/index.html" title="Creating an Autosuggest Textbox with JavaScript, Part 1">Creating an Autosuggest Textbox with JavaScript, Part 1</a></p>
<p><strong>AJAX Live Search Tutorials</strong><br />
<a href="http://orderedlist.com/articles/howto-animated-live-search/" title="HOWTO: Animated Live Search / Ordered List">HOWTO: Animated Live Search / Ordered List</a></p>
<p><a href="http://justaddwater.dk/2006/01/26/live-search-explained/" title="Live search explained">Live search explained</a></p>
<p><strong>AJAX Rounded Corner Tutorials</strong><br />
<a href="http://encytemedia.com/blog/articles/2005/12/01/rico-rounded-corners-without-all-of-rico" title="Rico rounded corners without all of Rico">Rico rounded corners without all of Rico</a></p>
<p><strong>AJAX Sorting Tutorial</strong><br />
<a href="http://www.kryogenix.org/code/browser/sorttable/" title="Make all your tables sortable">Make all your tables sortable</a></p>
<p><strong>AJAX Tabbed Pages Tutorials</strong><br />
<a href="http://www.ajaxlessons.com/2006/02/18/ajax-workshop-2-building-tabbed-content/" title="Building Tabbed Content">Building Tabbed Content</a></p>
<p><a href="http://www.maxkiesler.com/index.php/weblog/comments/make_an_ajax_website_in_less_than_10_minutes/" title="Make an AJAX Website in Less than 10 Minutes">Make an AJAX Website in Less than 10 Minutes</a></p>
<p><a href="http://www.xml.com/pub/a/2005/02/09/xml-http-request.html" title="Very Dynamic Web Interfaces">Very Dynamic Web Interfaces</a></p>
<p><a href="http://snyke.net/blog/2006/02/05/ajax-design-patterns/" title="AJAX Design Patterns">AJAX Design Patterns</a></p>
<p><a href="http://david.goodlad.ca/articles/2005/11/10/beautiful-javascript-powered-pages" title="Beautiful JavaScript-Powered Pages">Beautiful JavaScript-Powered Pages</a></p>
<p><a href="http://david.goodlad.ca/articles/2005/11/10/beautiful-javascript-powered-pages" title="Beautiful JavaScript-Powered Pages"></a><br />
From a round up of 30 Sites by <a href="http://www.maxkiesler.com/index.php/weblog/comments/round_up_of_30_ajax_tutorials/">Max Kiesler</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sunnyjacob.co.uk/blog/?feed=rss2&amp;p=5</wfw:commentRss>
		</item>
		<item>
		<title>Y 137?</title>
		<link>http://sunnyjacob.co.uk/blog/?p=4</link>
		<comments>http://sunnyjacob.co.uk/blog/?p=4#comments</comments>
		<pubDate>Sun, 28 Jan 2007 09:12:23 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
		
		<category><![CDATA[137]]></category>

		<guid isPermaLink="false">http://sunnyjacob.co.uk/blog/?p=4</guid>
		<description><![CDATA[so what&#8217;s the big deal with the number 137&#8230;?
Funily enough it&#8217;s a very special number with mysterious powers!!!
Jus kiddin&#8230;  
but it is special&#8230; I&#8217;ll post more about it here soon.
SJ
]]></description>
			<content:encoded><![CDATA[<p>so what&#8217;s the big deal with the number 137&#8230;?</p>
<p>Funily enough it&#8217;s a very special number with mysterious powers!!!</p>
<p>Jus kiddin&#8230; <img src='http://sunnyjacob.co.uk/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>but it is special&#8230; I&#8217;ll post more about it here soon.</p>
<p>SJ</p>
]]></content:encoded>
			<wfw:commentRss>http://sunnyjacob.co.uk/blog/?feed=rss2&amp;p=4</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to 137.sunnyjacob.co.uk</title>
		<link>http://sunnyjacob.co.uk/blog/?p=3</link>
		<comments>http://sunnyjacob.co.uk/blog/?p=3#comments</comments>
		<pubDate>Sun, 28 Jan 2007 09:06:28 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunnyjacob.co.uk/blog/?p=3</guid>
		<description><![CDATA[Here you will find an eclectic mix of all things Arty, Geeky and Jus&#8217; plainCrazy!
Enjoy &#8230;!!
]]></description>
			<content:encoded><![CDATA[<p>Here you will find an eclectic mix of all things Arty, Geeky and Jus&#8217; plainCrazy!</p>
<p>Enjoy &#8230;!!</p>
]]></content:encoded>
			<wfw:commentRss>http://sunnyjacob.co.uk/blog/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>

