What's Happening?
Sorry, I haven't been tending to this site much. However, expect that to change. I've a list of tutorial topics to write about. Moreover, check the site's
new section!
PHP Functions - New!
This is the new section of the site. It includes documentation on all of PHP's builtin functions, along with new functions that I've (and hopefully, in the future, other visitors have) developed.
Newly Added Functions!
site_pageranks() – Crawls a website and calculates the Google PageRanks for every webpage within that domain.
array2vars() – Converts an array into a set of variables, where the keys become the variables' names.
google_pagerank() – Calculates the Google PageRank of a specified URL.
readgzfile() –
Newly Added Tutorials!
Crawl Your Site for PageRanks – So you know your site has a PageRank of 8. What about the PRs of all the inner pages? This tutorial will teach how you to automate the process of grabbing all these PRs.
Create CAPTCHA images – Worried about bots? Then create CAPTCHA images to prevent bots from taking advantage of your site.
Convert SHN and FLAC files to MP3 – Low on disk space and have an insensitive ear? Here are some steps to converting SHN and FLAC files to MP3 format.
Create Your Own BBCode – Learn how to parse bulletin board code to translate it into HTML. [b]Come, come.[/b]
Output While Script is Still Running – Learn how to use PHP output buffering functions and have them actually work! Don\'t make your visitors wait for a long script to process.
5 Easy Ways To Use RSS On Your Site – The title pretty much summarizes it all.
Google Bowling – Google Bowling is a negative term, which refers to a technique that can be used to undermine your competitors by actually linking to their web sites using appropriate anchor text.
Track Google Adsense Clicks – The Google Adsense administration section gives you some superficial stats. Want more detail? You gotta track hits yourself.
iRate!: Rate Your Blogger Entries – Have a Blogger site? This tutorial will teach you how to allow your visitors to rate your entries.
iRate!: Generate Top-Lists – Learn how to use iRate! to generate very customized \"top lists.\" (For more about iRate!, check out the \"free services\" sections.)
Prevent Hotlinking – 100% fool-proof (as far as I can tell). I use this method to prevent people from linking to *.SWF files stored on my server.
Generate HTML Files – Make all your webpages search engine friendly by converting them to *.htm files. (Requires mod_rewrite on your server.)