<?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>joshua welcomes you</title> <atom:link href="http://joshualay.net/blog/feed/" rel="self" type="application/rss+xml" /><link>http://joshualay.net/blog</link> <description>awesome + misc (tm)</description> <lastBuildDate>Mon, 21 May 2012 01:00:45 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>iOS &#8211; Habit List</title><link>http://joshualay.net/blog/2012/05/ios-habit-list/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ios-habit-list</link> <comments>http://joshualay.net/blog/2012/05/ios-habit-list/#comments</comments> <pubDate>Mon, 21 May 2012 01:00:31 +0000</pubDate> <dc:creator>Joshua Lay</dc:creator> <category><![CDATA[iOS]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[app]]></category> <guid
isPermaLink="false">http://joshualay.net/blog/?p=1912</guid> <description><![CDATA[Habit List Intuitive and flexible, Habit List helps you create good habits and break unhealthy ones. Stay on track, keep your to-do list uncluttered, and see big changes through little steps The app I always wanted to write (plus a tonne of others I'm guessing) is out. I really like the features of this one. [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://habitlistapp.com/">Habit List</a></p><blockquote><p>Intuitive and flexible, Habit List helps you create good habits and break unhealthy ones. Stay on track, keep your to-do list uncluttered, and see big changes through little steps</p></blockquote><p>The app I always wanted to write (plus a tonne of others I'm guessing) is out. I really like the features of this one. If I ever got around to writing my own I would limit the amount of habit trails to five.</p><p>I've found that the more I've wanted to do the more chance I have to get distracted. So I just focus on just doing one or two things at a time. That's it.</p><p><a
href="http://news.ycombinator.org/item?id=3998894">HN discussion</a></p> ]]></content:encoded> <wfw:commentRss>http://joshualay.net/blog/2012/05/ios-habit-list/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Flotr2</title><link>http://joshualay.net/blog/2012/05/flotr2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flotr2</link> <comments>http://joshualay.net/blog/2012/05/flotr2/#comments</comments> <pubDate>Thu, 17 May 2012 07:52:19 +0000</pubDate> <dc:creator>Joshua Lay</dc:creator> <category><![CDATA[JavaScript]]></category> <category><![CDATA[link]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[html5]]></category> <guid
isPermaLink="false">http://joshualay.net/blog/?p=1908</guid> <description><![CDATA[Flotr2 Flotr2 is a library for drawing HTML5 charts and graphs. It is a branch of flotr which removes the Prototype dependency and includes many improvements Graph all the things!]]></description> <content:encoded><![CDATA[<p><a
href="http://humblesoftware.com/flotr2/">Flotr2</a></p><blockquote><p>Flotr2 is a library for drawing HTML5 charts and graphs. It is a branch of flotr which removes the Prototype dependency and includes many improvements</p></blockquote><p>Graph all the things!</p> ]]></content:encoded> <wfw:commentRss>http://joshualay.net/blog/2012/05/flotr2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>LinkedIn For iPad: using local storage for snappy mobile apps</title><link>http://joshualay.net/blog/2012/05/linkedin-for-ipad-using-local-storage-for-snappy-mobile-apps/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=linkedin-for-ipad-using-local-storage-for-snappy-mobile-apps</link> <comments>http://joshualay.net/blog/2012/05/linkedin-for-ipad-using-local-storage-for-snappy-mobile-apps/#comments</comments> <pubDate>Tue, 15 May 2012 06:45:04 +0000</pubDate> <dc:creator>Joshua Lay</dc:creator> <category><![CDATA[link]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[backbone.js]]></category> <category><![CDATA[html5]]></category> <category><![CDATA[localstorage]]></category> <guid
isPermaLink="false">http://joshualay.net/blog/?p=1902</guid> <description><![CDATA[Write up by Akhilesh Gupta We've found HTML 5 local storage to be an effective way to improve an application's performance, both in terms of time and space requirements: Temporarily storing recently fetched data results in a tremendous improvement in application responsiveness. It provides the user the ability to move around the application quickly without [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://engineering.linkedin.com/mobile/linkedin-ipad-using-local-storage-snappy-mobile-apps">Write up by Akhilesh Gupta</a></p><blockquote><p>We've found HTML 5 local storage to be an effective way to improve an application's performance, both in terms of time and space requirements:</p><ul><li>Temporarily storing recently fetched data results in a tremendous improvement in application responsiveness. It provides the user the ability to move around the  application quickly without waiting for network requests to finish for previously viewed data.</li><li>More than one web view in the native application can share fetched data seamlessly.</li><li>Memory constraints in mobile devices can be overcome by using local storage to store and populate temporary objects in memory when required.</li><li>Storing complicated HTML document fragments from the stream to in local storage can decrease memory footprint and rendering time while scrolling through the stream.</li></ul></blockquote><p>I'm going to give using <a
href="http://paperkilledrock.com/2010/05/html5-localstorage-part-one/">local storage</a> a go to speed up a web app. Caching so no request needs to be made to the server feels like a simple optimisation.</p> ]]></content:encoded> <wfw:commentRss>http://joshualay.net/blog/2012/05/linkedin-for-ipad-using-local-storage-for-snappy-mobile-apps/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>An Introduction to Application Development with Catalyst and Perl</title><link>http://joshualay.net/blog/2012/05/an-introduction-to-application-development-with-catalyst-and-perl/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=an-introduction-to-application-development-with-catalyst-and-perl</link> <comments>http://joshualay.net/blog/2012/05/an-introduction-to-application-development-with-catalyst-and-perl/#comments</comments> <pubDate>Tue, 15 May 2012 05:14:34 +0000</pubDate> <dc:creator>Joshua Lay</dc:creator> <category><![CDATA[interesting]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[catalyst]]></category> <category><![CDATA[mvc]]></category> <category><![CDATA[perl]]></category> <guid
isPermaLink="false">http://joshualay.net/blog/?p=1899</guid> <description><![CDATA[Henry Van Styn with a thorough introduction Catalyst is the latest in the evolution of open-source Web development frameworks. Written in modern Perl and inspired by many of the projects that came before it, including Ruby on Rails, Catalyst is elegant, powerful and refined. It's a great choice for creating any Web-based application from the [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.linuxjournal.com/content/introduction-application-development-catalyst-and-perl">Henry Van Styn with a thorough introduction</a></p><blockquote><p>Catalyst is the latest in the evolution of open-source Web development frameworks. Written in modern Perl and inspired by many of the projects that came before it, including Ruby on Rails, Catalyst is elegant, powerful and refined. It's a great choice for creating any Web-based application from the simple to the very complex.</p></blockquote><p>Always good to see Perl love.</p> ]]></content:encoded> <wfw:commentRss>http://joshualay.net/blog/2012/05/an-introduction-to-application-development-with-catalyst-and-perl/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Be Cordial or Be on Your Way</title><link>http://joshualay.net/blog/2012/05/be-cordial-or-be-on-your-way/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=be-cordial-or-be-on-your-way</link> <comments>http://joshualay.net/blog/2012/05/be-cordial-or-be-on-your-way/#comments</comments> <pubDate>Tue, 15 May 2012 05:05:00 +0000</pubDate> <dc:creator>Joshua Lay</dc:creator> <category><![CDATA[interesting]]></category> <category><![CDATA[link]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[open source]]></category> <guid
isPermaLink="false">http://joshualay.net/blog/?p=1895</guid> <description><![CDATA[Kenneth Reitz Every once in while, maintainers and community members will shun and insult a contributor's work. This is a perfect example of what you should never do. Don't worry about non-constructive feedback. It serves no purpose. Realize that some people just take things way too seriously. Tell them to be on their way. The [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://kennethreitz.com/be-cordial-or-be-on-your-way.html">Kenneth Reitz</a></p><blockquote><p>Every once in while, maintainers and community members will shun and insult a contributor's work. This is a perfect example of what you should never do.</p><p>Don't worry about non-constructive feedback. It serves no purpose. Realize that some people just take things way too seriously. Tell them to be on their way.</p></blockquote><p>The art of criticism is an complex skill. It's not just pointing out the negatives only. It's explaining why something doesn't achieve a goal and what could be a better way of achieving it.</p><p>Learning is hard when people shut down the doors to understanding the "right" way to achieve goal.</p> ]]></content:encoded> <wfw:commentRss>http://joshualay.net/blog/2012/05/be-cordial-or-be-on-your-way/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Dynamic page generated in 0.280 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-21 09:08:55 -->
<!-- Compression = gzip -->
