Posts Tagged "Javascript"

  • Some Cool HTML5 Demos to check out.

    Here are some HTML5 experiments and tools which are amazing. If you want to view the actual demos in HTML5 glory, use Google Chrome or Safari. If you’re not yet using a HTML5 enabled browser, I’ve added videos which show you the demo of those sites as well. Link: HTML5 Audio and Canvas Experiments Link: [...]

    Read More...
  • PHP functions in Javascript using PHP.JS

    PHP programmers usually have to handle HTML & Javascript front-end coding as well and I’m sure a lot of us have been frustrated with the lack of those easy to use PHP functions in Javascript like those array, encode/decode and string functions. Here’s a Javascript project which provides you just that. PHP.JS is an open [...]

    Read More...
  • Focus – Improving Form usability using jQuery

    Janko Jovanovic’s got an excellent tutorial which shows you how to highlight the current active form area to improve usability of forms. He achieves this using jQuery. He shows how to construct the form, style it and uses jQuery magic to get this functionality working for the form. He mentions that this improves the usability [...]

    Read More...
  • Raphaël JS – Vector Graphics for the Web

    Raphaël is a small JavaScript library  released under the MIT License that helps with creating and playing with vector graphics on the web. Raphaël uses SVG and VML as a base for graphics creation. Because of that every created object is a DOM object so you can attach JavaScript event handlers or modify objects later. [...]

    Read More...
  • Here’s some cool stuff – Google’s Hosting some popular Javascript Ajax libraries like jQuery, prototype and the likes on their servers. You use this service to serve the supported libraries straight off Google. They also provide you with the option to load a particular version of the library so you won’t have to keep checking [...]

    Read More...