<?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>post-next -Ted Drake's sketchbook &#187; AJAX</title>
	<atom:link href="http://www.tdrake.net/category/web-design/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tdrake.net</link>
	<description></description>
	<lastBuildDate>Thu, 05 Aug 2010 19:30:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Z-index conflict with Flash and DHTML widgets</title>
		<link>http://www.tdrake.net/z-index-conflict-with-flash-and-dhtml-widgets/</link>
		<comments>http://www.tdrake.net/z-index-conflict-with-flash-and-dhtml-widgets/#comments</comments>
		<pubDate>Tue, 21 Feb 2006 05:30:41 +0000</pubDate>
		<dc:creator>Ted Drake</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[XHMTL]]></category>
		<category><![CDATA[Yahoo!]]></category>

		<guid isPermaLink="false">http://www.tdrake.net/z-index-conflict-with-flash-and-dhtml-widgets/</guid>
		<description><![CDATA[I&#8217;m working on a project that has a Flash movie and a DHTML dropdown menu on the same page. Flash movies like to sit on top of the page and the dropdown would slide behind the movie. Since this isn&#8217;t what I wanted, I needed to find a way to make the it have a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a project that has a <a href="http://www.macromedia.com">Flash</a> movie and a DHTML dropdown menu on the same page.  Flash movies like to sit on top of the page and the dropdown would slide behind the movie.  Since this isn&#8217;t what I wanted, I needed to find a way to make the it have a lower <a href="http://www.w3.org/TR/REC-CSS2/visuren.html">z-index</a> than the dropdown.</p>
<p>I did a <a href="http://www.tdrake.net/standards-based-web-development-resources-made-even-easier/">Standardista Search</a> for a cure and didn&#8217;t see it. But a quick message to the <a href="http://webstandardsgroup.org/">Web Standards Group</a> returned the solution. It&#8217;s actually pretty easy.</p>
<h3>UFO Flash detection and insertion script</h3>
<p>I&#8217;m using the <a title="Unobtrusive Flash Object" href="http://www.bobbyvandersluis.com/ufo/">UFO JavaScript</a> to detect the browser&#8217;s compatibility with the Flash movie and insert it on the fly. This method provides good default content to those without Flash and valid, shiny, happy Flash to those with it.</p>
<p>UFO gives you the ability to insert parameters into the movie and this is what you need to cure the z-index issue. You need to set the <strong>wmode</strong> parameter to &#8220;<em>transparent</em>.&#8221;</p>
<p><code>    var FO = { movie:"swf/myMovie.swf", width:"300", height:"120",      majorversion:"6", build:"40", wmode:"transparent" }</code></p>
<p>That&#8217;s all there is to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tdrake.net/z-index-conflict-with-flash-and-dhtml-widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Common JavaScript File</title>
		<link>http://www.tdrake.net/creating-a-common-javascript-file/</link>
		<comments>http://www.tdrake.net/creating-a-common-javascript-file/#comments</comments>
		<pubDate>Sat, 03 Dec 2005 01:02:53 +0000</pubDate>
		<dc:creator>Ted Drake</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[XHMTL]]></category>

		<guid isPermaLink="false">http://www.tdrake.net/?p=91</guid>
		<description><![CDATA[Dustin Diaz released his personal recipe for a common JavaScript file. You know the file that includes the basic functions that any web site can use. We&#8217;ve all grabbed some of these scripts from here and there and its nice to see it one-stop shopping packaging.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dustindiaz.com/" rel="coworker">Dustin Diaz</a> released his personal recipe for a <a href="http://www.dustindiaz.com/top-ten-javascript/">common JavaScript file</a>. You know the file that includes the basic functions that any web site can use. We&#8217;ve all grabbed some of these <a href="http://adactio.com/" title="Jeremy Keith's Website">scripts</a> from <a href="http://www.quirksmode.org" title="The all mighty PPK web site - Quirksmode">here</a> and <a href="http://simon.incutio.com/" title="Visit Simon Willison's Weblog">there</a> and its nice to see it one-stop shopping packaging. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.tdrake.net/creating-a-common-javascript-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo! maps</title>
		<link>http://www.tdrake.net/yahoo-maps/</link>
		<comments>http://www.tdrake.net/yahoo-maps/#comments</comments>
		<pubDate>Thu, 03 Nov 2005 16:01:04 +0000</pubDate>
		<dc:creator>Ted Drake</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Yahoo!]]></category>

		<guid isPermaLink="false">http://www.tdrake.net/yahoo-maps/</guid>
		<description><![CDATA[When I began working for Yahoo! last month, I became privy to some exciting projects in the works. Unfortunately, I couldn&#8217;t tell anyone. I&#8217;d just say to my family and friends, this place has some amazing things in the works. Well, today I can announce my favorite new Yahoo! tool. Yahoo! has taken the online [...]]]></description>
			<content:encoded><![CDATA[<p>When I began working for Yahoo! last month, I became privy to some exciting projects in the works.  Unfortunately, I couldn&#8217;t tell anyone. I&#8217;d just say to my family and friends, this place has some amazing things in the works.</p>
<p>Well, today I can announce my favorite new Yahoo! tool. Yahoo! has taken the online maps and revolutionized them.  Seriously, check out the new <a href="http://maps.yahoo.com/beta/">Yahoo! Maps</a> beta.  </p>
<p>The page was built around what a user needs in a map. It gives you the traffic, lets you send directions to your phone, you can email the map, get directions, find the closest taco shop or free wireless coffee shop, read reviews about the coffee shop to see if it is actually free and has good latte&#8217;s (I&#8217;ve already done this).  It has a scale on it to let you know what a mile is.  It&#8217;s the simple details that make this such a useful toy&#8230;I mean tool.  You can even use the Yahoo! API to create your own custom maps. </p>
<p>I have a feeling I will be writing more of these glowing Yahoo! reviews in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tdrake.net/yahoo-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standards-based web development resources made even easier</title>
		<link>http://www.tdrake.net/standards-based-web-development-resources-made-even-easier/</link>
		<comments>http://www.tdrake.net/standards-based-web-development-resources-made-even-easier/#comments</comments>
		<pubDate>Thu, 06 Oct 2005 17:20:58 +0000</pubDate>
		<dc:creator>Ted Drake</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Yahoo!]]></category>

		<guid isPermaLink="false">http://www.tdrake.net/?p=79</guid>
		<description><![CDATA[Chris Pederick of the all mighty Web Developer Toolbar mentioned a great service today on his blog. Rollyo allows you to create your own personal search page that is super easy to build. I&#8217;ve jumped at the chance to build a firefox toolbar to search the best standards-based resources available (and my site to boot.) [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://chrispederick.com/blog/">Chris Pederick</a> of the all mighty Web Developer Toolbar mentioned a great service today on his blog. <a href="http://www.rollyo.com/index.html">Rollyo</a> allows you to create your own personal search page that is super easy to build. </p>
<p>I&#8217;ve jumped at the chance to build a firefox toolbar to search the best standards-based resources available (and my site to boot.) I simply created a Rollyo page and then created the Firefox search plugin to use it.</p>
<p>I don&#8217;t have time to create the super-easy javascript link right now, but here&#8217;s how you can install it in two minutes.</p>
<ol>
<li>Download these two files: <a href="/standardistas.src">standardistas.src</a>, <a href="/standardistas.gif">standardistas.gif</a></li>
<li>Place them in your program files/mozilla firefox/searchplugins directory</li>
<li>Restart Firefox.</li>
</ol>
<h3>Or&#8230;</h3>
<p>Visit the new Rollyo &#8211; <a href="http://rollyo.com/search.html?sid=4886&#038;f=share">Standardista</a> page and click on the Add to Firefox link on the right sidebar. This approach will give you a generic Rollyo icon in the search box.</p>
<h3>Summary</h3>
<p>In one simple search you can get the relevant information from all of these sites without having to swim through thousands of extraneous results.</p>
<ul>
<li><a href="http://www.alistapart.com">alistapart.com</a></li>
<li><a href="http://www.w3.org">w3.org</a></li>
<li><a href="http://www.simplebits.com">simplebits.com</a></li>
<li><a href="http://www.meyerweb.com">meyerweb.com</a></li>
<li><a href="http://www.stuffandnonsense.co.uk">stuffandnonsense.co.uk</a></li>
<li><a href="http://www.shauninman.com">shauninman.c&#8230;</a></li>
<li><a href="http://www.splintered.co.uk">splintered.co.uk</a></li>
<li><a href="http://www.stopdesign.com">stopdesign.com</a></li>
<li><a href="http://www.andybudd.com">andybudd.com</a></li>
<li><a href="http://www.jasonsantamaria.com">jasonsantamaria.com</a></li>
<li><a href="http://www.accessify.com">accessify.com</a></li>
<li><a href="http://www.clagnut.com">clagnut.com</a></li>
<li><a href="http://www.456bereastreet.com">456bereastreet.com</a></li>
<li><a href="http://www.quirksmode.org">quirksmode.org</a></li>
<li><a href="http://www.tantek.com">tantek.com</a></li>
<li><a href="http://www.positioniseverything.net">positioniseverything.net</a></li>
<li><a href="http://www.tdrake.net">tdrake.net</a></li>
<li><a href="http://www.zeldman.com">zeldman.com</a></li>
</ul>
<p>I&#8217;ve added more standardistas to the list:</p>
<ul>
<li><a href="http://www.sitepoint.com">sitepoint.co&#8230;</a></li>
<li><a href="http://www.tanfa.co.uk">tanfa.co.uk</a></li>
<li><a href="http://www.stylegala.com">stylegala.co&#8230;</a></li>
<li><a href="http://www.kottke.org">kottke.org</a></li>
<li><a href="http://www.wpdfd.com">wpdfd.com</a></li>
</ul>
<h3>The Future</h3>
<p>I begin working with <strong>Yahoo!</strong> in a week. I had planned on building a page using their search API in the near future. Go ahead and download this Firefox toolbar plugin.  I will be adding this to the mozdev archive and when I make the new Yahoo! version, your toolbar will actually update itself.  As <a href="http://christopherlowell.com/">Christopher Lowell</a> would say: &#8220;How cool is that?!&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tdrake.net/standards-based-web-development-resources-made-even-easier/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
