Web technologies
IE7 Conditional Comments and XSL
Submitted by Katy on Tue, 18/03/2008 - 03:39About conditional comments
Conditional comments in Internet Explorer 7 are a way to ensure only IE or non-IE browsers parse certain parts of a page. This is mostly used to include CSS compatibility hacks by way of a <link> element in the page header, but they can in fact wrap any amount of HTML anywhere in the document.
- Add new comment
- Read more
- 305 reads
SharpTools: HTTP GET, POST, uploading files and cookie/session authentication in C#
Submitted by Katy on Sat, 26/01/2008 - 18:24Downloads for the software described here are available on the downloads page.
Blimey. You'd think in the 21st century retrieving web pages and POSTing forms and file uploads in the .NET framework would be a quick and painless exercise. But apparently, this isn't the case, so here's a quick and dirty class library to do it for you.
- 2 comments
- Read more
- 484 reads
How to tidy up badly formatted XML with an XSL stylesheet
Submitted by Katy on Mon, 21/01/2008 - 21:40How do you turn this:
- Add new comment
- Read more
- 124 reads
Tutorial: Cross-platform background process forking without extensions in PHP
Submitted by Katy on Fri, 09/02/2007 - 13:36There are plenty of ways to fork new processes in PHP. You can use shell functions like exec() or shell(), the pcntl_* function set in the Process Control extension or stream/filesystem functions such as popen(). In this article, we're going to look at the latter of these, and learn:
- Add new comment
- Read more
- 436 reads
PHPCron: Running scheduled tasks from PHP on a web server
Submitted by Katy on Tue, 17/10/2006 - 09:37Downloads for the software described here are available on the downloads page.
This software is a work in progress and should not be considered complete or secure.
- Add new comment
- Read more
- 1348 reads
Unique key grouping with multiple input documents and nodeset variables
Submitted by Katy on Fri, 08/09/2006 - 12:24The problem
A common requirement in XSL transformations is to group unsorted data by a key unique to each group, and sort it for display. For example:
- Add new comment
- Read more
- 94 reads
Automatic WSDL Generation in PHP 5
Submitted by Katy on Thu, 27/07/2006 - 01:19Downloads for the software described here are available on the downloads page.
- 2 comments
- Read more
- 3111 reads
PHP Test Chassis (updated 26-Jul-2006)
Submitted by Katy on Wed, 19/07/2006 - 01:05Downloads for the software described here are available on the downloads page.
- Add new comment
- Read more
- 157 reads
AJAX JavaScript Control
Submitted by Katy on Sat, 03/06/2006 - 01:03Downloads for the software described here are available on the downloads page.
Recently AJAX has become quite trendy among web developers, it was first brought to my attention when we used Frappr on our radio station to show a world map of listeners during a New Year's special broadcast.
- Add new comment
- Read more
- 245 reads