Job Sites of Saudi / Gulf / Middle East

June 28th, 2010 by admin 2 comments »

Some people posting or asking for jobs. And some or most of us don’t know where to search job in Saudi. So that’s why I tried to share some popular job site links in saudi. If you know more sites please try to write it in comments. I will put it here.

1. http://www.expatriates.com // Good for quick reply and quick job

2. http://www.bayt.com/en/saudi-arabia // One of the most popular job site for Middle East

3. http://mihnati.com

4. http://www.naukrigulf.com/

5. http://www.gulftalent.com/home/index.php

Searching for a job you need patience and confidence. Go to google and search for job in saudi in your field. You might find the company list of your field in Saudi. Take their email address or contact info then post your CV there. If they have a vacancy they will call you. Keep posting your
CV until you got a call. If you got a small offer go for it and gain some experience. If you have good experience and you didn’t changed your track inshallah you will get a good job offer. Best of luck.

N.B. I got all my jobs only by Google search. Without any circular or any job sites. I just posted my CV to the email address.

GD Star Rating
loading...
GD Star Rating
loading...

Flash(AS2) + PHP + MySql

June 26th, 2010 by admin 1 comment »

Last couple of month was working on Flash. Became familiar with Flash and started loving it… :) Then a project came they
asked for making CMS for their flash site. You can see the site http://www.zfp.com

And the game started… :)

Started learning AS2 and loadvars. Faced lots of difficulties and finally manged to communicate with Flash(AS2) + PHP + Mysql.
In this post I will try to give basic idea to communicate Flash(AS2) and PHP.

1. Flash(AS2)

lv_th = new LoadVars();
lv_th.onData = function(varText:String)
{
temp = varText.split(‘@@’);
photo= temp[0].split(‘|’);
photo_title = temp[1].split(‘|’);
photo_description = temp[2].split(‘|’);
};
lv_th.load(“photo_gallery.php?gallery_id=5″);

1. PHP+MySql

$gal_id = $_GET['gallery_id'];
$sql = "SELECT * FROM gallery WHERE gal_id=$gal_id ORDER BY gal_id";
$result = mysql_query($sql) or die(mysql_error());
$photo = array();
$photo_title = array();
$photo_description = array();

while($rows = mysql_fetch_object($result))
{
    $photo[]             = $rows->photo;
    $photo_title[]       = $rows->title;
    $photo_description[] = $rows->description;
}
print implode('|',$photo) . '@@' . implode('|',$photo_title) . '@@' .
implode('|',$photo_description);

First one is flash AS2 Code to get the data from php. It first create a new instance LoadVars();

then onload called the photo_gallery.php?gallery_id=5 and wait for the response to come.

In php we made the query based on the gallery_id and get the data and put it in three separate

array. then we implode each array values with ‘|’ and separate each array with ‘@@’.

In flash after getting the data as a string in varText variable we split it by ‘@@’ to separate the

different array values and after that separte it in ‘|’ to get each value. Now we have all the data

in photo, photo_title and photo_description array. Use the array values as you want…. :)

Note: In the data there should not be ‘@@’ or ‘|’. If it contains then you have to choose the separator carefully. Choose a separator which is not come as data.

Have fun with flash + php + MySql….. ;)

GD Star Rating
loading...
GD Star Rating
loading...

Obtaining a Driving License in KSA (Jeddah)

February 16th, 2010 by admin 149 comments »

After long run Alhamdulillah I passed the exam of driving license on (16-02-2010). I struggled to pass it.  I don’t want anyone to struggle like me.  If you are planning to get a driving license in Jeddah then this is the post for you. I will try to write the procedure you should follow for applying and obtaining a driving license.

Applying Procedure

1. You need 1 set of photocopy of your passport.

2. You need 1 photocopy of your IQAMA (ID card).

3. You need 6 passport size pictures.

4. You need to make a file with all this document and fill the application

form. You need 400 SR for the license which you have to pay in Bank or you pay to dalal 50 SR they will do the payment for you.

Best way to do this you should give 10 SR to a dalal there they

will fill the form for you and make the file ready.

5. Those guys will tell where should you go. After that each counter of the dallah will give you all the direction of which counter you go.

6. After that they will take a small test of reverse parking. Note: Remember to put seat belt and check the mirrors. Those car is new Camry Car. So careful about the accelerator. It’s so soft.  Most of the people mistakes car starts goes off. This is really bad luck.

7. After the test they will give you a mark from four (أ,ب,ض,ج).

أ=  1 day class

ب = 5 days class

ض = 15 days class

ج = 1 month class

8. After that you have to pay for the class which is 435 SR.

