Related Articles
How to Get MySql Query Result as an Email
If you are working on a big mysql query and want to get the mysql query as email when it finishes use the below trick. Go to mysql command:Set pager directive: mysql> pager mail -s “subject” emailme@domain.comPAGER set to ‘mail’ -s “subject” emailme@domain.com The trick uses pager directive to redirect the query output result to […]
Must Have Addons or Plugins for Web Developers
1. Firebug : Firebug needs no introduction, with Firebug you can do lot of stuff like editing a web page and monitoring the page Firebug is the best friend for web developers. Install firebug on Chrome go here. Install firebug on Firefox go here. 2. Web Developer : With Web developer plugin you got bucket […]
4 Best Top Opensource Bug Tracking System
Bug Tracking System helps in finding bugs in a software application, apart from this it helps in setting milestones, getting new feature requests and progress tracking. Opensource Bug Tracking System Below are the Best Open Source Bug Tracking System : #1. Bugzilla: Bugzilla is top rated open source Bug Tracking System developed in Perl and […]