content top

Get started with Zend Framework.

Get 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 More

How to change root password on MAMP

How 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 More

Get started with PhoneGap

Get 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 More

Installing Symfony without pear installation

Installing 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 More

Create VirtualHost in your MAMP.

Create 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 More

Update Grub Boot Loader After Installing Windows

Update Grub Boot Loader After Installing Windows

To update your grub boot loader just follow the steps below. Boot your ubuntu from live cd, mount drive where ubuntu were installed then open terminal from applications->accessories->terminal. Type 1grub-install -v . This will prompt your installed grub version. 1mount | tail -1 verify that you mount the correct drive. If it’s ok then following output will be shown 1/dev/sda2 on /media/0d104aff-ec8c-44c8-b811-92b993823444...

Read More
Page 1 of 3123
content top
 
#CSS3 pattern collection http://t.co/Gzhh3SCm2 days ago