Vimal Patel

Complete Guide To Compile & Run Google Chromium OS on Linux

Complete Guide To Compile & Run Google Chromium OS on Linux
Recently Google declared its Chromium OS open source. Chromium is their own version of Linux specially build for netbooks/pcs to access internet in a better and faster way.Since I was free for the day & had no plans ahead of me, I decided to give it a shot.Some Googling led me to the Google Chrome OS ...

Inner classes in Java, the mystery within.

Inner classes in Java, the mystery within.
Inner classes, also called Nested Classes, are nothing but classes that are defined within other classes. The nesting is a relationship between classes, not objects.Inner classes have clearly two benefits, name control & access control. In Java, this benefit is not as important because Java packages give the name control.Java inner classes have feature that ...

Google Android ADT, SDK and Eclipse IDE integration on Linux

Google Android ADT, SDK and Eclipse IDE integration on Linux
This tutorial is going to be five minute long procedure which will show you how to add Google Android development tools (ADT) plugin into your Eclipse IDE.This tutorial uses Eclipse 3.3.2 europa that comes with fedora 9 and Android's latest SDK version 1.1.You can download latest version of Eclipse IDE from here. and Android ...

How to write a Web Crawler in Java. Part-1

How to write a Web Crawler in Java. Part-1
The task of the crawler is to keep on getting information from the internet into the database of the search engine. It literally crawls over the internet from page to page, link by link and downloads all the information to the database.A search engine is made up of basically four parts:Web Crawler Database Search Algorithm Search system that binds ...

Generating Tag cloud with PHP and MySQL

Generating Tag cloud with PHP and MySQL
The basic idea this time is to present a way to form a tag cloud from user input text and text entered in the past. A tag cloud is a visual depiction of user-generated tags, or simply the word content of a site, used typically to describe the content of web sites.for this we will create an HTML form that will accept user text & also ...

Tutorial: File upload in PHP, Securing the things.

Tutorial: File upload in PHP, Securing the things.
Usually users upload their file to a server through a web form as shown below:The HTML form looks something like this:Filename: ...

How to reinstall windows after installing linux

How to reinstall windows after installing linux
No one here needs to be reminded how virus prone windows environment is, and in case if you face a situation where you have corrupted your C: partition, then first solution that comes to mind is format active partition and reinstalling the windows.But if you had already installed Linux after installing windows. and wish to ...
Copyright © 2012 ViralPatel.net. All rights reserved.