Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts

Monday, November 10, 2008

Using Ajax with Javascript and PHP

In this article we'll discuss the basic principles of remote scripting using Ajax, (asynchronous JavaScript and XML) to allow web pages to be updated without the user having to wait for a page refresh.

Transparent PNGs in Internet Explorer 6

In IE 6 if your webpage contains an image that has a transparent background in Portable Network Graphics (PNG) format, the image background may appear to be gray rather than transparent.

This article describe how to display transparent PNGs in Internet Explorer 6.