<?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>Bloggeh.com &#187; Javascript</title>
	<atom:link href="http://www.bloggeh.com/category/web-development/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggeh.com</link>
	<description>Bits and pieces</description>
	<lastBuildDate>Thu, 03 Feb 2011 04:01:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CrossSlide &#8211; A jQuery plugin to create pan and cross-fade animations</title>
		<link>http://www.bloggeh.com/2008/10/16/crossslide-a-jquery-plugin-to-create-pan-and-cross-fade-animations/</link>
		<comments>http://www.bloggeh.com/2008/10/16/crossslide-a-jquery-plugin-to-create-pan-and-cross-fade-animations/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 22:46:50 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[crossslide]]></category>
		<category><![CDATA[fade]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.bloggeh.com/2008/10/16/crossslide-a-jquery-plugin-to-create-pan-and-cross-fade-animations/</guid>
		<description><![CDATA[http://www.gruppo4.com/~tobia/cross-slide.shtml
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gruppo4.com/~tobia/cross-slide.shtml" target="_blank">http://www.gruppo4.com/~tobia/cross-slide.shtml</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggeh.com/2008/10/16/crossslide-a-jquery-plugin-to-create-pan-and-cross-fade-animations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extremely Simple In-textbox Help Text</title>
		<link>http://www.bloggeh.com/2008/05/23/extremely-simple-in-textbox-help-text/</link>
		<comments>http://www.bloggeh.com/2008/05/23/extremely-simple-in-textbox-help-text/#comments</comments>
		<pubDate>Fri, 23 May 2008 05:15:18 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.bloggeh.com/2008/05/23/extremely-simple-in-textbox-help-text/</guid>
		<description><![CDATA[Cool script which displays &#8216;help text&#8217; in a text box until it&#8217;s selected, then it disappears and allows the user to input text. It&#8217;s simple and just a few lines of javascript!
Javascript:
function clearText(field){
if (field.defaultValue == field.value) field.value = &#8221;;
else if (field.value == &#8221;) field.value = field.defaultValue;
}
Textbox input:
&#60;input name=&#8220;s&#8221; type=&#8220;text&#8221; maxlength=&#8220;106&#8243; id=&#8220;icePage_SearchBoxTop_qkw&#8221; class=&#8220;wsSearchBoxInputCommon wsSearchBoxInput&#8221; value=&#8220;Enter suburb [...]]]></description>
			<content:encoded><![CDATA[<p>Cool script which displays &#8216;help text&#8217; in a text box until it&#8217;s selected, then it disappears and allows the user to input text. It&#8217;s simple and just a few lines of javascript!</p>
<p><strong>Javascript:</strong><br />
function clearText(field){<br />
if (field.defaultValue == field.value) field.value = &#8221;;<br />
else if (field.value == &#8221;) field.value = field.defaultValue;<br />
}<br />
<strong>Textbox input:</strong><br />
&lt;<span class="start-tag">input</span><span class="attribute-name"> name</span>=<span class="attribute-value">&#8220;s&#8221; </span><span class="attribute-name">type</span>=<span class="attribute-value">&#8220;text&#8221; </span><span class="attribute-name">maxlength</span>=<span class="attribute-value">&#8220;106&#8243; </span><span class="attribute-name">id</span>=<span class="attribute-value">&#8220;icePage_SearchBoxTop_qkw&#8221; </span><span class="attribute-name">class</span>=<span class="attribute-value">&#8220;wsSearchBoxInputCommon wsSearchBoxInput&#8221; </span><span class="attribute-name">value</span>=<span class="attribute-value">&#8220;Enter suburb name here, eg: hawthorn&#8221; </span><span class="attribute-name">onFocus</span>=<span class="attribute-value">&#8220;clearText(this)&#8221; </span><span class="attribute-name">onBlur</span>=<span class="attribute-value">&#8220;clearText(this)&#8221;</span><span class="error"><span class="attribute-name">/</span></span>&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggeh.com/2008/05/23/extremely-simple-in-textbox-help-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calendar Popups (javascript)</title>
		<link>http://www.bloggeh.com/2008/04/04/calendar-popups-javascript/</link>
		<comments>http://www.bloggeh.com/2008/04/04/calendar-popups-javascript/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 14:27:49 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.bloggeh.com/2008/04/04/calendar-popups-javascript/</guid>
		<description><![CDATA[http://www.mattkruse.com/javascript/calendarpopup/index.html
]]></description>
			<content:encoded><![CDATA[<p>http://www.mattkruse.com/javascript/calendarpopup/index.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggeh.com/2008/04/04/calendar-popups-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HighSlide JS &#8211; Image Enlarger/Ajax Popup</title>
		<link>http://www.bloggeh.com/2008/01/21/highslide-js-image-enlargerajax-popup/</link>
		<comments>http://www.bloggeh.com/2008/01/21/highslide-js-image-enlargerajax-popup/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 22:41:57 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.bloggeh.com/2008/01/21/highslide-js-image-enlargerajax-popup/</guid>
		<description><![CDATA[Official Site: http://vikjavev.no/highslide/
.NET variation:?  http://encosia.com/downloads/highslide-js-net/
]]></description>
			<content:encoded><![CDATA[<p>Official Site: <a href="http://vikjavev.no/highslide/" title="Highslide" target="_blank">http://vikjavev.no/highslide/</a></p>
<p>.NET variation:?  <a href=".NET variation:  http://encosia.com/downloads/highslide-js-net/" target="_blank">http://encosia.com/downloads/highslide-js-net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggeh.com/2008/01/21/highslide-js-image-enlargerajax-popup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GreyBox (A lightbox alternative)</title>
		<link>http://www.bloggeh.com/2008/01/10/greybox-a-lightbox-alternative/</link>
		<comments>http://www.bloggeh.com/2008/01/10/greybox-a-lightbox-alternative/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 15:10:46 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.bloggeh.com/2008/01/10/greybox-a-lightbox-alternative/</guid>
		<description><![CDATA[A good lightbox alternative, extremely lightweight (22kb!)
http://www.orangoo.com/labs/GreyBox/
There are issues with flash overlapping the greybox in Firefox 2+.?  After hours of playing around I came up with the solution below:
1. Add wmode=&#8221;opaque&#8221; to the embed tag
2. Add the paramater: param name=&#8221;wmode&#8221; value=&#8221;opaque&#8221;
3. Put the flash content in a div, and set the z-index of that [...]]]></description>
			<content:encoded><![CDATA[<p>A good lightbox alternative, extremely lightweight (22kb!)</p>
<p><a href="http://www.orangoo.com/labs/GreyBox/" target="_blank">http://www.orangoo.com/labs/GreyBox/</a></p>
<p>There are issues with flash overlapping the greybox in Firefox 2+.?  After hours of playing around I came up with the solution below:</p>
<p>1. Add wmode=&#8221;opaque&#8221; to the embed tag</p>
<p>2. Add the paramater: param name=&#8221;wmode&#8221; value=&#8221;opaque&#8221;</p>
<p>3. Put the flash content in a div, and set the z-index of that div to 2.</p>
<p>4. Place the content you are wanting to display in the greybox also in a div, with a z-index of 1.</p>
<p>Presto!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggeh.com/2008/01/10/greybox-a-lightbox-alternative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Text Scrollers/Faders</title>
		<link>http://www.bloggeh.com/2008/01/09/javascript-text-scrollersfaders/</link>
		<comments>http://www.bloggeh.com/2008/01/09/javascript-text-scrollersfaders/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 05:33:58 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.bloggeh.com/2008/01/09/javascript-text-scrollersfaders/</guid>
		<description><![CDATA[Good Up-down Scroller:
http://www.dynamicdrive.com/dynamicindex2/crosstick.htm
Fading text
http://www.javascriptkit.com/dhtmltutors/fadingtext.shtml
Typing box
http://www.datacreek.net/webgear/javascript/msgbox.html
]]></description>
			<content:encoded><![CDATA[<p>Good Up-down Scroller:<br />
<a href="http://www.dynamicdrive.com/dynamicindex2/crosstick.htm" target="_blank">http://www.dynamicdrive.com/dynamicindex2/crosstick.htm</a></p>
<p>Fading text<a href="http://www.javascriptkit.com/dhtmltutors/fadingtext.shtml" target="_blank"></p>
<p>http://www.javascriptkit.com/dhtmltutors/fadingtext.shtml</a></p>
<p>Typing box<br />
<a href="http://www.datacreek.net/webgear/javascript/msgbox.html" target="_blank">http://www.datacreek.net/webgear/javascript/msgbox.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggeh.com/2008/01/09/javascript-text-scrollersfaders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

