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…
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…
Recent Comments