<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<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/"
	>

<channel>
	<title>The DCP Blog - The Blog of Ben Lister</title>
	<link>http://blog.darkcrimson.com</link>
	<description>Tech talk, outlandish banter and geeky tutorials from the convoluted mind of Ben Lister</description>
	<pubDate>Sun, 16 Nov 2008 07:50:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Drupal Clean URLs on MediaTemple</title>
		<link>http://blog.darkcrimson.com/2008/11/drupal-clean-urls-on-mediatemple/</link>
		<comments>http://blog.darkcrimson.com/2008/11/drupal-clean-urls-on-mediatemple/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 07:50:00 +0000</pubDate>
		<dc:creator>Ben Lister</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://blog.darkcrimson.com/2008/11/drupal-clean-urls-on-mediatemple/</guid>
		<description><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://blog.darkcrimson.com/2008/11/drupal-clean-urls-on-mediatemple/&t=Drupal Clean URLs on MediaTemple&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>I spent the last hour or so searching for the correct .htaccess file for installing Drupal Clean URLs (Drupal 6.xx) on MediaTemple&#8217;s server without any luck. Finally, I was able to piece something together that worked and I thought it would be worth sharing:</p>
<pre>

< IfModule mod_php5.c>
  php_value magic_quotes_gpc 0
  php_value register_globals 0
  php_value session.auto_start 0
  php_value mbstring.http_input pass
  php_value mbstring.http_output pass
  php_value mbstring.encoding_translation 0
< /IfModule>
< IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteBase /YOUR-SUBDIRECTORY-NAME-HERE
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
< /IfModule>
</pre>
<p>I hope that this helps someone in the future.
</p>
]]></description>
			<content:encoded><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://blog.darkcrimson.com/2008/11/drupal-clean-urls-on-mediatemple/&t=Drupal Clean URLs on MediaTemple&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>I spent the last hour or so searching for the correct .htaccess file for installing Drupal Clean URLs (Drupal 6.xx) on MediaTemple&#8217;s server without any luck. Finally, I was able to piece something together that worked and I thought it would be worth sharing:</p>
<pre>

< IfModule mod_php5.c>
  php_value magic_quotes_gpc 0
  php_value register_globals 0
  php_value session.auto_start 0
  php_value mbstring.http_input pass
  php_value mbstring.http_output pass
  php_value mbstring.encoding_translation 0
< /IfModule>
< IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteBase /YOUR-SUBDIRECTORY-NAME-HERE
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
< /IfModule>
</pre>
<p>I hope that this helps someone in the future.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.darkcrimson.com/2008/11/drupal-clean-urls-on-mediatemple/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Busy Summer&#8230;</title>
		<link>http://blog.darkcrimson.com/2008/07/busy-summer/</link>
		<comments>http://blog.darkcrimson.com/2008/07/busy-summer/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 05:21:32 +0000</pubDate>
		<dc:creator>Ben Lister</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://blog.darkcrimson.com/2008/07/busy-summer/</guid>
		<description><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://blog.darkcrimson.com/2008/07/busy-summer/&t=Busy Summer&#8230;&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>It has been a crazy summer so far and i&#8217;ve been busy working on several big projects which are now in the final stages.</p>
<p>I have a few topics for the blog planned in the next couple of weeks to acompany the portfolio updates.</p>
<p>For now, check out the newest portfolio entry, <a target="_blank" href="http://www.thecausewaymotel.com">The Causeway Motel </a>
</p>
]]></description>
			<content:encoded><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://blog.darkcrimson.com/2008/07/busy-summer/&t=Busy Summer&#8230;&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>It has been a crazy summer so far and i&#8217;ve been busy working on several big projects which are now in the final stages.</p>
<p>I have a few topics for the blog planned in the next couple of weeks to acompany the portfolio updates.</p>
<p>For now, check out the newest portfolio entry, <a target="_blank" href="http://www.thecausewaymotel.com">The Causeway Motel </a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.darkcrimson.com/2008/07/busy-summer/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Modal Kombat! A Lightbox Comparison</title>
		<link>http://blog.darkcrimson.com/2008/04/modal-kombat-a-lightbox-comparison/</link>
		<comments>http://blog.darkcrimson.com/2008/04/modal-kombat-a-lightbox-comparison/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 18:12:34 +0000</pubDate>
		<dc:creator>Ben Lister</dc:creator>
		
	<category>Technology</category>
	<category>AJAX / JavaScript</category>
		<guid isPermaLink="false">http://blog.darkcrimson.com/2008/04/modal-kombat-a-lightbox-comparison/</guid>
		<description><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://blog.darkcrimson.com/2008/04/modal-kombat-a-lightbox-comparison/&t=Modal Kombat! A Lightbox Comparison&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>JavaScript Frameworks have gained  wide acceptance among developers since the &quot;Web 2.0&quot; movement and have, in many ways, changed how we use the web.  One of the greatest outcomes of this has been the reduction in external popup  windows in favor of unobtrusive, JavaScript-based &quot;Modal Window&quot; and  &quot;Lightbox&quot; solutions. At work,  clients frequently ask us to incorporate content and image overlay solutions into their  projects and after experimenting with, and customizing a wide variety of  different scripts, I decided to write a comparison of several of the most popular Light Box  solutions.</p>
<p><!--more--></p>
<p>For this comparison, I have evaluated the Light Boxes based on coding  techniques, ease of use / customization, community support and frequency of  updates. Additionally, I have listed specifications for file size and framework  dependency / version for each along with my rating on a 1-10 scale.</p>
<p><strong>The Scripts chosen for this comparison are as follows:</strong></p>
<ul>
<li><a href="#lb2">Lightbox 2 </a>&nbsp;&nbsp;</li>
<li><a href="#lv">Lightview</a>&nbsp;&nbsp;</li>
<li><a href="#lb">Litebox</a>&nbsp;&nbsp;</li>
<li><a href="#tb">Thickbox</a>&nbsp;&nbsp;</li>
<li><a href="#mb">Modalbox</a>&nbsp;&nbsp;</li>
<li><a href="#sb">Slimbox</a>&nbsp;&nbsp;</li>
<li><a href="#mb2">Multibox</a>&nbsp;&nbsp;</li>
<li><a href="#be">jQuery Lightbox Plugin (balupton edition)</a>&nbsp;&nbsp;
  </li>
