<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Clay&apos;s Blog - Web Development</title>
			<link>http://pandora.tcs.tulane.edu/blogs/clay/index.cfm</link>
			<description>Stuff that interests me...</description>
			<language>en-us</language>
			<pubDate>Sat, 21 Nov 2009 07:49:17-0600</pubDate>
			<lastBuildDate>Wed, 24 Sep 2008 14:51:00-0600</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>mcgovern@tulane.edu</managingEditor>
			<webMaster>mcgovern@tulane.edu</webMaster>
			
			
			
			
			
			<item>
				<title>Microsoft Image Composite Editor</title>
				<link>http://pandora.tcs.tulane.edu/blogs/clay/index.cfm/2008/9/24/Microsoft-Image-Composite-Editor</link>
				<description>
				
				Microsoft Research recently released a great little panorama image stitching utility. You can check it out at the &lt;a href=&quot;http://research.microsoft.com/ivm/ice.html&quot;&gt;Microsoft ICE project site&lt;/a&gt;. The utility is a free download.

One of the really nice features of this tool is that it can export to many different image formats. Once exported, one could bring the image into, for example, a video editing package to do pan and zoom effects for video. In addition, there is an export option for Deep Zoom Tileset that creates a series of stitched images and some XML data that allows the image to playback on the web inside of Microsoft&apos;s SliverLight 2 browser plugin. The result is a nice pan and zoom image similar to what one gets with a QuickTime VR movie. You might have seen this in Microsoft&apos;s PhotoSynth tool. And this is all free. Grab the software and have some fun!

I&apos;m hoping to get a couple of experiments up soon, but I&apos;m waiting on a server configuration change for the SilverLight files to run correctly in the browser. I&apos;ll post them when that happens.
				
				</description>
						
				
				<category>Software Review</category>				
				
				<category>Video Tech</category>				
				
				<category>Instructional Tech</category>				
				
				<category>Web Development</category>				
				
				<category>Website Review</category>				
				
				<pubDate>Wed, 24 Sep 2008 14:51:00-0600</pubDate>
				<guid>http://pandora.tcs.tulane.edu/blogs/clay/index.cfm/2008/9/24/Microsoft-Image-Composite-Editor</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Sweet Lightbox2 Javascript and CSS Code</title>
				<link>http://pandora.tcs.tulane.edu/blogs/clay/index.cfm/2007/9/12/Lightbox-test</link>
				<description>
				
				&lt;a href=&quot;http://pandora.tcs.tulane.edu/blogs/clay/images/shelfCloud.jpg&quot; rel=&quot;lightbox&quot; title=&quot;Shelf Cloud in a recent thunderstorm over New Orleans&quot;&gt;&lt;img src=&quot;http://pandora.tcs.tulane.edu/blogs/clay/images/shelfCloud_th.jpg&quot; align=&quot;left&quot; hspace=&quot;8&quot; vspace=&quot;8&quot; height=&quot;188&quot; width=&quot;250&quot;&gt;&lt;/a&gt;Just ran across the latest version of the really cool &lt;a href=&quot;http://www.huddletogether.com/projects/lightbox2/&quot;&gt;Lightbox &lt;/a&gt; Javascript and CSS widget by Lokesh Dhakar today. It lets you link to an image or set of images that appear in a highlighted box while the page in the background is dimmed. It&apos;s a great way to showcase an image on a web page. It&apos;s easy to use and not too difficult to setup on your site. There&apos;s even a nice &lt;a href=&quot;http://zeo.unic.net.my/notes/lightbox2-for-wordpress/&quot;&gt;WordPress plugin&lt;/a&gt; by Safirul Alredha. Also check out &lt;a href=&quot;http://www.eight.nl/files/leightbox//&quot;&gt;Leightbox&lt;/a&gt; by Simon de Haan, a modification to allow non-image content using inline DIVs

