<?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"
	>

<channel>
	<title>Project Atomic</title>
	<atom:link href="http://www.projectatomic.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.projectatomic.com</link>
	<description>WEB DEVELOPMENT 2.0</description>
	<pubDate>Mon, 18 Aug 2008 20:41:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>360 Visualizer Revisited</title>
		<link>http://www.projectatomic.com/2008/08/360-visualizer-revisited/</link>
		<comments>http://www.projectatomic.com/2008/08/360-visualizer-revisited/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 20:02:26 +0000</pubDate>
		<dc:creator>Daniel MacDonald</dc:creator>
		
		<category><![CDATA[Projects]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[dhtml]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[visualizer]]></category>

		<guid isPermaLink="false">http://www.projectatomic.com/?p=186</guid>
		<description><![CDATA[I love it when a developer takes some of your code and improves it in ways you cannot imagine. The original 360 Visualizer was just an attempt to recreate some functionality that is often seen in Flash, but rarely in DHTML (I know it is fashionable to call everything AJAX these days, but really these [...]]]></description>
		<wfw:commentRss>http://www.projectatomic.com/2008/08/360-visualizer-revisited/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Classes</title>
		<link>http://www.projectatomic.com/2008/07/css-classes/</link>
		<comments>http://www.projectatomic.com/2008/07/css-classes/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 00:41:45 +0000</pubDate>
		<dc:creator>Daniel MacDonald</dc:creator>
		
		<category><![CDATA[Stylesheets]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.projectatomic.com/?p=130</guid>
		<description><![CDATA[This is a collection of CSS classes that I have found myself using repeatedly over the years, some more than others. A lot of them mimic basic CSS properties, but I&#8217;ve found that using them as class names provide better hooks for scripting.

body {color:#333; background-color:#fff;}

/* ALIGNMENT */
.alignleft {text-align:left;}
.aligncenter {text-align:center; margin-left:auto; margin-right:auto;}
.alignright {text-align:right;}
.aligntop {vertical-align:text-top;}
.alignmiddle {vertical-align:middle;}
.alignbottom {vertical-align:text-bottom;}

/* [...]]]></description>
		<wfw:commentRss>http://www.projectatomic.com/2008/07/css-classes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reset CSS</title>
		<link>http://www.projectatomic.com/2008/07/reset-css/</link>
		<comments>http://www.projectatomic.com/2008/07/reset-css/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 00:03:32 +0000</pubDate>
		<dc:creator>Daniel MacDonald</dc:creator>
		
		<category><![CDATA[Stylesheets]]></category>

		<category><![CDATA[browser]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.projectatomic.com/?p=129</guid>
		<description><![CDATA[This reset CSS normalizes elements across most modern browsers. It is a good starting point, along with valid (X)HTML, for eliminating those pesky cross-browser style issues. This file has been evolving over the past several years as I modified and optimized it during my work as a web developer.
/* BEGIN HTML RESET */
html {font-size:100.01%; height:100%; [...]]]></description>
		<wfw:commentRss>http://www.projectatomic.com/2008/07/reset-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Better IE PNG fix</title>
		<link>http://www.projectatomic.com/2008/05/png-fix/</link>
		<comments>http://www.projectatomic.com/2008/05/png-fix/#comments</comments>
		<pubDate>Wed, 21 May 2008 02:35:50 +0000</pubDate>
		<dc:creator>Daniel MacDonald</dc:creator>
		
		<category><![CDATA[Stylesheets]]></category>

		<category><![CDATA[browser]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[icon]]></category>

		<guid isPermaLink="false">http://www.projectatomic.com/?p=116</guid>
		<description><![CDATA[The PNG behavior fix for Internet Explorer 5.5-6 has been around for some time. There are other pure JavaScript solutions to enable alpha-transparent PNGs in our favorite web browser, but I prefer the behavior approach, because I don&#8217;t have to clutter my JS code with browser specific hacks. This solution is only for &#60;img&#62; elements [...]]]></description>
		<wfw:commentRss>http://www.projectatomic.com/2008/05/png-fix/feed/</wfw:commentRss>
		</item>
		<item>
		<title>360 Visualizer</title>
		<link>http://www.projectatomic.com/2008/05/360-visualizer/</link>
		<comments>http://www.projectatomic.com/2008/05/360-visualizer/#comments</comments>
		<pubDate>Thu, 15 May 2008 21:27:41 +0000</pubDate>
		<dc:creator>Daniel MacDonald</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[dhtml]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[visualizer]]></category>

		<guid isPermaLink="false">http://www.projectatomic.com/?p=37</guid>
		<description><![CDATA[This is just a demo of a DHTML visualizer often seen on auto sites (I had done some [a lot] work on the Nissan GT-R Global Site which has a flash 360 visualizer). There have been many of these done in Flash, I just wanted to see if it was possible using the same assets [...]]]></description>
		<wfw:commentRss>http://www.projectatomic.com/2008/05/360-visualizer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Project Atomic Theme</title>
		<link>http://www.projectatomic.com/2008/05/project-atomic-theme/</link>
		<comments>http://www.projectatomic.com/2008/05/project-atomic-theme/#comments</comments>
		<pubDate>Mon, 12 May 2008 19:51:45 +0000</pubDate>
		<dc:creator>Daniel MacDonald</dc:creator>
		
		<category><![CDATA[Latest]]></category>

		<category><![CDATA[projectatomic]]></category>

		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.projectatomic.com/?p=36</guid>
		<description><![CDATA[Please excuse the mess. Currently integrating the Project Atomic Wordpress theme. In an effort to leverage Wordpress as a CMS, Project Atomic has developed an all-new Wordpress theme to support this undertaking. For the most part, things are moving smoothly, but there may be some irregularities in the site until all bugs have been addressed.]]></description>
		<wfw:commentRss>http://www.projectatomic.com/2008/05/project-atomic-theme/feed/</wfw:commentRss>
		</item>
		<item>
		<title>jQuery Litebox</title>
		<link>http://www.projectatomic.com/2008/05/jquery-litebox/</link>
		<comments>http://www.projectatomic.com/2008/05/jquery-litebox/#comments</comments>
		<pubDate>Mon, 12 May 2008 15:42:00 +0000</pubDate>
		<dc:creator>Daniel MacDonald</dc:creator>
		
		<category><![CDATA[Projects]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[dhtml]]></category>

		<category><![CDATA[jquery]]></category>

		<category><![CDATA[litebox]]></category>

		<category><![CDATA[plug-in]]></category>

		<guid isPermaLink="false">http://www.projectatomic.com/?p=21</guid>
		<description><![CDATA[jQuery Litebox is a JavaScript image viewer written on top of the jQuery library. It&#8217;s function is to show multiple image galleries in a hybrid modal (lightbox) window. It degrades gracefully and does not require extraneous HTML markup.     jQuery Litebox looks like AJAX, but requires no server-side code.

New! Flickr support added [...]]]></description>
		<wfw:commentRss>http://www.projectatomic.com/2008/05/jquery-litebox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Silk 2-State Icons</title>
		<link>http://www.projectatomic.com/2008/04/silk-2-state-icons/</link>
		<comments>http://www.projectatomic.com/2008/04/silk-2-state-icons/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 22:16:37 +0000</pubDate>
		<dc:creator>Daniel MacDonald</dc:creator>
		
		<category><![CDATA[Projects]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://www.projectatomic.com/2008/04/silk-2-state-icons/</guid>
		<description><![CDATA[&#34;Silk 2-State&#34; is an icon set derived from the ubiquitous Silk icon set, containing 1000 icons in PNG format. Each icon has two states, normal and dimmed, which can be called using CSS or JavaScript.
Download
silk-2state-icons.zip
Example
accept.png
add.png
anchor.png
application.png

&#60;style type=&#34;text/css&#34;&#62;
  a.accept, a.add, a.anchor, a.application, a.disk {
  	background-position: left -16px;
  	background-repeat: no-repeat;
  	padding-left: 18px;
  	height: [...]]]></description>
		<wfw:commentRss>http://www.projectatomic.com/2008/04/silk-2-state-icons/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FAQ Accordion</title>
		<link>http://www.projectatomic.com/2008/04/faq-accordion/</link>
		<comments>http://www.projectatomic.com/2008/04/faq-accordion/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 23:21:29 +0000</pubDate>
		<dc:creator>Daniel MacDonald</dc:creator>
		
		<category><![CDATA[Projects]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[accordion]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[jquery]]></category>

		<category><![CDATA[plug-in]]></category>

		<guid isPermaLink="false">http://www.projectatomic.com/2008/04/faq-acccordion-added-to-project/</guid>
		<description><![CDATA[The FAQ Accordion project started as a demonstration identifying some of the advantages of using jQuery over JavaScript DOM manipulation. Both the plain JavaScript and the jQuery plug-in versions of FAQ Accordion operate in the same manner. No extra markup or stylesheets are required for either to work. The plain JavaScript version can be used [...]]]></description>
		<wfw:commentRss>http://www.projectatomic.com/2008/04/faq-accordion/feed/</wfw:commentRss>
		</item>
		<item>
		<title>jQuery Flickr</title>
		<link>http://www.projectatomic.com/2008/04/jquery-flickr/</link>
		<comments>http://www.projectatomic.com/2008/04/jquery-flickr/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 15:42:17 +0000</pubDate>
		<dc:creator>Daniel MacDonald</dc:creator>
		
		<category><![CDATA[Projects]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[flickr]]></category>

		<category><![CDATA[jquery]]></category>

		<category><![CDATA[plug-in]]></category>

		<guid isPermaLink="false">http://www.projectatomic.com/2008/04/jquery-flickr-plug-in-update/</guid>
		<description><![CDATA[jQuery Flickr plug-in is a JavaScript interface for Flickr Services API written on top of the jQuery library. It&#8217;s function is to process a Flickr API Standard Photo List returned in JSON and create a semantic gallery (unordered list) of thumbnail images (list items) with links to full size images. When combined with jQuery Litebox, [...]]]></description>
		<wfw:commentRss>http://www.projectatomic.com/2008/04/jquery-flickr/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
