Archive for the ‘JavaScript’ Category

Aptana (eclipse) YUI compressor

Tagged: JavaScript Date: 24th, February 2009

This post is mostly note to self… but some may find it useful.
For javascript compression, merging etc on Aptana (…eclipse…) use:
http://www.rockstarapps.com/joomla-1.5.8/products/downloads.html

  • Leave Comment
  • Read Comments (0)

Ferdinand.PhotoTag – Facebook like photo tagging

Tagged: Ajax, JavaScript, PHP Date: 22nd, December 2008

I have just released very simple photo tagging solution. It works much like Facebook tagging and requires Prototype and optionally PHP5/MySQL (you can always make backend from scratch in any lang/db you wish… it requires novice skills).
Tested in Firefox, IE6+, Safari and Chrome.
Here is the link: http://ferdinand.rs/javascript/ferdinandphototag

  • Leave Comment
  • Read Comments (0)

Ferdinand.Slider – Javascript news slider

Tagged: Ajax, Database, JavaScript, Programming, Wordpress Plugins Date: 9th, December 2008

Moved
Go to new addres >>

location.href=”http://ferdinand.rs/javascript/ferdinandslider”;

  • Leave Comment
  • Read Comments (0)

JLoader PHP Class

Tagged: JavaScript, PHP Date: 6th, October 2008

So here is one very simple php class. In past it has proven to be very useful in cases where you need to load multiple javascript files or on large project with a lot of modules (especially if those modules are developed by different persons).
It will help you to avoid double js file loads, it [...]

  • Leave Comment
  • Read Comments (5)

Mozilla: “event is not defined”

Tagged: JavaScript Date: 24th, March 2008

One of most common event related questions I got is about error in Mozilla browsers “event is not defined”.
IE and Mozilla treat event variable differently, while in IE it is a global variable (accessible without passing it to the function) in Mozilla you need to pass it every time (which btw is by w3c standards).

Example [...]

  • Leave Comment
  • Read Comments (2)