<?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>Blogstitution &#187; Technology</title>
	<atom:link href="http://www.blogstitution.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogstitution.com</link>
	<description>The Constitution, Politics, Debate, Criticism &#38; Discussion</description>
	<lastBuildDate>Wed, 08 Sep 2010 00:39:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>New Design!</title>
		<link>http://www.blogstitution.com/2010/08/new-design/</link>
		<comments>http://www.blogstitution.com/2010/08/new-design/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 23:21:14 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.blogstitution.com/?p=2211</guid>
		<description><![CDATA[welcome to the NEW  blogstitution.com.  I&#8217;ve moved away from a dark techie theme to more of a political-ish textured theme&#8230; and I took the opportunity to experiment with some new HTML5 font declarations and explore the new wordpress3.0 theme structure. &#8230; <a href="http://www.blogstitution.com/2010/08/new-design/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>welcome to the NEW  blogstitution.com.  I&#8217;ve moved away from a dark techie theme to more of a political-ish textured theme&#8230; and I took the opportunity to experiment with some new HTML5 font declarations and explore the new wordpress3.0 theme structure.</p>
<p>More tweaks are on the way&#8230; but things are coming along nicely.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogstitution.com/2010/08/new-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flash &amp; html5 video in imovie</title>
		<link>http://www.blogstitution.com/2010/08/universal-flash-ipod-video-codec-using-imovie-html5/</link>
		<comments>http://www.blogstitution.com/2010/08/universal-flash-ipod-video-codec-using-imovie-html5/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 01:50:27 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[moov atom]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[qtindexswapper]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.blogstitution.com/?p=2190</guid>
		<description><![CDATA[While I usually discuss politics on this blog, I thought it would be worthwhile to switch gears and talk TECH.  Many of you may not know but although I&#8217;m legally trained and politically motivated, I work in the field of &#8230; <a href="http://www.blogstitution.com/2010/08/universal-flash-ipod-video-codec-using-imovie-html5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While I usually discuss politics on this blog, I thought it would be worthwhile to switch gears and talk TECH.  Many of you may not know but although I&#8217;m legally trained and politically motivated, I work in the field of in e-commerce at a grain &amp; ethanol company here in Toledo.  Recently I undertook a project to transform a flash (*.flv) video site into an iPod/iPhone-comaptible site that would work on both mobile devices and remain backwards compliant with flash plugins in older browsers&#8230; using iMovie.  I&#8217;m happy to say I&#8217;ve found a solution that not only works&#8230; but works at file-sizes much lower than the &#8220;default&#8221; *.m4v files.   Specifically, this is a solution for creating an iphone-friendly video using the h.264 video codec inside a mp4 &#8220;wrapper&#8221;&#8230; using iMovie (and one other program, as you will see).</p>
<p>This tutorial assumes some familiarity with the &lt;video&gt; spec released in html5 and offers a solution to html5-friendly video that can be exported out of itunes and is simultaneously backwards compliant with Adobe flash &#8211;while remaining iphone friendly.</p>
<p>Early in my testing, it was apparent that the default *.m4v files, although compatible both with html5 and flash, resulted in files well over 30 mb; and for our customers (mostly farmers out in rural areas) this was an unacceptable solution.  We needed to keep our final videos around 8-10mb (as our current .flv files were) but still allow mobile streaming on an iphone.  As I began testing, I learned that imovie-created mp4 files <em>were compatible</em> in html5 web-browsers but not with an ipod touch/iphone.</p>
<p>After a few hours of testing, I discovered a solution:  If I tweaked the mp4 video settings and provided a more detailed codec declaration in my &lt;video&gt; tag&#8230; I could make the video compatible with both the desktop browser as well as the ipod browser.</p>
<p>Here is my codec solution for mp4 compatibility in both flash (for backwards compatibility) and html5 from itunes:</p>
<p>Quicktime Export &gt; MP4 file format &gt; H.264 codec &gt; AAC-LC audio &gt; AND!!!  under the Video Options button, select &#8220;Baseline&#8221; as your profile option.  Here are some screen-shots of the settings panels:</p>
<p><a href="http://www.blogstitution.com/wp-content/uploads/Screen-shot-2010-08-23-at-11.49.49-AM.jpg"><img class="alignnone size-medium wp-image-2192" title="Screen shot 2010-08-23 at 11.49.49 AM" src="http://www.blogstitution.com/wp-content/uploads/Screen-shot-2010-08-23-at-11.49.49-AM-500x454.jpg" alt="" width="500" height="454" /></a></p>
<p><a href="http://www.blogstitution.com/wp-content/uploads/Screen-shot-2010-08-23-at-11.49.49-AM.jpg"></a><a href="http://www.blogstitution.com/wp-content/uploads/Screen-shot-2010-08-23-at-11.49.38-AM.jpg"><img class="alignnone size-full wp-image-2191" title="Screen shot 2010-08-23 at 11.49.38 AM" src="http://www.blogstitution.com/wp-content/uploads/Screen-shot-2010-08-23-at-11.49.38-AM.jpg" alt="" width="440" height="238" /></a></p>
<p>This is still only part of the solution:  putting this file in a &#8220;vanilla&#8221; &lt;video&gt;&lt;source&gt; tag would render the file un-playable on an iphone/ipod.  In order for this file to work properly, one must specify the right codec in the &lt;video&gt; tag.  Here is an example snippet that works with the itunes export:</p>
<p><span style="font-family: monospace;"> </span></p>
<p style="padding-left: 60px;"><span style="color: #993300;">&lt;video id=&#8221;movie&#8221; width=&#8221;460&#8243; height=&#8221;259&#8243; poster=&#8221;image.jpg&#8221; controls autobuffer&gt;<br />
&lt;source src=&#8221;movie.mp4&#8243; type=&#8217;video/mp4; codecs=&#8221;avc1.58A01E, mp4a.40.2&#8243;&#8216;&gt;<br />
&lt;/source&gt;&lt;/video&gt;</span></p>
<p>Note the &lt;source&gt; tag;  I have included both a &#8220;type&#8221; declaration as well as a codec declaration.  <em>If the &lt;video&gt; tag does not contain these fields, your mp4 file will not play on an ipod or iphone</em>.  I cannot emphasize this enough.  [for more reading on html5 video and audio codec declarations, <a href="http://www.w3.org/TR/html5/video.html">click here</a>]</p>
<p>However, I still encountered one major issue:  .mp4 movies created out of itunes do not &#8220;buffer&#8221; the same way .flv files do when loading inside of a flash player.  Instead of the progressive loading we are all used to, the file would not even appear in the flash player until the entire clip had loaded in the browser&#8217;s memory.  This was an unacceptable solution. After some research over at <a href="http://rakaz.nl/2010/06/problems-with-html5-video-codec-detection.html">rakaz&#8217;z blog</a> and <a href="http://www.macslocum.com/html5-video.html">macslocum</a> I discovered that the mp4 has something called a &#8220;moov atom&#8221; feed that makes buffering in flash possible.  In iTunes, this atom file is located at the &#8220;end&#8221; of the *.mp4 file&#8230; and flash cannot take advantage of the buffering capability unless this feed is the first piece of data downloaded by flash.  Fortunately, <a href="http://renaun.com/blog/code/qtindexswapper/">Renaun Erickson</a> over at Adobe has created a simply little AIR utility to fix this atom feed placement.I found a relatively painless solution to this problem: a program called &#8220;QTindexswapper&#8221;.  [<a href="http://renaun.com/blog/code/qtindexswapper/">download link]</a>.</p>
<p><a href="http://www.blogstitution.com/wp-content/uploads/Screen-shot-2010-07-27-at-8.28.59-PM.png"><img class="alignnone size-medium wp-image-2204" title="Screen shot 2010-07-27 at 8.28.59 PM" src="http://www.blogstitution.com/wp-content/uploads/Screen-shot-2010-07-27-at-8.28.59-PM-500x122.png" alt="" width="500" height="122" /></a></p>
<p><code> </code></p>
<p>Once you have selected your iMovie mp4 file and click the &#8220;Process&#8221; button, you should see a new .mp4 file that will buffer correctly in a flash player.</p>
<p>I would be interested in other solutions to this one&#8230; especially ones that simplify the process.  If you have any ideas, leave a comment.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>for more great reading on this topic, allow me to refer you to <a href="http://dev.opera.com/articles/view/everything-you-need-to-know-about-html5-video-and-audio/">this post</a> over at the Opera Blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogstitution.com/2010/08/universal-flash-ipod-video-codec-using-imovie-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your online makeup</title>
		<link>http://www.blogstitution.com/2009/08/your-online-makeup/</link>
		<comments>http://www.blogstitution.com/2009/08/your-online-makeup/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 02:24:32 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.blogstitution.com/?p=1849</guid>
		<description><![CDATA[If the internet was trying to figure out what I&#8217;m all about&#8230; it would look something like this: Find out what YOU look like @ Personas &#124; Metropath(ologies) &#124; An installation by Aaron Zinman.]]></description>
			<content:encoded><![CDATA[<p>If the internet was trying to figure out what I&#8217;m all about&#8230; it would look something like this:</p>
<p><a href="http://www.blogstitution.com/wp-content/uploads/internetseeme.png"><img title="internetseeme" src="http://www.blogstitution.com/wp-content/uploads/internetseeme-1024x258.png" alt="internetseeme" width="550" /></a></p>
<p>Find out what YOU look like @ <a href="http://personas.media.mit.edu/">Personas | Metropath(ologies) | An installation by Aaron Zinman</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogstitution.com/2009/08/your-online-makeup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new jquery project</title>
		<link>http://www.blogstitution.com/2008/08/new-jquery-project/</link>
		<comments>http://www.blogstitution.com/2008/08/new-jquery-project/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 01:35:17 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[arts/entertainment]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[cd library]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.blogstitution.com/2008/08/new-jquery-project/</guid>
		<description><![CDATA[new jquery project, originally uploaded by jrossol. so&#8230; havent&#8217; been blogging in a while&#8230;. well&#8230; there is a GOOD REASON. Just finished teaching myself some basic jquery so I can be more marketable as a web developer. FUN STUFF.  Basically, &#8230; <a href="http://www.blogstitution.com/2008/08/new-jquery-project/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;"><a title="photo sharing" href="http://www.blogstitution.com/CD/index.php"><img style="border: solid 2px #ff6f00;" src="http://farm4.static.flickr.com/3150/2789881093_0ac3b54b2d.jpg" alt="flickr post" width="430" /></a></p>
<p><span style="font-size: 1em; margin-top: 4px;"><a href="http://www.flickr.com/photos/jrossol/2789881093/">new jquery project</a>, originally uploaded by <a href="http://www.flickr.com/people/jrossol/">jrossol</a>.</span></div>
<p>so&#8230; havent&#8217; been blogging in a while&#8230;.  well&#8230; there is a GOOD REASON.   Just finished teaching myself some basic jquery so I can be more marketable as a web developer.  FUN STUFF.  Basically, I built an interactive library of ALL the music I own so people can take a look at what I like, read my reviews&#8230; etc.  I used a very powerful yet surprisingly simple-to-use javascript library called jquery, and also implemented some asynchronous database calls that populate the meta-data without requiring a page refresh.  It&#8217;s still a work in progress, but I&#8217;m excited about its potential.  I will continue to update it with more cd&#8217;s, better effects, and more of MY OWN reviews (not the stock Amazon filler that&#8217;s currently there).  I&#8217;m probably breaking some copyright by doing this but what the hey&#8230; FAIR USE!</p>
<p>Check it out @ <a href="http://www.blogstitution.com/CD/index.php" target="_blank">http://www.blogstitution.com/CD/index.php</a>.   Click on an album to see the effects.<a href="http://www.blogstitution.com/CD/index.php" target="_blank"><br />
</a></p>
<p>*** YOU will NEED safari or Firefox 3&#8230; or else you will have rendering problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogstitution.com/2008/08/new-jquery-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>For you web junkies out there&#8230;</title>
		<link>http://www.blogstitution.com/2008/06/for-you-web-junkies-out-there/</link>
		<comments>http://www.blogstitution.com/2008/06/for-you-web-junkies-out-there/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 01:03:51 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[meyer]]></category>
		<category><![CDATA[samples]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.blogstitution.com/?p=317</guid>
		<description><![CDATA[for REALLY INTERESTING examples of CSS problems and solutions, take a look at Eric Meyer&#8217;s open directory of CSS tests and samples&#8230;]]></description>
			<content:encoded><![CDATA[<p>for REALLY INTERESTING examples of CSS problems and solutions, take a look at Eric Meyer&#8217;s <a href="http://meyerweb.com/eric/css/">open directory</a> of CSS tests and samples&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogstitution.com/2008/06/for-you-web-junkies-out-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A foray into the world of tech-reporting</title>
		<link>http://www.blogstitution.com/2008/05/a-foray-into-the-world-of-tech-reporting/</link>
		<comments>http://www.blogstitution.com/2008/05/a-foray-into-the-world-of-tech-reporting/#comments</comments>
		<pubDate>Fri, 09 May 2008 23:01:48 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[microphone]]></category>
		<category><![CDATA[mxl 992]]></category>
		<category><![CDATA[quicktime]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.blogstitution.com/?p=289</guid>
		<description><![CDATA[A while back, I picked up a MXL 992 microphone on a whim after stumbling across a blowout sale at musicians friend. Been trying it out for odd things here and there&#8230; and thought I&#8217;d contribute to the greater web &#8230; <a href="http://www.blogstitution.com/2008/05/a-foray-into-the-world-of-tech-reporting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b" width="320" height="240" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0"><param name="src" value="http://www.blogstitution.com/wp-content/uploads/mxl992.mov" /><embed type="video/quicktime" width="430" height="332" src="http://www.blogstitution.com/wp-content/uploads/mxl992.mov" autoplay="false"></embed></object></p>
<p>A while back, I picked up a MXL 992 microphone on a whim after stumbling across a blowout sale at musicians friend.  Been trying it out for odd things here and there&#8230; and thought I&#8217;d contribute to the greater web community by giving them some sample audio.</p>
<p>At any rate, I&#8217;m proudly up on <a href="http://www.amazon.com/MXL-992-Large-Diaphragm-Condenser-Microphone/dp/B0002GJHQU/ref=pd_bbs_sr_1?ie=UTF8&amp;s=electronics&amp;qid=1210354927&amp;sr=8-1">Amazon.com</a> as well.</p>
<p>I think I should just start a podcast&#8230; I have the gear&#8230; maybe Pris and I should do a debate format.  What do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogstitution.com/2008/05/a-foray-into-the-world-of-tech-reporting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://www.blogstitution.com/wp-content/uploads/mxl992.mov" length="8741639" type="video/quicktime" />
		</item>
		<item>
		<title>Itunes design flaws&#8230;</title>
		<link>http://www.blogstitution.com/2008/03/itunes-design-flaws/</link>
		<comments>http://www.blogstitution.com/2008/03/itunes-design-flaws/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 22:31:25 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[arts/entertainment]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[suggestion]]></category>

		<guid isPermaLink="false">http://www.blogstitution.com/2008/03/28/itunes-design-flaws/</guid>
		<description><![CDATA[I&#8217;m a pretty avid itunes user, but lately I have been noticing there are fundamental design issues that cripple the itunes interface. As I have been adding more and more movies to my itunes library, It has become quite clear &#8230; <a href="http://www.blogstitution.com/2008/03/itunes-design-flaws/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a pretty avid itunes user, but lately I have been noticing there are fundamental design issues that cripple the itunes interface.  As I have been adding more and more movies to my itunes library, It has become quite clear that this portion of the application needs a facelift.</p>
<p><span class="Apple-style-span" style="font-weight: bold">The Movie Preview Page </span></p>
<p>I must admit, this page baffles me.. on any number of levels.  The thumbnail view is completely lacking in design and usability.  Not only is its jet black background fundamentally out of place in the Itunes white/grey design scheme&#8230; but with your typical widescreen movie, you are limited to a preview image approximately 100 pixels long &#8212; hardly enough information to make out a face, much less serve any preview purpose.</p>
<p>To make matters worse, itunes insists on providing you unnecessary metadata for what is essentially a visual preview mode&#8230; without providing room to display most of the data it insists upon.  If you look a the example screen-capture, you will see that most titles more then 20 characters long get cut off.  This is especially true with the Stanford university video where nearly every piece of information in each content area.</p>
<p><img src="http://www.blogstitution.com/wp-content/uploads/itunesmovies.jpg" alt="" width="430" /></p>
<p>What bothers me about these problems is that there is <span class="Apple-style-span" style="font-style: italic">more then ample space</span> in this view to display twice the information, with a much larger preview, but instead we get huge gaps of black background.  Let&#8217;s do some quick math&#8230; with an average size window (800w x 600h)&#8230; you have an area of 480,000 square pixels.  If each preview image is 100w x 50h (average approximation for DVD movies), and you only put 15 previews in this area (3 across, 5 down) , you end up using only 15% of the total useable space for preview purposes! (75000 [100*50*15] / 480,000).  And this is IN PREVIEW MODE!</p>
<p>I would love to see a movie preview page that did movie previews well.  In fact, I would prefer navigating my video library visually instead of textually but alas, Apple&#8217;s implementation just isn&#8217;t worth using.  <span class="Apple-style-span" style="font-weight: bold">Apple, you can do better</span>.</p>
<p>I have my issues with coverflow as well; but perhaps that is better saved for another post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogstitution.com/2008/03/itunes-design-flaws/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new Web project&#8211;a digital bookshelf</title>
		<link>http://www.blogstitution.com/2007/10/a-new-web-project-a-digital-bookshelf/</link>
		<comments>http://www.blogstitution.com/2007/10/a-new-web-project-a-digital-bookshelf/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 17:24:43 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[delicious library]]></category>
		<category><![CDATA[digital bookshelf]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php-mysql]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.blogstitution.com/?p=96</guid>
		<description><![CDATA[I have been wanting to make an easy-to-administer digital web bookshelf for quite a while now. Delicious Library was a great concept and a good piece of software, but it is not a web application. To my surprise, I discovered &#8230; <a href="http://www.blogstitution.com/2007/10/a-new-web-project-a-digital-bookshelf/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have been wanting to make an easy-to-administer digital web bookshelf for quite a while now. <a href="http://www.delicious-monster.com/">Delicious Library</a> was a great concept and a good piece of software, but it is not a web application. To my surprise, I discovered the <a href="http://www.macupdate.com/info.php/id/23274/delicioussqlexport">Delicious Library SQL Exporter</a> on macupdate.com… allowing me to get all my Delicious information into a pre-built SQL database.</p>
<p>A few hours later… with some custom graphics, CSS, and PHP… I was able to get the information from the database to display nicely on the web. If you want to play around with the files/code…</p>
<p><a href="http://www.adore-design.com/files/webbookshelfv1_1.zip">download the files here…</a></p>
<ul>
<li>Click image for website</li>
</ul>
<p><a href="http://www.adore-design.com" border="0" title="bookshelf"><img src="http://www.blogstitution.com/wp-content/uploads/2007/10/bookshelf.jpg" title="bookshelf" alt="bookshelf" border="0" width="430"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogstitution.com/2007/10/a-new-web-project-a-digital-bookshelf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
