<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/">

<channel>
<title>DHTML - Web Developer Tutorials</title>
<link>http://www.devshed.com</link>
<!-- PubSubHubbub Discovery -->
<link rel="hub"  href="http://devshednet.superfeedr.com/" xmlns="http://www.w3.org/2005/Atom" />
<link rel="self" href="http://www.devshed.com/rss-feeds-1.xml" xmlns="http://www.w3.org/2005/Atom" />
<!-- End Of PubSubHubbub Discovery -->
<atom:link href="http://www.devshed.com/rss-feeds-1.xml" rel="self"/>
<description>DHTML Tutorials at Dev Shed.  DevShed is a community focused on both beginner and advanced tutorials in Java, C, PHP, Python, MySQL and Ruby-on-rails...amongst others.</description>
<language>en-us</language>
<lastBuildDate>Wed, 15 Feb 2012 07:05:36 -0500</lastBuildDate>
<pubDate>Wed, 15 Feb 2012 07:05:36 -0500</pubDate>
<item><title>Google Gives Buckyball a Tribute Doodle in HTML5</title>
<pubDate>Sat, 04 Sep 2010 14:21:31 -0400</pubDate>
<link>http://www.devshed.com/c/a/DHTML/Google-Buckyball-Doodle-Tribute-in-HTML5-92384/</link>
		<description><![CDATA[Google dedicates a very cool tribute doodle to Buckminster Fuller's Buckyball.  Developers, take note...it's all HTML 5.]]></description>
		<content:encoded><![CDATA[Google makes an art form out of holidays by changing their logo to suit the mood. Almost one-upping their Pac-Man anniversary logo, they have created a Buckyball in full animation using only DHTML and, more specifically, HTML 5. Google's doodles are always a hit, and the Pac-Man Doodle was certainly one to circulate with your friends, but this Google Doodle of a Buckyball that reacts to your mouse in both speed of rotation and direction is really impressive. The doodle is even more impressive when you lift the covers... The Buckyball on Google's home page is constructed with two images...an at...]]></content:encoded>
<category>DHTML</category>
<guid isPermaLink="true">http://www.devshed.com/c/a/DHTML/Google-Buckyball-Doodle-Tribute-in-HTML5-92384/</guid>
</item>
<item><title>Rough Guide To The DOM (part 2)</title>
<pubDate>Wed, 09 May 2001 00:00:00 -0400</pubDate>
<link>http://www.devshed.com/c/a/DHTML/Rough-Guide-To-The-DOM-part-2/</link>
		<description><![CDATA[Now that you know the theory behind the new DOM, it's time to
take off the gloves and get your hands dirty. In this article, find out how
the new rules apply to old favourites like image swaps, form validation and
frame navigation, and then learn how to use ordinary JavaScript to add and
remove elements from the document tree on the fly.]]></description>
		<content:encoded><![CDATA[In the first part of this article, I took you through the basics of navigating an HTML document via the DOM, and explained the various methods and collections available to you. If you understood all that (and I hope you did), you should now have a pretty clear idea of how to manipulate a typical HTML document, and change interface elements on the fly.Over the next few pages, I'm going to dig a little deeper into the DOM, with illustrations of how the DOM interfaces with tables, forms, images and frames. I'll also be discussing some of the methods available to add (and modify) nodes to the DOM ...]]></content:encoded>
<category>DHTML</category>
<guid isPermaLink="true">http://www.devshed.com/c/a/DHTML/Rough-Guide-To-The-DOM-part-2/</guid>
</item>
<item><title>Rough Guide To The DOM (part 1)</title>
<pubDate>Mon, 09 Apr 2001 00:00:00 -0400</pubDate>
<link>http://www.devshed.com/c/a/DHTML/Rough-Guide-To-The-DOM-part-1/</link>
		<description><![CDATA[It's the bane of Web developers everywhere - conflicting standards, browser incompatibilities, and code that changes every time a new browser version hits the Web. But fear not - charging in on a white steed comes a heroic knight, clad in the attire of the new W3C DOM and armed with the tools to make this nightmare end forever. Read on to find out how the new DOM finally brings some standards to the decidedly non-standard world of the Web.]]></description>
		<content:encoded><![CDATA[In Shakespeare's  Hamlet , one of the characters famously remarks,  Something's rotten in the state of Denmark . And each time I sit down to code some dHTML, I'm assailed by a sense of wonder at his perspicuity. That comment, laden with an undertone of doom, is such a perfect appraisal of the numerous incompatibilities between the two major browsers, and the problems they cause for developers on a daily basis, that it's hard not to laugh. And I would...if I wasn't already weeping buckets. These incompatibilities are particularly glaring in an area known as the DOM, or Document Object Model, a ...]]></content:encoded>
<category>DHTML</category>
<guid isPermaLink="true">http://www.devshed.com/c/a/DHTML/Rough-Guide-To-The-DOM-part-1/</guid>
</item>
<item><title>Filters And Transitions In IE5</title>
<pubDate>Tue, 31 Oct 2000 00:00:00 -0500</pubDate>
<link>http://www.devshed.com/c/a/DHTML/Filters-And-Transitions-In-IE5/</link>
		<description><![CDATA[You may not know this, but Internet Explorer 4.x and above has
image manipulation capabilities similar to those normally found only in
image editing programs like Adobe Photoshop. This article takes a look at
IE5's image filters, and demonstrates how they can help you add special
effects to your images and text on the fly.]]></description>
		<content:encoded><![CDATA[Not too long back, this column demonstrated how PHP's image-generation capabilities on the server side could be used to create simple GIF or JPEG images that responded dynamically to text input. This week, I'm going to help you take a few more graphic artists off your payroll by demonstrating some powerful tricks on the client side of things, with some of the powerful special effects that ship as a part of Microsoft Internet Explorer 4.x and above.Yup, you read that right - the image filters and transitions you'll be learning about over the next few pages will not work, no how now way, in Nets...]]></content:encoded>
<category>DHTML</category>
<guid isPermaLink="true">http://www.devshed.com/c/a/DHTML/Filters-And-Transitions-In-IE5/</guid>
</item>
<item><title>Understanding Embedded Fonts</title>
<pubDate>Mon, 30 Oct 2000 00:00:00 -0500</pubDate>
<link>http://www.devshed.com/c/a/DHTML/Understanding-Embedded-Fonts/</link>
		<description><![CDATA[Gone are the days when Web sites were designed entirely in Arial Bold and Times New Roman. New embedded font technology allows Web developers to embed fonts directly into a Web page, thereby ensuring that it looks the same on all browsers. This article looks at previous workarounds to the problem, together with Microsoft and Netscape's new and competing approaches to the problem.]]></description>
		<content:encoded><![CDATA[For a designer working in the Web medium, perhaps the most frustrating thing is the difference between the design he's created on his whiz-bang 32-million colour SGI workstation, and the way it looks in Netscape 3.0 running on a 256-colour PC. Sometimes the colours don't look right; sometimes the text is too large or too small; and sometimes those fancy dHTML effects don't just refuse to function, they can actually break the browser.One of the most common problems, though, has to do with the fact that when a user visits a Web page which has been designed using non-standard fonts, the browser w...]]></content:encoded>
<category>DHTML</category>
<guid isPermaLink="true">http://www.devshed.com/c/a/DHTML/Understanding-Embedded-Fonts/</guid>
</item>
</channel>
</rss>

