<?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>Chris Stormer &#187; CSS</title>
	<atom:link href="http://chrisstormer.com/history/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisstormer.com</link>
	<description>Web Marketing Solutions</description>
	<lastBuildDate>Mon, 31 May 2010 17:55:02 +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>The Careful Upgrade</title>
		<link>http://chrisstormer.com/2007/02/10/the-careful-upgrade/</link>
		<comments>http://chrisstormer.com/2007/02/10/the-careful-upgrade/#comments</comments>
		<pubDate>Sat, 10 Feb 2007 15:49:23 +0000</pubDate>
		<dc:creator>Chris Stormer</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Inspiring Designs]]></category>

		<guid isPermaLink="false">http://chrisstormer.com/2007/02/10/the-careful-upgrade/</guid>
		<description><![CDATA[This weekend marks the beginning of a major backend upgrade at Versatables.com that has been in development for more then 4 months.  It is a major one and hopefully the last of it&#8217;s kind, I want to take a more Apple approach to updates, do them often and do less.  What are some [...]<p><a href="http://chrisstormer.com/2007/02/10/the-careful-upgrade/">The Careful Upgrade</a> is a post from: <a href="http://chrisstormer.com">Chris Stormer</a></p>
]]></description>
			<content:encoded><![CDATA[<p>This weekend marks the beginning of a major backend upgrade at Versatables.com that has been in development for more then 4 months.  It is a major one and hopefully the last of it&#8217;s kind, I want to take a more Apple approach to updates, do them often and do less.  What are some of the things that will be changing over the next month?</p>
<p>A completely new backend database, rewrote from scratch, why is this important?  A year ago when I originally designed the original database the needs were different it was strictly a shopping system and quite honestly it had been 4 years since I had worked heavily in database design so I just didn&#8217;t do a few things as well as I should.  The backend has started to really fold over the last few months because of the extensive modifications we have made to the original shopping system, it now is a shopping, quoting, shipping, note, email system.  To say it has been heavily hacked is an understatement.  So that is the biggest and most important improvement because without that nothing else really matters.   Results?  200% improvement in query speed which of course increases the front end speeds as well.</p>
<p>This is not say there is nothing for the end user&#8230;.</p>
<p>We have also rewrote EVERY page on the site to be 100% css / html valid code.. yes it is transitionally valid.. maybe next time it will be strict. So that was a very large job especially considering the number of pages (500).  While I was making the site better I also decided to try and improve the page structure in terms of making the page flow better for both search engines and text readers.</p>
<p>There was one more huge change that we made&#8230; we decided to add sub domains for images, scripts and styles, this effectively boosted the pipes our website could load from 2 (default) to 8.  This really comes shinning through on image heavy pages.. we feel it is an important change for the future.  The reason this works is because a browser can load information two pipes on each domain and a subdomain counts as a new domain.  Nifty huh?  Result? Generally about a 33% increase in browsing speed for our customers   Today is just the first day of upgrades&#8230; (well it actually started yesterday with me working with the Rackspace Technicians to get the subdomains setup perfect on our production server. </p>
<p>Today I will be updating all non-product pages with the new css valid code.  Enjoy.</p>
<p><a href="http://chrisstormer.com/2007/02/10/the-careful-upgrade/">The Careful Upgrade</a> is a post from: <a href="http://chrisstormer.com">Chris Stormer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chrisstormer.com/2007/02/10/the-careful-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Ultimate Javascript and Framework Library</title>
		<link>http://chrisstormer.com/2006/08/03/the-ultimate-javascript-and-framework-library/</link>
		<comments>http://chrisstormer.com/2006/08/03/the-ultimate-javascript-and-framework-library/#comments</comments>
		<pubDate>Thu, 03 Aug 2006 13:28:37 +0000</pubDate>
		<dc:creator>Chris Stormer</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://chrisstormer.com/2006/08/03/the-ultimate-javascript-and-framework-library/</guid>
		<description><![CDATA[Pure JS Application libraries / Frameworks:
Prototype
Prototype is a JavaScript framework that aims to ease development of dynamic web applications.
Homepage
Documentation 1
Documentation 2
Documentation 3
Rico
Rico provides a very simple interface for registering Ajax request handlers as well as HTML elements or JavaScript objects as Ajax response objects. Multiple elements and/or objects may be updated as the result of [...]<p><a href="http://chrisstormer.com/2006/08/03/the-ultimate-javascript-and-framework-library/">The Ultimate Javascript and Framework Library</a> is a post from: <a href="http://chrisstormer.com">Chris Stormer</a></p>
]]></description>
			<content:encoded><![CDATA[<h4>Pure JS Application libraries / Frameworks:</h4>
<h5>Prototype</h5>
<p>Prototype is a JavaScript framework that aims to ease development of dynamic web applications.<br />
<a href="http://prototype.conio.net">Homepage</a><br />
<a href="http://blogs.ebusiness-apps.com/jordan/pages/Prototype%20Library%20Info.htm">Documentation 1</a><br />
<a href="http://www.sergiopereira.com/articles/prototype.js.html">Documentation 2</a><br />
<a href="http://wiki.script.aculo.us/scriptaculous/show/Prototype">Documentation 3</a></p>
<h5>Rico</h5>
<p>Rico provides a very simple interface for registering Ajax request handlers as well as HTML elements or JavaScript objects as Ajax response objects. Multiple elements and/or objects may be updated as the result of one Ajax request.<br />
<a href="http://openrico.org/rico/home.page">Homepage</a><br />
<a href="http://openrico.org/rico/docs.page">Documentation</a><br />
<a href="http://openrico.org/rico/demos.page">Demos</a> </p>
<h5>MochiKit</h5>
<p>MochiKit is a highly documented and well tested, suite of JavaScript libraries that will help you get things done, fast.<br />
<a href="http://www.mochikit.com/">Homepage</a><br />
<a href="http://www.mochikit.com/doc/html/MochiKit/index.html">Documentation</a><br />
<a href="http://www.mochikit.com/demos.html">Demos</a> </p>
<h5>Dojo Toolkit</h5>
<p>Dojo is an Open Source toolkit that allows you to easily build dynamic capabilities into web pages and any other environment that supports JavaScript. Dojo provides components that let you make your sites more useable, responsive, and functional.<br />
<a href="http://dojotoolkit.org/">Homepage </a><br />
<a href="http://dojotoolkit.org/">Documentation</a><br />
<a href="http://dojotoolkit.org/">Demos</a> </p>
<h5>Bajax</h5>
<p>Bajax its a very small and simple javascript library to use Ajax on your pages. independent of programming language. You can put dynamic content using simple commands.<br />
<a href="https://developer.berlios.de/projects/bajax/">Homepage</a><br />
<a href="https://developer.berlios.de/docman/?group_id=5319">Documentation</a> </p>
<h5>Behaviour</h5>
<p>Separate Structure (xhtml) from Behavior (javascript)<br />
<a href="http://bennolan.com/behaviour/">Homepage</a></p>
<h5>Solvent</h5>
<p>The Solvent is a cross-browser AJAX application toolkit written in JavaScript. The Solvent is provided as modules or as an entire toolkit. The projects focus is to promote robust web applications and enable rapid web development.<br />
<a href="http://sourceforge.net/projects/solvent/">Homepage</a><br />
<a href="http://sourceforge.net/docman/?group_id=144164">Documentation</a></p>
<h5>Moo.FX</h5>
<p>moo.fx is a superlightweight, ultratiny, megasmall javascript effects library, written with prototype.js.<br />
<a href="http://moofx.mad4milk.net/">Homepage</a><br />
<a href="http://moofx.mad4milk.net/tests.html">Demos</a> </p>
<h5>WZ_DradDrop</h5>
<p>A Cross-browser JavaScript DHTML Library which adds Drag Drop functionality to layers and to any desired image<br />
<a href="http://www.walterzorn.com/dragdrop/dragdrop_e.htm">Homepage</a> </p>
<h5>WZ_jsGraphics</h5>
<p>High Performance JavaScript Vector Graphics Library.<br />
<a href="http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm">Homepage</a></p>
<h5>overLIB</h5>
<p>overLIB is a JavaScript library created to enhance websites with small popup information boxes (like tooltips) to help visitors around your website.<br />
<a href="http://www.bosrup.com/web/overlib/">Homepage</a><br />
<a href="http://www.bosrup.com/web/overlib/?Documentation">Documentation</a><br />
<a href="http://www.bosrup.com/web/overlib/?Command_Reference">Command reference</a> </p>
<h5>Scriptaculous</h5>
<p>Javascript visual effects, togather with prototype.js<br />
<a href="http://script.aculo.us/">Homepage</a> </p>
<h5>SACK</h5>
<p>Simple AJAX Code-Kit<br />
<a href="http://twilightuniverse.com/projects/sack/">Homepage</a><br />
<a href="http://twilightuniverse.com/projects/sack/docs.php">Documentation</a> </p>
<h5>Sarissa</h5>
<p>Sarissa is an ECMAScript library acting as a cross-browser wrapper for native XML APIs. It offers various XML related goodies like Document instantiation, XML loading from URLs or strings, XSLT transformations, XPath queries etc and comes especially handy for people doing what is lately known as “AJAX” development.<br />
<a href="http://sarissa.sourceforge.net/doc/">Homepage</a> </p>
<h5>Nifty Corners</h5>
<p>A small library for making rounded corners with Javascript.<br />
<a href="http://pro.html.it/esempio/nifty/nifty1js.html">Homepage</a> </p>
<h5>dp.SyntaxHighlighter</h5>
<p>dp.SyntaxHighlighter is a free JavaScript library for source code syntax highlighting.<br />
<a href="http://www.dreamprojections.com/SyntaxHighlighter/">Homepage</a><br />
<a href="http://www.dreamprojections.com/SyntaxHighlighter/Usage.aspx">Documentation</a><br />
<a href="http://www.dreamprojections.com/SyntaxHighlighter/Examples.aspx">Demos</a> </p>
<h5>AJAX.NET</h5>
<p>Michael Schwarz, a .NET developer in Germany has released the latest version of his Ajax .NET Wrapper. This class library simplifies the use of XMLHttp by providing .NET objects that generate the necessary Javascript code.<br />
<a href="http://weblogs.asp.net/mschwarz/archive/2005/04/07/397504.aspx">Homepage</a></p>
<h5>TOXIC</h5>
<p>Toxic is an AJAX toolkit, or framework, for creating rich web applications. It handles the tedious and repetetive tasks involved in integrating a client created using html and javascript with a server backend. It enables client side javascript to directly call class methods in PHP5 (or any other suitable language). It also enables the server side PHP to directly call client side javascript functions. Using Toxic you can get rid of much of the tedious work in form intensive rich web applications.<br />
<a href="http://www.dotvoid.com/view.php?id=40">Homepage</a></p>
<h5>Plex Toolkit</h5>
<p>Open source feature-complete DHTML GUI toolkit and AJAX framework based on a Javascript/DOM implementation of Macromedia’s Flex technology. Uses the almost identical markup language to Flex embedded in ordinary HTML documents for describing the UI. Binding is done with Javascript.<br />
<a href="http://www.plextk.org/">Homepage</a></p>
<h5>CPaint</h5>
<p>CPAINT (Cross-Platform Asynchronous INterface Toolkit) is a multi-language toolkit that helps web developers design and implement AJAX web applications with ease and flexibility.<br />
<a href="http://cpaint.booleansystems.com/">Homepage</a><br />
<a href="http://cpaint.booleansystems.com/doc/">Docs</a></p>
<h5>DOM-Drag</h5>
<p>DOM-Drag is a lightweight, easy to use, dragging API for modern DHTML browsers.<br />
<a href="http://www.youngpup.net/2001/domdrag/">Homepage</a><br />
<a href="http://www.youngpup.net/2001/domdrag/tutorial">Tutorials</a><br />
<a href="http://www.youngpup.net/2001/domdrag/examples">Demos</a> </p>
<h5>Tibet</h5>
<p>Enterprise Class AJAX<br />
<a href="http://www.technicalpursuit.com/ajax.htm">Homepage</a> </p>
<h5>Zimbra</h5>
<p>Rubust AJAX framework<br />
<a href="http://www.zimbra.com">Homepage </a><br />
<a href="http://www.zimbra.com/products/documentation.html">Documentation</a><br />
<a href="http://www.zimbra.com/products/hosted_demo.php">Demos</a> </p>
<h5>qooxdoo</h5>
<p>qooxdoo is an advanced open-source javascript based toolkit. qooxdoo continues where simple HTML is not enough anymore. This way qooxdoo can help you to get your rich web application interface done &#8211; easier than ever before.<br />
<a href="http://qooxdoo.oss.schlund.de">Homepage</a><br />
<a href="http://qooxdoo.oss.schlund.de/section/documentation">Documentation</a><br />
<a href="http://qooxdoo.oss.schlund.de/counter/refer.php?id=5">Demos</a> </p>
<h5>AJFORM</h5>
<p>AJFORM is a JavaScript toolkit which simply submits data from any given form in an HTML page, then sends the data to any specified JavaScript function. AJFORM degrades gracefully in every aspect. In other words, if the browser doesn’t support it, the data will be sent through the form as normal.<br />
<a href="http://redredmusic.com/brendon/ajform/">Homepage </a></p>
<h5>ThyApi</h5>
<p>ThyAPI is an api to allow the developement of better user interfaces for web applicaticions, Using javascript and Ajax, it allows a complete visual interface definition using CSS and encapsulates all objects data manipulateion.<br />
<a href="http://sourceforge.net/projects/thyapi/">Homepage </a></p>
<h5>Engine</h5>
<p>Engine for Web Applications is an application framework for client-side development and Web applications. It provides an environment in which to develop and run JavaScript components and applications.<br />
<a href="http://www.imnmotion.com/projects/engine/">Homepage </a><br />
<a href="http://www.imnmotion.com/projects/engine/api/engine_api.html">Documentation </a></p>
<h5>AJAXGear Toolkit</h5>
<p>It is a toolkit that allows you to take advantage of the client-side technique known as AJAX. AJAX is shorthand for Asynchronous JavaScript and XML. It uses the XMLHttpRequest object to allow a Web browser to make asynchronous call to the Web server without the need to refresh the whole page.<br />
<a href="http://www.ajaxgear.com">Homepage</a> </p>
<h5>Interactive Website Framework</h5>
<p>A framework for creating highly interactive websites using javascript, css, xml, and html. Includes a custom xml parser for highly readable javascript. Essentially, all the plumbing for making AJAX-based websites, with js-based GUI toolkit.<br />
<a href="http://sourceforge.net/projects/iwf/">Homepage</a></p>
<h5>RSLite</h5>
<p>RSlite is an extremely lightweight implementation of remote scripting which uses cookies. It is very widely browser-compatible (Opera!) but limited to single calls and small amounts of data.<br />
<a href="http://www.ashleyit.com/rs/main.htm">Homepage </a><br />
<a href="http://www.ashleyit.com/rs/techniques.htm">Demos</a></p>
<h5>XHConn</h5>
<p>XMLHTTP is a technology with which a developer can access external resources over HTTP from a static web page without ever having to reload the page itself. This library is meant to simplify and unify the code necessary to successfully send and receive simple data via XMLHTTP.<br />
<a href="http://xkr.us/code/javascript/XHConn/">Homepage</a> </p>
<h5>Taconite</h5>
<p>Taconite is a framework that simplifies the creation of Ajax enabled Web applications. It’s a very lightweight framework that automates the tedious tasks related to Ajax development, such as the creation and management of the XMLHttpRequest object and the creation of dynamic content.<br />
<a href="http://taconite.sourceforge.net/">Homepage</a><br />
<a href="http://taconite.sourceforge.net/docs/jsdocs/index.html">Documentation</a><br />
<a href="http://taconite.sourceforge.net/examples.html">Demos</a> </p>
<h5>qForms</h5>
<p>Great Javascript API for interfacing forms.<br />
<a href="http://pengoworks.com/index.cfm?action=get:qforms">Homepage</a><br />
<a href="http://pengoworks.com/qforms/docs/">Documentation</a><br />
<a href="http://pengoworks.com/qforms/docs/examples/">Demos</a> </p>
<h5>JSPkg</h5>
<p>jspkg is a package loader for Javascript, based on pluggable loaders for locating and loading scripts into a client-side Javascript application. It is designed to work best with unobtrusive Javascript libraries, but doesn’t impose any methodology or design on its users.<br />
<a href="http://jspkg.sourceforge.net/">Homepage</a> </p>
<h5>Ajaxcaller</h5>
<p>AjaxCaller is a thin XMLHttpRequest wrapper used in all the AjaxPatterns demos. The focus is on ease-of-use and full HTTP method support.<br />
<a href="http://ajaxify.com/run/testAjaxCaller/">Homepage</a> </p>
<h5>libXmlRequest</h5>
<p>The XmlRequest library contains a two public request functions, getXml and postXml, that may be used to send synchronous and asynchronous XML Http requests from Internet Explorer and Mozilla.<br />
<a href="http://www.whitefrost.com/reference/2005/09/09/libXmlRequest.html">Homepage</a> </p>
<h5>SAJAX</h5>
<p>Sajax is an open source tool to make programming websites using the Ajax framework — also known as XMLHTTPRequest or remote scripting — as easy as possible. Capable of stubbing calls to numerous server-side platforms: ASP/ ColdFusion/ Io/ Lua/ Perl/ PHP/ Python/ Ruby<br />
<a href="http://www.modernmethod.com/sajax/">Homepage</a><br />
<a href="http://www.modernmethod.com/sajax/examples.phtml">Demos</a> </p>
<h5>Sardalya</h5>
<p>A small library for making dynamic HTML programming easy and fun.<br />
<a href="http://www.sarmal.com/sardalya/Default.aspx">Homepage</a><br />
<a href="http://www.sarmal.com/sardalya/Samples.aspx">Demos</a> </p>
<h5>X</h5>
<p>One of the best javascript libraries out there.<br />
<a href="http://www.cross-browser.com/toys/">Homepage</a> </p>
<h5>AjaxRequest</h5>
<p>AjaxRequest is a layer over the XMLHttpRequest functionality which makes the communication between Javascript and the server easier for developers.<br />
<a href="http://ajaxtoolbox.com/request/">Homepage</a><br />
<a href="http://ajaxtoolbox.com/request/documentation.php">Documentation</a><br />
<a href="http://ajaxtoolbox.com/request/examples.php">Demos</a> </p>
<h5>moo.ajax</h5>
<p>moo.ajax is a very simple ajax class, to be used with prototype.lite from moo.fx.<br />
<a href="http://www.mad4milk.net/entry/moo.ajax">Homepage</a><br />
<a href="http://www.mad4milk.net/examples/mooajax/">Demos</a></p>
<h4>PHP based AJAX Frameworks</h4>
<h5>AjaxAC</h5>
<p>AjaxAC is an open-source framework written in PHP, used to develop/create/generate AJAX applications. The fundamental idea behind AJAX (Asynchronous JavaScript And XML) is to use the XMLHttpRequest object to change a web page state using background HTTP sub-requests without reloading the entire page.<br />
<a href="http://ajax.zervaas.com.au">Homepage</a> </p>
<h5>XOAD</h5>
<p>XOAD, formerly known as NAJAX, is a PHP based AJAX/XAP object oriented framework that allows you to create richer web applications.<br />
<a href="http://www.xoad.org">Homepage</a><br />
<a href="http://www.xoad.org/documentation/source/">Documentation</a><br />
<a href="http://www.xoad.org/examples/">Demos</a> </p>
<h5>Zephyr</h5>
<p>zephyr is an ajax based framework for php5 developers. you can easily develop business applications using this robust framework. this is extremely easy to learn and very simple to implement.<br />
<a href="http://zephyr-php.sourceforge.net/">Homepage</a> </p>
<h5>PAJAJ</h5>
<p>What is the PAJAJ framework, it stands for (PHP Asynchronous Javascript and JSON). It is a object oriented Ajax framework written in PHP5 for development of event driven PHP web applications.<br />
<a href="http://sourceforge.net/projects/pajaj/">Homepage</a><br />
<a href="http://www.wassons.org/pajaj/public/docs/index.php">Documentation</a></p>
<h5>Symfony</h5>
<p>A PHP 5 Development Framework inspired by Rails. It has integrated database abstraction and support for AJAX. Installation is fairly easy. Symfony is aimed at building robust applications in an enterprise context. This means that you have full control over the configuration: from the directory structure to the foreign libraries, almost everything can be customized. To match your enterprise’s development guidelines, symfony is bundled with additional tools helping you to test, debug and document your project.<br />
<a href="http://ajaxblog.com/arc&hellip;&hellip;.application-in-php-in-minutes-with-symfony">Blog</a><br />
<a href="www.symfony-project.com">Homepage</a><br />
<a href="http://www.symfony-project.com/content/documentation.html">Documentation</a><br />
<a href="http://www.symfony-project.com/trac/wiki">Wiki</a></p>
<h5>XAJAX</h5>
<p>xajax is an open source PHP class library that allows you to easily create powerful, web-based, Ajax applications using HTML, CSS, JavaScript, and PHP. Applications developed with xajax can asynchronously call server-side PHP functions and update content without reloading the page.<br />
<a href="http://xajax.sourceforge.net/">Homepage</a> </p>
<h5>PEAR:: HTML_AJAX</h5>
<p>Provides PHP and JavaScript libraries for performing AJAX (Communication from JavaScript to your server without reloading the page)<br />
<a href="http://pear.php.net/package/HTML_AJAX">Homepage</a><br />
<a href="http://pear.php.net/package/HTML_AJAX/docs">Documentation</a></p>
<h5>Flexible AJAX</h5>
<p>Flexible Ajax is a handler to combine the remote scripting technology, also known as AJAX (Asynchronous Javascript and XML), with a php-based backend.<br />
<a href="http://tripdown.de/flxajax/">Homepage</a><a href="http://tripdown.de/flexible_ajax_example.php">Demos</a> </p>
<h4>Javascript libs for Flash:</h4>
<h5>FlashObject</h5>
<p>FlashObject is a small Javascript file used for embedding Macromedia Flash content.<br />
<a href="http://blog.deconcept.com/flashobject/">Homepage</a> </p>
<h5>OSFlash &#8211; Flashjs</h5>
<p>The Flash JavaScript Integration Kit allows developers to get the best of the Flash and HTML worlds by enabling JavaScript to invoke ActionScript functions, and vice versa.<br />
<a href="http://www.osflash.org/doku.php?id=flashjs">Homepage</a><br />
<a href="http://www.mustardlab.com/developer/flash/jscommunication/">Documentation</a> </p>
<h5>AFLAX</h5>
<p>A JavaScript Library for Macromedia’s Flash™ Platform. AFLAX is a method through which developers may use JavaScript and Flash together to create AJAX-type applications, but with a much richer set of vector drawing controls than are available in either Internet Explorer or FireFox. Developers using this library have access to the full range of Flash features, but without ever touching the Flash IDE.<br />
<a href="http://www.aflax.org">Homepage</a><strong>Java based AJAX Frameworks</strong></p>
<h5>ZK</h5>
<p>ZK is an AJAX-based solution for developing Web applications in Java. ZK includes an event-driven engine to automate interactivity, and a rich set of XUL-based components.<br />
<a href="http://zk1.sourceforge.net">Homepage</a><br />
<a href="http://www.potix.com/zkdemo/userguide">Demo</a> </p>
<h5>jWic</h5>
<p>jWic is a java-based development framework for developing dynamic web applications with the convenience and familiarity of ‘rich client’ style programming. The component-based, event-driven programming model makes it easy for developers to quickly create flexible and robust web applications.<br />
<a href="http://www.jwic.de/home/">Homepage</a><br />
<a href="http://www.jwic.de/home/documentation.htm">Documentation</a><br />
<a href="http://www.jwic.de/home/demo.htm">Demo</a></p>
<p><a href="http://chrisstormer.com/2006/08/03/the-ultimate-javascript-and-framework-library/">The Ultimate Javascript and Framework Library</a> is a post from: <a href="http://chrisstormer.com">Chris Stormer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chrisstormer.com/2006/08/03/the-ultimate-javascript-and-framework-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE CSS Issue Ugh.</title>
		<link>http://chrisstormer.com/2006/07/22/ie-css-issue-ugh/</link>
		<comments>http://chrisstormer.com/2006/07/22/ie-css-issue-ugh/#comments</comments>
		<pubDate>Sat, 22 Jul 2006 08:12:30 +0000</pubDate>
		<dc:creator>Chris Stormer</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://chrisstormer.com/2006/07/22/ie-css-issue-ugh/</guid>
		<description><![CDATA[There are days that I hate IE, I mean hate, it would just be nice if sometimes code that is wrote that is 100% valid worked in both IE and FF.
Today I have an issue with my wp-sociable plugin on my posts pages, in IE the first graphic represents the:
Internet Explorer 6 Version

Firefox Version

This is [...]<p><a href="http://chrisstormer.com/2006/07/22/ie-css-issue-ugh/">IE CSS Issue Ugh.</a> is a post from: <a href="http://chrisstormer.com">Chris Stormer</a></p>
]]></description>
			<content:encoded><![CDATA[<p>There are days that I hate IE, I mean hate, it would just be nice if sometimes code that is wrote that is 100% valid worked in both IE and FF.</p>
<p>Today I have an issue with my wp-sociable plugin on my posts pages, in IE the first graphic represents the:</p>
<p>Internet Explorer 6 Version<br />
<img src="http://chrisstormer.com/wp-content/uploaded_images/ie-digg-quark.png" width="297" height="118" alt="Internet Explorer 6 Version Quark" title="Internet Explorer 6 Version Quark" /></p>
<p>Firefox Version<br />
<img src="http://chrisstormer.com/wp-content/uploaded_images/ff-digg-quark.png" width="297" height="118" alt="Firefox Version" title="Firefox Version" /></p>
<p>This is today&#8217;s big mystery.  It seems to me there must be a problem with my .css or my .html</p>
<p>I want it to look like the Firefox Version.</p>
<p><a href="http://chrisstormer.com/2006/07/22/ie-css-issue-ugh/">IE CSS Issue Ugh.</a> is a post from: <a href="http://chrisstormer.com">Chris Stormer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chrisstormer.com/2006/07/22/ie-css-issue-ugh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
