Tag Archives: plugin

jQuery DataTables: Simple Row Highlight Example

Today’s tip looks at how you can quickly and easily implement a visually helpful hover-based row highlight on any of your datatable objects.
Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , , , | View Comments

jQuery DataTables: How to Force Specific Column Widths

Today’s tip looks at how you can specify what column widths to use in your DataTables implementation, instead of relying on the default auto column widths assigned by the plugin. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , | View Comments

jQuery Color Picker Plugin: Convert RGB to HEX

I’ve written on the excellent jQuery Color Picker plugin from eyecon.ro before, but a question was recently raised on how to use its RGB output in code. Well actually it turns out that most browsers return its value as a standard HEX color value, but one browser in particular (and I’m not naming names here but it is the one who everyone who think themselves better than the average home user seems to love) returns the value as a RGB color string. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , | View Comments

Excellent jQuery Color Picker Plugin

I stumbled upon this frankly excellent, though unfortunately generically named, jQuery color picker plugin the other day. Color Picker is a jquery plugin developed by Stefan Petre, which simply put, delivers you with a neat little widget that allows a user to select a color the same way you would select a color in a graphics application like say Adobe Photoshop. Continue reading

Posted in Software & Websites | Tagged , , , , , , | View Comments

Add PubSubHubbub to Your Blog with PuSHPress!

Basically put, it is a simple, open, server-to-server web-hook-based publish/subscribe protocol that can be seen as an extension to Atom and RSS. Continue reading

Posted in Software & Websites | Tagged , , , , , , | View Comments