Logo Background RSS

» Javascript

  • Javascript: Serialize JS array into PHP
    By vinu on May 19th, 2006 | 2 Comments2 Comments Comments
    Here’s a JavaScript function that serializes a JavaScript array into a form that PHP can later unserialize: function js_array_to_php_array (a) // This converts a javascript array to a string in PHP serialized forma...
  • ActiveWidgets - Javascript library
    By vinu on May 2nd, 2006 | Comments Off Comments
    Here’s a cool set of Javascript Widgets, unfortunately the library is not free, but a good place to see what Javascript can actually acomplish on the client side. ActiveWidgets is a powerful javascript component l...
  • Lightbox JS
    By vinu on February 27th, 2006 | No Comments Comments
    Here’s a cool piece of Javascript code which allows you to overlay an image zoom over the current page, without having to open a pop-up window to show the zoomed image. “Lightbox JS is a simple, unobtrusive ...
  • Drag & Drop Sortable Lists
    By vinu on February 26th, 2006 | No Comments Comments
    Various implementations of Drag & Drop sortable lists using JS and CSS. “In Web applications I’ve seen numerous — and personally implemented a few — ways to rearrange items in a list. All of those we...
  • Quick Lookup
    By vinu on February 26th, 2006 | No Comments Comments
    Another cool site which allows you to look up syntax in PHP, MySQL, Javascript and CSS. Link: Quick Lookup [tags]reference, lookup, syntax, PHP, MySQL, Javascript, CSS[/tags] Bookmark and share: ...
  • Calling SOAP with Ajax
    By vinu on February 14th, 2006 | No Comments Comments
    Here’s a two part article from IBM on how to call SOAP services using Ajax. “Invoking SOAP Web services from within a Web browser can be a tricky exercise, particularly because the most popular Web browsers ...
  • FireBug - FireFox Plugin
    By vinu on January 21st, 2006 | 2 Comments2 Comments Comments
    Here’s a cool plugin for Firefox which allows you to debug Ajax code. FireBug is a new tool that aids with debugging Javascript, DHTML, and Ajax. It is like a combination of the Javascript Console, DOM Inspector, ...
  • Ajax Link Tracker
    By vinu on January 4th, 2006 | No Comments Comments
    Here’s a cool way to check which portions of your pages are being clicked by viewers. The author of this article has used Javascript to capture the mouse clicks on the screen and save the location to the database ...
  • AJAX, PHP and Javascript Errors - How to get more data - Jim’s PHP Programming Paradise
    By vinu on January 2nd, 2006 | 2 Comments2 Comments Comments
    A good article on debugging Javascript while programming with PHP & Ajax. “Javascript is a powerful tool in the web programmers toolbox however, it’s also one of our greatest headaches. Dealing with brow...
  • Unobtrusive Degradable Ajax Style Sheet Switcher
    By vinu on December 26th, 2005 | No Comments Comments
    Here’s a cool way to swap Stylesheets on the fly using UDASSS(Unobtrusive Degradable Ajax Style Sheet Switcher). Works great even if Javascript is disabled on the browser. The Unobtrusive Degradable Ajax Style Shee...

Advertisement