</ul>
<p>&nbsp;</p>
<h3 class="emph"><a href="http://www.huddletogether.com/projects/lightbox2/" name="lb2" target="_blank">Lightbox 2</a></h3>
<hr />
<p>The original Lightbox is considered by many to be the first  modal window widely available to developers. The latest release, version 2 ,  like its predecessors, is based on the Prototype framework and uses  Scriptaculous effects. This script is very stable, has seen frequent bug fixes  and off-shoots throughout its existence and has a very active user-driven  support forum. The JavaScript file itself is very nicely documented and offers  many configurable options.</p>
<p>Although Lightbox 2 offers the advantage of a large following and easy to configure (and understand) code it does have limitations. The script is called by using the <a href="http://www.utoronto.ca/webdocs/HTMLdocs/NewHTML/a_rel.html" target="_blank"><em>rel</em></a> attribute which limits its functionality for non-basic methods such as Flash and image maps. Additionally, this script, unlike most others in this comparison, is only capable of displaying images. <strong>Update:</strong> after some poking around, I found a lightbox clone which appears to be nearily identical to Lightbox 2, but with the ability to display Flash movies natively. For more information, <a href="http://www.codefidelity.com/blog/?page_id=7" target="_blank">visit this link. </a></p>
<table width="500" cellspacing="0" cellpadding="0" border="0">
<tr style="background: #000;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Framework Dependency: </strong></td>
<td style="padding: 4px; width: 240px">Prototype  v1.6.0.2+ / Scriptaculous</td>
</tr>
<tr style="background: #444;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Total package size: </strong></td>
<td style="padding: 4px; width: 240px">26k</td>
</tr>
<tr style="background: #777;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>License: </strong></td>
<td style="padding: 4px; width: 240px">Creative Commons Attribution 2.5 </td>
</tr>
<tr>
<tr style="background: #999;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>My Rating:</strong></td>
<td style="padding: 4px; width: 240px">7/10</td>
</tr>
</table>
<div style="padding:8px;background:#000;color:#fff; width:90%; border:1px dotted #777; font-size:14px;margin-top:20px;"><strong>Summary: </strong>A well-developed and document script; useful for smaller applications, can only be used for images. Has led the way for many developer off-shoots.</div>
<p>&nbsp;</p>
<h3 class="emph"><a href="http://www.nickstakenburg.com/projects/lightview/" name="lv" target="_blank">Lightview</a></h3>
<hr />
<p>Lightview is a somewhat unique take on the standard  Lightbox. Smartly written, with an image-free, fully adjustable, rounded corner  solution (which works on browsers across the board), Lightbox is a very  aesthetically pleasing and also very powerful solution. Unlike the standard  Lightbox, and many of it&#8217;s clones, Lightview&#8217;s content box scrolls with the  page so that you are never left wondering where the content is. In addition to  images, Lightview also offers the ability to display Flash, Quicktime, AJAX calls, inline  content and even full web sites in an i-frame. Lightview features a very neat  image gallery option which can be used as a timed (configurable) slide show,  which resizes the content box to the dimensions of each image. Another great  thing, which I consider a big advantage over most of the competition, is that  the Lightview window is called through the class attribute. </p>
<p>One major issue that I have found with Lightview is that, beyond the configuration settings, the script comes pre-compressed with no original source code attached. This causes major headaches when trying to change anything not in the settings or CSS. I encountered this limitation when developing the <a href="http://www.darkcrimson.com" target="_blank">new version of my site</a> in the portfolio section when I wanted to add two simple hyperlinks to the Lightview window. Although I was able to add the links, I had to place the links in the <em>title </em>attribute, which does not validate as XHTML.</p>
<table width="500" cellspacing="0" cellpadding="0" border="0">
<tr style="background: #000;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Framework Dependency: </strong></td>
<td style="padding: 4px; width: 240px">Prototype 1.6+ / Scriptaculous</td>
</tr>
<tr style="background: #444;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Total package size: </strong></td>
<td style="padding: 4px; width: 240px">~43k</td>
</tr>
<tr style="background: #777;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>License:</strong></td>
<td style="padding: 4px; width: 240px">Creative Commons Attribution-Noncommercial-No Derivative Works </td>
</tr>
<tr>
<tr style="background: #999;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>My Rating:</strong></td>
<td style="padding: 4px; width: 240px">9/10</td>
</tr>
</table>
<div style="padding:8px;background:#000;color:#fff; width:90%; border:1px dotted #777; font-size:14px;margin-top:20px;"><strong>Summary: </strong>Tons of features: Flash, Quicktime, Inline, AJAX, Images. Cool slide show feature. No uncompressed JS distributed which limits or prevents major customizations.</div>
<p>&nbsp;</p>
<h3 class="emph"><a href="http://www.doknowevil.net/litebox/" name="lb" target="_blank">Litebox</a></h3>
<hr />
<p>Litebox is basically a compact version of Lightbox. Although listed below as ~23k, which is a mere 3k less than the original Lightbox, the true saving is with the compact, 4k Prototype.lite and moo fx libraries used instead of the conventional 120k+ standard Prototype library and somewhat bulky Scriptaculous files. Litebox is a great, lightweight solution but unlike its older, and slightly pudgy sibling, Lightbox 2, this script does not seem to be frequently updated. The last updated date from the Litebox JS file is July, 2006 compared to March 2008 (at the time of this comparison) with Lightbox 2.</p>
<table width="500" cellspacing="0" cellpadding="0" border="0">
<tr style="background: #000;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Framework Dependency: </strong></td>
<td style="padding: 4px; width: 240px">Prototype.lite/ moo fx</td>
</tr>
<tr style="background: #444;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Total package size: </strong></td>
<td style="padding: 4px; width: 240px">~23k</td>
</tr>
<tr style="background: #777;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>License:</strong></td>
<td style="padding: 4px; width: 240px">Creative Commons Attribution 2.5 </td>
</tr>
<tr>
<tr style="background: #999;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>My Rating:</strong></td>
<td style="padding: 4px; width: 240px">7.5/10</td>
</tr>
</table>
<div style="padding:8px;background:#000;color:#fff; width:90%; border:1px dotted #777; font-size:14px;margin-top:20px;"><strong>Summary: </strong>Very lightweight solution. Suitable for sites where load time is essential. Suffers from lack of updates and like Lightbox2, can only be used for images. </div>
<p>&nbsp;</p>
<h3 class="emph"><a href="http://jquery.com/demo/thickbox/" name="tb" target="_blank">Thickbox</a></h3>
<hr />
<p>Thickbox was written in the lightweight jQuery framework and  weighs in at an amazing 10k compressed and only 15k uncompressed. Additionally,  the developer wrote the script to run with the compressed version of jQuery  which only adds 20k instead of the 120k+ with Prototype. The script does not  have the community-driven support forums that the previous three scripts have  but the author states that you may email him with detailed questions or bugs.  Thickbox does not offer a lot of the customization options seen in Lightbox,  Lightview etc&#8230; But does provide both an uncompressed and compressed version  for developers to extend at will. The &quot;out of the box&quot; appearance for  Thickbox is not as aesthetically pleasing as some of it&#8217;s alternatives but  keeping with its easily extendable theme, images and CSS can be added as  desired to alter the look. One annoyance that I found was, when activated, the  mouse scroll wheel becomes inoperative which requires you to use the browser&#8217;s  side scroll bar.</p>
<p>Thickbox offers quite a few features for such a small package including inline content, i-frame as well as both single and multiple image support. The author claims that both Flash and PDF files can work with this script but notes that these media types are untested. </p>
<table width="500" cellspacing="0" cellpadding="0" border="0">
<tr style="background: #000;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Framework Dependency: </strong></td>
<td style="padding: 4px; width: 240px">jQuery 1.1.2</td>
</tr>
<tr style="background: #444;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Total package size: </strong></td>
<td style="padding: 4px; width: 240px">~15k/~10k</td>
</tr>
<tr style="background: #777;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>License:</strong></td>
<td style="padding: 4px; width: 240px">MIT/GNU </td>
</tr>
<tr>
<tr style="background: #999;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>My Rating:</strong></td>
<td style="padding: 4px; width: 240px">8.5/10</td>
</tr>
</table>
<div style="padding:8px;background:#000;color:#fff; width:90%; border:1px dotted #777; font-size:14px;margin-top:20px;"><strong>Summary: </strong>Extremely small, has compressed / uncompressed, easy to extend, lots of features for such a small package, smooth </div>
<p>&nbsp;</p>
<h3 class="emph"><a href="http://www.wildbit.com/labs/modalbox/" name="mb" target="_blank">Modalbox </a></h3>
<hr />
<p>Modalbox is a very powerful tool which allows the developer to not only show single page content or images like many other modal windows but perform complex tasks with AJAX call backs which allows the end user to perform multiple tasks with few clicks and no browser refreshes. Unlike similar scripts, Modalbox uses AJAX instead of deprecated i-frames and even supports scrolling. The project is supported in <a href="http://code.google.com/" target="_blank">Google Code</a> and has a Wiki as well as detailed information about uses, bugs, etc&#8230;</p>
<p>I have used this for multiple client projects and  have  have received positive feedback with not hitches during the development process. One potential issue with Modbalbox is that it relies on Prototype and Scriptaculous which can be a little heavy for large scale projects but for those cases, there is a mootools clone called <a href="http://www.e-magine.ro/web-dev-and-design/36/moodalbox/" target="_blank">MOOdalBox</a> which has the same Google Code backing and support. </p>
<table width="500" cellspacing="0" cellpadding="0" border="0">
<tr style="background: #000;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Framework Dependency: </strong></td>
<td style="padding: 4px; width: 240px">Prototype / Scriptaculous (or mootools)</td>
</tr>
<tr style="background: #444;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Total package size: </strong></td>
<td style="padding: 4px; width: 240px">~32k</td>
</tr>
<tr style="background: #777;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>License:</strong></td>
<td style="padding: 4px; width: 240px">MIT </td>
</tr>
<tr>
<tr style="background: #999;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>My Rating:</strong></td>
<td style="padding: 4px; width: 240px">9.5/10</td>
</tr>
</table>
<div style="padding:8px;background:#000;color:#fff; width:90%; border:1px dotted #777; font-size:14px;margin-top:20px;"><strong>Summary:</strong>Summary: Easy to use and customize very powerful and well-written code. Versions for Prototype and Mootools. Lots of cool AJAX stuff. </div>
<p>&nbsp;</p>
<h3 class="emph"><a href="http://www.digitalia.be/software/slimbox" name="sb" target="_blank">Slimbox</a></h3>
<hr />
<p>Slimbox is a mootools clone of Lightbox 2. The entire script plus images and CSS is amazingly only 13k uncompressed. This project has support forums and the homepage for the project allows visitors to post comments in which the author often responds to questions. After playing around with this script, I was impressed with the small file size but found the overall package to be somewhat buggy, particularly with the dark page cover when scrolling.</p>
<table width="500" cellspacing="0" cellpadding="0" border="0">
<tr style="background: #000;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Framework Dependency: </strong></td>
<td style="padding: 4px; width: 240px">Mootools 1.1+</td>
</tr>
<tr style="background: #444;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Total package size: </strong></td>
<td style="padding: 4px; width: 240px">~13k</td>
</tr>
<tr style="background: #777;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>License:</strong></td>
<td style="padding: 4px; width: 240px">MIT</td>
</tr>
<tr>
<tr style="background: #999;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>My Rating:</strong></td>
<td style="padding: 4px; width: 240px">6/10</td>
</tr>
</table>
<div style="padding:8px;background:#000;color:#fff; width:90%; border:1px dotted #777; font-size:14px;margin-top:20px;"><strong>Summary: </strong>A big punch in a small package. Buggy when scrolling but at 13k, this is the IKEA of Lightboxes; nice looking but has </div>
<p>&nbsp;</p>
<h3 class="emph"><a href="http://www.phatfusion.net/multibox/" name="mb2" target="_blank">Multibox</a></h3>
<hr />
<p>Multibox is a versatile Lightbox that is able to display a  large variety of different media types including images, audio (Real Player,  MP3), video (Windows Media Player and QuickTime, FLV), as well as the standard  image and content (AJAX  and inline). The default design is pleasant enough that most developers won&#8217;t  need to do aesthetic modifications but doing so would be fairly easy due to the  way the script was written. </p>
<p>The code is fairly straightforward but is not as well  structured as some of the other options; one thing that caught my eye was the  use of JavaScript to print the actual HTML code for the box. In other scripts,  this is done dynamically at the savings of dozens of lines of code. It also  appears that there is no form of support (or update log) for this script so it  looks like bug fixes could be an issue.</p>
<table width="500" cellspacing="0" cellpadding="0" border="0">
<tr style="background: #000;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Framework Dependency: </strong></td>
<td style="padding: 4px; width: 240px">Mootools 1.1+</td>
</tr>
<tr style="background: #444;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Total package size: </strong></td>
<td style="padding: 4px; width: 240px">~30k</td>
</tr>
<tr style="background: #777;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>License:</strong></td>
<td style="padding: 4px; width: 240px">MIT</td>
</tr>
<tr>
<tr style="background: #999;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>My Rating:</strong></td>
<td style="padding: 4px; width: 240px">9/10</td>
</tr>
</table>
<div style="padding:8px;background:#000;color:#fff; width:90%; border:1px dotted #777; font-size:14px;margin-top:20px;"><strong>Summary: </strong>One of the best looking and smoothest working in the comparison. Lacks support, suffers from inefficient code, large file size. If file size doesn&#8217;t matter and you know that your users have up to date browsers, go for it!</div>
<p>&nbsp;</p>
<h3 class="emph"><a href="http://plugins.jquery.com/project/jquerylightbox_bal" name="be" target="_blank">jQuery Lightbox Plugin (balupton edition) 1.0</a></h3>
<hr />
<p>This jQuery plugin, based on Lightbox2 delivers unusually  smooth scrolling (far better than Lightbox2) as well as many efficiency  benefits and a small file size. Unlike many of the other scripts in this  comparison, this plugin requires no configuration and a smart automatic URL  detection which means that only one file has to be included in the display  file. The jQuery Lightbox Plugin can be used manually or automatically to  generate Lightboxes which means that it can be set, like many others with the  <em>rel</em> attribute or with on event such as <em>onclick</em>.  This is a huge advantage and makes The jQuery Lightbox Plugin potentially the  most versatile in this comparison. Additionally, most media types can be used  without modification including Qucktime, Flash and other embedded content  types.</p>
<p>The only real downside that I found with this script was the lack of clear documentation. Although the instructions are fairly clear, it takes some digging around to find the information you are looking for. Luckily, this script is listed on the <a href="http://plugins.jquery.com/" target="_blank">jQuery plugin site</a> which includes support request and bug report sections as well as a log of changes.</p>
<table width="500" cellspacing="0" cellpadding="0" border="0">
<tr style="background: #000;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Framework Dependency: </strong></td>
<td style="padding: 4px; width: 240px">jQuery 1.2.1+</td>
</tr>
<tr style="background: #444;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Total package size: </strong></td>
<td style="padding: 4px; width: 240px">~15k</td>
</tr>
<tr style="background: #777;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>License:</strong></td>
<td style="padding: 4px; width: 240px">GNU Affero General Public License</td>
</tr>
<tr>
<tr style="background: #999;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>My Rating:</strong></td>
<td style="padding: 4px; width: 240px">9.5/10</td>
</tr>
</table>
<div style="padding:8px;background:#000;color:#fff; width:90%; border:1px dotted #777; font-size:14px;margin-top:20px;">
 Summary: The smoothest and best overall Lightbox clone in  the comparison. Could benefit from more documentation on the site, but it&rsquo;s so  easy to use, that its hard to complain.
