Monthly Archive: July 2011

5

Install Geany with Linux (Ubuntu ) Machine

Geany which is a small lightweight open source IDE which has some greate features including Syntax highlighter Code Folding Symbol name auto-completion Auto coding of XML and HTML Code navigation Plugin support etc… But...

3

Overriding Core Controller in magento

In my last blog i have just demonstrated simplest way to override core controller . But the best way of overriding core controller (like Account controller) is by creating a custom module that will...

4

Conditional Execution with MySql Procedures

Conditional execution is the great way to control the execution of our stored procedure. Conditional  execution can be implemented very easily like any other programming language in MySql as well.It can be achieved by...

2

Check performance of Linux Machine

In order to do our normal work on Linux machine sometimes we found that our system is not working smoothly as we want. We get surprised specially if we haven’t opened/running any heavy software/application...