<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="0.92">
<channel>
	<title>Ajaxorized</title>
	<link>http://ajaxorized.com</link>
	<description>Web Innovation</description>
	<lastBuildDate>Sat, 06 Jun 2009 11:28:00 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Are you a King of Code?</title>
		<description>Then you should definitely attend Kings of Code, an annual coding event in Amsterdam. The event will take place at June 29/30 2009 in Tuschinski. 

Some great speakers will be there as well:


Joe Stump - Lead architect Digg.com
Francisco Tolmasky - Creator of Cappuccino & Objective-J
Steven Pemberton - Chair W3C XHTML2 ...</description>
		<link>http://ajaxorized.com/are-you-a-king-of-code/</link>
			</item>
	<item>
		<title>It&#8217;s been a while!</title>
		<description>Hi Everybody! It's been a while since I updated ajaxorized, sorry for that. I've been busy with my startup Yunoo, read more about it in English here:

http://thenextweb.com/2009/03/04/qash-becomes-yunoo-and-launches/

Besides that, I started the Twitter-based braintainment service Twitbrain which has been quite a success (Techcrunch, Mashable).

Hopefully I can start writing some funky javscript-code ...</description>
		<link>http://ajaxorized.com/its-been-a-while/</link>
			</item>
	<item>
		<title>Now that&#8217;s a smooth counter</title>
		<description>It's been a while, but a new piece of Javascript is here to add some dynamics to your web-page. SmoothCounter is a script that enables you to count between 2 numbers (with a given precision) in a given period of time. Click here for a demo.



Usage:

var counter = new SmoothCounter('count-div', ...</description>
		<link>http://ajaxorized.com/now-thats-a-smooth-counter/</link>
			</item>
	<item>
		<title>Speed up your users browsing experience: preloading hyperlinks</title>
		<description>Often, users navigate the same way through web pages. When considering this, you are able to optimize the users browsing experience by preloading web pages that are likely to be clicked next. I coded this tiny piece of javascript that loops through your hyperlinks, checks if "load" is in the ...</description>
		<link>http://ajaxorized.com/speed-up-your-users-browser-experience-preloading-hyperlinks/</link>
			</item>
	<item>
		<title>Dateslider improvements</title>
		<description>Finally, the new version of the dateslider is available. Some changes:


I moved the project to google code. From now on this will be the place where you can enter your bugs and feature requests and download the script. Besides this, there is some documentation available
 We fixed number of bugs ...</description>
		<link>http://ajaxorized.com/dateslider-improvements/</link>
			</item>
	<item>
		<title>Magic domwalking</title>
		<description>Prototype contains a number of functions that can be very useful in walking trough your DOM structure. Let's look at a short example. Suppose we have this piece of HTML:


	
		
			Cell 1
			Cell 2
			Cell 3
		
		
			
				
					First group
					Option 1
					Option 2
					Second group
					Option 3
					Option 4
				
			
			
	



Using up(), down(), next() and previous() we can find our way easily ...</description>
		<link>http://ajaxorized.com/magic-domwalking/</link>
			</item>
	<item>
		<title>Phototype: image manipulation with Javascript</title>
		<description>Lately I had same crazy thoughts on coding a javascript wrapper to manipulate images rendered on the server-side. I decided to do some test which eventually resulted in phototype, a client/server-side library, based on prototype, which supports all kinds of image manipulations. On the serverside the library is powered by ...</description>
		<link>http://ajaxorized.com/phototype-image-manipulation-with-javascript/</link>
			</item>
	<item>
		<title>Introducing: The sliding date-picker</title>
		<description>Update (July 13): Please mind that there is a follow-up post

Update (May 17): I am planning to move this project to Google Code. I received some nice improvements, so it would be good to form a team and develop this project further to fix all the bugs that are still ...</description>
		<link>http://ajaxorized.com/introducing-the-sliding-date-picker/</link>
			</item>
	<item>
		<title>Another creative way to prevent bots from stealing your email addresses</title>
		<description>The following code (using prototype) prevents bots stealing the emailaddresses used on your website. Instead of including the emailaddress directly, use a div with a classname where the email-address needs to be placed:

Hi Bot! My email address is  &#60;div class = "email_here"&#62;&#60;/div&#62;!! Catch me if you can!
Then, use javascript ...</description>
		<link>http://ajaxorized.com/another-creative-way-to-prevent-bots-from-stealing-your-email-addresses/</link>
			</item>
	<item>
		<title>$happy = new Year();</title>
		<description>I know we are a bit late, but all the best whishes and geekluck in the year 2008! </description>
		<link>http://ajaxorized.com/happy-new-year/</link>
			</item>
</channel>
</rss>
