2012 in review
The WordPress.com stats helper monkeys prepared a 2012 annual report for this blog. Here’s an excerpt: 600 people reached the top of Mt. Everest in 2012. This blog got about […]
The WordPress.com stats helper monkeys prepared a 2012 annual report for this blog. Here’s an excerpt: 600 people reached the top of Mt. Everest in 2012. This blog got about […]
I created a new public repo on my GitHub page. Check it out.
I was working on validating UTC Offset values in a javascript application and came up with this regex to do the job. What do you think? //see http://en.wikipedia.org/wiki/List_of_UTC_time_offsets for list […]
I wrote a performance test on jsperf.com to measure the difference between calling a closure function from within a loop and calling a defined function within another loop for the […]
So I have been working on a PHP website for a freelance job and had to write few lines of code to download a file from the database. Very simple […]
I just committed my first open source project on GitHub. You check it out here. Here’s the example client with graphs:
Reblogged from CSS3 Wizardry: Recreating the iOS 5 Switch Control with HTML5, CSS3 and a Bit of ECMAScript 5 The final result of this post will run in iOS 5, […]
Android has been lenient about network access on the main thread in prior versions and now with ICS, they are cracking down on us. It is bad practice however to […]
Squiggly is a calendar and location based app that can silence your phone. You know what the best part is? It knows where to silence your phone even without you […]
I am working on an html5 mobile app and wanted a simple validation of required fields. Nothing fancy. Just a simple validation that would let the user know they left […]