Archive for March, 2009
What do u think !
Posted in Uncategorized on March 24, 2009 | 3 Comments »
Problem with installing ‘MySQLdb’ in Python
Posted in MySQL, Open Source, Python, tagged MySQL, Python on March 21, 2009 | 11 Comments »
As a novice in the world of Python, I was searching for a way to connect to mysql db using python. And found the cool example from devshed that shows connectivity using MySqLdb module. Default installation of Python may not contain MySQLdb Module, in that case you have to install it manually. First check whether [...]
My Toys
Posted in General on March 18, 2009 | Leave a Comment »
Hey, don’t get confused, I am not going to listing my every Toys, here in my tech blog. I am talking about the tools that I use in my day to day activity to earning my living Framework: CodeIgniter, Jquery Database: MySql, PostgreSQL Documentation: Doxygen Version Control: TortoiseSVN, SpringLoops IDE for PHP: Eclipse
Document ur Code using Doxygen
Posted in Open Source, PHP, tagged Open Source on March 18, 2009 | Leave a Comment »
There are many Open Source “code documentation generator tools” available, but I personally use doxygen. I like it because its very simple and easy to use. You can make a try……… Doxygen is a documentation system for C++, C, Java, PHP Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL,, C#, and to some extent [...]