Hi, I'm Ahmad. I make websites with Joomla!

Welcome, Feel free to navigate my website and I will be glad to hear from you.

WIN A FREE COPY OF "Mastering Joomla! 1.5 Extension and Framework Development"

Recommended Book

0523_Mastering_Joomla_1

Find more freelance jobs

What's going on twitter

Blog
09
Mar
2009
Calendar Stamp released! PDF Print E-mail

Calendar StamoCalendar Stamp is a plugin that will display the article's date in a nice way beside the title in Joomla!1.5 . Two months ago I planned to modify existing plugin by Tomasz Dobrzynsk but later I decided to write my own plugin.

Calendar Stamp comes with one template and 12 colors to choose what suits your website.

Read more...
 
09
Mar
2009
DOCman Ultimate Download Module 1.5 PDF Print E-mail

Module Quick update for DOCman Ultimate Download Module

  • Now Joomla!1.5 native.
  • Improved URL output using JRoute.
DOCman Ultimate Download Module 1.5

Download Now

 
03
Mar
2009
Tutorials Section Opened! PDF Print E-mail

Joomla! School I always wanted to open a tutorials section on my website. I am happy to announce the opening of Alfy Tutorials! A new section will be hosting tutorials for using, hacking and extending Joomla!

I already posted one tutorial so far and I have a plan for a few articles to write. However if you have a particular question or would like to see some topic covered contact me.

Have a nice day Smile

 
28
Feb
2009
Finally IE6 working on Vista PDF Print E-mail

Today I found a way to run IE6 on Windows Vista using a virtual technique by Xenocode. No installation is needed just download and run!


IE6 working on Vista

Xenocode also offer different package for other major browsers like IE7, IE8, Chrome, Safari and Opera. Check out the browser sandbox!

Have a nice day. For me pain just started with debugging for IE6 again!

 
27
Feb
2009
Updating MySQL Table from another table PDF Print E-mail
MySQL Logo

During the migration of my 3 years old Joomla!1.0 website to 1.5 something weird happened just before launcing the new site. All the data on the column "fulltext" from the table "jos_content" was lost and I couldn't identify the cause. Everything was ready and I discovered accidentaly.

Note to self -> Backup Frequently!!

To fix that I exported the "id" and "fulltext" from my old Joomla!1.0 from the database, created a new table in the new Jooml1.5 with the data from the old site and updated the data between the 2 tables. using this:

UPDATE jos_content a SET `fulltext` = (SELECT `fulltext` from jos_content_old b where a.id = b.id);
Read more...
 
<< Start < Prev 1 2 3 4 5 6 7 8 9 Next > End >>

Page 6 of 9