October 22, 2008

links for 2008-10-22

Filed under: Uncategorized — Tags: — rathervague @ 6:05 pm

Thickbox iframe onload

Filed under: Uncategorized — Tags: — rathervague @ 10:51 am

$(document).ready(function(){
tb_show('title here','/page.html?keepThis=true&TB_iframe=true&height=260&width=400');
});

October 21, 2008

links for 2008-10-21

Filed under: Uncategorized — Tags: — rathervague @ 6:03 pm

comma – fullstop xsl

Filed under: Uncategorized — Tags: — rathervague @ 11:06 am

<xsl:for-each select="/page/contentframe/pageerrors/error">
<xsl:value-of select="@value"/>
<xsl:if test="position() &lt; last()-1">
<xsl:text>, </xsl:text>
</xsl:if>
<xsl:if test="position()=last()-1">
<xsl:text>, and </xsl:text>
</xsl:if>
<xsl:if test="position()=last()">
<xsl:text>!</xsl:text>
</xsl:if>
</xsl:for-each>

October 20, 2008

links for 2008-10-20

Filed under: Uncategorized — Tags: — rathervague @ 6:03 pm
« Newer PostsOlder Posts »

rathervague.co.uk © 2010