Archive for php

WordPress 2.9, Carmen

Post by: bingorabbit

A couple of days ago, the guys at Automattic announced the latest release of the mighty blogging platform; WordPress 2.9, Carmen – named after a Jazz vocalist Carmen McRae -. This release comes really with a lot of cool features like the one I really love, Trash. So, instead of the old dialogue, “You are about to delete this post..bla bla bla”, you can now just move it to trash, cause most of time you are really sure that you are deleting a post! Then you can permanently remove it from your trash, or as we can say, empty your trash.

(more…)


 

Web Development using PHP Course

Post by: bingorabbit
Published on November 17th, 2009
Filed under: information.technology, linux, php, web
Tags: , , ,

Hello all,

I will be launching a Web Development Course soon. The course aims to give a general overview on PHP the scripting language and how to integrate it with MySQL database to create web applications. The course will develop in the attendees the web programming concept and the knowledge of the web scenario and how to efficiently program dynamic web pages to complete web sites. The course will include the following: (more…)


 

7 Google Wave Extensions I use

Post by: bingorabbit
Published on November 13th, 2009
Filed under: Google, Twitter, in.words, information.technology, my.reviews, php, web
Tags: , , , , , , , , ,

PS: There is a double Bonus! gift at the end of the post, so keep reading it till the end :)

After I received my Google Wave account, I started exploring the service and I’m really impressed of how those guys got this thing to life and started to think of how this service might change the web and online communication specially. I dug around and knew that there are even extension for this great service and I thought of sharing you with some extensions I use. It will be also great if you got one extension that is not listed here, to share us with it so we can discuss them.

(more…)


 

Status Report-04

Post by: bingorabbit
Published on July 17th, 2008
Filed under: WordPress, college, depiak, dreams, linux, php
Tags: , , , , , , ,

ICU, My Grandpa, Family! Al-7amdolelah

2008-07-17 :) , wemabre7 kan 3omry 20 :)

I’m waiting for my results..

I will be having an interview after ummmm 5 hours?&!

depiak, good work and a great comeback!

I love Linux!! – Mosh awy -

Wordpress 2.6, again, they always impresses me!

(more…)


 

Error Reporting

Post by: bingorabbit
Published on June 12th, 2008
Filed under: information.technology, linux, php, web
Tags: , ,

One of the most amazing features in php is how it shows errors to the developer, you might think of it as a GPS which tells you exactly where you have to go :) ; Line Number, character and the error itself..CHARM!

Through the whole previous 2 years, I didn’t use error reporting at all, because it was off by default on my localhost – I use Fedora with Apache, php and MySQL installed as my localhost,, I even installed phpMyAdmin :) . -. I didn’t even mind to set it on, may be because I didn’t right that HUGE script that I may search for an error in and get lost. I have to tell that this really enhances your skills a bit, because you become more into code trying to figure out the semi-colon that you forgot and it terminated the script with a blank screen. Anyway, today I thought about giving it a try so I had to do it manually so you should do the following:

(more…)