Posts

How to install LAMP in Ubuntu (linux)

LAMP stands for Linux, Apache, MySQL and PHP/Python. Installing and configuring LAMP is not a very complicated thing in Ubuntu, its just a matter of few lines of commands via the command line. This post will show you how to install PHP5, Apache2, MySQL and phpMyAdmin in Ubuntu. Installing Apache 1. Open the terminal and type the following command.

Adding facebook comment box to your blogger

Few days ago I wrote about adding facebook comment box to your website. To add similar comment box to your blogger a few more steps are required. Adding this box helps users to comment to your posts easily in one click without having the blogger account. Let us see how we can embed it.

Adding facebook comment box to your website

Image
Adding Facebook comment box to your website is not as difficult as it used to be about an year ago. When I first used Facebook comment in one of my website about an year ago, I first had to use facebook connect and then write a lot of complicated fbml codes. It was a hell full of complications. But now it has become very easy all because of the Facebook Social Plugins. It just copy paste of some html codes and you are done. The following steps will guide you through using it.

SQL Injection and its prevention in PHP

What is SQL injection? SQL injection is one of the common attacks in web industry which uses SQL statements in the web form to execute a query in the wrong way and make attacks like making an unauthorised login or making wrong access to the data in the database. SQL injection usually occurs when users are asked for inputs through the HTML forms. Let us see a common example of SQL injection. Suppose we have a user login form that asks for their username and password. We use select statement for validating the username  which is stored in the database.

How to jailbreak and unlock iPhone 4 IOS 4.3.3

Image
To unlock iPhone running on IOS 4.3.3, it should be first jailbroken using redsnow 0.9.6rc15 which was developed by the Dev team in May 2011 and then unlocked by installing UltraSnow 1.2.3 via cydia. Below are the detail steps for jailbreaking and unlocking iPhone IOS 4.3.3:

Getting city name using real IP address

Image
Getting the name of the city using IP address is quite simple. This tutorial shows how we can get real IP address of the server and find the city name using the IP address with the help of API from GEOBYTES. Following are the steps to do this:

LightBox for displaying contents and image using a common jquery plugin

Image
Displaying contents using a sexy lightBox has become a kind of fashion in the web industry. I have seen many scripts to do this but most of them are complex and bulky. I have come up with a very simple way to do this. Following are the steps to do this.