Posts Tagged Tools

NetBeans 6.8 is out

NetBeans 6.8

NetBeans 6.8

NetBeans 6.8 is released last week on December 10, 2009 and it is on the door with many new exciting features. I am developing Web Applications with PHP, XML, Javascript, HTML and it has been great experience using NetBeans. Other than NetBeans I am using Eclipse for some of the projects and NotePad++ and EditPlus are handy for some quick-fixes where you don't need to open up or create a new Project.

EditPlus was my first Editor when I started my career and after that Eclipse PDT and later NetBeans has taken their place. For majority of projects I am using NetBeans while for some specific projects where goodness of some great Eclipse Plug-in drags me towards it. For anything quick I have always EditPlus on hand, which is really handy if you want to see some formatted code on your Windows Servers. The beauty of EditPlus is it's very light-weight (only 1.3MB) and damn fast. Though it is not Free you can use it for evaluation period as long as you wish if you can click "I Agree" at start-up.

One of my most most favorite feature of NetBeans is Quick File Search through File/Project Navigator Pane. It is the most beautiful feature..it's so coool one can't live without it once we get used to it. You don't need to type through live Windows file-listing, it just opens up tiny search control just as you start typing and it stays with character you input even after you pause for few seconds. I think this feature should be there in every IDE.
Read the rest of this entry »

Tags: , , ,

HeidiSQL 4.0 RC1 released

I am not sure how many MySQL developers are using HeidiSQL for development but I am sure those who are using it will be fan of some of it's features.!

I have been using HeidiSQL tool for my php/mySQL development for a while now. (more than a year and half..!). Before few months I have upgraded to newer version of HeidiSQL which is 4.1 RC1. It has got quite new and exciting features, looks and skins are improved. Read the rest of this entry »

Tags: , ,

Top free / open-source tools for MySQL Development / Administration

Here is list of great tools for PHP/MySQL

1. phpMyAdmin

PHPMyAdmin

phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields.

Most basic and must have tool and everyone is aware of it associated with PHP/MySQL and your shared web host must be providing you this tool to manage your databases on the web.

Type: Web based/OpenSource
URL: http://www.phpmyadmin.net

2. HeidiSQL

HeidiSQL

HeidiSQL is an easy-to-use interface and a "working-horse" for web-developers using the popular MySQL-Database. It allows you to manage and browse your databases and tables from an intuitive Windows® interface. Read the rest of this entry »

Tags: ,