<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Web Expose</title>
	<link>http://webexpose.org</link>
	<description>views from the changing web</description>
	<lastBuildDate>Wed, 16 Jul 2008 13:09:59 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Subversion 1.5 merge-tracking&#8230; looks awesome</title>
		<description>
While Subversion 1.5 doesn't make it merging as easy as a system like Git or Mercurial, it certainly solves common points of pain. As a famous quote goes, "it makes easy things easy, and hard things possible." Subversion is now beginning to match features in larger, commercial tools such as ...</description>
		<link>http://webexpose.org/2008/05/13/subversion-15-merge-tracking-looks-awesome/</link>
			</item>
	<item>
		<title>CakePHP Routes</title>
		<description>The documentation covering routes in CakePHP is a bit confusing, and doesn't quite cover how you can you use paths in the URL as method parameters. I'll cover how I used them in a recent app in this short article.

Routing in CakePHP is similar to using Apache's mod_rewrite to give ...</description>
		<link>http://webexpose.org/2007/05/09/cakephp-routes/</link>
			</item>
	<item>
		<title>10 Ways to get on to Digg&#8217;s frontpage</title>
		<description>Digg is the new Slashdot, and whilst getting digged might not bring your site down like a true slashdotting, it is far cooler and carries more interweb credibility. So here are the top ten ways to get your site onto the frontpage of Digg:


Buy your diggs
The easiest way: create a ...</description>
		<link>http://webexpose.org/2007/04/03/10-ways-to-get-on-to-diggs-frontpage/</link>
			</item>
	<item>
		<title>Both sides of a quick and simple web service</title>
		<description>To clarify the article title, when I say web service, I mean a piece of software that will receive and send out data via the HTTP protocol. Furthermore, this data is usually transmitted in XML format. I will also call this XML RPC occasionally, but there is also a specification ...</description>
		<link>http://webexpose.org/2007/04/03/both-sides-of-a-quick-and-simple-web-service/</link>
			</item>
	<item>
		<title>Some tidbits</title>
		<description>I realise posts have been thin on the ground lately, so here are a few good links to keep you busy. On a related note, I'm always looking for people who want to write articles on any (web) topic - there are no requirements, as long as you make sense ...</description>
		<link>http://webexpose.org/2007/03/29/some-tidbits/</link>
			</item>
	<item>
		<title>Spam, lovely spam</title>
		<description>Ok, I've had to disable comments on the IE7 for linux post, the amount of spam that's coming through is quite insane. Today there were 149 spam comments in my moderation queue. This site alone is eating up a large chunk of bandwidth on my host, I think (note: think) ...</description>
		<link>http://webexpose.org/2007/03/21/spam-lovely-spam/</link>
			</item>
	<item>
		<title>Executing shell commands</title>
		<description>Just a quick post - if you're using PHP's shell_exec to execute shell commands, take note of the following:

Permissions
If you're reading or writing files, ensure that your working directory has the correct permissions for the www/apache user to access what it needs. On some systems, PHP will run as the ...</description>
		<link>http://webexpose.org/2007/03/06/executing-shell-commands/</link>
			</item>
	<item>
		<title>Sorting arrays by an arbitary key value in PHP</title>
		<description>I often (a couple times a month) have to sort an array of arrays by some arbitrary value located in the internal array. For example, I might want to sort the following structure by name.

   Array[0] {
      Array[0] {
     ...</description>
		<link>http://webexpose.org/2007/02/27/sorting-arrays-by-an-arbitary-key-value-in-php/</link>
			</item>
	<item>
		<title>Useful things to know in CakePHP</title>
		<description>CakePHP is an awesome MVC (Model-View-Controller) framework for PHP 4 and 5 - it provides a great base to build your web application on, and can save you a huge amount of time if used correctly.

Unfortunately, the manual is sometimes lacking - whilst the information you need might be there, ...</description>
		<link>http://webexpose.org/2007/02/14/useful-things-to-know-in-cakephp/</link>
			</item>
	<item>
		<title>B2B: Ajax in JQuery with special effects</title>
		<description>Today's article is going to cover using the excellent JQuery library to implement an AJAX username availability checker (along with a bit of eye candy to show the results). The use of visual effects with AJAX can occasionally be quite tricky, depending on what you need to do - fades ...</description>
		<link>http://webexpose.org/2007/01/31/b2b-ajax-in-jquery-with-special-effects/</link>
			</item>
</channel>
</rss>
