Web Storage API: More Security, Efficiency and Capacity than Cookies
The Web Storage API not only allows storing larger data in browsers but also in a more secure and efficient way.
Go here to see the original: Web Storage API: More Security, Efficiency and Capacity than Cookies
a2a_linkname=”Web Storage API: More Security, Efficiency and Capacity than Cookies”;a2a_linkurl=”http://www.frenzygraphics.com/2010/06/15/web-storage-api-more-security-efficiency-and-capacity-than-cookies/”;
[...]
Use Web Caching to Make Your Web Site Faster
Get an overview of how the multiple levels of web caching behave and how you can use them to make your site faster.
Source:Use Web Caching to Make Your Web Site Faster
a2a_linkname=”Use Web Caching to Make Your Web Site Faster”;a2a_linkurl=”http://www.frenzygraphics.com/2010/02/09/use-web-caching-to-make-your-web-site-faster/”;
HTML 5: Client-side Storage
Client-side storage is probably one of the most talked about features in HTML 5. It has received a lot of criticism because of its lack of security, but it is nonetheless an interesting innovation. Read on to learn more.
Go here to see the original: HTML 5: Client-side Storage
[...]
xref: Automatic Cross Referencing Script
Available in static JavaScript and dynamic (with a Perl back-end) flavors, the WebReference xref script is a traffic-building tool that enables you to automatically insert links into your Web pages whenever a key term is encountered on the page. By Dan Ragle. 1113
Read more from the original source: xref: Automatic Cross Referencing Script
[...]
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 [...]
Creating Dynamic RSS Feeds with Ajax
If you want to place RSS feeds on your Web pages and don’t want to learn how to scrape pages, this tutorial will show you how to use the last RSS script to gather them for you. By Lee Underwood. 0902
View post:Creating Dynamic RSS Feeds with Ajax
a2a_linkname=”Creating [...]
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, [...]
Primitive Data Types, Arrays, Loops, and Conditions
Before diving into the object-oriented features of JavaScript, one needs to look at some of the basics, including: primitive data types, such as strings and numbers, arrays, common operators, flow control statements, etc. By Stoyan Stefanov. 0804
The rest is here: Primitive Data Types, Arrays, Loops, and Conditions
a2a_linkname=”Primitive [...]
Hello Triangle: An OpenGL ES 2.0 Example
This week you’ll learn what’s necessary to create an OpenGL ES 2.0 program that draws a single triangle. You’ll also learn how to create an on-screen render surface with EGL, load vertex and fragment shaders, create a program object and more. By Aaftab Munshi, Dan Ginsburg, Dave Shreiner. 0728
Read the original: Hello Triangle: An OpenGL [...]
How to Create an Ajax Autocomplete Text Field: Part 10
In the last article, we examined two visual features that could be used to enhance the appearance of the Autocomplete control. This week we’ll be delving into the last major functional piece of our Autocomplete Control: key event handlers. By Rob Gravelle. 0716
Go here to read the rest: How to Create an Ajax Autocomplete Text [...]


