<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="0.92">
<channel>
	<title>Lab notes</title>
	<link>http://labnotes.blogsome.com</link>
	<description>Notes from the guy in the lab</description>
	<lastBuildDate>Fri, 12 May 2006 00:00:15 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>

	<item>
		<title>RSS is an approach</title>
		<description>	Dave Winer, summarizing Jim Moore: &#8220;RSS is more than a format, it&#8217;s an approach to creating systems.&#8221;
	This isn&#8217;t news to me- surprised to see that Dave wasn&#8217;t thinking along this line previously.
	And me quoting Randy Holloway and nodding with agreement &#8230; thanks Randy, I missed this gem when fast reading ...</description>
		<link>http://labnotes.blogsome.com/2005/07/14/rss-is-an-approach/</link>
	</item>
	<item>
		<title>IBM putting some weight behind the P languages</title>
		<description>	Today&#8217;s announcement is strictly about adding DB2 connectivity to PHP 4/5, but you can see from the page that three other P languages are covered.
	More interesting is the comparison of J2EE and Ruby on Rails,, published on Developer Works.
 </description>
		<link>http://labnotes.blogsome.com/2005/07/14/ibm-putting-some-weight-behind-the-p-languages/</link>
	</item>
	<item>
		<title>Google Maps API</title>
		<description>	The Google Maps API lets developers embed Google Maps in their own web pages with JavaScript. You can add overlays to the map (including markers and polylines) and display shadowed &#8220;info windows&#8221; just like Google Maps.
	
	Link

 </description>
		<link>http://labnotes.blogsome.com/2005/06/29/google-maps-api/</link>
	</item>
	<item>
		<title>RSS w/Lists</title>
		<description>	Scoble links to a variety of feedback on the MS announcements.
	Me? I want to start using it. Yesterday.
	Technically, RSS w/Lists is a simple extension slapped onto an existing specification. And it&#8217;s not even a big extension at that. But think of all the possible applications, and all of a sudden ...</description>
		<link>http://labnotes.blogsome.com/2005/06/27/rss-wlists-2/</link>
	</item>
	<item>
		<title>Fulltext search redux</title>
		<description>	Philipp Keller tackles tags and MySQL again, this time running a benchmark against four different schemas, one of which uses fulltext search. My conclusion was slightly different, though: fulltext search is quick (and simple) on the insert, and mysterious on the select. I just couldn&#8217;t make it scale consistently, but ...</description>
		<link>http://labnotes.blogsome.com/2005/06/21/fulltext-search-redux/</link>
	</item>
	<item>
		<title>Lab notes #5 Fulltext? not so fast</title>
		<description>	A few more days of playing with the fulltext search engine landed me in performance dead-end.
	The test case consists of three tables. The primary table holds most of the information and decides on the tag of each record. It&#8217;s the biggest table with the largest number of records. The secondary ...</description>
		<link>http://labnotes.blogsome.com/2005/06/06/lab-notes-5-fulltext-not-so-fast/</link>
	</item>
	<item>
		<title>Lab notes #4 Fulltext for tag searches</title>
		<description>	I&#8217;ve been looking at different schemas that can support tagging, which I realized that full text search is the perfect application for tagging.
	A scheme where each tag (applied to an object by a user) occupies a row in the database is simple and efficient in terms of storage size and ...</description>
		<link>http://labnotes.blogsome.com/2005/05/30/fulltext-for-tag-searches/</link>
	</item>
	<item>
		<title>AJAX Mistakes</title>
		<description>	Alex Bosworth lists his ten top AJAX mistakes. I couldn&#8217;t agree more. There are too many choices in AJAX and DHTML that work great in principle, but not in practice. The big challange, and it&#8217;s not an easy one, is how not to repeat any of them.

 </description>
		<link>http://labnotes.blogsome.com/2005/05/24/ajax-mistakes/</link>
	</item>
	<item>
		<title>AJAX</title>
		<description>	The previous post left all of my two readers wondering what AJAX is. Jesse James Garrett of Adaptive Path sums it up well in this post. Which incidentally is one of the top links on del.icio.us, at least according to populicio.us. And subtly, I&#8217;ve just linked tagging with AJAX.

 </description>
		<link>http://labnotes.blogsome.com/2005/05/15/ajax/</link>
	</item>
	<item>
		<title>Flickr switches from Flash to DHTML</title>
		<description>	Not exactly a newsbite that will change your day, but Flickr has just switched from using Flash to DHTML/AJAX on some of their pages. And they got to talk about it during the AJAX summitt. For those of you out of the loop, AJAX is Web Buzzword of The Month(tm).
	Personally, ...</description>
		<link>http://labnotes.blogsome.com/2005/05/13/flickr-switches-from-flash-to-dhtml/</link>
	</item>
	<item>
		<title>Dynamic HTML goodies</title>
		<description>	Drag &#038; Drop Sortable Lists
	Using JavaScript and CSS to allow the user to re-arrange a list of items by dragging &#038; dropping them.
	Showing &#038; Hiding a DIV
	I&#8217;ve used a similar script in a different blog to show and hide the comments in-line. Each post would have a comment link at ...</description>
		<link>http://labnotes.blogsome.com/2005/05/10/dynamic-html-goodies/</link>
	</item>
	<item>
		<title>Firefox Web Developer extension</title>
		<description>	Lifehacker pointed me in the direction of the Firefox Web Developer extension. Developed by Chris Pederick, this extension adds a menu and toolbar to Firefox with a whole slew of features: view and edit CSS stylesheets, validate content, change forms, resize to specific screen size, and so much more. The ...</description>
		<link>http://labnotes.blogsome.com/2005/05/10/firefox-web-developer-extension/</link>
	</item>
	<item>
		<title>Technorati tags</title>
		<description>	A Consuming Experience has a well written introduction to Technorati tags, tags in general and a bunch of good references.
	&#8220;This is a introductory guide to &#8220;tags&#8221; on Technorati, the blogosphere search engine, which started using them in mid-January 2005. It&#8217;s a practical introduction rather than a tutorial (ending with some ...</description>
		<link>http://labnotes.blogsome.com/2005/05/07/technorati-tags/</link>
	</item>
	<item>
		<title>CSS XML Buttons</title>
		<description>	Christian has a cool trick for creating XML buttons using HTML content and CSS styling. It&#8217;s really that simple, see: Lab Notes

 </description>
		<link>http://labnotes.blogsome.com/2005/05/04/css-xml-buttons/</link>
	</item>
	<item>
		<title>Cheat sheets</title>
		<description>	ILoveJackDaniels has nice cheat sheets for PHP, CSS and RGB colors. The cheat sheets are provided as PNG images that print nicely on A4 at 600dpi.
	&nbsp;&nbsp;&nbsp;
 </description>
		<link>http://labnotes.blogsome.com/2005/05/04/cheat-sheets/</link>
	</item>
</channel>
</rss>