9. Then they will give you the class and all the instructions you need.

Passing Tips

1. Don’t be afraid in front of police. Most of the people they afraid and there leg shakes. And then they failed.

2. For signal test in the class they will tell you the same questions which

will appear in the exam. They will tell you the first 10 questions which

will appear in the exam. So try to note those questions and buy a signal paper.

You cant do a mistake in first 10 questions. You have choice of 5 mistakes after

The 10 question but not the first 10 questions. So don’t do any mistake that time.

Best of luck for your exam. If you need any information just post a comment.

Note: There is some blogs about obtaining driving licesne in Jeddah. But those are written in 2007 or 2008. But now the things and procedure is changed. I just passed on 16th Feb 2010. So now the above procedures are followed. And the validity of the license is 10 years. No worry for 10 years. Have a safe drive and life…..:)

GD Star Rating
loading...
GD Star Rating
loading...

Became ZCE

February 3rd, 2010 by admin 20 comments »

I am very happy to see my name listed under Bangladesh In Zend Yellow page of ZCE. I passed the exam in first chance. Thanks to Allah and to all previous ZCE of my country. I get inspired mostly from them either by talking with them or by reading their blogs. And of course thanks goes to my class mates and friends. One of my friend is also ZCE (Mahmud Ahsan).

I bought the Zend Exam Voucher on 3rd February 2009. But for so many reasons I was unable to attend the exam and the most big reason is my laziness…:) I rescheduled the exam may be for 50 times but as my laziness comes up so I couldn’t give the exam. 3rd February 2010 is the last date of the exam and if I unable to attend the exam it will expire. So I was in a pressure to give the exam and I attend the exam on 2nd February before one day of expiry Alhamdulillah passed the exam. Now let me share with you what I did to prepare myself. But it may work with you or may not. The way of thinking of the entire human is not the same. So follow what you feel better way to prepare yourself.

First of all as all the ZCE’s will suggest you the same thing to read the
Zend Certification Guide and Use the test exam.

1.  Finish one topic from the Zend Certification Guide and search it in php.net
for details. Quote or write the things which you can use as just quick review. Do it
for all the topics of 1 Chapter and pin it. After that go to the Second Chapter follow
the same thing and review the first chapter at the same time so you won’t forget
the thing. After finishing 12th Chapter you will have 12 clips in your hand for quick review.

2.  Now you will see some of the sub topics of the 12 topics listed in Zend Site which is not
there in Zend Certification Guide. So now you have to go for Google search or php.net to learn those
things and write quotes in your note.

3. After finishing all those things now check out if you missed any subtopics. If you saw that everything is done then fix your mind to give a mock test. But 5 mock tests from zend site and give one test. After that you will realize the type of questions and lake of your knowledge in a chapter. Go now study those chapters again if you got grade pass or fail. After finishing give a second mock test. If you got excellent in all the chapter now you are ready to face the real exam. Schedule the real exam and go for it.

Rather than this you can check the following resource which I followed parallelly.

Some sample Questions Link ( I don’t know this is legal or not. If it’s illigal plz let me know so i will remove the link)
Link 1
Link 2

Review of 12 Chapter Other ZCE’s Blog
Read The Web

The Paul Paul Reinheimer Review Guide is also very useful

Download Link

Check out Frank ZCE Preparation. It also helped me lot.

Frank Blog

Download Frank Hand Note

I cant share anything else as I agreed with zend not to share. But believe me if you
are a PHP programmer for 6 month or 1 years it wont take you more then 12 days
for 12 chapter I mean for zend preparation. Thank you. Best of luck….:)

GD Star Rating
loading...
GD Star Rating
loading...

JeddahGeeks First meetup(Nov,09)

December 6th, 2009 by admin No comments »

Some of my Jeddah friends Arranged a group called JeddahGeeks. Where Web developer, designer and entrepreneurs can share their knowledge, thoughts and experience. So we can learn something and gain some knowledge from some real geeks. In Our first meet up(13th November) I give a small speech on “How to Become a PHP Geek?”. I am inspired by the event of PHPExperts Seminar of Bangladesh. The presentation of Emran Hasan Brother on How Becoming a kick-ass PHP ninja gave me more inspiration to make this presentation. You can see the presentation below. As this is my first presentation any criticize and suggestion will be appreciated.

GD Star Rating
loading...
GD Star Rating
loading...

FirePHP with FireBug

September 28th, 2009 by admin No comments »

Last Couple of months I was using Firebugs ad-dons of Fire Fox.  It helped me lot to debug my css. It’s simply great help for me. Today I came to know about new ad-dons FirePHP which can be used with FireBug. You can debug your php code in your browser. It sounds cool. You don’t have to use print_r or var_dump to debug your php code and massed up your site by dumping your array.

