<b> download link now on arthurcote.com </b>
I read a bunch of headline sites which takes alot of clicking. So I created the Reader class to extract all links, e.g., <a href.....>..</a> to a php array. I then created a web page for myself that displays 4 websites work of headlines on a single web page.
This saves me a lot of page loads and typing. So I thought I'd post it in case someone might find it useful...
In this tutorial I will show you how you can retrive actual weather information from Yahoo Weather and display this information on your own site.
In this tutorial I will show you how to create your own basic link validate script to check link availability on any site.
In this tutorial I will show you how you can easy check META information of any website. It can be very usefull in search engine optimization when you want to check your competitors settings.
A snippet that helps you download files from the web, with the use of the well known cURL library for php
This function takes a URL and returns a plain-text version of the page. It uses cURL to retrieve the page and a combination of regular expressions to strip all unwanted whitespace. This function will even strip the text from STYLE and SCRIPT tags, which are ignored by PHP functions such as strip_tags (they strip only the tags, leaving the text in the middle intact).
This small script will allow you to check if the servers on a website are online or offline.
Overture Keyword Extractor is a php driven function which will help you to fetch the content of the Keyword Selector Page of the yahoo search engine queries archive. It is very simple to use and implement, and the result is a simple array which can be used in any keyword research application.
The code used to find pagerank of a website using PHP.
Generate random password that includes numbers and letters
|