Archive

Archive for the ‘Web’ Category

Using cache to improve performance on web application

April 10th, 2010 No comments

Welcome back everyone,

Today, I will talk about the primary reasons about using cache on your web application.

Nowdays, website has become more and more complex, and therefore, application takes more time for computing webpage.

It is a fact that every page on a site should take less than a second to be loaded.

Read more…

Categories: Performance, 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: , ,