Based on this article on setInterval’s syntax, setInterval should take either a reference to a function or a javascript code that will be evaluated – basically a string. For some reason, Firefox does not like the “string” version of the setInterval statement. Based on my testing, IE works with both the direct reference or code [...]
Created a jQuery plugin for vertical and horizontal centering.
Continue reading about Created the First Ever jQuery Plugin Today
I finally had the time to do something about a problem – I don’t want a group of my users in a custom-defined role (that will normally see a dropdown list of pages to navigate to) to see it within the management control panel area. Below is the way I did it: function isHRADMRole(){ return [...]
Continue reading about Hide Jump To Page Navigator for Certain Users in a Taleo’s LearnCenter
Color hslpicker.com Charting/Visualisation HighCharts JS grafico charting mbostock.github.com/d3/ Visual Effects PaintBrush JS File Upload plupload.com Other processing.js
Situation Forms set to use the encoding “application/x-www-form-urlencoded” and the GET method will encode a space in input text into a “+” in the query string. In the form handler, none of the readily available decoding function can properly decode the “+” back to a space using javascript. Neither “unescape” nor “decodeURIComponent” function returns the [...]
Continue reading about Problem UrlEncoding and UrlDecoding Space in Query String Values
Dreamweaver has a “nice” feature that will automatically update the links in all affected files in a site when you restructure(moving files and folders around) your files and folders using it’s file browser panel. In most cases, I find this feature to be extremely useful and saves a great deal of time. But today I [...]
Continue reading about Danger of Using Dreamweaver’s Auto Update When Moving Files and Folders
