NinethSense oWnZ mE!: Praveen’s drawing book

Choose a Topic:

Mon
20
Feb '06

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
Wed
8
Feb '06

Check whether a Yahoo ID online or not.

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 http://www.ninethsense.com/im.php?user=ninethsense
'

Ninethsense.com Subdomains reactivated

huh!… again subdomains of ninethsense.com re-activated.

Available sub-domains are:
  • * pastebin.ninethsense.com - PasteBin v1.2
  • * praveen.ninethsense.com - My resume page
  • * www.blog.ninethsense.com - My Blog


  • Unfortunately blog.ninethsense.com not working (but www.blog.ninethsense.com works). I will correct that too soon. /pre>
    Wed
    1
    Feb '06

    Find the Quarter which a month belongs

    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 ;
    }
    The CodeProject Microsoft Developer Network Official ASP.NET Forums Microsoft .NET Framework Community Microsoft Most Valuable Professional Kidoos forums Microsoft Visual Studio Developer Home Professional Information Technology Solutions Microsoft Research Home Trivandrum Microsoft Users Group Community Website