Yahoo! Messenger Status

Whatever July 28th, 2008

Tips of Trade (Finding if some buddy is ignoring you on yahoo messenger or marked you permanently offline). Replace Username with id of your buddy whom you want to check & paste the line in address bar & hit enter.

http://mail.opi.yahoo.com/online?u=[username]&m=g&t=0

This will show you as a yellow smiley if the person is online and gray if the person is offline or invisible.

http://mail.opi.yahoo.com/online?u=[username]&m=g&t=1

Read the rest of this entry »

Sphere: Related Content

Tags: , , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Detect Invisible Status In Yahoo

Whatever July 28th, 2008

Wohoo.. It’s nice. Now with this tools you can’t invisible to every one. Your friends can detect your status invisible or not. Just open this address http://www.4invisible.com and type your friends ID, then click on check.. That’s it. If your friends status are invisible this checker will show Invisible icon beside button “Check”.

Read the rest of this entry »

Sphere: Related Content

Tags: , , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Parsing With PHP [Part1]

PHP July 28th, 2008

Hehe.. I learn how to parsing with PHP. I read some books and find so many tricks to parsing text using PHP.. So I’ll try one by one^^ First, I tried to simple parsing with PHP. There are some technique for parsing that I learned today.

Parsing Comma-Separated List

How to parsing from comma-separated list then make it to array. First you can using explode() function. Lookout this example.

1
2
3
4
5
6
7
8
9
10
11
12
<?php
// define comma-separated list
$menu = "butter, milk, sugar, salt, flour, caramel";
// decompose string into array
// using comma as delimiter
$menu = explode(", ", $menu);
// iterate over array
// print individual elements
foreach ($menu as $i) {
echo $i . "<br />";
}
?>

Read the rest of this entry »

Sphere: Related Content

Tags: , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Translate My Blog To Your Language

Info July 27th, 2008

Today, I added more feature of my Blog. Thanks to Google Widgets for providing Google Translate service. Now you can read my blog to other language (Arabic, Spanish, Chinese, Espanol, Deutsch, etc). Just select your language on top right page of my blog and Google will translate my blog for you. Enjoy my blog with your language^^

Sphere: Related Content

Tags: ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

I’m Going Mobile

Operating System July 25th, 2008

Wew it’s incredible.. eye OS is Operating System based on PHP. So this OS is multi platfrom. I never think about it before. After any CMS based on PHP now is possible to make an Operating System based on PHP. That’s true.. Yeah :D and Eye OS was born. You can install this OS on your server, so you can access it any where and every where. Like the tittle, I’m going mobile.. Not me, but my PC^^

Not only that, with eyeOS you can have word processor and any software installed. You can save your files with upload and take it back with downloading method. More power full then… It’s mobile OS that I need. (demo)

Read the rest of this entry »

Sphere: Related Content

Tags: , , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Blogroll Link Update