<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Schogini &#187; Javascript</title>
	<atom:link href="http://sree.cc/category/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://sree.cc</link>
	<description>Over The Top Professionals</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:47:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Detect iPhones and iPods using Javascript</title>
		<link>http://sree.cc/javascript/detect-iphones-and-ipods-using-javascript</link>
		<comments>http://sree.cc/javascript/detect-iphones-and-ipods-using-javascript#comments</comments>
		<pubDate>Tue, 31 Jan 2012 08:20:11 +0000</pubDate>
		<dc:creator>shajir</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=10930</guid>
		<description><![CDATA[When developing for the iPhone and the iPod Touch, the first thing we have to do is obviously detect it, so we can apply specific code or styles to it. The following code snippets will detect iPhones and iPods using Javascript, and redirect those users to an iPhone specific page. if((navigator.userAgent.match(/iPhone/i)) &#124;&#124; (navigator.userAgent.match(/iPod/i))) { if [...]]]></description>
		<wfw:commentRss>http://sree.cc/javascript/detect-iphones-and-ipods-using-javascript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List View using jQuerymobile</title>
		<link>http://sree.cc/javascript/list-view-using-jquerymobile</link>
		<comments>http://sree.cc/javascript/list-view-using-jquerymobile#comments</comments>
		<pubDate>Tue, 31 Jan 2012 06:02:15 +0000</pubDate>
		<dc:creator>Anish Kumar D</dc:creator>
				<category><![CDATA[HTML & CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=10870</guid>
		<description><![CDATA[1 2 3 4 5]]></description>
		<wfw:commentRss>http://sree.cc/javascript/list-view-using-jquerymobile/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using .js File as Resource in Xcode</title>
		<link>http://sree.cc/javascript/using-js-file-as-resource-in-xcode</link>
		<comments>http://sree.cc/javascript/using-js-file-as-resource-in-xcode#comments</comments>
		<pubDate>Fri, 23 Dec 2011 03:06:17 +0000</pubDate>
		<dc:creator>abhijithvg</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[HTML & CSS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[News and Events]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[resource]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=10421</guid>
		<description><![CDATA[By default, .js files are considered as files for compiling by xcode. So when we try to access the .js file in the resource, it will be returning a null value. &#160; Here is the solution to avoid this issue. Go to the app target, then remove the .js file from the compile sources section [...]]]></description>
		<wfw:commentRss>http://sree.cc/javascript/using-js-file-as-resource-in-xcode/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting the Index of ActiveItem in Sencha</title>
		<link>http://sree.cc/javascript/getting-the-index-of-activeitem-in-sencha</link>
		<comments>http://sree.cc/javascript/getting-the-index-of-activeitem-in-sencha#comments</comments>
		<pubDate>Fri, 07 Oct 2011 07:05:22 +0000</pubDate>
		<dc:creator>abhijithvg</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Sencha]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[activeitem]]></category>
		<category><![CDATA[indexof]]></category>
		<category><![CDATA[item]]></category>
		<category><![CDATA[panel]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=9280</guid>
		<description><![CDATA[The following line of code is used to get the index of activeitem in Sencha var newIndex = panel.items.indexOf(panel.getActiveItem()); Where, newIndex -&#62; a variable to store the index. panel -&#62; object of the panel If there are 2 items in the panel and the value of newIndex is 0, then it represent the first items [...]]]></description>
		<wfw:commentRss>http://sree.cc/javascript/getting-the-index-of-activeitem-in-sencha/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Number Object in JavaScript</title>
		<link>http://sree.cc/javascript/number-object-in-javascript</link>
		<comments>http://sree.cc/javascript/number-object-in-javascript#comments</comments>
		<pubDate>Tue, 30 Aug 2011 08:26:46 +0000</pubDate>
		<dc:creator>Ajith</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Constants]]></category>
		<category><![CDATA[Document Write]]></category>
		<category><![CDATA[Exponential Form]]></category>
		<category><![CDATA[Infinity Property]]></category>
		<category><![CDATA[Javascript Code]]></category>
		<category><![CDATA[Javascript Document]]></category>
		<category><![CDATA[Javascript Object]]></category>
		<category><![CDATA[Javascript Write]]></category>
		<category><![CDATA[Max Value]]></category>
		<category><![CDATA[Negative Infinity]]></category>
		<category><![CDATA[Numeric Values]]></category>
		<category><![CDATA[Optional Argument]]></category>
		<category><![CDATA[String Representation]]></category>
		<category><![CDATA[Tostring]]></category>
		<category><![CDATA[Uniqueness]]></category>

		<guid isPermaLink="false">http://sree.cc/uncategorized/number-object-in-javascript</guid>
		<description><![CDATA[The JavaScript Number object is a wrapper for numeric values. You can use it in combination with the new keyword and set it to a variable to be used later in JavaScript code: var myNumber = new Number(numeric value); Alternatively, you can create a Number object simply by setting a variable to a numeric value. This variable will then have access [...]]]></description>
		<wfw:commentRss>http://sree.cc/javascript/number-object-in-javascript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Number formating in javascript</title>
		<link>http://sree.cc/javascript/number-formating-in-javascript</link>
		<comments>http://sree.cc/javascript/number-formating-in-javascript#comments</comments>
		<pubDate>Fri, 05 Aug 2011 02:59:18 +0000</pubDate>
		<dc:creator>Rajeev Pillai</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Format Number]]></category>
		<category><![CDATA[Format Numbers]]></category>
		<category><![CDATA[Formating]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[Pow]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=8584</guid>
		<description><![CDATA[You can format numbers in javascript in following way: var num = 12; var dec = 2; // decimal part rounded to 2var fomatedNumber = Math.round(num*Math.pow(10,dec))/Math.pow(10,dec); alert(fomatedNumber) ; num = 45.6739; var fomatedNumber = Math.round(num*Math.pow(10,dec))/Math.pow(10,dec); alert(fomatedNumber) ; That&#8217;s it.]]></description>
		<wfw:commentRss>http://sree.cc/javascript/number-formating-in-javascript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page reloading using javascript</title>
		<link>http://sree.cc/javascript/page-reloading-using-javascript</link>
		<comments>http://sree.cc/javascript/page-reloading-using-javascript#comments</comments>
		<pubDate>Wed, 03 Aug 2011 06:03:26 +0000</pubDate>
		<dc:creator>Rajeev Pillai</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Cur]]></category>
		<category><![CDATA[Javascript Function]]></category>
		<category><![CDATA[Javascript Reload]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Reloading]]></category>
		<category><![CDATA[Script Javascript]]></category>
		<category><![CDATA[Script Type]]></category>
		<category><![CDATA[Text Javascript]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=8578</guid>
		<description><![CDATA[The following Javascript function will reload webpage. You can copy this function and paste it in your webpage and just call the function. That&#8217;s it. &#60;script type="text/javascript"&#62; function reload_page(){ var cur_url = unescape(window.location.pathname); window.location.href = cur_url; } &#60;/script&#62;]]></description>
		<wfw:commentRss>http://sree.cc/javascript/page-reloading-using-javascript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Child selector example in jQuery</title>
		<link>http://sree.cc/javascript/child-selector-example-in-jquery</link>
		<comments>http://sree.cc/javascript/child-selector-example-in-jquery#comments</comments>
		<pubDate>Mon, 01 Aug 2011 03:09:13 +0000</pubDate>
		<dc:creator>Rajeev Pillai</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Css Border]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Script Src]]></category>
		<category><![CDATA[Ul Class]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=8560</guid>
		<description><![CDATA[The following script will illustrate the use of child selector using jQuery:  &#60;html&#62; &#60;head&#62;   &#60;script src="http://code.jquery.com/jquery-latest.js"&#62;&#60;/script&#62; &#60;/head&#62; &#60;body&#62; &#60;ul class="main"&#62;     &#60;li&#62;Product1&#60;/li&#62;     &#60;li&#62;Product2         &#60;ul&#62; &#60;li&#62;Sub Product 1&#60;/li&#62; &#60;li&#62;Sub Product 2&#60;/li&#62; &#60;li&#62;Sub Product 3&#60;/li&#62; &#60;/ul&#62;     &#60;/li&#62;     &#60;li&#62;Product 3&#60;/li&#62; &#60;/ul&#62; &#60;script&#62; jQuery("ul.main &#62; li").css("border", "1px [...]]]></description>
		<wfw:commentRss>http://sree.cc/javascript/child-selector-example-in-jquery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regex to return only the file extension.</title>
		<link>http://sree.cc/javascript/regex-to-return-only-the-file-extension</link>
		<comments>http://sree.cc/javascript/regex-to-return-only-the-file-extension#comments</comments>
		<pubDate>Mon, 25 Jul 2011 03:39:12 +0000</pubDate>
		<dc:creator>Ajith</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[File Extension]]></category>
		<category><![CDATA[Match]]></category>

		<guid isPermaLink="false">http://sree.cc/uncategorized/regex-to-return-only-the-file-extension</guid>
		<description><![CDATA[//Returns Only the File extension. function get_file_extenstion($filename) { if( !preg_match(&#8216;/\./&#8217;, $filename) ) return &#8221;; return preg_replace(&#8216;/^.*\./&#8217;, &#8221;, $filename); }]]></description>
		<wfw:commentRss>http://sree.cc/javascript/regex-to-return-only-the-file-extension/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regex to strip off characters after hyphen in a file name.</title>
		<link>http://sree.cc/javascript/regex-to-strip-off-characters-after-hyphen-in-a-file-name</link>
		<comments>http://sree.cc/javascript/regex-to-strip-off-characters-after-hyphen-in-a-file-name#comments</comments>
		<pubDate>Mon, 25 Jul 2011 03:36:08 +0000</pubDate>
		<dc:creator>Ajith</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[hyphen]]></category>
		<category><![CDATA[Preg]]></category>
		<category><![CDATA[Stripping]]></category>

		<guid isPermaLink="false">http://sree.cc/uncategorized/regex-to-strip-off-characters-after-hyphen-in-a-file-name</guid>
		<description><![CDATA[//Returns File Name stripping off the characters after hyphen in a file name. function file_hyphen_strip($filename){ return preg_replace(&#8216;/\-[^-]*$/&#8217;, &#8221;, $filename); }]]></description>
		<wfw:commentRss>http://sree.cc/javascript/regex-to-strip-off-characters-after-hyphen-in-a-file-name/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: sree.cc @ 2012-02-06 09:40:15 -->
