<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.3" -->
<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/"
	>

<channel>
	<title>Extra Hot</title>
	<link>http://xtrahot.chili-mango.net</link>
	<description>PeopleSoft geek :: Web development enthusiast</description>
	<pubDate>Mon, 20 Aug 2007 16:18:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>
	<language>en</language>
			<item>
		<title>Open Ajax</title>
		<link>http://xtrahot.chili-mango.net/2006/02/open-ajax/</link>
		<comments>http://xtrahot.chili-mango.net/2006/02/open-ajax/#comments</comments>
		<pubDate>Fri, 03 Feb 2006 06:21:09 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

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

		<guid isPermaLink="false">http://chiliblog.chili-mango.net/2006/02/open-ajax/</guid>
		<description><![CDATA[Developing AJAX applications is just about to become a lot easier:
The goal of Open Ajax is to standardize around a common set of widgets, interfaces, and plug-ins to Eclipse so it can morph into an industrial strength rich web development environment. And with the standards, any Eclipse-compliant Ajax toolkit should be able to plug into [...]]]></description>
			<content:encoded><![CDATA[<p>Developing AJAX applications is just about to become a lot easier:</p>
<blockquote><p>The goal of Open Ajax is to standardize around a common set of widgets, interfaces, and plug-ins to Eclipse so it can morph into an industrial strength rich web development environment. And with the standards, any Eclipse-compliant Ajax toolkit should be able to plug into any compliant Ajax run time, regardless of browser client or server deployment platform.</p>
<p>In effect, Open Ajax is intended to provide tools developers a common target to develop against. By providing a common technology base, it could stimulate an enterprise tools market, just as J2EE did for Java. In so doing, it creates the opportunity to build a critical mass skills base, which further entrenches the technology into the mainstream.</p>
</blockquote>
<p><a class="external" href="http://www.cbronline.com/article_news.asp?guid=97D640A5-48E2-4078-A131-D7256CA376DC">Read more&#8230;</a></p>
<p>Here is <a class="external" href="http://www.marketwire.com/mw/release_html_b1?release_id=108287">IBM&#8217;s Press Release</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2006/02/open-ajax/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Internet Explorers for Linux</title>
		<link>http://xtrahot.chili-mango.net/2005/12/internet-explorers-for-linux/</link>
		<comments>http://xtrahot.chili-mango.net/2005/12/internet-explorers-for-linux/#comments</comments>
		<pubDate>Thu, 22 Dec 2005 17:08:26 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

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

		<guid isPermaLink="false">http://chiliblog.chili-mango.net/?p=40</guid>
		<description><![CDATA[IEs4Linux is already a few months old, but I&#8217;ve just come across it just recently. Previously, I&#8217;m running IE6 by using winetools on wine20050524. This time, with the advent of Wine 0.9x, somebody made the effort of creating a script for installing multiple IEs on Wine. Works with PCLinuxOS with Wine 0.91, though with some [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tatanka.com.br/ies4linux/">IEs4Linux</a> is already a few months old, but I&#8217;ve just come across it just recently. Previously, I&#8217;m running IE6 by using winetools on wine20050524. This time, with the advent of Wine 0.9x, somebody made the effort of creating a script for installing multiple IEs on Wine. Works with PCLinuxOS with Wine 0.91, though with some small problems initially.</p>
<p> <a href="http://xtrahot.chili-mango.net/2005/12/internet-explorers-for-linux/" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2005/12/internet-explorers-for-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Defining CSS Constants Using PHP</title>
		<link>http://xtrahot.chili-mango.net/2005/12/defining-css-constants-using-php/</link>
		<comments>http://xtrahot.chili-mango.net/2005/12/defining-css-constants-using-php/#comments</comments>
		<pubDate>Fri, 09 Dec 2005 18:05:14 +0000</pubDate>
		<dc:creator>dugger</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

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

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

		<guid isPermaLink="false">http://chiliblog.chili-mango.net/2005/12/defining-css-constants-using-php/</guid>
		<description><![CDATA[Tyler Hall has come up with a clever way to streamline edits for CSS constants (same styles repeated in different ids and classes) using PHP.]]></description>
			<content:encoded><![CDATA[<p>Tyler Hall has come up with a clever way to streamline edits for CSS constants (same styles repeated in different ids and classes) using PHP.</p>
<p>What&#8217;s more interesting though is the activity in the comments. It turned out that suggested technique has a security hole at the time the story made it to the front page of digg.com, in which the author has arrived at a <a href="http://www.tylerhall.ws/blog/2005/12/defining-css-constants-using-php/">pretty good tip.</a> I&#8217;ll make it point to remember that too. ;)</p>
<p>Another interesting technique pointed out in the discussion is the <a href="http://www.shauninman.com/plete/2005/08/css-constants"> CSS-SSC work</a> by Shaun Inman. <a href="http://meyerweb.com/eric/thoughts/2005/08/31/the-constants-gardener/">Thoughts by Eric Meyer.</a></p>
<p> <br/><a href="http://tylerhall.ws/css/constants/">read more</a>&nbsp;|&nbsp;<a href="http://digg.com/design/Defining_CSS_Constants_Using_PHP">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2005/12/defining-css-constants-using-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Nice webdesign showcase</title>
		<link>http://xtrahot.chili-mango.net/2005/12/nice-webdesign-showcase/</link>
		<comments>http://xtrahot.chili-mango.net/2005/12/nice-webdesign-showcase/#comments</comments>
		<pubDate>Wed, 07 Dec 2005 22:40:43 +0000</pubDate>
		<dc:creator>dugger</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

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

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

		<guid isPermaLink="false">http://chiliblog.chili-mango.net/2005/12/nice-webdesign-showcase/</guid>
		<description><![CDATA[DarkEye is a new breed of &#8220;living&#8221; web design showcase. You&#8217;re in control: you rate, review and submit sites that instantly appear in front of thousands potential users. DarkEye is what you make it so start experimenting today.
Very cool indeed.
read more&#160;&#124;&#160;digg story
]]></description>
			<content:encoded><![CDATA[<p>DarkEye is a new breed of &#8220;living&#8221; web design showcase. You&#8217;re in control: you rate, review and submit sites that instantly appear in front of thousands potential users. DarkEye is what you make it so start experimenting today.</p>
<p>Very cool indeed.</p>
<p><a href="http://www.dark-i.com/default.aspx">read more</a>&nbsp;|&nbsp;<a href="http://digg.com/design/Nice_webdesign_showcase_Digg_sauce">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2005/12/nice-webdesign-showcase/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Top 10 custom JavaScript functions of all time</title>
		<link>http://xtrahot.chili-mango.net/2005/12/top-10-custom-javascript-functions-of-all-time/</link>
		<comments>http://xtrahot.chili-mango.net/2005/12/top-10-custom-javascript-functions-of-all-time/#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

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

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

		<guid isPermaLink="false">http://www.chili-mango.net/wpmove/2005/12/top-10-custom-javascript-functions-of-all-time/</guid>
		<description><![CDATA[A very nice list of the most used JavaScript functions! A must read!
Pretty cool site design too (best viewed in Firefox)!
read more&#160;&#124;&#160;digg story
]]></description>
			<content:encoded><![CDATA[<p>A very nice list of the most used JavaScript functions! A must read!</p>
<p>Pretty cool site design too (best viewed in Firefox)!</p>
<p><a href="http://www.dustindiaz.com/top-ten-javascript/">read more</a>&nbsp;|&nbsp;<a href="http://digg.com/programming/Top_10_custom_JavaScript_functions_of_all_time">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2005/12/top-10-custom-javascript-functions-of-all-time/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