</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3 class="emph">Other considerations and Conclusions</h3>
<p class="emph">One additional script that was too task specific to include in this comparison but I wanted to include a link. <a href="http://dev.visualdrugs.net/mootools/gmapsoverlay/" target="_blank">GMapsOverlay</a> is a moo-tools based Lightbox that is used specificially to display configurable Google Maps. </p>
<p>Although I have listed the file sizes for the scripts evaluated in this comparison, some of which are more attractive than others, further compression can be applied to most of these scripts using applications such as: <a href="http://www.dojotoolkit.org/docs/shrinksafe" target="_blank">DoJo Toolkit&#8217;s ShrinkSafe</a> or <a href="http://dean.edwards.name/packer/" target="_blank">Packer.</a></p>
<p>So, after reading all of this, which one of these Lightboxes is right for you? That depends&mdash;I typically use Prototype because I have worked with it in the past quite often&mdash;but, there are many alternatives and clones using other JavaScript Frameworks or none at all so it depends on your specific need. Keeping that in mind, it is possible to <a href="http://docs.jquery.com/Using_jQuery_with_Other_Libraries" target="_blank">use multiple frameworks together</a>. </p>
</p>
<script type="text/javascript">dzone_url = "http://blog.darkcrimson.com/2008/04/modal-kombat-a-lightbox-comparison/";</script>var dzone_style="2";]]></description>
			<content:encoded><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://blog.darkcrimson.com/2008/04/modal-kombat-a-lightbox-comparison/&t=Modal Kombat! A Lightbox Comparison&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>JavaScript Frameworks have gained  wide acceptance among developers since the &quot;Web 2.0&quot; movement and have, in many ways, changed how we use the web.  One of the greatest outcomes of this has been the reduction in external popup  windows in favor of unobtrusive, JavaScript-based &quot;Modal Window&quot; and  &quot;Lightbox&quot; solutions. At work,  clients frequently ask us to incorporate content and image overlay solutions into their  projects and after experimenting with, and customizing a wide variety of  different scripts, I decided to write a comparison of several of the most popular Light Box  solutions.</p>
