PHP Pagerank
I have a script for you to determine the page rank of a website.
Use this: http://www.ninethsense.com/misc/pagerank.php?url=www.ninethsense.com
I have a script for you to determine the page rank of a website.
Use this: http://www.ninethsense.com/misc/pagerank.php?url=www.ninethsense.com
Do you want to check whether a Yahoo Messenger user online or not?
This is a program set I’ve developed for my website:
http://www.ninethsense.com/im.php?user=<username>
Here is my status
huh!… again subdomains of ninethsense.com re-activated.
Available sub-domains are:
Unfortunately blog.ninethsense.com not working (but www.blog.ninethsense.com works). I will correct that too soon.
/pre>
I saw so many of my friends writing long long functions for finding the Quarter a month belongs. like if (month > 1 && month < = 3) && (month > … etc.
Here is a simple function for that.
private int getQuarter(int m)
{
return ((m - 1) / 3) + 1 ;
}
Recent Comments