Take a look at how it works by clicking the image of a nice shelf cloud that I snapped with my phone camera on the edge of a thunderstorm in Uptown New Orleans near Tulane last week. Once you have the javascript and css linked to the page, you just add a tiny bit of code to your link tag like this:

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;code&gt;
&lt;a href=&quot;images/shelfCloud.jpg&quot; rel=&quot;lightbox&quot; title=&quot;Shelf Cloud in a recent thunderstorm over New Orleans&quot;&gt;
&lt;img src=&quot;images/shelfCloud_th.jpg&quot; align=&quot;left&quot; hspace=&quot;8&quot; vspace=&quot;8&quot;&gt;
&lt;/a&gt;
&lt;/code&gt;
				
				</description>
						
				
				<category>Web Development</category>				
				
				<pubDate>Wed, 12 Sep 2007 20:01:00-0600</pubDate>
				<guid>http://pandora.tcs.tulane.edu/blogs/clay/index.cfm/2007/9/12/Lightbox-test</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Mike Wesch&apos;s &quot;Web 2.0 ... The Machine is Us/ing Us&quot;</title>
				<link>http://pandora.tcs.tulane.edu/blogs/clay/index.cfm/2007/5/3/Mike-Weschs-Web-20--The-Machine-is-Using-Us</link>
				<description>
				
				If you haven&apos;t seen this already, take a look. &lt;a href=&quot;http://www.ksu.edu/sasw/anthro/wesch.htm&quot; target=&quot;_blank&quot;&gt;Mike Wesch&lt;/a&gt; at Kansas State University really boils down the ways the web has been changing over the last couple of years.

&lt;object width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/6gmP4nk0EOE&amp;showsearch=0&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/6gmP4nk0EOE&amp;showsearch=0&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				
				</description>
						
				
				<category>Instructional Tech</category>				
				
				<category>Web Development</category>				
				
				<pubDate>Thu, 03 May 2007 14:26:00-0600</pubDate>
				<guid>http://pandora.tcs.tulane.edu/blogs/clay/index.cfm/2007/5/3/Mike-Weschs-Web-20--The-Machine-is-Using-Us</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Google Co-op - Custom Search Engines</title>
				<link>http://pandora.tcs.tulane.edu/blogs/clay/index.cfm/2007/3/7/Google-Coop--Custom-Search-Engines</link>
				<description>
				
				So I was working on getting a search engine setup for our new version of the Tulane Technology Services website and I went to check out how to do this with Google. I knew there was a way to do it, but I wasn&apos;t sure what the process for getting it setup was.

As usual, when I got to Google&apos;s customized search information, I was very pleasantly surprised not only by how easy this was to do, but all of the really cool customization and presentation features available. Check out the page for doing this at Google:

&lt;a href=&quot;http://google.com/coop/cse/overview&quot; target=&quot;_blank&quot;&gt;Google Co-Op - Custom Search Site&lt;/a&gt;

Besides an exclusivity clause, the user agreement looked reasonable. As for exclusivity, is there a real competitor to Google out there to consider? I&apos;d say, No. So it&apos;s not like this is currently a problem.

You can customize what sites are searched (you&apos;re not limited to just one) and how the results are ranked. Because we are a non-profit university we qualify for Public Service Search, so there are no ads on our results pages. Very Nice. Thanks, Google!

Check out the new Technology Services site - the search is in the footer for the site.

&lt;a href=&quot;http://ts.tulane.edu/&quot; target=&quot;_blank&quot;&gt;Technology Services&lt;/a&gt;
				
				</description>
						
				
				<category>Software Review</category>				
				
				<category>Web Development</category>				
				
				<category>Website Review</category>				
				
				<pubDate>Wed, 07 Mar 2007 15:42:00-0600</pubDate>
				<guid>http://pandora.tcs.tulane.edu/blogs/clay/index.cfm/2007/3/7/Google-Coop--Custom-Search-Engines</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Adobe Launches Flex Cookbook Community Site</title>
				<link>http://pandora.tcs.tulane.edu/blogs/clay/index.cfm/2006/12/19/Adobe-Launches-Flex-Cookbook-Community-Site</link>
				<description>
				
				Yesterday, in my post about Adobe&apos;s CSS community site, I mentioned that a similar site for Flex development was on its way. Well, the site is now live. Check it out at:

