<?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>Mon, 23 Jun 2008 12:00:24 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<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 (May 10): Thank you all for your support. Currently I am improving the dateslider, check the newer (warning, not fully tested and stable) version here . I've fixed the problem of startdate > enddate and working on some other functionalities. Thanks again, you guys keep me going (:

Update (May ...</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>
	<item>
		<title>3d image reflection with javascript</title>
		<description>After the image transisition manager we released last week, this week an image reflection script, using unobtrusive javascript. By adding a small piece of javascript to your code you can create this stunning effect. It offers a solution that is:Not involved with Flash, orwith CSS, and cross browser (Tested in ...</description>
		<link>http://ajaxorized.com/3d-image-reflection-with-javascript/</link>
			</item>
	<item>
		<title>The Image Transition Manager</title>
		<description>Ajaxorized proudly presents... the Image Transition Manager. The Image Transition Manager is a javascript library based on scriptaculous and  prototype. It supports several image transitions, such as fading,  appearing, sliding, growing and shrinking and more to come.

While working on a project for a customer, I needed to create ...</description>
		<link>http://ajaxorized.com/the-image-transition-manager/</link>
			</item>
	<item>
		<title>Multiple Upload Solution; Using Javascript, Flash and PHP</title>
		<description>Thanks for the introduction Willem and hi all! Willem asked me to write some posts on additional topics like Flash, Actionscript and so on. I hope you will enjoy some of my findings, codes, tips or stories.

For my first contribution i'd like to start sharing a script i wrote a ...</description>
		<link>http://ajaxorized.com/multiple-upload-solution-using-javascript-flash-and-php/</link>
			</item>
	<item>
		<title>Realtime email validation with scriptaculous</title>
		<description>When adding this tiny javascript to the onkeyup event of your inputbox, the border will turn green when the email address. It uses scriptaculous' morph function to perform this transformation. See a demo
 </description>
		<link>http://ajaxorized.com/realtime-email-validation-with-scriptaculous/</link>
			</item>
	<item>
		<title>Martijn joins the team!</title>
		<description>From now, the number of ajaxorized team members is upgraded to 2, since Martijn joins the team. Martijn and I met in our universities masters program and share the same passion for informatics, web development, javascript, PHP and, of course, black coffee. So, a warm welcome to Martijn! </description>
		<link>http://ajaxorized.com/martijn-joins-the-team/</link>
			</item>
</channel>
</rss>
