#songsincode on Twitter

I found this quite amusing:
http://search.twitter.com/search?q=%23songsincode
Kinda nerdy, but kinda cool, song lyrics written out in code.
Here’s a good list of some of the better ones: http://retrocode.blogspot.com/2009/09/songsincode-lyrics-for-programmers.html

Groovy laptop decals

Found some pretty cool laptop stickers at etsy.com. The website has lots of other handmade items for sale.

New Google Browser “Chrome”

Check out this neat little feature:
“By keeping each tab in an isolated “sandbox”, we were able to prevent one tab from crashing another and provide improved protection from rogue sites.”
what a great idea:)

Setting the href in XSLT & XML

I spent ages trying to figure out how to output the xml for a link’s href (i.e. <a href=””>) by trying to escape the double quotes of the href. For example:
<a href=\”<xsl:value-of select=”@url”/>\”><xsl:value-of select=”@url”/></a>
But that didn’t work.
Ended up to be a simple solution as it always is.
Assuming we have an xml file that has a [...]

How Search Engines Index Flash Sites

SEO is always on the minds of flash site designers. How well or unwell are flash sites indexed by search engines? How at all?
Google was the first engine to index .PDFs, .DOCs, other dynamic content, and also flash, through its in-house methods. Later, FAST became the first engine to index flash sites using the Flash [...]