Services
Web Hosting Dedicated Servers Forex Investment Web Design Voice over IP
Products
Clothing & Fashion Mobile Phones Electronics eBooks & Info Music & Movies
Shopping
Shopping - US Shopping - UK Shopping - EU Shopping Info US Shopping Portal
Blogs
Real Estate Fashion Technology Business News

Web Templates, Flash Templates, Website Templates Design

Anatomy of an Ajax Application

This week you’ll learn about the individual building blocks of Ajax and how they fit together to form the architecture of an Ajax application. Later on, you’ll examine these components in more detail, finally assembling them into a working Ajax application. By Phil Ballard and Michael Moncur. 1013
Continued here: Anatomy of an Ajax Application

[…]


Popular JavaScript Framework Libraries: An Overview

Javascript Framework libraries have become an integral part of Web development. This series will present an overview of a dozen of the most popular JavaScript Frameworks. This week’s article will focus on Prototype, script.aculo.us and MooTools. By Rob Gravelle. 1008
Continued here: Popular JavaScript Framework Libraries: An Overview

a2a_linkname=”Popular […]


How to Use JavaScript to Validate Form Data

This article discusses how to use JavaScript to validate important types of form data, including names, addresses, URLs, email addresses, phone numbers, zip codes, expiration dates and credit card numbers (Visa, Master Card, Discover, and American Express, in both Canadian and US formats). By Joseph Myers. 1002
More here: How to Use JavaScript to Validate Form […]


Controllers: Programming Application Logic

In CakePHP, controllers are the classes that handle browser requests and facilitate communication between models and views. This week you’ll learn the nuts and bolts of CakePHP controller. By Ahsanul Bari, Anupom Syam. 0929
Continued here: Controllers: Programming Application Logic

a2a_linkname=”Controllers: Programming Application Logic”;a2a_linkurl=”http://www.frenzygraphics.com/2008/09/29/controllers-programming-application-logic/”;


Primitive Data Types, Arrays, Loops, and Conditions: Part 2

Any value that you use is of a certain type. In JavaScript, there are the following primitive data types: Number, String, Boolean, Undefined and Null. Any value that doesn’t belong to one of the five primitive types listed above is an object. By Stoyan Stefanov. 0811
Source:Primitive Data Types, Arrays, Loops, and Conditions: Part 2

[…]


Advanced Web Performance Optimization

On the server side, you can improve performance by: Optimizing parallel downloads, caching frequently used objects, using HTTP compression, deploying delta encoding and rewriting URIs with mod_rewrite. By Andrew B. King. 0825
Original post: Advanced Web Performance Optimization

a2a_linkname=”Advanced Web Performance Optimization”;a2a_linkurl=”http://www.frenzygraphics.com/2008/09/25/advanced-web-performance-optimization-2/”;


Business Blogging: Content Is King

Today we look at issues surrounding content creation, and discuss some techniques and methods to help you produce the best content you can. For many Web users, blogging is all about text, and that’s what we’ll be focusing on here. By Paul Thewlis. 0922
Continued here: Business Blogging: Content Is King

[…]


WordPress: AJAX/Dynamic Content and Interactive Forms

This week we look at the most popular methods to get you going with AJAX in WordPress and use plug-ins and widgets to create dynamic self-updating content and interactive forms in your WordPress site. By Tessa Blakeley Silver. 0916
Read the original: WordPress: AJAX/Dynamic Content and Interactive Forms

[…]


Review: 3ds Max 2009

This new version of 3ds Max offers a wide range of updates to a popular application. This week we look at several of these updates, including: the ViewCube, Steering Wheels, Photometric Lighting, MentalRay ProMaterials and more. By Nathan Segal. 0912
Read more: Review: 3ds Max 2009

a2a_linkname=”Review: 3ds Max […]


Blogging: How to Make Sense Out of WordPress Options

Have you ever wanted to use WordPress? You might be surprised to discover that there are three versions of the program. Read on to find out which one is right for you. By Claude Pelanne. 0909
Here is the original post: Blogging: How to Make Sense Out of WordPress Options

[…]


The Partial Function Application in JavaScript

The partial function application is an effective method of applying different inputs to a single object or bind one of the arguments to a function as a constant. This article covers how to use closures to perform two types of partial application: Binding and currying. By Rob Gravelle. 0905
See the rest here: The Partial Function […]


Performance Optimizations for High Speed JavaScript

In this article, we look at how important JavaScript optimizations are analyzed. These general purpose techniques are designed for JavaScript on all browsers. Detailed graphs of all the performance results are given after each optimization. You will be amazed at the incredible speed improvements! By Joseph Myers
Originally posted here: Performance Optimizations for High Speed JavaScript

[…]


Advanced Web Performance Optimization

On the server side, you can improve performance by: Optimizing parallel downloads, caching frequently used objects, using HTTP compression, deploying delta encoding and rewriting URIs with mod_rewrite. By Andrew B. King. 0825
Read the original post: Advanced Web Performance Optimization

a2a_linkname=”Advanced Web Performance Optimization”;a2a_linkurl=”http://www.frenzygraphics.com/2008/08/25/advanced-web-performance-optimization/”;


Primitive Data Types, Arrays, Loops, and Conditions: Part 3

This tutorial takes a look at some of the basics of JavaScript, such as primitive data types, arrays, common operators and flow control statements. This final installment looks at arrays, conditions and loops. By Stoyan Stefanov. 0818
Excerpted from:Primitive Data Types, Arrays, Loops, and Conditions: Part 3

a2a_linkname=”Primitive Data […]


Primitive Data Types, Arrays, Loops, and Conditions: Part 2

Any value that you use is of a certain type. In JavaScript, there are the following primitive data types: Number, String, Boolean, Undefined and Null. Any value that doesn’t belong to one of the five primitive types listed above is an object. By Stoyan Stefanov. 0811
Here is the original post: Primitive Data Types, Arrays, Loops, […]