<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>programmershelp.co.uk</title>
	
	<link>http://javascript.programmershelp.co.uk</link>
	<description>Javascript Resources</description>
	<pubDate>Sun, 14 Feb 2010 21:39:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Phelp_javascript" /><feedburner:info uri="phelp_javascript" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Iphone redirection</title>
		<link>http://feedproxy.google.com/~r/Phelp_javascript/~3/CGZTW9b4VLA/</link>
		<comments>http://javascript.programmershelp.co.uk/source-code/misc/iphone-redirection/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 21:39:27 +0000</pubDate>
		<dc:creator>shedboy</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[Iphone redirection]]></category>

		<guid isPermaLink="false">http://javascript.programmershelp.co.uk/?p=246</guid>
		<description>if(navigator.userAgent.match(/iPhone/i)){
	// iPhone redirect?
}


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Phelp_javascript/~4/CGZTW9b4VLA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://javascript.programmershelp.co.uk/source-code/misc/iphone-redirection/feed/</wfw:commentRss>
		<feedburner:origLink>http://javascript.programmershelp.co.uk/source-code/misc/iphone-redirection/</feedburner:origLink></item>
		<item>
		<title>Generate a Unique ID</title>
		<link>http://feedproxy.google.com/~r/Phelp_javascript/~3/r0eqMWcwv4Y/</link>
		<comments>http://javascript.programmershelp.co.uk/source-code/functions/generate-a-unique-id/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 21:37:32 +0000</pubDate>
		<dc:creator>shedboy</dc:creator>
		
		<category><![CDATA[Functions]]></category>

		<guid isPermaLink="false">http://javascript.programmershelp.co.uk/?p=244</guid>
		<description>function uniqeid()
{
    var newDate = new Date;
    return newDate.getTime();
}


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Phelp_javascript/~4/r0eqMWcwv4Y" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://javascript.programmershelp.co.uk/source-code/functions/generate-a-unique-id/feed/</wfw:commentRss>
		<feedburner:origLink>http://javascript.programmershelp.co.uk/source-code/functions/generate-a-unique-id/</feedburner:origLink></item>
		<item>
		<title>Todays Date</title>
		<link>http://feedproxy.google.com/~r/Phelp_javascript/~3/duzoNke4qwc/</link>
		<comments>http://javascript.programmershelp.co.uk/source-code/datetime/todays-date/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 07:02:57 +0000</pubDate>
		<dc:creator>shedboy</dc:creator>
		
		<category><![CDATA[Date/time]]></category>

		<guid isPermaLink="false">http://javascript.programmershelp.co.uk/source-code/datetime/todays-date/</guid>
		<description>&amp;#160;
&amp;#60;!&amp;#8211; Copy this code into the BODY section &amp;#8211;&amp;#62; 
&amp;#60;SCRIPT LANGUAGE=&amp;#34;JavaScript1.2&amp;#34;&amp;#62; 
&amp;#60;!&amp;#8211; Begin   var months=new Array(13);    months[1]=&amp;#34;January&amp;#34;;    months[2]=&amp;#34;February&amp;#34;;    months[3]=&amp;#34;March&amp;#34;;    months[4]=&amp;#34;April&amp;#34;;    months[5]=&amp;#34;May&amp;#34;;    months[6]=&amp;#34;June&amp;#34;;    months[7]=&amp;#34;July&amp;#34;;    months[8]=&amp;#34;August&amp;#34;;    months[9]=&amp;#34;September&amp;#34;;  [...]


No related posts.

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Phelp_javascript/~4/duzoNke4qwc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://javascript.programmershelp.co.uk/source-code/datetime/todays-date/feed/</wfw:commentRss>
		<feedburner:origLink>http://javascript.programmershelp.co.uk/source-code/datetime/todays-date/</feedburner:origLink></item>
		<item>
		<title>Area Calculator</title>
		<link>http://feedproxy.google.com/~r/Phelp_javascript/~3/jyz2HbKCSIc/</link>
		<comments>http://javascript.programmershelp.co.uk/source-code/calculators/area-calculator/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 06:59:17 +0000</pubDate>
		<dc:creator>shedboy</dc:creator>
		
		<category><![CDATA[Calculators]]></category>

		<category><![CDATA[area]]></category>

		<category><![CDATA[calculator]]></category>

		<category><![CDATA[triangle]]></category>

		<guid isPermaLink="false">http://javascript.programmershelp.co.uk/source-code/calculators/area-calculator/</guid>
		<description>&amp;#60;!&amp;#8211; Paste this into the HEAD of your HTML document &amp;#8211;&amp;#62; 
