HOWTO: Use VirtualBox to setup an Internet Explorer testing machine
Using the freely available images provided by Microsoft for testing purposes, just getting them to work in VirtualBox rather than Virtual PC.
HOWTO: Use VirtualBox to setup an Internet Explorer testing machine
Using the freely available images provided by Microsoft for testing purposes, just getting them to work in VirtualBox rather than Virtual PC.
Could this finally be what I’ve been looking for? A generic XML-parsing library, written in PHP, which handles namespaces and attributes reasonably elegantly?
“coreylib is a PHP library for accessing Web service APIs like Twitter. You can use coreylib to explore APIs, cache their content, create mash-ups, and style the output.”
“Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet. This includes requests, responses and the HTTP headers (which contain the cookies and caching information).”
“PHP.JS is an open source project in which we try to port PHP functions to JavaScript. By including the PHP.JS library in your own projects, you can use your favorite PHP functions client-side.”
“a case study in using HTML5’s sectioning elements”, by Edward O’Connor
“Background images make pages look good, but also make them slower. Each background image is an extra HTTP request. There’s a fix: combine background images into a CSS sprite. But creating sprites is hard, requiring arcane knowledge and lots of trial and error. SpriteMe removes the hassles with the click of a button.”
“Browserscope is a community-driven project for profiling web browsers. The goals are to foster innovation by tracking browser functionality and to be a resource for web developers.”
“The PHP OpenID library lets you enable OpenID authentication on sites built using PHP. It features the OpenID consumer, Store implementations, and an OpenID server.”
A Recipe for OpenID-Enabling Your Site
Howto/tutorial from Plaxo on how to OpenID-enable your website. Includes DB schema details and all.