Archive for the ‘jQuery’ Category

JavaScript Time Library 2.0

Wednesday, December 19th, 2012

I have just updated my JavaScript time library. No big changes, still — the stop-watch class now supports resume after stop command so you can create standard stopwatch with stop/pause/continue/reset buttons…

JavaScript Time Library

Tuesday, July 10th, 2012

Several weeks ago I spent some time working with JavaScript for a separate project, and I needed some “stopwatch” functionality. I was shocked to find there were no good, simple classes to fit my needs. Moreover — there were awful examples for javascript time functions out there (like never-ending loop, to name the worst). So, I spent some time to write my own. And then, I just needed some more time to repack what I wrote as a useful small library. The result is already here: my JavaScript Time Library. There are no big things in this library — just a stopwatch and backward clock “classes” and some support functions. Still — it should be piece of cake for anyone to include this library in any javascript project (download and quick guide on the JavaScript Time library pages).

Example Usage

It’s simple as creating an object and firing the timer:

For more info — give a try to the examples and help info here.

Cheers!

jQueryMobile: does it work?

Wednesday, April 11th, 2012

The Story

Back in November, after few weeks of curiosity, I decided to give jQueryMobile a try. In my world that means: get the framework, create a real-life example and put it into the wild. It was “a must” especially in this case, because I couldn’t find any real-life example of using jQueryMobile back then (everything I managed to find was just these simple nice how-to tutorials, but I was interested in web apps, not mobile sites with few pages) It is always the same: everything looks fine with any framework when you read the documentation, but is it suitable (and where is it suitable) can be found only with real-life tests… (more…)







Blog powered by WordPress
Entries (RSS) and Comments (RSS).