<?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>Cal Jacobson&#039;s Blog &#187; Web development</title>
	<atom:link href="http://blog.caljacobson.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.caljacobson.com</link>
	<description>Breathtaking in its unremarkability.</description>
	<lastBuildDate>Sat, 15 May 2010 08:30:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>IE7 Hits the Streets</title>
		<link>http://blog.caljacobson.com/2006/10/19/ie7-hits-the-streets/</link>
		<comments>http://blog.caljacobson.com/2006/10/19/ie7-hits-the-streets/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 16:55:22 +0000</pubDate>
		<dc:creator>Cal</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://blog.caljacobson.com/2006/10/19/ie7-hits-the-streets/</guid>
		<description><![CDATA[It&#8217;s official: Internet Explorer 7 has been officially released. I hope that this marks the beginning of a series of reasonably frequent and substantial improvements&#8230;to not just CSS support but more evolutionary additions such as SVG support. I can&#8217;t help but think that an aggressive IE will spur other browser developers on so we see [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s official: <a href="http://blogs.msdn.com/ie/archive/2006/10/18/internet-explorer-7-for-windows-xp-available-now.aspx" title="IE Blog">Internet Explorer 7 has been officially released</a>.  I hope that this marks the beginning of a series of reasonably frequent and <em>substantial </em>improvements&#8230;to not just CSS support but more evolutionary additions such as <a href="http://svg.org/story/2006/4/26/1979/07406">SVG support</a>.  I can&#8217;t help but think that an aggressive IE will spur other browser developers on so we see the kind of competition and innovation we saw in the mid-90s.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.caljacobson.com/2006/10/19/ie7-hits-the-streets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lightbox JS and Lightbox.NET</title>
		<link>http://blog.caljacobson.com/2006/05/20/lightbox-js-and-lightboxnet/</link>
		<comments>http://blog.caljacobson.com/2006/05/20/lightbox-js-and-lightboxnet/#comments</comments>
		<pubDate>Sat, 20 May 2006 20:48:04 +0000</pubDate>
		<dc:creator>Cal</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://blog.caljacobson.com/2006/05/20/lightbox-js-and-lightboxnet/</guid>
		<description><![CDATA[Although the underlying capability has existed for years, it seems that within the last 12-18 months there has been an explosion of new Javascript libraries and widgets designed to support really slick web application features. One of the slickest is Lightbox JS by Lokesh Dhakar. Lightbox JS (and Lightbox JS 2.0, the most recent and [...]]]></description>
			<content:encoded><![CDATA[<p>Although the underlying capability has existed for years, it seems that within the last 12-18 months there has been an explosion of new Javascript libraries and widgets designed to support really slick web application features. One of the slickest is <a target="_blank" href="http://www.huddletogether.com/projects/lightbox2/" title="Lightbox JS 2.0 homepage">Lightbox JS</a> by Lokesh Dhakar.</p>
<p>Lightbox JS (and Lightbox JS 2.0, the most recent and even more impressive incarnation) allows you to display large images in a web page without sacrificing real estate. Go <a target="_blank" href="http://www.huddletogether.com/projects/lightbox2/" title="Lightbox JS demo">give it a try</a> to see what I&#8217;m talking about &#8212; it&#8217;ll be much easier to understand than an additional paragraph of my ramblings.</p>
<p>I thought the Lightbox capabilities would be a nice touch to an ASP.NET application I&#8217;m currently working on, so I set about trying to make a full-blown custom web control so I could just drag a Lightbox onto a page during design-time instead of mucking about in script. The end result was&#8230;<em>satisfactory</em>. I had a custom control that inherited from System.Web.UI.WebControls.WebControl and could be sized and styled and dealt with all the Lightbox JS-related items (scripts, stylesheets, images) as Embedded Resources.</p>
<p>But it still seemed clunky. So I was quite happy to stumble across <a target="_blank" href="http://blog.lozanotek.com/archive/2006/05/04/lightboxnet.aspx" title="Lightbox.NET introductory post">Lightbox.NET</a>, a very similar control developed by <a target="_blank" href="http://blog.lozanotek.com/" title="Javier's home page">Javier G. Lozano</a>. You can find the source as well as additional comments about the differences between the two approaches <a href="http://blog.lozanotek.com/archive/2006/05/10/10186.aspx" title="Lightbox.NET source code">here</a>.</p>
<p><b>Update (7/10/07)</b>: Fixed URLs.  Additionally, Lightbox.NET is now a project at CodePlex and may be found <a href="http://www.codeplex.com/lbnet" title="Lightbox.NET @ CodePlex">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.caljacobson.com/2006/05/20/lightbox-js-and-lightboxnet/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