<p><a id="more-10"></a></p>
<p>For this comparison, I have evaluated the Light Boxes based on coding  techniques, ease of use / customization, community support and frequency of  updates. Additionally, I have listed specifications for file size and framework  dependency / version for each along with my rating on a 1-10 scale.</p>
<p><strong>The Scripts chosen for this comparison are as follows:</strong></p>
<ul>
<li><a href="#lb2">Lightbox 2 </a>&nbsp;&nbsp;</li>
<li><a href="#lv">Lightview</a>&nbsp;&nbsp;</li>
<li><a href="#lb">Litebox</a>&nbsp;&nbsp;</li>
<li><a href="#tb">Thickbox</a>&nbsp;&nbsp;</li>
<li><a href="#mb">Modalbox</a>&nbsp;&nbsp;</li>
<li><a href="#sb">Slimbox</a>&nbsp;&nbsp;</li>
<li><a href="#mb2">Multibox</a>&nbsp;&nbsp;</li>
<li><a href="#be">jQuery Lightbox Plugin (balupton edition)</a>&nbsp;&nbsp;
  </li>
</ul>
<p>&nbsp;</p>
<h3 class="emph"><a href="http://www.huddletogether.com/projects/lightbox2/" name="lb2" target="_blank">Lightbox 2</a></h3>
<hr />
<p>The original Lightbox is considered by many to be the first  modal window widely available to developers. The latest release, version 2 ,  like its predecessors, is based on the Prototype framework and uses  Scriptaculous effects. This script is very stable, has seen frequent bug fixes  and off-shoots throughout its existence and has a very active user-driven  support forum. The JavaScript file itself is very nicely documented and offers  many configurable options.</p>
<p>Although Lightbox 2 offers the advantage of a large following and easy to configure (and understand) code it does have limitations. The script is called by using the <a href="http://www.utoronto.ca/webdocs/HTMLdocs/NewHTML/a_rel.html" target="_blank"><em>rel</em></a> attribute which limits its functionality for non-basic methods such as Flash and image maps. Additionally, this script, unlike most others in this comparison, is only capable of displaying images. <strong>Update:</strong> after some poking around, I found a lightbox clone which appears to be nearily identical to Lightbox 2, but with the ability to display Flash movies natively. For more information, <a href="http://www.codefidelity.com/blog/?page_id=7" target="_blank">visit this link. </a></p>
<table width="500" cellspacing="0" cellpadding="0" border="0">
<tr style="background: #000;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Framework Dependency: </strong></td>
<td style="padding: 4px; width: 240px">Prototype  v1.6.0.2+ / Scriptaculous</td>
</tr>
<tr style="background: #444;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Total package size: </strong></td>
<td style="padding: 4px; width: 240px">26k</td>
</tr>
<tr style="background: #777;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>License: </strong></td>
<td style="padding: 4px; width: 240px">Creative Commons Attribution 2.5 </td>
</tr>
<tr>
<tr style="background: #999;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>My Rating:</strong></td>
<td style="padding: 4px; width: 240px">7/10</td>
</tr>
</table>
<div style="padding:8px;background:#000;color:#fff; width:90%; border:1px dotted #777; font-size:14px;margin-top:20px;"><strong>Summary: </strong>A well-developed and document script; useful for smaller applications, can only be used for images. Has led the way for many developer off-shoots.</div>
<p>&nbsp;</p>
<h3 class="emph"><a href="http://www.nickstakenburg.com/projects/lightview/" name="lv" target="_blank">Lightview</a></h3>
<hr />
<p>Lightview is a somewhat unique take on the standard  Lightbox. Smartly written, with an image-free, fully adjustable, rounded corner  solution (which works on browsers across the board), Lightbox is a very  aesthetically pleasing and also very powerful solution. Unlike the standard  Lightbox, and many of it&#8217;s clones, Lightview&#8217;s content box scrolls with the  page so that you are never left wondering where the content is. In addition to  images, Lightview also offers the ability to display Flash, Quicktime, AJAX calls, inline  content and even full web sites in an i-frame. Lightview features a very neat  image gallery option which can be used as a timed (configurable) slide show,  which resizes the content box to the dimensions of each image. Another great  thing, which I consider a big advantage over most of the competition, is that  the Lightview window is called through the class attribute. </p>
<p>One major issue that I have found with Lightview is that, beyond the configuration settings, the script comes pre-compressed with no original source code attached. This causes major headaches when trying to change anything not in the settings or CSS. I encountered this limitation when developing the <a href="http://www.darkcrimson.com" target="_blank">new version of my site</a> in the portfolio section when I wanted to add two simple hyperlinks to the Lightview window. Although I was able to add the links, I had to place the links in the <em>title </em>attribute, which does not validate as XHTML.</p>
<table width="500" cellspacing="0" cellpadding="0" border="0">
<tr style="background: #000;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Framework Dependency: </strong></td>
<td style="padding: 4px; width: 240px">Prototype 1.6+ / Scriptaculous</td>
</tr>
<tr style="background: #444;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Total package size: </strong></td>
<td style="padding: 4px; width: 240px">~43k</td>
</tr>
<tr style="background: #777;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>License:</strong></td>
<td style="padding: 4px; width: 240px">Creative Commons Attribution-Noncommercial-No Derivative Works </td>
</tr>
<tr>
<tr style="background: #999;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>My Rating:</strong></td>
<td style="padding: 4px; width: 240px">9/10</td>
</tr>
</table>
<div style="padding:8px;background:#000;color:#fff; width:90%; border:1px dotted #777; font-size:14px;margin-top:20px;"><strong>Summary: </strong>Tons of features: Flash, Quicktime, Inline, AJAX, Images. Cool slide show feature. No uncompressed JS distributed which limits or prevents major customizations.</div>
<p>&nbsp;</p>
<h3 class="emph"><a href="http://www.doknowevil.net/litebox/" name="lb" target="_blank">Litebox</a></h3>
<hr />
<p>Litebox is basically a compact version of Lightbox. Although listed below as ~23k, which is a mere 3k less than the original Lightbox, the true saving is with the compact, 4k Prototype.lite and moo fx libraries used instead of the conventional 120k+ standard Prototype library and somewhat bulky Scriptaculous files. Litebox is a great, lightweight solution but unlike its older, and slightly pudgy sibling, Lightbox 2, this script does not seem to be frequently updated. The last updated date from the Litebox JS file is July, 2006 compared to March 2008 (at the time of this comparison) with Lightbox 2.</p>
<table width="500" cellspacing="0" cellpadding="0" border="0">
<tr style="background: #000;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Framework Dependency: </strong></td>
<td style="padding: 4px; width: 240px">Prototype.lite/ moo fx</td>
</tr>
<tr style="background: #444;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Total package size: </strong></td>
<td style="padding: 4px; width: 240px">~23k</td>
</tr>
<tr style="background: #777;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>License:</strong></td>
<td style="padding: 4px; width: 240px">Creative Commons Attribution 2.5 </td>
</tr>
<tr>
<tr style="background: #999;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>My Rating:</strong></td>
<td style="padding: 4px; width: 240px">7.5/10</td>
</tr>
</table>
<div style="padding:8px;background:#000;color:#fff; width:90%; border:1px dotted #777; font-size:14px;margin-top:20px;"><strong>Summary: </strong>Very lightweight solution. Suitable for sites where load time is essential. Suffers from lack of updates and like Lightbox2, can only be used for images. </div>
<p>&nbsp;</p>
<h3 class="emph"><a href="http://jquery.com/demo/thickbox/" name="tb" target="_blank">Thickbox</a></h3>
<hr />
<p>Thickbox was written in the lightweight jQuery framework and  weighs in at an amazing 10k compressed and only 15k uncompressed. Additionally,  the developer wrote the script to run with the compressed version of jQuery  which only adds 20k instead of the 120k+ with Prototype. The script does not  have the community-driven support forums that the previous three scripts have  but the author states that you may email him with detailed questions or bugs.  Thickbox does not offer a lot of the customization options seen in Lightbox,  Lightview etc&#8230; But does provide both an uncompressed and compressed version  for developers to extend at will. The &quot;out of the box&quot; appearance for  Thickbox is not as aesthetically pleasing as some of it&#8217;s alternatives but  keeping with its easily extendable theme, images and CSS can be added as  desired to alter the look. One annoyance that I found was, when activated, the  mouse scroll wheel becomes inoperative which requires you to use the browser&#8217;s  side scroll bar.</p>
<p>Thickbox offers quite a few features for such a small package including inline content, i-frame as well as both single and multiple image support. The author claims that both Flash and PDF files can work with this script but notes that these media types are untested. </p>
<table width="500" cellspacing="0" cellpadding="0" border="0">
<tr style="background: #000;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Framework Dependency: </strong></td>
<td style="padding: 4px; width: 240px">jQuery 1.1.2</td>
</tr>
<tr style="background: #444;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Total package size: </strong></td>
<td style="padding: 4px; width: 240px">~15k/~10k</td>
</tr>
<tr style="background: #777;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>License:</strong></td>
<td style="padding: 4px; width: 240px">MIT/GNU </td>
</tr>
<tr>
<tr style="background: #999;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>My Rating:</strong></td>
<td style="padding: 4px; width: 240px">8.5/10</td>
</tr>
</table>
<div style="padding:8px;background:#000;color:#fff; width:90%; border:1px dotted #777; font-size:14px;margin-top:20px;"><strong>Summary: </strong>Extremely small, has compressed / uncompressed, easy to extend, lots of features for such a small package, smooth </div>
<p>&nbsp;</p>
<h3 class="emph"><a href="http://www.wildbit.com/labs/modalbox/" name="mb" target="_blank">Modalbox </a></h3>
<hr />
<p>Modalbox is a very powerful tool which allows the developer to not only show single page content or images like many other modal windows but perform complex tasks with AJAX call backs which allows the end user to perform multiple tasks with few clicks and no browser refreshes. Unlike similar scripts, Modalbox uses AJAX instead of deprecated i-frames and even supports scrolling. The project is supported in <a href="http://code.google.com/" target="_blank">Google Code</a> and has a Wiki as well as detailed information about uses, bugs, etc&#8230;</p>
<p>I have used this for multiple client projects and  have  have received positive feedback with not hitches during the development process. One potential issue with Modbalbox is that it relies on Prototype and Scriptaculous which can be a little heavy for large scale projects but for those cases, there is a mootools clone called <a href="http://www.e-magine.ro/web-dev-and-design/36/moodalbox/" target="_blank">MOOdalBox</a> which has the same Google Code backing and support. </p>
<table width="500" cellspacing="0" cellpadding="0" border="0">
<tr style="background: #000;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Framework Dependency: </strong></td>
<td style="padding: 4px; width: 240px">Prototype / Scriptaculous (or mootools)</td>
</tr>
<tr style="background: #444;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Total package size: </strong></td>
<td style="padding: 4px; width: 240px">~32k</td>
</tr>
<tr style="background: #777;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>License:</strong></td>
<td style="padding: 4px; width: 240px">MIT </td>
</tr>
<tr>
<tr style="background: #999;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>My Rating:</strong></td>
<td style="padding: 4px; width: 240px">9.5/10</td>
</tr>
</table>
<div style="padding:8px;background:#000;color:#fff; width:90%; border:1px dotted #777; font-size:14px;margin-top:20px;"><strong>Summary:</strong>Summary: Easy to use and customize very powerful and well-written code. Versions for Prototype and Mootools. Lots of cool AJAX stuff. </div>
<p>&nbsp;</p>
<h3 class="emph"><a href="http://www.digitalia.be/software/slimbox" name="sb" target="_blank">Slimbox</a></h3>
<hr />
<p>Slimbox is a mootools clone of Lightbox 2. The entire script plus images and CSS is amazingly only 13k uncompressed. This project has support forums and the homepage for the project allows visitors to post comments in which the author often responds to questions. After playing around with this script, I was impressed with the small file size but found the overall package to be somewhat buggy, particularly with the dark page cover when scrolling.</p>
<table width="500" cellspacing="0" cellpadding="0" border="0">
<tr style="background: #000;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Framework Dependency: </strong></td>
<td style="padding: 4px; width: 240px">Mootools 1.1+</td>
</tr>
<tr style="background: #444;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Total package size: </strong></td>
<td style="padding: 4px; width: 240px">~13k</td>
</tr>
<tr style="background: #777;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>License:</strong></td>
<td style="padding: 4px; width: 240px">MIT</td>
</tr>
<tr>
<tr style="background: #999;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>My Rating:</strong></td>
<td style="padding: 4px; width: 240px">6/10</td>
</tr>
</table>
<div style="padding:8px;background:#000;color:#fff; width:90%; border:1px dotted #777; font-size:14px;margin-top:20px;"><strong>Summary: </strong>A big punch in a small package. Buggy when scrolling but at 13k, this is the IKEA of Lightboxes; nice looking but has </div>
<p>&nbsp;</p>
<h3 class="emph"><a href="http://www.phatfusion.net/multibox/" name="mb2" target="_blank">Multibox</a></h3>
<hr />
<p>Multibox is a versatile Lightbox that is able to display a  large variety of different media types including images, audio (Real Player,  MP3), video (Windows Media Player and QuickTime, FLV), as well as the standard  image and content (AJAX  and inline). The default design is pleasant enough that most developers won&#8217;t  need to do aesthetic modifications but doing so would be fairly easy due to the  way the script was written. </p>
<p>The code is fairly straightforward but is not as well  structured as some of the other options; one thing that caught my eye was the  use of JavaScript to print the actual HTML code for the box. In other scripts,  this is done dynamically at the savings of dozens of lines of code. It also  appears that there is no form of support (or update log) for this script so it  looks like bug fixes could be an issue.</p>
<table width="500" cellspacing="0" cellpadding="0" border="0">
<tr style="background: #000;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Framework Dependency: </strong></td>
<td style="padding: 4px; width: 240px">Mootools 1.1+</td>
</tr>
<tr style="background: #444;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Total package size: </strong></td>
<td style="padding: 4px; width: 240px">~30k</td>
</tr>
<tr style="background: #777;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>License:</strong></td>
<td style="padding: 4px; width: 240px">MIT</td>
</tr>
<tr>
<tr style="background: #999;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>My Rating:</strong></td>
<td style="padding: 4px; width: 240px">9/10</td>
</tr>
</table>
<div style="padding:8px;background:#000;color:#fff; width:90%; border:1px dotted #777; font-size:14px;margin-top:20px;"><strong>Summary: </strong>One of the best looking and smoothest working in the comparison. Lacks support, suffers from inefficient code, large file size. If file size doesn&#8217;t matter and you know that your users have up to date browsers, go for it!</div>
<p>&nbsp;</p>
<h3 class="emph"><a href="http://plugins.jquery.com/project/jquerylightbox_bal" name="be" target="_blank">jQuery Lightbox Plugin (balupton edition) 1.0</a></h3>
<hr />
<p>This jQuery plugin, based on Lightbox2 delivers unusually  smooth scrolling (far better than Lightbox2) as well as many efficiency  benefits and a small file size. Unlike many of the other scripts in this  comparison, this plugin requires no configuration and a smart automatic URL  detection which means that only one file has to be included in the display  file. The jQuery Lightbox Plugin can be used manually or automatically to  generate Lightboxes which means that it can be set, like many others with the  <em>rel</em> attribute or with on event such as <em>onclick</em>.  This is a huge advantage and makes The jQuery Lightbox Plugin potentially the  most versatile in this comparison. Additionally, most media types can be used  without modification including Qucktime, Flash and other embedded content  types.</p>
<p>The only real downside that I found with this script was the lack of clear documentation. Although the instructions are fairly clear, it takes some digging around to find the information you are looking for. Luckily, this script is listed on the <a href="http://plugins.jquery.com/" target="_blank">jQuery plugin site</a> which includes support request and bug report sections as well as a log of changes.</p>
<table width="500" cellspacing="0" cellpadding="0" border="0">
<tr style="background: #000;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Framework Dependency: </strong></td>
<td style="padding: 4px; width: 240px">jQuery 1.2.1+</td>
</tr>
<tr style="background: #444;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>Total package size: </strong></td>
<td style="padding: 4px; width: 240px">~15k</td>
</tr>
<tr style="background: #777;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>License:</strong></td>
<td style="padding: 4px; width: 240px">GNU Affero General Public License</td>
</tr>
<tr>
<tr style="background: #999;color:#fff;">
<td style="padding: 4px; width: 185px"><strong>My Rating:</strong></td>
<td style="padding: 4px; width: 240px">9.5/10</td>
</tr>
</table>
<div style="padding:8px;background:#000;color:#fff; width:90%; border:1px dotted #777; font-size:14px;margin-top:20px;">
 Summary: The smoothest and best overall Lightbox clone in  the comparison. Could benefit from more documentation on the site, but it&rsquo;s so  easy to use, that its hard to complain.
