How to Create Web2.0 Applications using AJAX and Clientside HTTP Requests
| by Lucas Green | May 07, 2007 |
|
A web 2.0 application, or AJAX application, runs on a single web page, and uses clientside javascript to initiate and process additional requests to the server. |
JavaScript Implementation of Hashtable
| by Uzi Refaeli | May 03, 2007 |
|
Very often there is a need to use a data structure that keeps parameters in a form of key-value. |
What is the Ajax Enabled Google Tool-kit?
| by Munish Dev Rathee | April 23, 2007 | |
A Java to JavaScript compiler was created so that developers could work in the former and leave it to the compiler to convert the same into the latter. This technology was freely shared with the developer community and is known as the Google Web Toolkit (GWT). |
Using External Coding to Improve Search Engine Placement
| by George Peirson | April 10, 2007 |
|
Do you have lots of JavaScript coding in the header section of your web pages? Do you re-list your CSS styles at the top of every page? Do you have JavaScript coding spread throughout your web pages? |
The Web 2.0 Effect: The Characteristics of a Web 2.0 Website
| by Maria Markella | April 02, 2007 |
|
The term web2.0 was originally presented by O'Reilly Media (a well known media company publishing books and websites on various computer technology topics). It's a term that refers to a new generation of websites (social networking websites, wiki-based websites etc). These websites take advantage of web application technologies and give web users the ability to collaborate and share their experiences, views, opinions and interests while they surf the web. |
A Few Secrets You Need to Know about Client-Side Scripting
| by Jim Corkern | March 19, 2007 |
|
JavaScript is an object based scripting language that offers cross platform operation across the span of the world wide web. JavaScript provides a means of embedding interactive paths and intelligence within HTML documents. |
What is Ajax?
| by Ajay Sharma | March 05, 2007 |
|
Like DHTML, LAMP, or SPA, Ajax is not a technology in itself, but a term that refers to the use of a group of technologies together. In fact, derivative/composite technologies based substantially upon Ajax, such as AFLAX, are already appearing. The Term AJAX refers to Asynchronous JavaScript and XML. |
Speed Up Your Javascript Load Time
| by Kalid Azad | February 26, 2007 |
|
Javascript is becoming increasingly popular on websites, from loading dynamic data via AJAX to adding special effects to your page. |
Is Your Website Hackable: Why You Need to Worry
| by Kevin J Vella | February 13, 2007 | |
The recent attacks directed towards UCLA and the TJX Group have sent wild shockwaves that set many organizations rethinking their security infrastructures. This article highlights prominent hacking episodes of December 2006 and provides much needed statistics on web application hacking. |
Web Analytics with JavaScript Page Tagging and Server Log Files : Comparison of 2 Analytical Methods
| by Kingsley Tagbo | February 08, 2007 |
|
There are 2 primary ways to collect and analyze web server log files. The first way is through the use of JavaScript code embedded between the [head] metatags of each page you need to analyze. The JavaScript code is executed when the page loads. An exampl |