Wednesday, February 10, 2010

Dogpile SearchSpy

Have lots of fun finding out what people is searching right now on the Web:

http://dogpile.com/dogpile/ws/searchspy/rfcid=4101/rfcp=quickstart-4/_iceUrlFlag=11?_IceUrl=true

You'll be surprised on how many weird things people look for.

Also, it's a good tool for those looking to sell products: see what keywords people use and "buy" them in Google.

Friday, February 5, 2010

Get / set generator

I know some IDEs for Java already include this feature, but I was looking something similar for PHP and this is what I found:

http://www.icurtain.co.uk/getset.php

This generator works for any language. It basically gets the variable names (separated by comma) and generates the get and set method for each one.

Helps to save a lot of time!