</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3 class="emph">Other considerations and Conclusions</h3>
<p class="emph">One additional script that was too task specific to include in this comparison but I wanted to include a link. <a href="http://dev.visualdrugs.net/mootools/gmapsoverlay/" target="_blank">GMapsOverlay</a> is a moo-tools based Lightbox that is used specificially to display configurable Google Maps. </p>
<p>Although I have listed the file sizes for the scripts evaluated in this comparison, some of which are more attractive than others, further compression can be applied to most of these scripts using applications such as: <a href="http://www.dojotoolkit.org/docs/shrinksafe" target="_blank">DoJo Toolkit&#8217;s ShrinkSafe</a> or <a href="http://dean.edwards.name/packer/" target="_blank">Packer.</a></p>
<p>So, after reading all of this, which one of these Lightboxes is right for you? That depends&mdash;I typically use Prototype because I have worked with it in the past quite often&mdash;but, there are many alternatives and clones using other JavaScript Frameworks or none at all so it depends on your specific need. Keeping that in mind, it is possible to <a href="http://docs.jquery.com/Using_jQuery_with_Other_Libraries" target="_blank">use multiple frameworks together</a>. </p>
</p>
<script type="text/javascript">dzone_url = "http://blog.darkcrimson.com/2008/04/modal-kombat-a-lightbox-comparison/";</script><script>var dzone_style="2";</script><script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script>]]></content:encoded>
			<wfw:commentRSS>http://blog.darkcrimson.com/2008/04/modal-kombat-a-lightbox-comparison/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Evolution of DCP9</title>
		<link>http://blog.darkcrimson.com/2008/04/evolution-of-dcp9/</link>
		<comments>http://blog.darkcrimson.com/2008/04/evolution-of-dcp9/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 06:56:23 +0000</pubDate>
		<dc:creator>Ben Lister</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://blog.darkcrimson.com/2008/04/evolution-of-dcp9/</guid>
		<description><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://blog.darkcrimson.com/2008/04/evolution-of-dcp9/&t=Evolution of DCP9&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>My non-technical friends frequently ask about the process behind web development; they are baffled when they see a robust website and learn that it began life as a big, blank box Photoshop. When I started development for the <a title="DCP9" target="_blank" href="http://www.darkcrimson.com">new version of my site</a>, I decided to chronicle the process from beginning to end to shed light on the design process that I use. <!--more--><span style="font-weight: bold" /></p>
