<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.6" -->
<rss version="0.92">
<channel>
	<title>Nilesh Manohar &#38; Erzsebet Marothi</title>
	<link>http://www.nileshmanohar.com</link>
	<description>Our little space on Internet</description>
	<lastBuildDate>Thu, 11 Mar 2010 17:01:48 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>calculate div position</title>
		<description>After trying out loads of ways to find out the position of div in web page I found this be the best code
function getPosition(obj){
var topValue= 0,leftValue= 0;
while(obj){
leftValue+= obj.offsetLeft;
topValue+= obj.offsetTop;
obj= obj.offsetParent;
}
finalvalue = {'left': leftValue, 'top' : topValue};
return finalvalue;
}

In order to use this just use the following

var curPos = getPosition(document.getElementById('divInQuestion'));
curPos.left is the ...</description>
		<link>http://www.nileshmanohar.com/2010/03/11/calculate-div-position/</link>
			</item>
	<item>
		<title>Javascript game engine for jQuery</title>
		<description>gameQuery is a jQuery plug-in to help make javascript game development easier by adding some simple  game-related classes. It's still in an early stage of development and  may change a lot in future versions. The project has a Google Code page  where the SVN repository of the ...</description>
		<link>http://www.nileshmanohar.com/2010/03/11/javascript-game-engine-for-jquery/</link>
			</item>
	<item>
		<title>Pixlr</title>
		<description>found this very nice online image editor.

Give it a try  </description>
		<link>http://www.nileshmanohar.com/2010/03/09/pixlr/</link>
			</item>
	<item>
		<title>very nice article on color theory</title>
		<description>Color in design is very subjective. What evokes one reaction in one  person may evoke a very different reaction in somone else. Sometimes  this is due to personal preference, and other times due to cultural  background. Color theory is a science in itself. Studying how colors  ...</description>
		<link>http://www.nileshmanohar.com/2010/02/01/very-nice-article-on-color-theory/</link>
			</item>
	<item>
		<title>aron &#8211; new photos</title>
		<description>[gallery columns="2"] </description>
		<link>http://www.nileshmanohar.com/2009/12/22/aron-new-photos/</link>
			</item>
	<item>
		<title>Handy RegExp tool</title>
		<description>http://gskinner.com/RegExr/ </description>
		<link>http://www.nileshmanohar.com/2009/12/10/handy-regexp-tool/</link>
			</item>
	<item>
		<title>aron &#8211; hungary</title>
		<description>[gallery columns="2"] </description>
		<link>http://www.nileshmanohar.com/2009/10/29/aron-hungary/</link>
			</item>
	<item>
		<title>CSS Differences in Internet Explorer 6, 7 and 8</title>
		<description>One of the most bizarre statistical facts in relation to browser use has to be the virtual widespread numbers that currently exist in the use of Internet Explorer versions 6, 7 and 8. As of this writing, Internet Explorer holds about a 65% market share combined across all their currently ...</description>
		<link>http://www.nileshmanohar.com/2009/10/15/css-differences-in-internet-explorer-6-7-and-8/</link>
			</item>
	<item>
		<title>call of duty &#8211; modern warfare 2</title>
		<description>New Trailer out

 </description>
		<link>http://www.nileshmanohar.com/2009/10/07/call-of-duty-modern-warfare-2/</link>
			</item>
	<item>
		<title>aron 1 year old</title>
		<description>[gallery columns="2"] </description>
		<link>http://www.nileshmanohar.com/2009/09/28/aron-1-year-old/</link>
			</item>
</channel>
</rss>
