One of the salient features of iPhone is password masking. iPhone shows and thinks, everything unique and different way in usability aspect. We always tend to forget the last character typed in the password in several web applications, due to this we may get authentication error or application won’t allow you to access the page. … Continue Reading
Archives
Fixed Mac OS Safari Codeigniter session/login/authentication issue
Codeigniter is a most widely used PHP framework in the website development. I’ve been using codeigniter around one year, it works perfect in the caching system, application handling, views handling and so. When I tested the application which I’ve developed using codeigniter with MAC Operating System I was struggling to login to the application with … Continue Reading
jQuery :: Easy captcha plug-in QapTcha
Captcha plays a vital role in all the form’s which is submitted in web-page’s. Similarly it will be irritating if we type and re-type for all forms eg:- password reset. jQuery gives you an very easy and attractive plug-in to validate human or robot machine. QapTcha is a jQuery plug-in with easy option to validate … Continue Reading
Traffic Monitoring with LiveStats & Trends system
GoSquared thinks monitoring your website’s traffic should be simple, fun & enlightening. So they have built LiveStats and Trends, which are beautiful and powerful, yet easy to use web application for monitoring your traffic. LiveStats shows you what’s happening on your website right now. It shows you your top content based on how many people … Continue Reading
Memcached high performance caching system which facebook uses
Memcached a free open source which helps website with high efficiency and greatest performance. Memcached is the caching technique which allow your website to load your files much faster. It’s fully object oriented caching system. Memcached is an in-memory key-value store for small chunks of data from results of database calls, API calls, or page rendering. Memcached … Continue Reading
Open Source Gesture with 200 Built-in Gestures
We have mentioned Vector Based Gesture Icons for Touch Screen Interfaces earlier. Now we have got GestureWorks that ships with a library of over 200 built-in gestures. Open Source Gesture Library is built upon an open source gesture framework, allowing developers to customize and extend the “gesture object” to create support for new gestures. You … Continue Reading
Google SketchUp 3D Modelling made Easy
Google SketchUp is the finest (and most innovative) tool available for anyone designing anything from coffee pots to skyscrapers. You can create 3D modelling easily with it. Redecorate your living room. Design a new piece of furniture. Model your city for Google Earth. There’s no limit to what you can create with SketchUp. There are … Continue Reading
New Web Technologies Really Matter
Web development, is the craft of realizing a description of a website or app as a real, working thing. Front-end development is the part of this involving the browser. On the upside, you can get the rewarding feeling of making a Photoshop file into something living, that people can actually use instead of just look … Continue Reading
Open Source CMS for Rails with Heroku & Amazon S3
Locomotive is an open source CMS for Rails. It’s super flexible and integrates with Heroku and Amazon S3. it is a simple but powerful CMS based on liquid templates and mongodb database. You can manage as many websites as you want with one application instance. There is a nice looking User interface too. Requirements: Ruby, … Continue Reading
Debugging Client-side JavaScript with Zombie.js
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