December 2011
1 post
3 tags
Adventure of writing jQuery code with CoffeeScript
I wanted to give CoffeeScript a try and decided to give it a go on current jQuery project. Below is a sample of the code.
CoffeeScript Code
$ ->
###
--- Variables Init
###
menuStatus = false
newAlertsMenu = false
###
--- Show Main Menu
###
$("a.showMenu").live 'tap', ->
if !menuStatus then $(".ui-page-active").animate
marginLeft: "165px", 280, ->
menuStatus =...
November 2011
3 posts
2 tags
jQueryMobile Pinky Theme
Last night i started a new jquerymobile theme that i will offer for free. I should have this one finished out by the end of the week. There is a preview link below for now. Check back later for the download link.
Preview Theme
2 tags
Tacofindr built on Sencha Touch using Yelp's Api
I have been wanting to find something to build with Sencha Touch latest release which is till in preview mode. I decided to use Yelps API to find listings of taco places near you.
Demo (still a work in progress)
October 2011
1 post
August 2011
1 post
4 tags
jQuery Validation With Form Field Shaking
I ran into this type of animation the other day and decided to incorporate it on a form. The input fields would animate if the field is invalid to notify the user. Check out the demo below.
jQuery validation with form field shaking (demo)
July 2011
1 post
4 tags
jQuery Mobile & HTML5 Local Storage
While experimenting with jquery mobile and local storage the other day i came up with a very simple to do list app. All the tasks are saved in local storage and will remain there until they are deleted by the user.
View Demo (best experience on mobile device)
May 2011
4 posts
5by5 is a broadcast network for designers and...
I ran into this site while searching for some good podcast related to design and development. It has an abundance of good relevant shows.
5by5 is a broadcast network for designers, developers, geeks, entrepreneurs, and technologies.
http://5by5.tv/
1 tag
jQTouch and Gelocation Web App
A simple web app I created to get my feet wet using jQTouch, HTML5 Geolocation and Yahoo Local API to retrieve the nearest car washes based on your phones GPS. This was built to work with your phones GPS, and seeing as modern browsers have geolocation built in now a days it should also work there too. Try it out for yourself.
Oh and my feet got soaked!
4 tags
Mobile Design/Development Resources
Here is a collection of resources for anything to do with mobile design and development:
10 Awesome jQuery Mobile Plugin
Useful HTML-, CSS- and JavaScript Tools and Libraries
jQuery & JavaScript Articles For The Community
CSS Sprite Generator
jQuery.spritely is a jQuery plugin for creating dynamic character and background animation in pure HTML and JavaScript.
JSON Editor...
February 2011
1 post
4 tags
The great confusion about .text() and .html() in...
I found myself always getting confused about .text() and .html() methods jquery offers. This was occurring on a consistent bases with new projects. I stumbled into this article that cleared it right up for me. http://www.devcurry.com/2011/02/text-and-html-in-jquery.html
October 2010
7 posts
2 tags
The Fable of the User-Centered Designer →
“Once there was a bright young man who was looking for an effective designer. He wasn’t looking for just any designer. He wanted to find a designer who could design complex technology that was simple to use.”
Follow a young man’s journey as he discovers the three secrets of user-centred design.
3 tags
Humans able to back up their brain and its... →
People will be able back up the human brain including all of the memories it contains within the next two decades, according to a leading scientist.
Award-winning Raymond Kurzweil, 62, has notched up a string of pioneering computer inventions including voice recognition technology during his caree
App Inventor for Android →
I finally got my beta invite for app inventor for android. I will have to test drive this over the weekend.
2 tags
3 tags
Quince - UX/UI Pattern Library →
Quince is a UX and UI pattern library that is community driven and helps you to discover, use, and understand patters to provide best user experience.