<p><span style="font-weight: bold">Below you will find a chronological time line of the design process.</span></p>
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo0.gif" /></div>
<div align="left">
<p>To begin, I searched through my photos and found the picture above which I took sometime in July, 2007. Although ordinary and shot with poor lighting, I decided that this photo could be the basis of the new design.</p>
</div>
<div style="text-align: center">
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo1.gif" /></div>
<div align="left">
<p>My original idea was to include vector art as a main part in the design. Not having a lot of experience doing abstract vector art, I played around in Illustrator for a few hours and came up with the piece above.In my previous 8 versions of Dark Crimson, I relied on the namesake color but decided that I wanted something different for this version. After a few days of testing various color pallets, I decided on a blue-green color base.</p>
</div>
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo2.gif" /></div>
<div align="left">
<p>Since my site has always been somewhat &#8220;experimental&#8221;, I typically embrace the idea of making the plan up as I go along rather than meticulously planning everything as I do for most web projects. Following this spirit, I was not sure which direction to go, Flash like 7 of the last 8 versions, or XHTML / JavaScript. I decided to make the decision after the preliminary design.After about a week of perfecting the textures and colors, I made the above design as a starting point.</p>
</div>
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo3.gif" /></div>
<div align="left">
<p>After picking apart my original design, I decided to test its feasibility in Flash. Although the design turned out very visually appealing, it was not practical for the type of site that I wanted to develop. <a target="_blank" title="Flash concept" href="http://www.darkcrimson.com/9/bflash/index.html">Click here to see this concept.</a></p>
</div>
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo4.gif" /></div>
<p align="left">
<p>Next, I decided to test the waters of the original concept in XHTML. The result was more user-friendly than the Flash version but it wasn&#8217;t what I was looking for. <a title="DCP Concept XHTML" href="http://www.darkcrimson.com/9/b3/9i.html">Click here to see this concept.</a></p>
</div>
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo6.gif" /></div>
<div style="text-align: left">
<p>I decided that XHTML / JavaScript would be the best way to go and re-worked the design as seen above. <a title="Concept 3" href="http://www.darkcrimson.com/9/b4/">Click here to see this concept.</a></p>
</div>
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo5.gif" /></div>
<p align="left">
<p>Although the grungy-paper texture is was trendy, I didn&#8217;t think it had its place in the design. I re-worked the concept and came up with navigation scheme for the next concept. Also, having spent several days working on the vector art piece, I wanted to utilize it in the design. <a title="Concept 4" href="http://www.darkcrimson.com/9/b5/">Click here to see this concept.</a></p>
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo7.gif" /></div>
<p align="left">I further worked the design concept and needed a splash image for the homepage. My goal was to design something to compliment the overall green color scheme while also creating a visually appealing theme that would be used variously throughout the site. Since I was going for a theme that would look great on a 17&#8242;&#8217; monitor or a 70&#8242;&#8217; TV, I wanted to make sure that the design flowed into a solid color as seamlessly as possible. The Spalsh also had to accommodate readable content for the homepage.</p>
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo8.gif" /></div>
<p align="left">I liked the original but I felt that the colors clashed with the overall theme and that it did not flow as I had originally imagined. I also realized that I was not making use of the vector graphic that I created earlier and tried to find a way to incorporate it. The result is seen in the screenshot above. With the addition of some carefully tweaked brushes and filters, I was able to successfully utilize both of my original key design components. <a title="Concept 5" href="http://www.darkcrimson.com/9/b6/">Click here to see this concept.</a></p>
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo9.gif" /></div>
<div style="text-align: left">
<p>After developing the rest of the site, all that was left was to add similarly themed content boxes and plugin the data.</p>
</div>
]]></description>
			<content:encoded><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://blog.darkcrimson.com/2008/04/evolution-of-dcp9/&t=Evolution of DCP9&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>My non-technical friends frequently ask about the process behind web development; they are baffled when they see a robust website and learn that it began life as a big, blank box Photoshop. When I started development for the <a title="DCP9" target="_blank" href="http://www.darkcrimson.com">new version of my site</a>, I decided to chronicle the process from beginning to end to shed light on the design process that I use. <a id="more-9"></a><span style="font-weight: bold" /></p>
