Boolean Island !

Archive for April 21st, 2008

Awesome File Trick

Posted by: ranacse05 on: April 21, 2008

I was just reading PHP and got a awesome function named file_get_contents() it returns the whole file as a string.But the special thing is it can read web sites too .For example here is a code
$data = @file_get_contents(‘http://www.google.com’);
echo $data;
$file = fopen(‘google.txt’,’w’);
fwrite($file,$data);
First line will get the contents of www.google.com
Then it’ll show the [...]

Sliding Page

Posted by: ranacse05 on: April 21, 2008

Few days ago I was working on JobberBase so I had to visit www.JobberBase.com .Its a nice site .And the presentation is just awesome. One thing make me surprised that is the sliding page. U can see the demo here. Its using jquery.


My blog worth


My site is worth $3431.
How much is yours worth?

My Twittes

FireFox

Firefox 3

My Facebook

this is Raquibul's profile

View Raquibul Islam's profile on LinkedIn

My fav

 

April 2008
S M T W T F S
« Mar   May »
 12345
6789101112
13141516171819
20212223242526
27282930  

Flickr Photos

Moon !

Moon !

Leevio

Leevio

Leevio

Tea !

History

me

More Photos

My Bookmarks

Dynamic Malloc

Blog Stats

  • 46,705 hits