how-to

PHP - Caching Pages with Output Buffering

Noticing your pages are loading slowly or just don't like using extra cpu cycles when you don't have to? PHP makes caching very easy with their variety of...

0 replies - 5623 views - 06/20/08 by Mike Bernat in News

ASP.NET MVC Rocks the iPhone

With much fanfare Apple announced the availability of the iPhone SDK. I downloaded it and someday plan to play around with it, though with the SDK already...

3 replies - 3628 views - 06/19/08 by Aaron Lerch in News

Setting Up A WAMP,phpMyAdmin, Wordpress development environment

In this article I will cover getting PHP set-up on Windows, with Apache and MySQL (WAMP). At the end I will also cover how to get phpMyAdmin and Wordpress...

0 replies - 8705 views - 06/18/08 by Schalk Neethling in News

How-To Remote MySQL Database Administration With MySQL GUI tools

In this short article I will demonstrate how you can set-up a user for remote access to your MySQL server. This will allow you to use the array of awesome GUI...

0 replies - 6233 views - 06/18/08 by Schalk Neethling in News

GMail Chat - Gmail Client Side Architecture Part 3

In this the final of the three part series on GMail's client side architecture we will be taking a look at implementing a GMial like chat window such as you...

0 replies - 3138 views - 06/18/08 by Schalk Neethling in News

Upload Files Like Gmail - Client Side Gmail Architecture Part 2

In this follow up to the very popular first part of the Gmail Client Side Architecture series we will be looking at how Google handles the file upload process...

0 replies - 10106 views - 06/16/08 by Schalk Neethling in News

Sun Tech Days jMaki Presentation slides and Sample code

Java technology evangelist Carol McDonald is one of the presenters you can see at this years Sun Tech Days series in Manilla. One of the topics she will be...

0 replies - 4742 views - 06/16/08 by Schalk Neethling in Announcements

Object Oriented JavaScript - Understanding Scope

When you think of the keyword this you probably assume it refers to the current instance of the class. This is true for most object oriented languages like C#...

1 replies - 2810 views - 06/11/08 by Justin Bezanson in News

jQuery Coda Slider Effect

Although Panic didn't really invent the effect, the sliding panels on the Coda is great implementation of this effect. This article will pick apart the pieces...

2 replies - 19832 views - 06/11/08 by Remy Sharp in News

Web Designer Reputation: Convincing the World You Know What You're Doing

The legitimacy of web design as a profession is firmly established at this point. But in many ways it's still a vocation in limbo. We're caught somewhere...

0 replies - 998 views - 06/10/08 by ldminteractive in News

jQuery Selectors Refcard Now Available

The latest Refcard, jQuery Selectors written by authors Bear Bibeault and Yehuda Katz, has been released and is now available for immediate download in PDF...

0 replies - 1045 views - 06/09/08 by Schalk Neethling in Articles

Presentation Layer Performance Tuning

Typical conversations about Web performance tend to revolve around client/server latency, database performance, and the time it takes a server to render and...

0 replies - 1350 views - 06/07/08 by accessibility in News

Object Oriented Programming with JavaScript

I’ve wanted to move towards programming in C# for a while, and it seems like Silverlight 2 is giving me a great reason to make the time to learn it. In the...

0 replies - 2240 views - 06/07/08 by Schalk Neethling in News

Presentation Layer Best Practices

With the adoption of W3C recommendations by most web browser manufacturers, client-side web development has finally reached "critical mass" in terms...

0 replies - 3476 views - 06/06/08 by accessibility in News

Google Style Did You Mean....? in PHP

On a new website I am developing for a client I had to add the usual "Did you mean... ?" in the search results for her. Si I started thinking for the...

0 replies - 22496 views - 06/06/08 by Alejandro Alvarez in News