&lt;a href=&quot;http://www.adobe.com/cfusion/communityengine/index.cfm?event=homepage&amp;productId=2&quot; target=&quot;_blank&quot;&gt;Flex Cookbook beta&lt;/a&gt;

Here&apos;s hoping some good stuff makes its way onto the site. Thanks, Adobe!
				
				</description>
						
				
				<category>Website Review</category>				
				
				<category>Web Development</category>				
				
				<category>Flash and Flex</category>				
				
				<pubDate>Tue, 19 Dec 2006 10:40:00-0600</pubDate>
				<guid>http://pandora.tcs.tulane.edu/blogs/clay/index.cfm/2006/12/19/Adobe-Launches-Flex-Cookbook-Community-Site</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Adobe Launches CSS Advisor Site</title>
				<link>http://pandora.tcs.tulane.edu/blogs/clay/index.cfm/2006/12/18/Adobe-Launches-CSS-Advisor-Site</link>
				<description>
				
				Adobe has created a new community site for aggregating web designer&apos;s knowledge of CSS best practices and lessons learned. There are several good sites out there already for CSS web design, but I think Adobe&apos;s sponsership and their provisioning of server space and a nice frontend application are very welcome additions. Check out the site here:

&lt;a href=&quot;http://www.adobe.com/cfusion/communityengine/index.cfm?event=homepage&amp;productId=1&quot; target=&quot;_blank&quot;&gt;CSS Advisor&lt;/a&gt;

I understand there will be a similar site for Flex 2 development. I&apos;m really looking forward to that. It&apos;s been a real pain tracking down information on Flex 2 on several random blogs here and there on the web.
				
				</description>
						
				
				<category>Website Review</category>				
				
				<category>Web Development</category>				
				
				<pubDate>Mon, 18 Dec 2006 10:57:00-0600</pubDate>
				<guid>http://pandora.tcs.tulane.edu/blogs/clay/index.cfm/2006/12/18/Adobe-Launches-CSS-Advisor-Site</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Adobe Apollo and Flex</title>
				<link>http://pandora.tcs.tulane.edu/blogs/clay/index.cfm/2006/11/28/Adobe-Apollo-and-Flex</link>
				<description>
				
				Just watched a demo of Adobe&apos;s new Apollo cross-platform runtime environment. The developer&apos;s release is due out in 1st quarter 2007. We have several projects in the works that will benefit greatly from this new tool. I can&apos;t wait to sink my teeth into it. More information is available at &lt;a href=&quot;http://labs.adobe.com/wiki/index.php/Apollo&quot; target=&quot;_blank&quot;&gt;Adobe Labs&lt;/a&gt;.
				 [More]
				</description>
						
				
				<category>Software Review</category>				
				
				<category>Instructional Tech</category>				
				
				<category>Web Development</category>				
				
				<category>Flash and Flex</category>				
				
				<pubDate>Tue, 28 Nov 2006 16:23:00-0600</pubDate>
				<guid>http://pandora.tcs.tulane.edu/blogs/clay/index.cfm/2006/11/28/Adobe-Apollo-and-Flex</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Spry: Adobe&apos;s Ajax Starter Kit</title>
				<link>http://pandora.tcs.tulane.edu/blogs/clay/index.cfm/2006/5/24/Spry-Adobes-Ajax-Starter-Kit</link>
				<description>
				
				So, you&apos;ve been hearing about Ajax and you might even know it when you see it on the web, but you haven&apos;t tried to write your own code yet. Well, Adobe has something you might really like to try out. It&apos;s called Spry, and it&apos;s an Ajax ready JavaScript library targeted at experienced web developers who want to get started with Ajax.&lt;br /&gt;&lt;br /&gt;
				 [More]
				</description>
						
				
				<category>Software Review</category>				
				
				<category>Web Development</category>				
				
				<category>Website Review</category>				
				
				<pubDate>Wed, 24 May 2006 18:33:00-0600</pubDate>
				<guid>http://pandora.tcs.tulane.edu/blogs/clay/index.cfm/2006/5/24/Spry-Adobes-Ajax-Starter-Kit</guid>
				
			</item>
			
		 	
			</channel></rss>