Browser Support The accept attribute is supported in all major browsers, except Internet Explorer and Safari.
Monthly Archives: June 2012
Horde, SquirrelMail, and RoundCube
With a cpanel account there are 3 different mail choices offered: Horde, SquirrelMail, and RoundCube. I am going to explain the major differences between the 3 of them and hopefully that will allow you to pick the best for your own use.
Chrome Extension Tutorial
This tutorial walks you through creating a simple extension. You’ll add an icon to Google Chrome that, when clicked, displays an automatically generated page. The icon and page will look something like this:
Linux Force fsck on the Next Reboot or Boot Sequence
Q. I want to force fsck on the next reboot? How do I force fsck? Is there any configuration file that I need to alter for this purpose.
jQuery Countdown Reference
A jQuery plugin that sets a division or span to show a countdown to a given time. If you find this plugin useful please vote for it on the jQuery site.
Jquery Dirty Forms Plugin
I tried a variety of jQuery plugins for warning the user when they are about to leave a form with unsaved changes, and I couldn’t quite get any of them to behave exactly the way I wanted. Among other reasons, I needed to support TinyMCE and jQuery tabs. Anyway, I ended up rolling my own, …