<?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>Dan Theurer &#187; General</title>
	<atom:link href="http://www.theurer.cc/blog/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theurer.cc/blog</link>
	<description>Web services, technology and random thoughts!</description>
	<lastBuildDate>Thu, 28 May 2009 03:21:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Yahoo! Mail goes API</title>
		<link>http://www.theurer.cc/blog/2007/03/28/yahoo-mail-goes-api/</link>
		<comments>http://www.theurer.cc/blog/2007/03/28/yahoo-mail-goes-api/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 00:14:23 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.theurer.cc/blog/2007/03/28/yahoo-mail-goes-api/</guid>
		<description><![CDATA[Have you always wanted to write your own Yahoo! Mail client? Now you can! Just weeks after the launch of Yahoo! Pipes, Yahoo! launches another big developer product. Mail has opened up their backend,  which powers both the Mail beta and the Frontpage module. The service supports SOAP and JSON-RPC, which supports all kinds of [...]]]></description>
			<content:encoded><![CDATA[<p>Have you always wanted to write your own Yahoo! Mail client? Now you can! Just weeks after the launch of <a href="http://pipes.yahoo.com">Yahoo! Pipes</a>, Yahoo! launches another big developer product. Mail has opened up their backend,  which powers both the Mail beta and the Frontpage module. The service supports SOAP and JSON-RPC, which supports all kinds of languages. On the Developer Network site you can find <a href="http://developer.yahoo.com/mail/code/">code samples for Java, .NET, PHP, Perl and Python</a> to get started quickly. Getting the user-credentials is done through <a href="http://developer.yahoo.com/auth">BBAuth</a>!</p>
<p>The official announcement can be found on the <a href="http://developer.yahoo.net/blog/archives/2007/03/mail.html">Developer Network Blog.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theurer.cc/blog/2007/03/28/yahoo-mail-goes-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Launching the Un-Launch-Able</title>
		<link>http://www.theurer.cc/blog/2006/09/29/launching-the-un-launch-able/</link>
		<comments>http://www.theurer.cc/blog/2006/09/29/launching-the-un-launch-able/#comments</comments>
		<pubDate>Fri, 29 Sep 2006 16:12:26 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web services]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[hackday]]></category>

		<guid isPermaLink="false">http://www.theurer.cc/blog/2006/09/29/launching-the-un-launch-able/</guid>
		<description><![CDATA[Opening up Yahoo! I&#8217;ve been looking forward to this day and writing this exact post for quite some time now! So this is it! Wow, this feels great! We just pushed Browser Based Authentication (BBAuth) out the door.
Let’s start this post with what BBAuth is and what it can be used for. It was designed [...]]]></description>
			<content:encoded><![CDATA[<p>Opening up Yahoo! I&#8217;ve been looking forward to this day and writing this exact post for quite some time now! So this is it! Wow, this feels great! We just pushed <a href="http://developer.yahoo.com/auth">Browser Based Authentication</a> (BBAuth) out the door.</p>
<p>Let’s start this post with what BBAuth is and what it can be used for. It was designed to allow third-party applications to interact with user-specific data with the users&#8217; consent. On top of doing the obvious, it supports <a href="http://theurer.cc/code/sso">Single Sign-On</a> out of the box.</p>
<p>That means you can build applications that instead of creating your own sign-up flow, which requires users to pick yet another username and password, you can let them sign in with their existing Yahoo! account. The best thing about it is that it&#8217;s safe, the YahooId does not get shared with the applications. Your application needs to redirect the user to the Yahoo! BBAuth login and after the user successfully logs in, your app will receive an encrypted and unique userid for each user that logs in. This <a href="http://theurer.cc/code/sso">sample application makes use of SSO</a>.</p>
<p>Good or bad? That is up-to-you do decide. My opinion is that this can make navigating the web so much easier for users, and I am one of them! I don&#8217;t want to have to remember &#8216;x&#8217; usernames and &#8216;y &#8216;passwords and keep adding to the list everyday. There are also other ways of dealing with that problem, but here is a solution that is really straightforward. Feel free to leave a comment and let me know what you think! I want to add that this is not driven by a huge initiative to get everyone on Yahoo!, but an attempt to put out another tool that developers can decide to adopt if they like it.</p>
<p>But that&#8217;s not all! <a href="http://developer.yahoo.com/photos">Yahoo! Photos</a> opened up an API that takes advantage of BBAuth as well. I wrote a <a href="http://theurer.cc/code/auth">sample application</a> that is using it, which allows user to view and update titles and descriptions for photos stored on Yahoo!. The ajaxy parts are using the <a href="http://developer.yahoo.com/yui">YUI libraries</a>. On top of all that, we are doing a private beta for developers who attend our public <a href="http://hackday.org">Hackday</a>! The new <a href="http://mail.yahoo.com">Yahoo! Mail</a> is opening up their backend!! Appid sign-up will be limited for now but stay tuned for f<a href="http://developer.yahoo.com/blog">uture updates</a>.</p>
<p>For me, this has been quite a ride from the first time we talked about making BBAuth happen until today, the day we finally launched. In a big company like Yahoo!, you need to get input / approval from quite some folks if you want to do something out of the box and open up the company. All that makes sense and is justifiable but sometimes I wish it would have been faster. On the other side, I learned a lot about the company I work for, how big companies work in general, egos, friends and allies and most importantly how you get stuff done that is obviously not on everyone&#8217;s &#8220;need this today&#8221; list.</p>
<p>Like most platform projects that have to support a lot of different use-cases, the list of people that have made this happen is very long and I don&#8217;t even want to try to list them all. Instead I want to send a big &#8220;general&#8221; thank you out to all the thinkers and do-ers, the try-to-stop-it-ers and the must-have-today-ers! Thanks to all of you for making it what it is today!</p>
<p>Further reading: On the <a href="http://developer.yahoo.com/">Developer Network page</a> we have the official announcement. <a href="http://jeremy.zawodny.com/blog/archives/007557.html">Jeremy posted something on his blog</a> as well. Without his help to clear last minute &#8220;congestions&#8221; I am not sure if would have gone out today :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theurer.cc/blog/2006/09/29/launching-the-un-launch-able/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>Hackday – Final Countdown</title>
		<link>http://www.theurer.cc/blog/2006/09/27/hackday-%e2%80%93-final-countdown/</link>
		<comments>http://www.theurer.cc/blog/2006/09/27/hackday-%e2%80%93-final-countdown/#comments</comments>
		<pubDate>Wed, 27 Sep 2006 08:01:05 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web services]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[hackday]]></category>

		<guid isPermaLink="false">http://www.theurer.cc/blog/2006/09/27/hackday-%e2%80%93-final-countdown/</guid>
		<description><![CDATA[It’s getting close! A little over two days are left before we kick off the Yahoo Hack Day! A lot has been written, the guest list / registration will close very soon and we are about to buckle up and go on the ride! There will be classes on Friday during the day ranging from [...]]]></description>
			<content:encoded><![CDATA[<p>It’s getting close! A little over two days are left before we kick off the <a href="http://hackday.org">Yahoo Hack Day</a>! A lot has been written, the guest list / registration will close very soon and we are about to buckle up and go on the ride! There will be <a href="http://yuiblog.com/blog/2006/09/22/yahoo-devday-schedule/">classes on Friday</a> during the day ranging from social networks to performance, and in the evening we will have a huge performance that goes way beyond all the usual corporate music gigs, you name it. People are already speculating and we will see who gets it right at the end.</p>
<p>Besides the entertainment and classes we will have networking, coding, camping, presentations, wifi, food (not free &#8211; sorry, we spent the $ somewhere else), parking and and and. It will be a lot of fun! If you didn’t sign up already, this is your last call! You can do this on <a href="http://upcoming.org/event/101629">Upcoming.org</a>.</p>
<p>Sidenote: The timer on the <a href="http://hackday.org">hackday page</a> gets powered by the RESTful <a href="http://developer.yahoo.com/util/timeservice/V1/getTime.html">getTime</a> web service that I wrote for fun. How much more basic then getTime can a web service get? That’s not the point :) The nice thing about it is that it supports <a href="http://json.org">JSON</a> and serialized PHP on top of the XML output.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theurer.cc/blog/2006/09/27/hackday-%e2%80%93-final-countdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Approver.com &#8211; Evite for documents</title>
		<link>http://www.theurer.cc/blog/2006/09/05/approvercom-evite-for-documents/</link>
		<comments>http://www.theurer.cc/blog/2006/09/05/approvercom-evite-for-documents/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 21:12:41 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.theurer.cc/blog/2006/09/05/approvercom-evite-for-documents/</guid>
		<description><![CDATA[Earlier today, Jeffrey McManus announced the launch of Approver.com a service that let&#8217;s you share, comment on and approve documents. The idea is to provide a solution that replaces the need to mail around documents and have to follow up manually with each recipient. Have a look!
]]></description>
			<content:encoded><![CDATA[<p>Earlier today, <a href="http://mcmanus.typepad.com/">Jeffrey McManus</a> announced the launch of <a href="http://approver.com">Approver.com</a> a service that let&#8217;s you share, comment on and approve documents.<span class="postText"> The idea is to provide a solution that replaces the need to mail around documents and have to follow up manually with each recipient.</span> <a href="http://mcmanus.typepad.com/grind/2006/09/introducing_app.html">Have a look!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theurer.cc/blog/2006/09/05/approvercom-evite-for-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Places I visited &#8211; Nice Toy</title>
		<link>http://www.theurer.cc/blog/2006/09/04/places-i-visited-nice-toy/</link>
		<comments>http://www.theurer.cc/blog/2006/09/04/places-i-visited-nice-toy/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 04:21:35 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.theurer.cc/blog/2006/09/04/places-i-visited-nice-toy/</guid>
		<description><![CDATA[
create your own visited countries map  or vertaling Duits Nederlands

create your own visited states map
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.world66.com/community/mymaps/worldmap?visited=CAUSATBECZDKFRDEITNLPLSIESCHUK" /><br />
<a href="http://douweosinga.com/projects/visitedcountries">create your own visited countries map</a>  or <a href="http://www.tonjafabritz.com">vertaling Duits Nederlands</a></p>
<p><img src="http://www.world66.com/myworld66/visitedStates/statemap?visited=AZCACTDCDEFLGAHIMEMDMANVNHNJNYNCORRISCVAWA" /><br />
<a href="http://douweosinga.com/projects/visitedstates">create your own visited states map</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theurer.cc/blog/2006/09/04/places-i-visited-nice-toy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Camera phone stolen &#8211; Pictures on Flickr</title>
		<link>http://www.theurer.cc/blog/2006/09/03/camera-phone-stolen-pictures-on-flickr/</link>
		<comments>http://www.theurer.cc/blog/2006/09/03/camera-phone-stolen-pictures-on-flickr/#comments</comments>
		<pubDate>Sun, 03 Sep 2006 07:26:48 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.theurer.cc/blog/2006/09/03/camera-phone-stolen-pictures-on-flickr/</guid>
		<description><![CDATA[Here is a great story that just made it on Slashdot.
Someone stole a cell phone that runs ShoZu, a mobile photo sharing service. The person who &#8220;found&#8221; the phone took pictures of the now famous (65.000 view at the time of writing the post) Chihuahua. Enjoy!

Zonetag is another solution that can upload pictures form a [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a <a href="http://slashdot.org/articles/06/09/01/2334239.shtml">great story</a> that just made it on <a href="http://slashdot.org">Slashdot</a>.</p>
<p>Someone stole a cell phone that runs <a href="http://www.shozu.com/portal/">ShoZu</a>, a mobile photo sharing service. The person who &#8220;found&#8221; the phone took pictures of the now famous (65.000 view at the time of writing the post) <a href="http://www.flickr.com/photos/benvoluto/216323527/">Chihuahua</a>. Enjoy!<br />
<a href="http://zonetag.research.yahoo.com/" /></p>
<p><a href="http://zonetag.research.yahoo.com/">Zonetag</a> is another solution that can upload pictures form a mobile device to <a href="http://flickr.com">Flickr</a> and on top of that is able to <a href="http://en.wikipedia.org/wiki/Geotag">geotag</a> images based on the cell tower information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theurer.cc/blog/2006/09/03/camera-phone-stolen-pictures-on-flickr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flickr and Upcoming.org &#8216;rev&#8217; their consumer product</title>
		<link>http://www.theurer.cc/blog/2006/08/28/flickr-and-upcomingorg-rev-their-consumer-product/</link>
		<comments>http://www.theurer.cc/blog/2006/08/28/flickr-and-upcomingorg-rev-their-consumer-product/#comments</comments>
		<pubDate>Mon, 28 Aug 2006 22:11:45 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.theurer.cc/blog/2006/08/28/flickr-and-upcomingorg-rev-their-consumer-product/</guid>
		<description><![CDATA[Upcoming.org now integrates with Flickr and Yahoo! Local; Flickr added geotagging functionality to the organizr &#8211; That rocks!
More on Upcoming.org: &#8220;Yeah, we&#8217;ve been busy. What&#8217;s new? Undiscovered events, Flickr photos for events, buddy icons, new event pages, and more than we can remember.&#8221;
More on Flickr: &#8220;Flickr&#8217;s great for exploring photos by photographer, tag, time, text [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://upcoming.org/">Upcoming.org</a> now integrates with <a href="http://flickr.com">Flickr </a>and Yahoo! Local; Flickr added geotagging functionality to the organizr &#8211; That rocks!</p>
<p>More on <a href="http://upcoming.org/news/archives/2006/08/28/undiscov/">Upcoming.org</a>: &#8220;Yeah, we&#8217;ve been busy. What&#8217;s new? Undiscovered events, Flickr photos for events, buddy icons, new event pages, and more than we can remember.&#8221;</p>
<p>More on <a href="http://blog.flickr.com/flickrblog/2006/08/great_shot_wher.html">Flickr</a>: &#8220;Flickr&#8217;s great for exploring photos by photographer, tag, time, text and group, and now it&#8217;s also great for exploring photos by place.&#8221; &#8211; APIs are in the make</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theurer.cc/blog/2006/08/28/flickr-and-upcomingorg-rev-their-consumer-product/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passing Mercedes and Porsche with Google</title>
		<link>http://www.theurer.cc/blog/2006/04/25/passing-mercedes-and-porsche-with-google/</link>
		<comments>http://www.theurer.cc/blog/2006/04/25/passing-mercedes-and-porsche-with-google/#comments</comments>
		<pubDate>Tue, 25 Apr 2006 18:01:10 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.theurer.cc/blog/2006/04/25/passing-mercedes-and-porsche-with-google/</guid>
		<description><![CDATA[This is amazing! Google just updated their Maps material for Germany and offers high resolution data and driving directions for it. They also provide better data for many other places in Europe as well. Check out the blog post.
I was looking up the Pyramids of Egypt yesterday when I realized that I could also see [...]]]></description>
			<content:encoded><![CDATA[<p>This is amazing! Google just updated their Maps material for Germany and offers high resolution data and driving directions for it. They also provide better data for many other places in Europe as well. Check out the <a href="http://www.gearthblog.com/blog/archives/2006/04/google_maps_and.html">blog post.</a></p>
<p>I was looking up the <a href="http://maps.google.com/maps?f=q&#038;hl=en&#038;q=pyramids&#038;ll=29.977483,31.135125&#038;spn=0.006561,0.014849&#038;t=h&#038;om=1">Pyramids of Egypt</a> yesterday when I realized that I could also see all the places I lived in Germany in great detail. When I was studying in Germany my daily commute led me by the Porsche and Mercedes factory. Here is the <a href="http://maps.google.com/maps?f=d&#038;hl=en&#038;saddr=Flandernstra%C3%9Fe+101,+73732+Esslingen,+Germany&#038;daddr=Marktplatz+6+71634+Ludwigsburg,+Germany&#038;t=h&#038;om=1&#038;ll=48.806863,9.233322&#038;spn=0.31927,0.726471">route I usually took</a>:</p>
<p>This &#8220;tour&#8221; takes you past some of the most interesting POI around Stuttgart.<br />
- the <a href="http://maps.google.com/maps?f=d&#038;hl=en&#038;saddr=Flandernstra%C3%9Fe+101,+73732+Esslingen,+Germany&#038;daddr=Marktplatz+6+71634+Ludwigsburg,+Germany&#038;ll=48.898017,9.1962&#038;spn=0.009959,0.022702&#038;t=h&#038;om=1">Ludwigsburg Palace</a> (<a href="http://en.wikipedia.org/wiki/Ludwigsburg_Palace">Wikipedia</a>)<br />
- <a href="http://maps.google.com/maps?f=d&#038;hl=en&#038;saddr=Flandernstra%C3%9Fe+101,+73732+Esslingen,+Germany&#038;daddr=Marktplatz+6+71634+Ludwigsburg,+Germany&#038;t=h&#038;om=1&#038;ll=48.83608,9.155774&#038;spn=0.009971,0.022702">Porsche Headquaters</a><br />
- <a href="http://maps.google.com/maps?f=d&#038;hl=en&#038;saddr=Flandernstra%C3%9Fe+101,+73732+Esslingen,+Germany&#038;daddr=Marktplatz+6+71634+Ludwigsburg,+Germany&#038;t=h&#038;om=1&#038;ll=48.791754,9.233086&#038;spn=0.00998,0.022702">Gottlieb-Daimler Stadion</a> where a couple of FIFA World Cup games will be played in July. Check out <a href="http://www.theurer.cc/maps/y/worldSat.html">this mashup</a> for more information<br />
- <a href="http://maps.google.com/maps?f=d&#038;hl=en&#038;saddr=Flandernstra%C3%9Fe+101,+73732+Esslingen,+Germany&#038;daddr=Marktplatz+6+71634+Ludwigsburg,+Germany&#038;t=h&#038;om=1&#038;ll=48.769258,9.26465&#038;spn=0.039939,0.090809">Mercedes Benz Headquaters</a> which stretches over a couple of miles along the Neckar river.<br />
- And finally the <a href="http://maps.google.com/maps?f=d&#038;hl=en&#038;saddr=Flandernstra%C3%9Fe+101,+73732+Esslingen,+Germany&#038;daddr=Marktplatz+6+71634+Ludwigsburg,+Germany&#038;t=h&#038;om=1&#038;ll=48.745054,9.322962&#038;spn=0.002497,0.005676">University of Applied Sciences in Esslingen</a></p>
<p>One more interesting spot is the <a href="http://maps.google.com/maps?f=d&#038;hl=en&#038;saddr=Flandernstra%C3%9Fe+101,+73732+Esslingen,+Germany&#038;daddr=Marktplatz+6+71634+Ludwigsburg,+Germany&#038;t=h&#038;om=1&#038;ll=48.763311,9.205948&#038;spn=0.002496,0.005676">TV tower in Stuttgart </a> (<a href="http://en.wikipedia.org/wiki/Fernsehturm_Stuttgart">Wikipedia</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theurer.cc/blog/2006/04/25/passing-mercedes-and-porsche-with-google/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cross-Browser Drag and Drop libraries (and more) unleashed</title>
		<link>http://www.theurer.cc/blog/2006/02/13/cross-browser-drag-and-drop-libraries-and-more-unleashed/</link>
		<comments>http://www.theurer.cc/blog/2006/02/13/cross-browser-drag-and-drop-libraries-and-more-unleashed/#comments</comments>
		<pubDate>Tue, 14 Feb 2006 01:13:46 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.theurer.cc/blog/2006/02/13/cross-browser-drag-and-drop-libraries-and-more-unleashed/</guid>
		<description><![CDATA[Developing Web sites has become much more then just adding text placed between HTML tags. Good examples are Google Maps or the new Yahoo Mail client. Major challenges are browser in developing those applications is browser normalization and implementing advanced features like drag and drop.
There are already a couple of toolkits out that deal with [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">Developing Web sites has become much more then just adding text placed between HTML tags. Good examples are <a target="_blank" href="http://maps.google.com/">Google Maps</a> or the new <a target="_blank" href="http://whatsnew.mail.yahoo.com/">Yahoo Mail</a> client. Major challenges are browser in developing those applications is browser normalization and implementing advanced features like drag and drop.</p>
<p class="MsoNormal">There are already a couple of toolkits out that deal with those issues like <a target="_blank" href="http://dojotoolkit.org/">DOJO</a>, <a target="_blank" href="http://www.zimbra.com/community/ajaxtk_download.html">Zimbra </a>and <a target="_blank" href="http://sourceforge.net/projects/sarissa">Sarissa </a>just to name a few. Each one has different strength and feature sets. Today, Yahoo! announced that they put their home grown JavaScript libraries under the FreeBSD license which is available at <a target="_blank" href="http://developer.yahoo.com/yui/">http://developer.yahoo.com/yui/</a></p>
<p class="MsoNormal">The Toolkit contains JavaScript files that make it much easier to develop more sophisticated web UIs. Features that are included are</p>
<ul>
<li><a target="_blank" href="http://developer.yahoo.net/yui/animation/index.html">Animation</a></li>
<li><a target="_blank" href="http://developer.yahoo.net/yui/dom/index.html">Element Positioning</a></li>
<li><a target="_blank" href="http://developer.yahoo.net/yui/dragdrop/index.html">Drag and Drop</a></li>
<li><a target="_blank" href="http://developer.yahoo.net/yui/connection/index.html">Connections</a></li>
<li><a target="_blank" href="http://developer.yahoo.net/yui/event/index.html">Event Handling</a></li>
</ul>
<p class="MsoNormal">It comes with some so called <a target="_blank" href="http://developer.yahoo.net/yui/#elements">UI Components</a> e.g a calendar that enables users to move between months or select a specific date and more.</p>
<p class="MsoNormal">Update: This <a target="_blank" href="http://yuiblog.com/blog/2006/02/13/welcome-to-the-yahoo-user-interface-blog/">blog post</a> covers the libraries with a lot of detail.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theurer.cc/blog/2006/02/13/cross-browser-drag-and-drop-libraries-and-more-unleashed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moved to Dreamhost.com</title>
		<link>http://www.theurer.cc/blog/2005/10/06/moved-to-dreamhostcom/</link>
		<comments>http://www.theurer.cc/blog/2005/10/06/moved-to-dreamhostcom/#comments</comments>
		<pubDate>Fri, 07 Oct 2005 06:07:43 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.theurer.cc/?p=27</guid>
		<description><![CDATA[A couple of days ago, Jeremy wrote that three of his computers gave up on him. I only lost one server this week, which I have maintained for the last couple of years. It died right Google and Sun joined forces!  The server was a Cobalt RAQ3, which was Sun&#8217;s version of a Linux [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of days ago, Jeremy wrote that three <a href="</p>
<p>http://jeremy.zawodny.com/blog/archives/005470.html">of his computers gave up on him</a>. I only lost one server this week, which I have maintained for the last couple of years. It died right <a href="http://www.cobalt.com">Google and Sun joined forces! </a> The server was a Cobalt RAQ3, which was Sun&#8217;s version of a Linux Web server. It had a nice administration interface to set up the DNS, websites, users, email, but at the same time it was open enough to install more applications like mySql, web mail and offered the full shell experiance. But why run your own server? It&#8217;s nice, but for a couple bucks a month, I get a really reliable solution at <a href="http://www.dreamhost.com">Dreamhost.com</a> that offers all that I currently need. Almost everything&#8230; I still have an Intel server sitting in my bedroom.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theurer.cc/blog/2005/10/06/moved-to-dreamhostcom/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
