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
[…]
How to Create an Ajax Autocomplete Text Field: Part 9
This week we continue to add functionality and tweak the appearance of our control by implementing search string matching in the list items and by adding a CSS drop shadow effect. By Rob Gravelle. 0918
View original here: How to Create an Ajax Autocomplete Text Field: Part 9
a2a_linkname=”How […]
Array Function in WordPress 2.5
During a recent site redesign, the client required the site dynamically generate a unique promotional banner (in the sidebar) on certain high profile writers “about the author” page.
Before WordPress version 2.5.x, we had to rely on conditional tags such as is_page() or is_category() and numerous lines of code to accomplish it. For most parts it […]
SEO Friendly Images to Replace Text in Navigation Menus
Let’s start with making our images that will be used in place of menu text, in this example I am using images 30px tall and of varying width. I make two images for each menu item, one for mouse-over or hover and second for all other conditions.
Here are the images of varying width:
Mouse-over/hover:
Normal:
Now create your […]
Display Continuous List in Two Columns
Here’s a quick and easy way to present a continuous list in two or more columns without having to hard code it. A recent project required a list of authors across two columns; the author names and links were auto generated using a WP tag so listing them in 2 columns required some simple CSS […]
WordPress 2.5 Upgrade: WordPress 2.5.1 is available! Please update now Message Appears after Upgrade Troubleshooting
When a client of mine upgraded to WordPress 2.5.1 from WordPress 2.5 she encountered an issue where the database will not upgrading, resulting in the “WordPress 2.5.1 is available! Please update now.” flashing in her dashboard and every other admin pages. On initial search of the WordPress support forum, we found the following strings that […]
SEO Tip Open Comment Author URL in new Window
For good SEO, it is preferential to open your comment authors URI in a new page. Why you might ask? Google and other search engines track sites you visit, they can tell what that site contains (obviously), how long you stayed there and where you went next. The intended use of this information is to […]
Web Design or Blog Design
I get this question a lot; do you web design or blog design? and I say, is there a difference?
Most new site that I work on are built using free CMS like WordPress and Textpattern so they tend to have a bloggy feel to it, so I see where this question might arise from. But […]
Spring 2008 Reboot Prelude
The site is in transition to a simpler and visually engaging design, in the mean time, experience what a free theme and a sleepless weekend can do to your site! This mid-spring pre-reboot reboot is just an idea mash-up. The true reboot will be available on May 1st 2008 and will be built using hand […]
Anatomy of a Magazine Style Premium WordPress Theme - Part 3.2 “Conditional Navigation Menusâ€
As the tutorials run longer than we prefer, we have broken section 3 into 3 sub-sections, you can find sub-section 1 regarding second level menu here.
The navigational aspect of a site, especially one that is database driven, should have menus that are dynamically generated just like the rest of its content, but is seldom the […]
Anatomy of a Magazine Style Premium WordPress Theme - Part 3.1 “Navigation – Second Level Menuâ€
As this tutorial runs longer than we initially anticipated, we will break section 3 further into three sub-sections.
In our ongoing exercise to learn the nuts and bolts of a magazine style WordPress theme, we examine what has become by far the most ignored part of a theme design, the navigation menu.
As important as they are, […]
Fresh Theme for WordPress
Updated: Latest version v1.2 and a compact version is available.
A WordPress port of Bartelme’s Fresh theme as I promised yesterday, is now here. Actually I had been requested by several of my friends to port it long ago. Since Bartelme now allows everyone to use this old design, I filled my buddies’ requests and would […]


