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!
Friday, February 5, 2010
Thursday, February 4, 2010
Wednesday, January 27, 2010
Graphic search engines
I was sad when I found out that grokker went out of business =( (http://blog.ecorrado.us/2009/09/01/grokker-gone/). It was an innovative way to present search results.
However, I did a search online and found that there are other graphical search engines available now. Here is a list of the ones I found that I like. They present the results in a graphical way. Some of them group the results by topic, date, etc.
Eyeplorer: http://eyeplorer.com/show/
Search Cube: http://search-cube.com/
Quintura: http://www.quintura.com/
I think these sites are good for education purposes.
However, I did a search online and found that there are other graphical search engines available now. Here is a list of the ones I found that I like. They present the results in a graphical way. Some of them group the results by topic, date, etc.
Eyeplorer: http://eyeplorer.com/show/
Search Cube: http://search-cube.com/
Quintura: http://www.quintura.com/
I think these sites are good for education purposes.
Monday, January 25, 2010
JS Beautifier
Have some code with no indentation or breaklines? Try this tool:
http://jsbeautifier.org/
It will clean your code ;)
http://jsbeautifier.org/
It will clean your code ;)
Labels:
coding standards,
Javascript,
PHP
Friday, January 22, 2010
Sphider
Sphider is an open source search engine made in PHP:
http://www.sphider.eu/
It's easy to download and install and works with the same logic as Google: page ranking.
It helped me to understand better how Google ranks the pages and how their database looks like (of course, Google has more sophisticated techniques in their search engine that they won't reveal, but the base has been published and has been used to develop new engines like Sphider).
I recommend you to give it a try if you're involved in Web Development.
http://www.sphider.eu/
It's easy to download and install and works with the same logic as Google: page ranking.
It helped me to understand better how Google ranks the pages and how their database looks like (of course, Google has more sophisticated techniques in their search engine that they won't reveal, but the base has been published and has been used to develop new engines like Sphider).
I recommend you to give it a try if you're involved in Web Development.
Labels:
open source,
pagerank,
PHP,
search
Saturday, December 5, 2009
DB2 Survival Guide
This is a very good reference page for those who are trying to learn DB2.
http://www.michael-thomas.com/tech/db2/db2_survival_guide.htm
http://www.michael-thomas.com/tech/db2/db2_survival_guide.htm
Wednesday, August 5, 2009
Zamzar - file converter
This site simply rocks!
I got an email from a friend with a .docx attachment. My office is 2003 so it doesn't recognize the Office 2007 extensions.
I looked for a tool to download and I found this one that is only, and not only converts .docx in .doc, but support several other formats:
http://www.zamzar.com/
I got an email from a friend with a .docx attachment. My office is 2003 so it doesn't recognize the Office 2007 extensions.
I looked for a tool to download and I found this one that is only, and not only converts .docx in .doc, but support several other formats:
http://www.zamzar.com/
Labels:
File converter
Subscribe to:
Posts (Atom)