Some pictures from Burj Khalifa

2011-08-01 1 min read Photo

DSC_3593{.shutterset_}

 

[php]
$file = ‘/var/chroot/home/content/02/6377202/html/wp/wp-content/uploads/copper_albums/Parks_Dubai/orig_DSC_5287.jpg’;
$exif = exif_read_data(“$file”, 0, true);
$key=”EXIF“;
$exif = exif_read_data(“$file”, “$key”);
echo “[table border=”1”]”;
//foreach ($exif as $key => $section) {
//similar_text($section, ‘EXIF’, $p);
//if ( $p == 0 )
//{
foreach ($exif as $name => $val) {
echo “[tr]”;
echo “$key.$name ”;
echo “$val ”;
echo “[/tr]”;
}
//}
//}
echo “[/table]”;
[/php]

Enhanced by Zemanta

Install the fastest Mozilla browser on your N900

2011-07-02 2 min read Maemo N900

Firefox 7.0 is the browser that I am currently using on my N900. Its pretty fast compared to its predecessors. Its not even in BETA and all you can get is the nightly build. For me, its okay, as I like playing with my systems and mobile. If that is okay with you read on….

Head over to the firefox nightly build website Firefox Nightly Builds. Go to the links for the mobile version and then select Maemo build and download it.. Copy the tar.bz2 file to your N900 or directly download it from the handset 🙂

Continue reading

Google+ – way to go for experinmenting.

2011-06-30 1 min read Uncategorized

Finally I got a invitations and was able to get into the Google+ today. Having been trying to do this for last couple of days, was quite anxious on how it is and how it fairs against Facebook and twitter.

First, heres a first look of the account:

 

[google+ Screenshot][1]
google+ Screenshot

 

Most noticable thing, as soon as you login is that all your contacts from google aare directly visible in your account and you can directly put them in any of the circles that you like. Picasaweb photos can be imported.

Continue reading

Fast and bleeding edge Firefox.. version 7

2011-06-30 2 min read Firefox

Firefox 7.0 nightly builds have started and it seems to be quite fast. So, if you dont care about some sites not opening or once in a while your browser crashing, been using for 2 days on Windows , has not crashed so far and worked on all sites so far :), then you should install the Nightly build.

Head over to the nightly build site and install the appropriate build for your OS.

Continue reading

GPG error on N900 when doing update on command line

2011-06-22 1 min read Maemo N900

Nokia N900 communicator/internet tablet
Image via Wikipedia

If you have added some extra repositories to your Nokia N900 and are trying to do something ( like update, install or any other apt-get operation) you might see some errors or warnings related to the GPG keys. The errors would come because the Public keys for the reporisitories are not present in the gpg database 🙂

Continue reading
Older posts Newer posts