Monday, March 30, 2009

Review - Nokia 5130 XpressMusic

I was very much confused when I bought this phone because of the comments and that is why I decided to give a review in my Blog. I am giving this review from my hands-own experience. This review is considering the price too.

Price: Rs.5949 ($119)

Look : 7/10
Sound (Speakers) : 8/10
Sound (Headset) : 6/10
Display : 8.5/10
Camera : 7/10
Restart problems in the last 3 days : 0
Hanging in the last 3 days : 0
Performance : 7/10
Features : 7.5/10
Games : 5/10
Themes : 5.5/10
Battery life : 7.5/10

My rating : 7/10

There are phones which will give you better experience, but there is no other phones available in India with in this price range (Considering Nokia, Samsung and Sony Ericsson).

If you are looking for a basic multimedia phone with camera and other reasonable features, then this is the right phone for you.

Friday, March 20, 2009

How to configure PHP in Apache (Windows)?

Add the following into your httpd.conf
(Note: Make sure that you have given the correct path in LoadModule)

LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

Wednesday, March 18, 2009

Apache on Windows XP - failure on starting

Errors

[1] Could not reliably determine the server's fully qualified domain name
[2] (OS 10048) only one usage of each socket address (protocol/network address/port) is normally permitted. : make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down

Solution


[1] Add/Modify directive - ServerName <Your IP>:<Your Port>
[2] Add/Modify directive - Listen 127.0.0.1:80

Now start apache. If still error [2] remains, change the port number and try.

Friday, March 13, 2009

How to disable maximizing an application window in Adobe AIR?

Set <maximizable>false</maximizable> in the application's XML file.