Category Archives: Tech News

Sony Ericsson XPERIA X8 – A must have smartphone!

Sony Ericsson XPERIA X8

Hey Folks,

After a long time, I’m posting. It really feels very good since I’m back to blogging. Well I purchased a new smartphone from Sony Ericsson in November, 2010. It is XPERIA X8 previously rumored as Sony Ericsson Shakira(though its official name is Sony Ericsson E15i or Sony Ericsson XPERIA X8). Some of its remarkable features are Android OS(currently Android Eclair 2.1), WiFi, 3.0 inch HVGA capacitive touch screen, A-GPS, a 3.2 MP Camera, 600MHz processor, etc.

Well it has a numerous features so for the full review of this phone, check @ GSMArena.com. Since my main motive is to share my own personal experience with this phone. It priced me INR 13, 500/- (approx $280) & in this range I bet this is the best phone in Indian markets. Even this is far better than XPERIA X10 Mini, which has a very small screen of 2.55 inch along with other issues.

XPERIA X8 is now using Android Eclair, which makes it capable of running various application and provides a great user experience. This is really a true executive phone since it allows various functionalities like reading mails, updating social networking profile in a go and many more things. After that Sony Ericsson’s Timescape Application combines SMS’s, missed calls, Twitter Updates & Facebook Updates in a single place & hence gives us a great control. It is really an amazing application!

Android Market is a store of hundreds and thousands of applications. Most of them are available free of cost while some come with a nominal price. We can directly install applications from the market without connecting to our computer.

This phone can be customized a lot in terms of menu, wallpapers, applications, services, etc. The best feature of this phone is the speed, which makes it the best in its range. After using it for more than two months, I never faced any sluggishness or crash. It is only due to its Qualcomm MSM7227 600 MHz processor.

Important Android Applications:

  1. Quickoffice Pro - A suite provides a reader/editor for DOC, XLS, PPT & PDF documents.
  2. TasKiller – Allows to close the running applications & hence save memory.
  3. Swype HVGA – It is an advanced keyboard which simplifies the typing on a touchscreen.
  4. GPS Test – Provides longitude, latitude & altitude from GPS Satellites.
  5. PowerAMP – An advanced music player.
  6. Aldiko Book Reader – Book reader.
  7. CamCard – A business card reader.
  8. SMS Backup+ – Backs up all the SMS’s to our GMail inbox.
  9. Dolphin HD Browser – Advanced browser with many functions & addons.
  10. Adobe Photoshop Express - Provides simple image editing & also provides an option to upload images to Photoshop Library
  11. MapDroyd – Worldwide offline maps with GPS synchronization

Note: All the applications I’ve mentioned above are running on my phone without any issues.

This phone’s hardware capabilities are really good and with good applications, we can enhance our user experience to a new level. After summing up everything I can clearly say that if you have a limited budget & want to have a great Android experience then this is the best phone, anyone can have. This is a true executive phone due to its simple looks as well as the functionalities it offers.

Shubhamoy

An engineer by chance and a blogger by choice. Love to share my knowledge with the masses. My main focus is always on open source technologies and latest gadgets. This blog provides me the platform to cherish my passion.

Website - More Posts

Shubhamoy’s Link Shortener

Hi Folks :) ,

I’ve a good news to share with you: After a long time, I’ve created an online tool. It is a simple link shortener named Shubhamoy’s Link Shortener.

Demo | Download

Shubhamoy's Link Shortener

It is AJAX based & uses a bit of CSS3 in its design. I’ve tried to give it a simple look. All of you might be thinking that why didn’t I bought a short domain name? Well first of all I want to add more features to it before placing it on a domain. So therefore I like to request all my worthy visitors in giving me there views, feedback & suggestions on it.

Shubhamoy

An engineer by chance and a blogger by choice. Love to share my knowledge with the masses. My main focus is always on open source technologies and latest gadgets. This blog provides me the platform to cherish my passion.

Website - More Posts

Fix WordPress 404 Problem


What is WordPress 404 Problem?

User gets a 404(Page Not Found) Error on posting an article, saving a draft or other instances.

The solutions are for Self-Hosted WordPress Instalation only.

Solution (1):

  1. Save a .htaccess file in the root directory of your WordPress Installation.
  2. Add SecFilterEngine Off to disable mod_security or you can add SecFilterScanPOST Off to disable HTTP POST scanning. My suggestion is to go for disabling HTTP POST scanning since disabling mod_security is a bit risky.
  3. Now test WordPress. And if it still breaks then move to next solution.

Note: In some sites, .htaccess gets override. So you can request your hosting company to disable HTTP POST scanning or mod_security.

Solution (2):

  1. Post the article only with title, tags and categories. And note down the ID of the post(e.g. http://example.com/?p=1234)
  2. Now open phpMyAdmin and open wp_posts table.
  3. After that search the ID and add the article in HTML format in post_content field of table. See the screenshot.
  4. Save the record. And check your blog.

http://example.com/?p=N

Shubhamoy

An engineer by chance and a blogger by choice. Love to share my knowledge with the masses. My main focus is always on open source technologies and latest gadgets. This blog provides me the platform to cherish my passion.

Website - More Posts