<p><span style="font-weight: bold">Below you will find a chronological time line of the design process.</span></p>
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo0.gif" /></div>
<div align="left">
<p>To begin, I searched through my photos and found the picture above which I took sometime in July, 2007. Although ordinary and shot with poor lighting, I decided that this photo could be the basis of the new design.</p>
</div>
<div style="text-align: center">
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo1.gif" /></div>
<div align="left">
<p>My original idea was to include vector art as a main part in the design. Not having a lot of experience doing abstract vector art, I played around in Illustrator for a few hours and came up with the piece above.In my previous 8 versions of Dark Crimson, I relied on the namesake color but decided that I wanted something different for this version. After a few days of testing various color pallets, I decided on a blue-green color base.</p>
</div>
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo2.gif" /></div>
<div align="left">
<p>Since my site has always been somewhat &#8220;experimental&#8221;, I typically embrace the idea of making the plan up as I go along rather than meticulously planning everything as I do for most web projects. Following this spirit, I was not sure which direction to go, Flash like 7 of the last 8 versions, or XHTML / JavaScript. I decided to make the decision after the preliminary design.After about a week of perfecting the textures and colors, I made the above design as a starting point.</p>
</div>
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo3.gif" /></div>
<div align="left">
<p>After picking apart my original design, I decided to test its feasibility in Flash. Although the design turned out very visually appealing, it was not practical for the type of site that I wanted to develop. <a target="_blank" title="Flash concept" href="http://www.darkcrimson.com/9/bflash/index.html">Click here to see this concept.</a></p>
</div>
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo4.gif" /></div>
<p align="left">
<p>Next, I decided to test the waters of the original concept in XHTML. The result was more user-friendly than the Flash version but it wasn&#8217;t what I was looking for. <a title="DCP Concept XHTML" href="http://www.darkcrimson.com/9/b3/9i.html">Click here to see this concept.</a></p>
</div>
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo6.gif" /></div>
<div style="text-align: left">
<p>I decided that XHTML / JavaScript would be the best way to go and re-worked the design as seen above. <a title="Concept 3" href="http://www.darkcrimson.com/9/b4/">Click here to see this concept.</a></p>
</div>
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo5.gif" /></div>
<p align="left">
<p>Although the grungy-paper texture is was trendy, I didn&#8217;t think it had its place in the design. I re-worked the concept and came up with navigation scheme for the next concept. Also, having spent several days working on the vector art piece, I wanted to utilize it in the design. <a title="Concept 4" href="http://www.darkcrimson.com/9/b5/">Click here to see this concept.</a></p>
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo7.gif" /></div>
<p align="left">I further worked the design concept and needed a splash image for the homepage. My goal was to design something to compliment the overall green color scheme while also creating a visually appealing theme that would be used variously throughout the site. Since I was going for a theme that would look great on a 17&#8242;&#8217; monitor or a 70&#8242;&#8217; TV, I wanted to make sure that the design flowed into a solid color as seamlessly as possible. The Spalsh also had to accommodate readable content for the homepage.</p>
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo8.gif" /></div>
<p align="left">I liked the original but I felt that the colors clashed with the overall theme and that it did not flow as I had originally imagined. I also realized that I was not making use of the vector graphic that I created earlier and tried to find a way to incorporate it. The result is seen in the screenshot above. With the addition of some carefully tweaked brushes and filters, I was able to successfully utilize both of my original key design components. <a title="Concept 5" href="http://www.darkcrimson.com/9/b6/">Click here to see this concept.</a></p>
<div style="text-align: center"><img alt="screenshot" src="http://blog.darkcrimson.com/blog-images/evolution/evo9.gif" /></div>
<div style="text-align: left">
<p>After developing the rest of the site, all that was left was to add similarly themed content boxes and plugin the data.</p>
</div>
]]></content:encoded>
			<wfw:commentRSS>http://blog.darkcrimson.com/2008/04/evolution-of-dcp9/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Site is Live!</title>
		<link>http://blog.darkcrimson.com/2008/04/site-is-live/</link>
		<comments>http://blog.darkcrimson.com/2008/04/site-is-live/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 02:35:35 +0000</pubDate>
		<dc:creator>Ben Lister</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://blog.darkcrimson.com/2008/04/site-is-live/</guid>
		<description><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://blog.darkcrimson.com/2008/04/site-is-live/&t=Site is Live!&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>Almost three years after the launch of DCP Version 8, DCP 9 has officially launched! I started the process  in November, 2007 and have been working on and off since then to create something that I am proud of.<!--more--></p>
