<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress.com" -->
<rss version="0.92">
<channel>
	<title>nagoon97's Weblog</title>
	<link>http://nagoon97.wordpress.com</link>
	<description>you can actually do alot with javascript!</description>
	<lastBuildDate>Wed, 04 Jun 2008 04:33:45 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Differences between designMode and contentEditable</title>
		<description>To make a web page editable, IE provides two methods. One of them is setting document.designMode = "on", which can only be applied to the entire document. And the other method is setting contentEditable = "true", which can be applied to any HTML elements. The good part of the first method is that the same ...</description>
		<link>http://nagoon97.wordpress.com/2008/04/20/differences-between-designmode-and-contenteditable/</link>
			</item>
	<item>
		<title>Ajax mosaic builder</title>
		<description>To demonsterate what you can do with the BinFileReader that I have posted at http://nagoon97.wordpress.com/2008/04/06/reading-binary-files-using-ajax/, I've written a mosaic builder.



The function will load multiple images as a color pallet using BinFileReader and then arranged them in such an order that those images would look like one of the images in the pallet.

And you ...</description>
		<link>http://nagoon97.wordpress.com/2008/04/09/ajax-mosaic-builder/</link>
			</item>
	<item>
		<title>Reading binary files using Ajax</title>
		<description>A growing number of web applications are making more and more use of client-side technologies because thanks to Ajax, it is now possible to write more fluid and more responsive web applications using only client-side technologies.

Now, web developers from all around the globe are releasing really interesting utilities and applications using ...</description>
		<link>http://nagoon97.wordpress.com/2008/04/06/reading-binary-files-using-ajax/</link>
			</item>
	<item>
		<title>Method overloading in Javascript</title>
		<description>To simulate method overloading in Javascript, many "if" statements are often used, which makes the code alot less intuitive.

So, I came up with the following function to simulate method overloading without harming the readability of the source code.

[sourcecode language='jscript']/**
 * You can find more about this function at
 * http://nagoon97.com/method-overloading-in-javascript/
 *
 * Copyright (c) ...</description>
		<link>http://nagoon97.wordpress.com/2008/03/11/method-overloading-in-javascript/</link>
			</item>
	<item>
		<title>Improved typeof for the exact object type</title>
		<description>When I first started writing scripts in Javascript, the typeof() operator did not capture much of my attention.

Because of my experience in other programming languages, I naturally believed that the operator would give me the exact name and this firm belief cost me many hours of debugging.

And when I realized that the operator won't even ...</description>
		<link>http://nagoon97.wordpress.com/2008/03/10/gettype/</link>
			</item>
</channel>
</rss>
