<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.1" -->
<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>ChrisEsler.com</title>
	<link>http://www.chrisesler.com</link>
	<description>Web Design, Book Design &#038; Illustration</description>
	<pubDate>Wed, 13 Feb 2008 14:07:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>
	<language>en</language>
			<item>
		<title>Krugle - Code Search Engine</title>
		<link>http://www.chrisesler.com/2006/04/11/krugle-code-search-engine/</link>
		<comments>http://www.chrisesler.com/2006/04/11/krugle-code-search-engine/#comments</comments>
		<pubDate>Tue, 11 Apr 2006 16:01:43 +0000</pubDate>
		<dc:creator>chris.esler</dc:creator>
		
	<category>Web Design</category>
	<category>Javascript</category>
	<category>Ajax</category>
		<guid isPermaLink="false">http://www.chrisesler.com/2006/04/11/krugle-code-search-engine/</guid>
		<description><![CDATA[I had signed up for the Krugle service when I first heard about it from Ajaxian. It was promising to be a search engine to find source code - of everything (php, java, perl, c, you name it). Well they got an overwhelming response, and had to back off a bit till they had the [...]]]></description>
			<content:encoded><![CDATA[<p>I had signed up for the <a href="http://www.krugle.com">Krugle</a> service when I first heard about it from <a href="http://www.ajaxian.com">Ajaxian</a>. It was promising to be a search engine to find source code - of everything (php, java, perl, c, you name it). Well they got an overwhelming response, and had to back off a bit till they had the resources to handle the demand.</p>
<div style="margin: 10px; position: relative; float: right">
<script type="text/javascript"><!--
google_ad_client = "pub-4059897573425384";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";
google_ad_type = "text";
google_ad_channel ="";
google_color_border = "B4D0DC";
google_color_bg = "ECF8FF";
google_color_link = "0000CC";
google_color_url = "008000";
google_color_text = "6F6F6F";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p>I just got my account code the other day, and signed up for the <a href="http://www.chrisesler.com/wp-admin/beta.krugle.com">Beta</a>. It looks very promising. The interface is nice and fairly intuitive. Lots of use of Ajax here to make requests and manipulate the gui. If you click on a search result, it enableds a side pane that allows you to look at the code and the repository where it is located. All in one place. Pretty impressive. Very little lag time.</p>
<p>There needs to be some minor cleanup of the gui, but overall its a good project, and I can&#8217;t wait to to see the final version. If you haven&#8217;t signed up for a Krugle account, I reccomend heading over to <a href="http://www.krugle.com">their site</a> and sign up for the Beta.
<p>
<p><!--f06801d8950fb0a5170219e0eb5ee38d-->
</p>
<p><!--ef34f0e0b9f50b360ceb32d8cf1552e2-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.chrisesler.com/2006/04/11/krugle-code-search-engine/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>QooxDoo Javascript UI Library</title>
		<link>http://www.chrisesler.com/2006/04/06/qooxdoo-javascript-ui-library/</link>
		<comments>http://www.chrisesler.com/2006/04/06/qooxdoo-javascript-ui-library/#comments</comments>
		<pubDate>Thu, 06 Apr 2006 17:08:58 +0000</pubDate>
		<dc:creator>chris.esler</dc:creator>
		
	<category>Web Design</category>
	<category>Javascript</category>
	<category>Ajax</category>
		<guid isPermaLink="false">http://www.chrisesler.com/2006/04/06/qooxdoo-javascript-ui-library/</guid>
		<description><![CDATA[A while ago I discovered a pretty amazing library for UI design written entirely in javascript. What surprised me though is how little attention it was getting. No, it&#8217;s not Prototype or Dojo - they get tons of attention. The javascript library I&#8217;m talking about is called QooxDoo.
First thing you&#8217;e probably saying is &#8216;Cooks what??&#8217;. [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago I discovered a pretty amazing library for UI design written entirely in javascript. What surprised me though is how little attention it was getting. No, it&#8217;s not Prototype or Dojo - they get tons of attention. The javascript library I&#8217;m talking about is called <a target="_blank" title="QooxDoo" href="http://qooxdoo.oss.schlund.de/">QooxDoo</a>.</p>
<p>First thing you&#8217;e probably saying is &#8216;Cooks what??&#8217;. Heres a snippet from their website stating just how to pronounce the name.</p>
<div style="border: 1px solid gray; padding: 10px; background-color: #fcfcea; margin-left: 30px; margin-right: 30px"><strong>How do you pronounce the name?</strong><br />
For the peace of mind of our english speaking friends: It&#8217;s like &#8220;cooks-do&#8221;, as in the sentence &#8220;Cooks do cooking for their living&#8221;.</div>
<div style="margin: 10px; position: relative; float: right">
<script type="text/javascript"><!--
google_ad_client = "pub-4059897573425384";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";
google_ad_type = "text";
google_ad_channel ="";
google_color_border = "B4D0DC";
google_color_bg = "ECF8FF";
google_color_link = "0000CC";
google_color_url = "008000";
google_color_text = "6F6F6F";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p>What impresses me most about this javascript is the superb UI it generates. It has most of what you need to develop a Web 2.0 application. It is still fairly early in its development, but the strength of the community behind it has made it come a long way. It has the ability for a windowing system, ajax communication, excellent menu system, event capture, themes, and much more than I could ever write in a day. I suggest you vist their website for a <a title="qooxdoo demo" href="http://qooxdoo.oss.schlund.de/public/demo/">demo</a>.</p>
<p>I&#8217;m currently learning more about how to use this script to generate a UI. I&#8217;ve also figured out how to integrate <a title="CPAINT php ajax script" href="http://cpaint.booleansystems.com/index.php">CPAINT</a> with it to do ajax communication with my PHP scripts that do the talking to my postgres and mysql database.</p>
<p>I plan on working out a simple application like a contacts list just to show the power of this open source project. And yes. It is free. Qooxdoo uses the LGPL as their license.</p>
<p>So check it out.
</p>
<p><!--620d55aa164d26734e804ba9cf397776-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.chrisesler.com/2006/04/06/qooxdoo-javascript-ui-library/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Ajax tooltip</title>
		<link>http://www.chrisesler.com/2006/03/21/ajax-tooltip/</link>
		<comments>http://www.chrisesler.com/2006/03/21/ajax-tooltip/#comments</comments>
		<pubDate>Tue, 21 Mar 2006 20:07:51 +0000</pubDate>
		<dc:creator>chris.esler</dc:creator>
		
	<category>Web Design</category>
	<category>asides</category>
	<category>Javascript</category>
	<category>Ajax</category>
		<guid isPermaLink="false">http://www.chrisesler.com/2006/03/21/ajax-tooltip/</guid>
		<description><![CDATA[I was looking for an ajax tooltip the other day, and I happened to find one that was actually pretty good. The tooltip itself is called &#8220;Bubble Tooltip&#8220;. This is very similar to the netflix tooltip.





What makes it easy is that you use basically one image for the background of the tooltip. If you want [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for an <a title="Ajax tooltip" href="http://web-graphics.com/mtarchive/001717.php">ajax tooltip</a> the other day, and I happened to find one that was actually pretty good. The tooltip itself is called &#8220;<a title="Ajax tooltip" href="http://web-graphics.com/mtarchive/001717.php">Bubble Tooltip</a>&#8220;. This is very similar to the netflix tooltip.</p>
<div style="margin: 10px; position: relative; float: right">
<script type="text/javascript"><!--
google_ad_client = "pub-4059897573425384";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";
google_ad_type = "text";
google_ad_channel ="";
google_color_border = "B4D0DC";
google_color_bg = "ECF8FF";
google_color_link = "0000CC";
google_color_url = "008000";
google_color_text = "6F6F6F";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p>What makes it easy is that you use basically one image for the background of the tooltip. If you want a fancy tooltip such as their example, you need to make the image a PNG to have the best transparency. You then write some basic css for the top and bottom of the tooltip.</p>
<p>Even though this is a pretty impressive ajax tooltip, I think I could do something similar with <a title="Prototype Javascript Library" href="http://prototype.conio.net">Prototype</a>. I&#8217;ll try to write a new ajax tooltip script that utilizes Prototype since that is what I&#8217;ve been using mostly when I write ajax script.</p>
<p><a title="Bubble Tooltips" href="http://web-graphics.com/mtarchive/001717.php">http://web-graphics.com/mtarchive/001717.php</a>
<p><!--4900a1ada0f8f1a3888fac3bc51ef627-->
<p>
<p><!--0752b0ca5b1aae2d3f2dfb646a70fd65-->
</p>
<p><!--e2c57f797cbe8c3ba961f709a7c536df-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.chrisesler.com/2006/03/21/ajax-tooltip/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
