Posted on September 3rd, 2008 by roger
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:)
Filed under: Uncategorised | No Comments »
Posted on August 14th, 2008 by roger
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 [...]
Filed under: Uncategorised | No Comments »
Posted on June 5th, 2008 by roger
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 [...]
Filed under: Uncategorised | No Comments »