If you’re going to write an insanely fast, headless browser, how can you not call it Zombie? Zombie it is. Zombie.js is a lightweight framefork for testing client-side JavaScript code in a simulated environment. No browser required. Requirements: Javascript Demo: http://zombie.labnotes.org/ License: MIT License
Monthly Archives
January 2011
Highly Customizable Form Validation With jQuery.validVal
jQuery.validVal is plugin for the popular JS framework which aims to simplify form validation. It can be used for validating any kind of HTML form (including Ajaxed ones) and works by defining the rules within class names. There are 3 default validations included (“required”, “numeric” and “email-format”) and new ones can be included by defining … Continue Reading
SSHMeIn – Open Source & Ajaxed App. For Managing Servers
SSHMeIn is a totally Ajaxed and open source web application that helps managing remote Unix servers behind firewalls. Once a SSH tunnel is opened within the server, the application can control it easily. If you are managing multiple servers, they can be organized in groups for easier access. It has an increased security via unique … Continue Reading
An Open Source & Simplified To-Do List Application: Hub List
Hub List is an open source to-do list application that works on the desktop. It has versions for Windows, Mac OS X + Linux and a mobile one that mostly targets the iOS platform. The application supports creating folders>sub-folders and tasks>sub-tasks for an unlimited hierarchy. Hub List is currently in beta status and working on … Continue Reading
jQuery UI CoverFlow 2.0 Using $.widget
Hey guys. Today I would like to show you how to create and use a jQuery UI CoverFlow component powered by $.widget and CSS3 transforms. It’s highly extensible, supports click, keyboard and mousewheel interaction and works with the latest versions of both jQuery and jQuery UI (1.4.4 and 1.8.6 respectively). The iTunes CoverFlow effect is … Continue Reading