First of all I’m grateful to my lord almighty Allah for another passing year 2011. It’s time to look behind… What I won 2011 In the beginning of the year 3rd January 2011 I joined Leevio. For me it was like my dream come true!. I won what I was planned to be in my life. For the opportunity I’m thankful to Hasin Hayder. Find a nice and friendly environment to work. I think that was very important for me to work with...
Read MoreGet started with Zend Framework.
Hands on Zend Framework is about a year or so. But earlier of my career I was confused about Frameworks. I’ve started with CodeIgniter then Symfony and now Zend Framework (ZF). At this stage of my career I’ve now decided to go with ZF. I don’t wanna argue here about frameworks but CodeIgniter is fine for get started, ZF is like supershop where you can find anything for your cook and Symfony was a bit complex for me but it...
Read MoreHow to change root password on MAMP
Open terminal from /Applications/Utilities/Terminal and paste the following command into it. 1/Applications/MAMP/Library/bin/mysqladmin -u root -p password YourNewPasswordHere N:B: Make sure to change YourNewPasswordHere with your new password that you want to set. Press enter. If prompt enter your mysql password. Now we need to change few more files to make sure it’s working perfectly. Open following files in your favorite text...
Read MoreGet started with PhoneGap
Recently I started using PhoneGap for developing mobile apps. jQuery mobile and PhoneGap is pretty cool. Today I will show you how to use jQuery mobile and PhoneGap together in your application. Below is an example of jQuery mobile and PhoneGap. Fews days ago I tried titanium it’s also quite good but for building UI needs lots of coding. But with PhoneGap and jQuery mobile it’s too much easy for me. Here my code...
Read MoreInstalling Symfony without pear installation
Installing symfony 1.4.6 without pear is not that difficult. In my earlier post I show you how to install symfony 1.4.6 with pear installation. That may not be helpful for those who don’t have Internet. So I insist to show you how to install symfony 1.4.6 without pear. Let’s start. Step-01. First make directory under /var/www/ folder. Suppose a folder name ‘smronju’. You can do it in command line like 1sudo mkdir -p...
Read MoreCreate VirtualHost in your MAMP.
Creating virtualhost on MAMP is very easy. Suppose you want to make a virtualhost named 1local.myweb.com . Just follow the steps below… Open your hosts file located in 1/etc/hosts . To open a file either you can use your favorite text editor or use nano in command line. 1sudo nano /etc/hosts . Now add the following line 1127.0.0.1 local.myweb.com (Save and exit. If you are using nano then press ctrl+x, press y then press...
Read MoreRemove GNOME Menu Icon Arrow
If you are linux user and using ubuntu or some other distribution then this may help you to remove menu icon arrow. Here’s how to do this. Before you do that you need some package to be in your system. If not just copy and paste these commands in terminal. 1sudo apt-get install apt-build //if prompt, choose your options and processor type. 12sudo apt-build source gnome-panel sudo apt-get build-dep...
Read More
Hands on Zend Framework is about a year or so. But earlier of my career I was confused about Frameworks. I’ve started with CodeIgniter then Symfony and now Zend Framework (ZF). At this stage of my career I’ve now decided to go with ZF. I don’t wanna argue here about frameworks but CodeIgniter is fine for get started, ZF is...
Recently I started using PhoneGap for developing mobile apps. jQuery mobile and PhoneGap is pretty cool. Today I will show you how to use jQuery mobile and PhoneGap together in your application. Below is an example of jQuery mobile and PhoneGap.
Fews days ago I tried titanium it’s also quite good but for building UI needs lots...
Installing symfony 1.4.6 without pear is not that difficult. In my earlier post I show you how to install symfony 1.4.6 with pear installation. That may not be helpful for those who don’t have Internet. So I insist to show you how to install symfony 1.4.6 without pear.
Let’s start.
Step-01. First make directory under /var/www/...







Recent Comments