Passing busy days with my book on Magento from PACKT

This is just a friendly post to keep you updated regarding my recent activities. I am passing some real hard times with the following recent activites: Writing a book on Magento from PACKT Regular office work Attended a training on TDD and Refactoring by Industrial Logic Baby sitting (My kid) Couple of personal outsourcing project (Just for some extra bucks you know) and writing this post I will...
readmore

Direcoty2Gallery – the instant gallery maker

The code itself is self descriptive. If you still don’t understand how it works, then plz shoot me a comment. Most probably I will get back to you   <?php /** * Directory2Gallery - Gallery maker * Do you need to create photo gallery from all the images recursivley kept in * different folders? Do you like to filter those files? Well, you can do it rite away! * just copy this index.php...
readmore

Delete all .svn folders recursively (Ubuntu Linux)

wanna delete all .svn folders recursively? Open terminal Go to the directory from where you want to delete all .svn folder In my case: $ cd /var/www/projects/craigmonkey/library 3. Now run this command: &amp;lt;code&amp;gt;find -name &amp;quot;\.svn&amp;quot; -exec rm -rf {} \;&amp;lt;/code&amp;gt; you are done
readmore

How to use your bluetooth mobile phone as dial up modem in Ubuntu or Kubuntu.

Required aparatus: PC or Laptop Bluetooth device (some laptop has a built in bluetooth which also works fine) Bluetooth enabled mobile phone Required software: bluez wvdial Note: Usually all linux distros have this installed during OS installation. If you don’t have it then install it with this command: sudo apt-get install bluez and you can install the wvdial tool by using this command:...
readmore

Set / Change / Reset the MySQL root password in KUBUNTU or UBUNTU

Do you want to change the MySQL root user’s password? Okay, here I will be telling you the exact steps to change it right away! MySQL server generate has by using PASSWORD(‘YOUR_PASSWORD’); so you can do it also manually if you wanna change your root password. If so then open user table from mysql database and update the password column with your own password with encrypting by password(). 1....
readmore

jQuery Selectors and Attribute Selectors Cheat-Sheet

jQuery has become the coolest JavaScript framework now a days. This is why from novice to tech giants are using and promoting it as well. If you are a web evangelist and already used it then you should say “jQuery rules, man!”. In this post I will try to write a cheat-sheet on jQuery Selectors and Attribute Selectors. No more talks, let’s roll on action now! Basics Selector Example Description Return * $(‘*’); This...
readmore

Auto password generator

Do you need a secure password generator for you application? well, here you go: /* *@author: Nurul Ferdous *@URL: http://dynamicguy.com *@Description: Auto Password Generator *$License: GPL */ function generatePass($min,$max,$opt=false){ $min=4;// minimum length of password $max=15;// maximum length of password $pass=&quot;&quot;;   //to store generated password for($i=0;$i&lt;rand($min,$max);$i++){ $num=rand(48,122); if(($num...
readmore

7 secret about me!!

I don’t know whether I have been tagged before or not. But I came to know from Hasin Hayder that I have been tagged by him (feeling a bit shy) which actually started from Tony. I am simply honored. Thanks bro Well, I have also some secrets about my life like many others. Now, what’s that? I am almost a chain smoker. Once upon a time I was in Bangladesh Air Force. (Thank God I am not...
readmore

Configure Gtalk in Kopete

Now a days Gtalk has become very popular. If you are using kopete as your IM client then you have to some extra things to make it happen. I will write here the exact steps to configure a Gtalk account in kopete. Open Kopete. Open Configure from Settings menu. Select an identity (may be the default identity) Click Add Account button from the right panel. Select Jabber and click next. at basic setup...
readmore

Please vote for my Class on PHPClasses.org

I wrote a class on HTML to PCL and Post Script conversion and submitted that to phpclasses. That class has been nominated for innovation award. Please vote for me. Here you go: http://www.phpclasses.org/vote.html
readmore
line
footer
Powered by Wordpress | Designed by Elegant Themes