Your Ad Here

Simple Tips When Working with jCarousel

Written on February 1, 2010 – 1:33 am | by tihomir_wwf |

I wanted to create some automatic scrolling list of most popular articles in the home page. I found a jQuery plugin – jCarousel, it was everything I want. The example, I liked most was Carousel with external controls. Here’re few tips how to integrate jCarousel in your website: 1. Reduce the number of javascript and [...]

Testing and Validation JavaScript Tools

Written on January 8, 2010 – 2:34 am | by tihomir_wwf |

Here’s a list of tools that can be used to test or validate your javascript code. 1. J3Unit – an object-oriented unit testing framework for JavaScript. It runs javascript tests in the web browser. URL: http://j3unit.sourceforge.net/ 2. JsUnit – another javascript unit testing framework in the browser. It includes a platform for automating execution of [...]