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/”;
Simple Comments Meets OpenID
Beginning with version .960, Simple Comments supports visitor logins using OpenID identifiers. In this article, I discuss some of the specific architectural and developmental considerations that went into the process of OpenID-enabling the Simple Comments system. By Dan Ragle. 0820
Read more here: Simple Comments Meets OpenID
a2a_linkname=”Simple Comments […]
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 […]
How to Create an Ajax Autocomplete Text Field: Part 11
Along the way, we learned about the Eclipse IDE, the Eclipse Web Project, JSP pages, how to add a Tomcat server to the IDE, JavaScript, AJAX, JSON and CSS. This week we wrap up the series by adding code to process ENTER and TAB keystrokes, and keeping the list open when returning from another page. […]
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, […]
How to Create a Search Feature with PHP and MySQL
This week you’ll learn how to create a searchable form feature that will query a database table and display current staff member information. Topics include: creating a database table to hold staff listings, a search form, using PHP and (SQL) to capture information and more. By Ryan Butler. 0807
How to Create a Search Feature with […]
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 […]
Giving Caches a Chance
Though it tends to get treated poorly, HTTP isn’t a dumb file-transfer protocol. It allows you to specify an intention with your requests (GET/POST, with PUT and DELETE available) and offers authentication. The focus of this article, however, is about caching. By Marijn Haverbeke. 0730
Here is the original post: Giving Caches a Chance
[…]
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 […]
Simple Comments Release Notes: v.960
The number one change in this release is support for OpenID. Other enhancements include: HTML Header/Footer Templates, Article Locking, Support for Unique Display Names, Visitor CAPTCHA Bypass, User E-mails in Comments and more. By Dan Ragle. 0723
See more here: Simple Comments Release Notes: v.960
a2a_linkname=”Simple Comments Release Notes: […]
Science Of Shopping
Quick info
2 Columns
Widget Ready
Right Sidebar
Preview
Download (161 Kb)
Add to Del.icio.us
Add to digg
Add to FURL
Add to reddit
Add to Technorati
Add to Yahoo My Web
Add to Ma.gnolia
Add to Stumble Upon
Add to Google Bookmarks
Add to Squidoo
Add to BlinkBits
Add to Blogmarks
Add to Bloglines
Add to Netscape
Add to Ask
Add to Live-MSN
Add to Sphinn
Add to FaceBook
Credit:Science Of Shopping
[…]
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 […]