&amp;#60;HEAD&amp;#62; 
&amp;#60;SCRIPT LANGUAGE=&amp;#34;JavaScript&amp;#34;&amp;#62;   &amp;#60;!&amp;#8211; Original: Michael Hundt (mchundt@nglic.com) &amp;#8211;&amp;#62;    &amp;#60;!&amp;#8211; Web Site: http://www.cinet.net/~mhundt/mystuff.htm &amp;#8211;&amp;#62; 
&amp;#60;! &amp;#62;   &amp;#60;! &amp;#62; 
&amp;#60;!&amp;#8211; Begin   function doArea(num) {    switch(num) {    case 0 : return [...]


No related posts.

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Phelp_javascript/~4/jyz2HbKCSIc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://javascript.programmershelp.co.uk/source-code/calculators/area-calculator/feed/</wfw:commentRss>
		<feedburner:origLink>http://javascript.programmershelp.co.uk/source-code/calculators/area-calculator/</feedburner:origLink></item>
		<item>
		<title>Temperature Conversion</title>
		<link>http://feedproxy.google.com/~r/Phelp_javascript/~3/yeI94LByyAI/</link>
		<comments>http://javascript.programmershelp.co.uk/source-code/calculators/temperature-conversion/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 12:41:48 +0000</pubDate>
		<dc:creator>shedboy</dc:creator>
		
		<category><![CDATA[Calculators]]></category>

		<category><![CDATA[calculator]]></category>

		<category><![CDATA[conversion]]></category>

		<category><![CDATA[temperature]]></category>

		<guid isPermaLink="false">http://javascript.programmershelp.co.uk/source-code/calculators/temperature-conversion/</guid>
		<description>1:  &amp;#60;!-- STEP ONE: Copy this code into the BODY of your HTML document --&amp;#62;
   2:  &amp;#160;
   3:  Enter a number in either field, then click outside the text box.
   4:  &amp;#160;
   5:  &amp;#60;form&amp;#62;
   6:  F: [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://javascript.programmershelp.co.uk/source-code/datetime/status-bar-clock/' rel='bookmark' title='Permanent Link: Status Bar Clock'&gt;Status Bar Clock&lt;/a&gt; &lt;small&gt;
   1:  &lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://javascript.programmershelp.co.uk/source-code/datetime/title-bar-clock-2/' rel='bookmark' title='Permanent Link: Title bar clock'&gt;Title bar clock&lt;/a&gt; &lt;small&gt;
   1:  &lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://javascript.programmershelp.co.uk/source-code/calculators/area-calculator/' rel='bookmark' title='Permanent Link: Area Calculator'&gt;Area Calculator&lt;/a&gt; &lt;small&gt;&amp;lt;!&lt;/small&gt;&lt;/li&gt;&lt;/ol&gt;

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Phelp_javascript/~4/yeI94LByyAI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://javascript.programmershelp.co.uk/source-code/calculators/temperature-conversion/feed/</wfw:commentRss>
		<feedburner:origLink>http://javascript.programmershelp.co.uk/source-code/calculators/temperature-conversion/</feedburner:origLink></item>
		<item>
		<title>Title bar clock</title>
		<link>http://feedproxy.google.com/~r/Phelp_javascript/~3/AxUh_mnHVQw/</link>
		<comments>http://javascript.programmershelp.co.uk/source-code/datetime/title-bar-clock-2/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 12:38:26 +0000</pubDate>
		<dc:creator>shedboy</dc:creator>
		
		<category><![CDATA[Date/time]]></category>

		<category><![CDATA[clock]]></category>

		<category><![CDATA[title bar]]></category>

		<guid isPermaLink="false">http://javascript.programmershelp.co.uk/source-code/datetime/title-bar-clock-2/</guid>
		<description>1:  &amp;#60;!-- STEP ONE: Paste this code into the HEAD of your HTML document --&amp;#62;
   2:  &amp;#160;
   3:  &amp;#60;HEAD&amp;#62;
   4:  &amp;#60;SCRIPT LANGUAGE=&amp;#34;JavaScript&amp;#34;&amp;#62;
   5:  &amp;#60;!-- Original: Massimo Giari (motore@iol.it) --&amp;#62;
   6:  &amp;#60;! &amp;#62;
   7:  [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://javascript.programmershelp.co.uk/source-code/datetime/status-bar-clock/' rel='bookmark' title='Permanent Link: Status Bar Clock'&gt;Status Bar Clock&lt;/a&gt; &lt;small&gt;
   1:  &lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://javascript.programmershelp.co.uk/source-code/calculators/temperature-conversion/' rel='bookmark' title='Permanent Link: Temperature Conversion'&gt;Temperature Conversion&lt;/a&gt; &lt;small&gt;
   1:  &lt;/small&gt;&lt;/li&gt;&lt;/ol&gt;

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Phelp_javascript/~4/AxUh_mnHVQw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://javascript.programmershelp.co.uk/source-code/datetime/title-bar-clock-2/feed/</wfw:commentRss>
		<feedburner:origLink>http://javascript.programmershelp.co.uk/source-code/datetime/title-bar-clock-2/</feedburner:origLink></item>
		<item>
		<title>Status Bar Clock</title>
		<link>http://feedproxy.google.com/~r/Phelp_javascript/~3/rm5cqn0GpKQ/</link>
		<comments>http://javascript.programmershelp.co.uk/source-code/datetime/status-bar-clock/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 12:32:57 +0000</pubDate>
		<dc:creator>shedboy</dc:creator>
		
		<category><![CDATA[Date/time]]></category>

		<category><![CDATA[clock]]></category>

		<category><![CDATA[status bar]]></category>

		<guid isPermaLink="false">http://javascript.programmershelp.co.uk/source-code/datetime/status-bar-clock/</guid>
		<description>1:  &amp;#60;!-- STEP ONE: Put this code into the HEAD of your HTML document --&amp;#62; 
   2:  &amp;#160;
   3:  &amp;#60;HEAD&amp;#62;
   4:  &amp;#60;SCRIPT LANGUAGE=&amp;#34;JavaScript&amp;#34;&amp;#62;
   5:  &amp;#60;!-- Original: Francis Woodhouse (francis@contessa.u-net.com) --&amp;#62;
   6:  &amp;#60;! &amp;#62;
   7: [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://javascript.programmershelp.co.uk/source-code/datetime/title-bar-clock-2/' rel='bookmark' title='Permanent Link: Title bar clock'&gt;Title bar clock&lt;/a&gt; &lt;small&gt;
   1:  &lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://javascript.programmershelp.co.uk/source-code/calculators/temperature-conversion/' rel='bookmark' title='Permanent Link: Temperature Conversion'&gt;Temperature Conversion&lt;/a&gt; &lt;small&gt;
   1:  &lt;/small&gt;&lt;/li&gt;&lt;/ol&gt;

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Phelp_javascript/~4/rm5cqn0GpKQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://javascript.programmershelp.co.uk/source-code/datetime/status-bar-clock/feed/</wfw:commentRss>
		<feedburner:origLink>http://javascript.programmershelp.co.uk/source-code/datetime/status-bar-clock/</feedburner:origLink></item>
		<item>
		<title>Change case in a text box</title>
		<link>http://feedproxy.google.com/~r/Phelp_javascript/~3/VfJlZF5ucpU/</link>
		<comments>http://javascript.programmershelp.co.uk/source-code/text/change-case-in-a-text-box/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 15:55:39 +0000</pubDate>
		<dc:creator>shedboy</dc:creator>
		
		<category><![CDATA[text]]></category>

		<category><![CDATA[toLowerCase]]></category>

		<category><![CDATA[toUpperCase]]></category>

		<guid isPermaLink="false">http://javascript.programmershelp.co.uk/?p=235</guid>
		<description>2 examples handy for when a user enters data on a form
&amp;#60;div align=&amp;#8221;center&amp;#8221;&amp;#62;
&amp;#60;form name=lowerexample&amp;#8221;&amp;#62;
&amp;#60;input type=&amp;#8221;text&amp;#8221; name=&amp;#8221;caps&amp;#8221; size=&amp;#8221;40&amp;#8243;
value=&amp;#8221;" onChange=&amp;#8221;javascript:this.value=this.value.toLowerCase();&amp;#8221;&amp;#62;
&amp;#60;br&amp;#62;
&amp;#60;input type=&amp;#8221;button&amp;#8221; value=&amp;#8221;convert&amp;#8221;&amp;#62;
&amp;#60;/form&amp;#62;
&amp;#60;/div&amp;#62;
&amp;#60;div align=&amp;#8221;center&amp;#8221;&amp;#62;
&amp;#60;form name=&amp;#8221;upperexample&amp;#8221;&amp;#62;
&amp;#60;input type=&amp;#8221;text&amp;#8221; name=&amp;#8221;caps&amp;#8221; size=&amp;#8221;40&amp;#8243;
value=&amp;#8221;" onChange=&amp;#8221;javascript:this.value=this.value.toUpperCase();&amp;#8221;&amp;#62;
&amp;#60;br&amp;#62;
&amp;#60;input type=&amp;#8221;button&amp;#8221; value=&amp;#8221;convert&amp;#8221;&amp;#62;
&amp;#60;/form&amp;#62;
&amp;#60;/div&amp;#62;


Related posts:Temperature Conversion 
   1:  
Related posts brought to you by Yet Another Related Posts Plugin.


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://javascript.programmershelp.co.uk/source-code/calculators/temperature-conversion/' rel='bookmark' title='Permanent Link: Temperature Conversion'&gt;Temperature Conversion&lt;/a&gt; &lt;small&gt;
   1:  &lt;/small&gt;&lt;/li&gt;&lt;/ol&gt;

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Phelp_javascript/~4/VfJlZF5ucpU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://javascript.programmershelp.co.uk/source-code/text/change-case-in-a-text-box/feed/</wfw:commentRss>
		<feedburner:origLink>http://javascript.programmershelp.co.uk/source-code/text/change-case-in-a-text-box/</feedburner:origLink></item>
		<item>
		<title>Alert on button press</title>
		<link>http://feedproxy.google.com/~r/Phelp_javascript/~3/3l7qD94JuBE/</link>
		<comments>http://javascript.programmershelp.co.uk/source-code/alerts/alert-on-button-press/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 15:24:14 +0000</pubDate>
		<dc:creator>shedboy</dc:creator>
		
		<category><![CDATA[Alerts]]></category>

		<category><![CDATA[alert]]></category>

		<guid isPermaLink="false">http://javascript.programmershelp.co.uk/?p=229</guid>
		<description>This simply pops up an alert box when you push a button
&amp;#60;form enctype=&amp;#8221;application/x-www-form-urlencoded&amp;#8221;&amp;#62;
&amp;#60;input type=&amp;#8221;button&amp;#8221; value=&amp;#8221;Click here to be alerted&amp;#8221; /&amp;#62; onClick=&amp;#8217;alert(&amp;#8221;irritating things these arent they&amp;#8221;)&amp;#8217;&amp;#62;
&amp;#60;/form&amp;#62;



No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Phelp_javascript/~4/3l7qD94JuBE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://javascript.programmershelp.co.uk/source-code/alerts/alert-on-button-press/feed/</wfw:commentRss>
		<feedburner:origLink>http://javascript.programmershelp.co.uk/source-code/alerts/alert-on-button-press/</feedburner:origLink></item>
		<item>
		<title>Back and Forward buttons</title>
		<link>http://feedproxy.google.com/~r/Phelp_javascript/~3/MiC57R4fhRE/</link>
		<comments>http://javascript.programmershelp.co.uk/source-code/buttons/back-and-forward-buttons/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 15:02:28 +0000</pubDate>
		<dc:creator>shedboy</dc:creator>
		
		<category><![CDATA[Buttons]]></category>

		<category><![CDATA[history.go]]></category>

		<guid isPermaLink="false">http://javascript.programmershelp.co.uk/?p=227</guid>
		<description>&amp;#60;form&amp;#62;
  &amp;#60;input TYPE=&amp;#8221;button&amp;#8221; VALUE=&amp;#8221;  BACK  &amp;#8221; onClick=&amp;#8221;history.go(-1)&amp;#8221;&amp;#62;
  &amp;#60;input TYPE=&amp;#8221;button&amp;#8221; VALUE=&amp;#8221;FORWARD&amp;#8221; onCLick=&amp;#8221;history.go(1)&amp;#8221;&amp;#62;
&amp;#60;/form&amp;#62;


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Phelp_javascript/~4/MiC57R4fhRE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://javascript.programmershelp.co.uk/source-code/buttons/back-and-forward-buttons/feed/</wfw:commentRss>
		<feedburner:origLink>http://javascript.programmershelp.co.uk/source-code/buttons/back-and-forward-buttons/</feedburner:origLink></item>
	</channel>
</rss>
