<?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>Blog - Dayspring Web Design and Development &#187; JavaScript</title>
	<atom:link href="http://blog.dayspring-tech.com/category/technology/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dayspring-tech.com</link>
	<description>A Peek Into What's On Our Collective Mind</description>
	<lastBuildDate>Fri, 11 Jun 2010 23:39:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Javascript on the server with Akshell</title>
		<link>http://blog.dayspring-tech.com/2010/05/javascript-on-the-server-with-akshell/</link>
		<comments>http://blog.dayspring-tech.com/2010/05/javascript-on-the-server-with-akshell/#comments</comments>
		<pubDate>Thu, 20 May 2010 21:57:07 +0000</pubDate>
		<dc:creator>Matthew D.</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://malachi3/blog/?p=1965</guid>
		<description><![CDATA[<p>I&#8217;ve been intrigued by a few different &#8220;Javascript on the server&#8221; frameworks as they have passed by.  Here is one that runs Javascript in a cloud and have an online IDE for creating the sites.  The article at the bottom is an interview with the creator.</p>
<p>Akshell is a Cloud Service that helps developers [...]]]></description>
		<wfw:commentRss>http://blog.dayspring-tech.com/2010/05/javascript-on-the-server-with-akshell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript parseInt quirkiness</title>
		<link>http://blog.dayspring-tech.com/2010/02/javascript-parseint-quirkiness/</link>
		<comments>http://blog.dayspring-tech.com/2010/02/javascript-parseint-quirkiness/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 23:35:56 +0000</pubDate>
		<dc:creator>Bruce Y.</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://malachi3/blog/?p=1766</guid>
		<description><![CDATA[<p>I found a funny quirk to the javascript parseInt function today.  I tried this:</p>
<p>hour = parseInt(&#8220;08&#8243;);</p>
<p>expected a value of hour == 8.  What was the result?  hour == 0.  huh?</p>
<p>Well, here&#8217;s the function syntax:</p>
parseInt(string, radix)
If the radix parameter is omitted, JavaScript assumes the  following:

If the string begins with &#8220;0x&#8221;, the radix is 16 (hexadecimal)
If [...]]]></description>
		<wfw:commentRss>http://blog.dayspring-tech.com/2010/02/javascript-parseint-quirkiness/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>45 Powerful CSS/JavaScript Techniques</title>
		<link>http://blog.dayspring-tech.com/2010/01/45-powerful-cssjavascript-techniques/</link>
		<comments>http://blog.dayspring-tech.com/2010/01/45-powerful-cssjavascript-techniques/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 23:17:54 +0000</pubDate>
		<dc:creator>Young-Ki K.</dc:creator>
				<category><![CDATA[HTML & CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[timeline]]></category>

		<guid isPermaLink="false">http://malachi3/blog/?p=1585</guid>
		<description><![CDATA[<p>A list of tutorials to do some very clever things with CSS and JS. Some notables:</p>

Advanced Event Timeline With PHP, CSS &#38; jQuery
Sproing! – Make An Elastic Thumbnail Menu
Sticky SideNav Layout with CSS
Simply-Buttons v2
A Colorful Clock With CSS &#38; jQuery

<p>45 Powerful CSS/JavaScript-Techniques &#8211; Smashing Magazine</p>
]]></description>
		<wfw:commentRss>http://blog.dayspring-tech.com/2010/01/45-powerful-cssjavascript-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SproutCore: HTML 5 Framework</title>
		<link>http://blog.dayspring-tech.com/2009/12/sproutcore-html-5-framework/</link>
		<comments>http://blog.dayspring-tech.com/2009/12/sproutcore-html-5-framework/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 18:40:24 +0000</pubDate>
		<dc:creator>Bruce Y.</dc:creator>
				<category><![CDATA[Android Development]]></category>
		<category><![CDATA[HTML & CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://malachi3/blog/?p=1561</guid>
		<description><![CDATA[<p>I was looking to see if there were any frameworks for HTML 5 and came across SproutCore.  It&#8217;s an MVC framework and has some similarity to GWT in that it compiles all the code into HTML/JS/CSS that should work across browsers without plug-ins.  Also like GWT, it has a bunch of panels, buttons, and controls [...]]]></description>
		<wfw:commentRss>http://blog.dayspring-tech.com/2009/12/sproutcore-html-5-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A JavaScript Optimizer</title>
		<link>http://blog.dayspring-tech.com/2009/11/a-javascript-optimizer/</link>
		<comments>http://blog.dayspring-tech.com/2009/11/a-javascript-optimizer/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 19:52:46 +0000</pubDate>
		<dc:creator>Matthew D.</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[closure]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://malachi3/blog/?p=1469</guid>
		<description><![CDATA[<p>I&#8217;ve been learning about Clojure over the last month or two, which is a dialect of the Lisp programming language that compiles to the JVM.  That has nothing to do with this blog except that it led to finding Google&#8217;s Closure Tools.</p>
<p>Closure Tools include a JavaScript Optimizer, a comprehensive JavaScript library, and an easy templating [...]]]></description>
		<wfw:commentRss>http://blog.dayspring-tech.com/2009/11/a-javascript-optimizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tools to Visualize Data</title>
		<link>http://blog.dayspring-tech.com/2009/09/data-visualizations/</link>
		<comments>http://blog.dayspring-tech.com/2009/09/data-visualizations/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 20:57:39 +0000</pubDate>
		<dc:creator>Chi-Ming</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[visualizations]]></category>

		<guid isPermaLink="false">http://blog.dayspring-tech.com/?p=1495</guid>
		<description><![CDATA[<p>I was doing some research on tools to create interesting visualizations of data and ran across this very interesting visualization from Gapminder.org tracking infant mortality rate versus per capita income for a variety of countries over time&#8212;with country population thrown in for good measure. That&#8217;s 5&#8212;yes, count them 5&#8212;&#8221;dimensions&#8221; of data. It takes the form [...]]]></description>
		<wfw:commentRss>http://blog.dayspring-tech.com/2009/09/data-visualizations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fancy Fonts with Cufon</title>
		<link>http://blog.dayspring-tech.com/2009/07/fancy-fonts-with-cufon/</link>
		<comments>http://blog.dayspring-tech.com/2009/07/fancy-fonts-with-cufon/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 23:12:12 +0000</pubDate>
		<dc:creator>Jeff W.</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[HTML & CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[cufon]]></category>
		<category><![CDATA[fonts]]></category>

		<guid isPermaLink="false">http://malachi3/blog/?p=903</guid>
		<description><![CDATA[<p>Janet recently found a site that is using non-standard fonts for most of their text.  As we explored the site to figure out how they were doing this, we found Cufon.  Cufon allows for text replacement similar to sIFR, but without the use of Flash.  This opens up design possibilities using more fonts without making [...]]]></description>
		<wfw:commentRss>http://blog.dayspring-tech.com/2009/07/fancy-fonts-with-cufon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Michael Jackson, the Slowing of the Web, and iframe Widgets</title>
		<link>http://blog.dayspring-tech.com/2009/06/beware-of-iframe-widgets/</link>
		<comments>http://blog.dayspring-tech.com/2009/06/beware-of-iframe-widgets/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 17:37:18 +0000</pubDate>
		<dc:creator>Jeff W.</dc:creator>
				<category><![CDATA[Community, Social Networking]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Website Hosting]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[iframe widget]]></category>
		<category><![CDATA[michael jackson]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://malachi3/blog/?p=842</guid>
		<description><![CDATA[<p>On Thursday, as the world was looking to the internet for information about Michael Jackson, the internet came to a crawl.  The initial assumption was that news sites simply weren&#8217;t equipped to handle the spike in traffic that such an event would cause.  Even Google News flagged the surge as an automated attack.  According to [...]]]></description>
		<wfw:commentRss>http://blog.dayspring-tech.com/2009/06/beware-of-iframe-widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tiny in-line graphs and charts with JQuery</title>
		<link>http://blog.dayspring-tech.com/2009/06/tiny-in-line-graphs-and-charts-with-jquery/</link>
		<comments>http://blog.dayspring-tech.com/2009/06/tiny-in-line-graphs-and-charts-with-jquery/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 19:05:12 +0000</pubDate>
		<dc:creator>Jason G.</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://malachi3/blog/?p=730</guid>
		<description><![CDATA[<p>I found a JQuery plugin which allows you to put tiny in-line graphs and charts into your HTML with &#8220;one line of Javascript&#8221;.  (For the picky people, no this is not counting all of your data prep work and initialization of JQuery).  Very clean and very configurable, lots of options.</p>
<p>I would&#8217;ve really liked [...]]]></description>
		<wfw:commentRss>http://blog.dayspring-tech.com/2009/06/tiny-in-line-graphs-and-charts-with-jquery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Faster websites &#8211; Improving User Experience</title>
		<link>http://blog.dayspring-tech.com/2009/05/faster-websites-improving-user-experience/</link>
		<comments>http://blog.dayspring-tech.com/2009/05/faster-websites-improving-user-experience/#comments</comments>
		<pubDate>Thu, 28 May 2009 06:09:44 +0000</pubDate>
		<dc:creator>Jeff W.</dc:creator>
				<category><![CDATA[HTML & CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Google IO]]></category>
		<category><![CDATA[minify]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://malachi3/blog/?p=698</guid>
		<description><![CDATA[<p>At Google I/O (Google’s developer conference), Steve Souders (the creator of YSlow) presented a few ideas for making websites even faster.</p>
<p>When it comes to optimizing a website for speed and user experience, there&#8217;s only so much you can do from the backend.  The most room for performance improvement is in client-side frontend.  Anywhere between 80 [...]]]></description>
		<wfw:commentRss>http://blog.dayspring-tech.com/2009/05/faster-websites-improving-user-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
