Total Pageviews

Tuesday, January 17, 2012

Split variable to many variables

hello ,
if you are going to split 1 variable to many . 

<?php
// Delimiters may be slash, dot, or hyphen
$date "04/30/1973";
list($month$day$year) = split('[/.-]'$date);
echo "Month: $month; Day: $day; Year: $year<br />\n";
?>
that mean it will split the $date to >$mounth  , $day and $year .




Monday, January 9, 2012

Be dependable

Be dependable – Do what you say you’re going to do.




You must try to be dependable  all the time .

Tuesday, December 27, 2011

صباح الخير مدرستي صباح الخير والنور


صباح الخير والنور ...




اليك اشتقت في امسي ***     فزاد اليوم تبكيري ...




اراقب دقة الجرس***         يسوق الي الحانا ...


اطير اليه في طرب***         امد الخطو جذلانا ...






ويسرع نحوي صحبي ***       فنقضي اليوم في درس .








وفي مرح ,وفي عمل ***       تطيب بحبه نفسي ...








اليك نسير اخوانا ***            وتشتاقين لقيانا ...








فانت لجمعنا ام ***              تعلمنا وترعان

Tuesday, November 22, 2011

Howto make ubuntu 11.10 looks like 10.04 ?!

We are going to make ubuntu 11.10 looks like 10.04 .

Only you have to follow the upcoming steps



First we have to install gnome

Sudo apt-get -y install gnome

it going to download like 120 M.B

after you finish that .

now it going to lead you to configure the GDM

Choose OK
Choose lightdm

it will take mints to config it

then you have to remove the overlay-scroller

sudo apt-get -y remove overlay-scrollbar

sudo apt-get -y install gnome-tweak-tool






After that you can reboot ,then before typing your password Choose


Gnome
or
Gnome Classic

which one you like :) .










for more information you can see this video 


Tuesday, November 15, 2011

How to use the new facebook timeline ?!

hello ,




if you are going to use the new timeline of facebook , then you have to follow those steps :

  • Login Facebook and access the developer app (click on Allow button)
  • Click on Create New App 
    (enter the App display name ,App namespace and captcha code )
    Don't worry nothing going to be published type whatever you want.
  •  On side you new App ,Click on Open Graph tab ,type and thing on the 2 fields and click on Get Start .
  • Go back to your profile ,you will get asked if you want to get the new timeline ,Click on Get It now .
  • Gratz you got it now :) .
  • If you don't like it you can easily reverse By re accessing the developer app and Delete your application .  

Sunday, November 13, 2011

complex systems !!!!


A complex system that works is invariably
found to have evolved from a simple system
that worked. The inverse proposition also
appears to be true: A complex system
designed from scratch never works and
cannot be made to work. You have to start
over, beginning with a working simple system.

Quote


Don’t make something unless it is both
necessary and useful; but if it is both
necessary and useful, don’t hesitate to
make it beautiful.