Convert a value to pixels with JavaScript
A quick snippet of JavaScript to convert values to pixels from any string. Below is a quick function: function px(val) { return parseInt(val)+”px”; } } To use it, just wrap your string with the...
Extras / Javascript / Scripts & Apps / Tips and Tutorials
8 Dec, 2008
A quick snippet of JavaScript to convert values to pixels from any string. Below is a quick function: function px(val) { return parseInt(val)+”px”; } } To use it, just wrap your string with the...
Design / Javascript / Scripts & Apps / Software / Web Application
21 Nov, 2008
This is the wonderful list of 17 free and online web based tools for designers and developers which may be very helpful for you as well when you are at work. Designers and Developers...
More
Recent Comments