January 29, 2011, 7:20 am
Assembly programmers are the only programmers who can truly claim to be the masters Assembly Language Step-by-Step: Programming with Linux – Jeff Duntemann This is very encouraging, I like books that pass to you the idea that you MUST read them for your own good.
January 28, 2011, 12:14 am
After a lot of reading and coding, I managed to get a 100% grade on “Google Speed” for one of my websites, it worked a few months but lately I was shocked to see an old error that I have fixed emerging again: “Enable compression”, I have indeed told Apache to use mod_deflate to compress [...]
January 10, 2011, 2:40 pm
Well… this review isn’t complete as I signed up only a few minutes ago. The registration page says that if your email address domain and the company website domain are different your account appraval may be delayed. I used the website kadimi.com and an email address on the same domain name and guess what, I [...]
October 1, 2010, 12:41 am
It isn’t quite obvious to remove an array item when all you know is the value of that item, – i.e. you don’t now the item index. This line of code is what you need: $the_array = array_values(array_diff($the_array,array(‘the_value’)));
September 28, 2010, 3:04 am
$body_classes variable and how it’s used By default, Drupal provides Drupal themes coders with a variable $body_classes which contains a list of space separated keywords that you can use to style your page depending on different factors including the user status (logged in or not), the page he is viewing (frontpage, node, page, story…). Make [...]
September 1, 2010, 3:00 am
MaxMind offers a free cities database, the database contains more than 2.7 mil. locations, you can download it at MaxMind’s website. Once you have downloaded the compressed database, extract the file worldcitiespop.txt and invoke the MySQL client (preferably from the same directory where the worldcitiespop.txt file resides). Create the world database and the cities table [...]
August 31, 2010, 9:45 pm

Lappy, touchpad, plugin, WordPress, vlog… and many other words are not (yet) recognized by Firefox, each time you use any of them Firefox will underline them in red, it would be better not to be bothered by these lines every time you write a “common” word which is not listed in the dictionary. Add a [...]
August 19, 2010, 3:45 am

Here is a small… yes, a small function for displaying a paged navigation in your WordPress powered blog without using any plugin. The function is self-explaining, it accepts one optional parameter, the number of links to show without counting the previous and next buttons. It accepts your language The first, previous, next and last buttons [...]
May 31, 2010, 2:32 am
Note: I use Hostmonster, I can’t test elsewhere, but I think these steps will work for Bluehost too. I don’t understand why most tutorials on hostmonster and bluehost are incomplete, they have one of the best shared hosting service, one of the best support teams… but there knowledge base is not that shiny. Well, this [...]
May 5, 2010, 12:14 pm

Hello, I found your website on a WordPress forum. Currently I am rebuilding a website in wordpress that is in English and Farsi. I am using the Qtranslate and a theme called suffusion which supports RTL. The theme does come a rtl.css which moves everything to the right which is great. The problem I am [...]