It’s great to use it like same as firebug. Hope it will be useful for php programmers.

To use FirePHP you need the following thigs

After installing those three you should download the FirePHPCore from http://www.firephp.org/HQ/Install.htm.

Setup

Let’s assume your document root is /www/ and it is in your PHP include path.

Step 1 Locate the server library

Locate the /lib/FirePHPCore folder in the FirePHPCore archive and move it into your document root.

/www/FirePHPCore/fb.php
/www/FirePHPCore/FirePHP.class.php
/www/FirePHPCore/LICENSE

You can skip this step if you are using PEAR. Make sure the PEAR repository is in your include path.

Step 2 Include the server library

Create a file at /www/Index.php and open it in your editor.

require_once(‘FirePHPCore/FirePHP.class.php’);

Step 3 Start output buffering

ob_start();

Now That’s it. It’s now time to play. Your first Log Message

$firephp = FirePHP::getInstance(true);

$var = array('i'=>10, 'j'=>20);

$firephp->log($var, 'Iterators');

Console_HelloWorld_Screenshot
FirePHP Official Site:  http://www.firephp.org

The Site I got the information: http://sixrevisions.com/web-development/how-to-debug-php-using-firefox-with-firephp/

GD Star Rating
loading...
GD Star Rating
loading...

CKEditor the new version of FCKEditor and new file manager CKFinder

September 14th, 2009 by admin 4 comments »

Last couple of days I was using FCKEditor. And i found it really good. Client likes it.  I also become fan of it.
Recently I came to know that there is new version of FCKEditor. Which is called CKEditor 3.0. This is new
of FCKEditor. It is faster and much easy to use. FCKEditor in PHP you have to include PHP codes. But CKEdiotr
you just have to include a js file in header that’s it. You can use it to any text area. It has lots of new features
and really faster than the FCKEditor. Hope I will go for CKEditor for next days until there is something new.
Really loved it’s UI and flexibility.

The officicial site of CKEditor.

CKEditor 3.0
CKEditor 3.0

There is another release of File Manager Which is called CKFinder

CKFinder
CKFinder
GD Star Rating
loading...
GD Star Rating
loading...

After long time get back to on track….

July 22nd, 2009 by admin No comments »

Hi Everyone. After long time again back to my blog. Long time didn’t post anything in my blog. Feeling again have to restart it.
Lot’s of thing happend in this last days of my life. Let’s try to share some incident and co-incident of my life…:)

1. Left TAMM my on 5th March 2009. Feel really bad when I was leaving. Because
that was my first company. They guys and my team was really good. Realy missed you guys. Take Care. Hope
we will meet one day again.

2. Joined Glue Tube on 7th March 2009.  And enjoying the environment and the guys really good. Got some friends and feeling
better. Became like family member.

3. Planning to go for retirement after 2025….:) No more web application development. May be will spend rest of life with kids and
real social work. I love kids too much because for some unknown reason any child likes me. Even if I hurt them. hahahahaha. So will
spend time with them.

4. Missing my country too much. My all friends. Really missed the hostel life. Now understanding the meaning of student life.
That life simply awesome…:) Missed u all my friends.

5. Day by day become addicted with Jeddah. Getting new friends and the work environment. Enjoying the work. Really thanks to Allah to
give me support always in every step of my life. He is my best friend…;)

6. Dreaming to buy a RAV4 and also a mac book pro.

7. Don’t want Windows anymore. Want to use Open Source products. Trying Ubuntu. Hope this will divert me from windows….:)

Can’t remember anything else… For now that’s all. Will try to share something always.. bye for now…;)

GD Star Rating
loading...
GD Star Rating
loading...

Wheel Chair Competition…:)

July 21st, 2009 by admin No comments »

We had a great competition on 15th July 2009 after work in office…hehehe.. It was really great fun. You will find it rare outside having this type
of competition. Check out some pics my flickr . We have to grab our wheel office chair. Who will go first will become the winner. Hehehe…what a game…:)But we enjoyed. Hope we will arrange this type of crazy stuff more. Hope this will increase our productivity.

GD Star Rating
loading...
GD Star Rating
loading...

Bought a Canon SD 990 IS ELPH Camera

April 12th, 2009 by admin No comments »

From long time it was my dream to buy a digital camera. Finally Alhamdulillah I manage to buy a digital camera. Which was cost in BDT 30,000 TK. It’s really Amazing. 14.7 MP and 3.7X Zoom. One of my dream come true.

canon-sd990-is

sd990-is-canon

GD Star Rating
loading...
GD Star Rating
loading...