Archive

Posts Tagged ‘Javascript’

Using Firefox to customize your website

June 9th, 2010 No comments

Greeting all,

Today I’ll talk about Firefox and various plug in you can install to customize or debug your website

Read more…

Categories: CSS, Javascript, Web Tags: , ,

Using Prototype to check ID on a page

April 9th, 2010 No comments

Greeting !

This is my first post on this blog, it will show you how simply ajax and prototype can be, to to check for example, if an element is present on page.

In the old times, javascript coders use to call getElementById to check (fetch?) an specific element on page, using the unique identifier of the xHTML page property.

Nowdays, website developer dont do like that anymore. They use AJAX framework, such as prototype, jquery, etc…

Read more…

Categories: Ajax, Javascript, Web Tags: , ,