Tagged: Javascript

How to bypass IE warning messages when accessing an html file from local file system 14

How to bypass IE warning messages when accessing an html file from local file system

I usually code my HTML/JavaScript in a simple text editor like notepad++. I usually open it in IE ( Internet Explorer) or FF to test it. Firefox doesn’t have any problems in opening the local files. But IE doesn’t believe my local files. Every time I open a local html file using IE...

Bug Fix for Sortable Table – Sorting Date functionality 0

Bug Fix for Sortable Table – Sorting Date functionality

Sortable Table is a great javascript library for client side sorting of HTML table. Its under Apache 2.0 license so its very compatible. Recently I faced a bug when sorting date columns. It was not sorting the dates properly. After some debugging I got to know that the library assumes the date format...

How to forward a ModalDialog to a new url 1

How to forward a ModalDialog to a new url

Last few days I was fighting with Modal Dialog ( opened with the method showModalDialog ) to forward to a new page with out opening a new window.The usual document.location.href = newurl; works but opens in a new window. Then I got a simple solution. window.name = “somename” window.open(newurl, window.name) well this works...

Javascript libraries for logging , XML parsing 0

Javascript libraries for logging , XML parsing

jsLogger – JavaScript logger for your web application Coded by yours truly.JsLogger is a Javascript logger utility. Just include it in your HTML file using script tag. And start logging. Has many features like disabling logging, Styling etc. Its just v1.0. Give your suggestion to improve it XML to JSON – a converter...

LL:  80+ Ajax solutions, Shopping cart for you static site 0

LL: 80+ Ajax solutions, Shopping cart for you static site

80+ AJAX-Solutions For Professional Coding In this article we’d like to present a list of over 90 useful AJAX-based techniques you should always have ready to hand developing AJAX-based web-applications. Auto-completion, instant field editing, menus, calendars, interactive elements, visual effects, animation, basic javascripts, as well as an extensive developer’s suite should give you...