#Php

3 posts tagged with Php.

Downloading data using Greasemonkey - Part 2
Apr 07, 20082 min read

Downloading data using Greasemonkey - Part 2

So I finally found some time to continue my experiments with the . This time my target was Orkut. I decided that I write a simple script to extract my Orkut profile and then display a sub-set of th...

PHP Functional Programming - A code snippet
Mar 19, 20081 min read

PHP Functional Programming - A code snippet

Given a string of comma-separated values, how do you convert each of them into a link of the form: --item-- and return a comma-separated list of these strings? Snippet 1: Snippet 2 (uses functional...

Downloading your data using Greasemonkey
Mar 16, 20084 min read

Downloading your data using Greasemonkey

Whenever I use some service over the web, I look for several things. Ease of use and customisability are important factors. However, the most important thing I consider is vendor lock-in (or rather...