<p>The new version has been built from the ground up using <a target="_blank" title="Code Igniter" href="http://www.codeigniter.com">Code Igniter</a> which is a lightweight, open-source PHP framework (MCV). I had been wanting to learn CI for a long time and building this site has converted me to a true Code Igniter fanboy.</p>
<p>I have also created some cool new features for this version including a live RSS feed from my <a target="_blank" title="Last FM" href="http://www.lastfm.com">Last FM</a> account which updates what I am currently listening in iTunes and on my iPod in realtime. I have also created a feed from a <a title="Yahoo! Pipe" href="http://pipes.yahoo.com/pipes/person.info?eyuid=EwUPbx03qXEKccr_seT.s45.Sqs-">Yahoo! Pipe</a> that I created featuring randomly selected top rated stories from popular blogs and social news sites which you can see, along with my Last FM feed in the footer of the site. The portfolio has also been completely overhauled  (and will probably be tweaked frequently) and is now much more robust and easy to use than previous versions.</p>
<p>I plan to update the blog frequently with tutorials, stories etc.. so check back often.</p>
<p>I hope you enjoy the new site!
</p>
]]></description>
			<content:encoded><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://blog.darkcrimson.com/2008/04/site-is-live/&t=Site is Live!&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>Almost three years after the launch of DCP Version 8, DCP 9 has officially launched! I started the process  in November, 2007 and have been working on and off since then to create something that I am proud of.<a id="more-8"></a></p>
<p>The new version has been built from the ground up using <a target="_blank" title="Code Igniter" href="http://www.codeigniter.com">Code Igniter</a> which is a lightweight, open-source PHP framework (MCV). I had been wanting to learn CI for a long time and building this site has converted me to a true Code Igniter fanboy.</p>
<p>I have also created some cool new features for this version including a live RSS feed from my <a target="_blank" title="Last FM" href="http://www.lastfm.com">Last FM</a> account which updates what I am currently listening in iTunes and on my iPod in realtime. I have also created a feed from a <a title="Yahoo! Pipe" href="http://pipes.yahoo.com/pipes/person.info?eyuid=EwUPbx03qXEKccr_seT.s45.Sqs-">Yahoo! Pipe</a> that I created featuring randomly selected top rated stories from popular blogs and social news sites which you can see, along with my Last FM feed in the footer of the site. The portfolio has also been completely overhauled  (and will probably be tweaked frequently) and is now much more robust and easy to use than previous versions.</p>
<p>I plan to update the blog frequently with tutorials, stories etc.. so check back often.</p>
<p>I hope you enjoy the new site!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.darkcrimson.com/2008/04/site-is-live/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Official Launch: April 4</title>
		<link>http://blog.darkcrimson.com/2008/03/soft-launch/</link>
		<comments>http://blog.darkcrimson.com/2008/03/soft-launch/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 07:21:17 +0000</pubDate>
		<dc:creator>Ben Lister</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://blog.darkcrimson.com/2008/03/soft-launch/</guid>
		<description><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://blog.darkcrimson.com/2008/03/soft-launch/&t=Official Launch: April 4&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>The final version of DCP 9 will launch on Friday April 4, until then check back often for new updates and tweaks.
</p>
]]></description>
			<content:encoded><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://blog.darkcrimson.com/2008/03/soft-launch/&t=Official Launch: April 4&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>The final version of DCP 9 will launch on Friday April 4, until then check back often for new updates and tweaks.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.darkcrimson.com/2008/03/soft-launch/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Welcome to the new blog!</title>
		<link>http://blog.darkcrimson.com/2008/02/welcome-to-the-new-blog/</link>
		<comments>http://blog.darkcrimson.com/2008/02/welcome-to-the-new-blog/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 07:29:26 +0000</pubDate>
		<dc:creator>Ben Lister</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://blog.darkcrimson.com/2008/02/welcome-to-the-new-blog/</guid>
		<description><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://blog.darkcrimson.com/2008/02/welcome-to-the-new-blog/&t=Welcome to the new blog!&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>This is the my first experience with Wordpress and after a few dozen hours of poking around the code and template, I must say, I am impressed<!--more-->.</p>
<p>I am looking forward to posting regularly on the blog after the official launch of <a title="Dark Crimson Productions v9" href="http://www.darkcrimson.com">Dark Crimson Productions v9.0</a></p>
<p>I am hoping to launch the new site in full effect by Mid March. In the meantime, I will be likely be tweaking the blog settings and templates, but for now, stay tuned!
</p>
]]></description>
			<content:encoded><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://blog.darkcrimson.com/2008/02/welcome-to-the-new-blog/&t=Welcome to the new blog!&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>This is the my first experience with Wordpress and after a few dozen hours of poking around the code and template, I must say, I am impressed<a id="more-6"></a>.</p>
<p>I am looking forward to posting regularly on the blog after the official launch of <a title="Dark Crimson Productions v9" href="http://www.darkcrimson.com">Dark Crimson Productions v9.0</a></p>
<p>I am hoping to launch the new site in full effect by Mid March. In the meantime, I will be likely be tweaking the blog settings and templates, but for now, stay tuned!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.darkcrimson.com/2008/02/welcome-to-the-new-blog/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
