How to upload bulk files in mysql

Steps to upload a bulk file in MYSQL Step 1: First have to start a server.It may be XAMPP/WAMP Step 2: Access the Phpmyadmin page.  Examle : localhost/phpmyadmin/ in your browser Step 3: Create a database and select the table, in which you would like to upload a file Step 4: After completing the above step, … Read more

How to build oe develop first android app

Build your first android app To build a first application in android you must need some packages to be installed in your system. First need to download and install the Android SDK To work with android, Java is must to be installed with jre/jdk. Create Android Application To create a simple application using Eclipse IDE. … Read more

What is indexing in database , how to optimize the mysql database table

Indexing in database / how to optimize mysql table Indexing is a data structure technique, which is used to efficiently retrieve a records from the database files, based on some attributes on which the indexing as been done. For example, indexing in database is also similar to what we seen in books. Indexing can be … Read more

How to protect your site from SQL injection

What is SQL injection? When someone is trying to run the unintended SQL query against your database is called SQL injection. There can be different intention to use SQL injection, some want to delete or modify the content of your database, while other may want to get the sensible data like passwords. For example, if … Read more

Essential plug-ins for WordPress sites

Must have WordPress plug-ins Akismet It is used to filter out any comments in your blog that looks like a spam.Using Akismet web service, it automatically checks the comments. All the comments have the history for users, to know which are all the comments are cleared by Akismet. Also those comments are marked as spam or … Read more

Benefits of linking social media into your website

Benefits of linking social media into your website Using links in your website, is playing a major role for rankings in a search engine. For example, Google automatically associate your social media pages with your company/organization when recognizing the links on your site. Many ways are available to integrate social media on your website. Sharing This is … Read more

Best text editors for programmers

Every operating system comes with default text editors like notepad in windows. For a programmer, rich text editor is most. Several text editor plays the vital role for minimizing the error, speeding up the focus on coding. This editors also comes with the features like, a robust find and replace, highlighting/coloring the keywords , support for … Read more

Top 10 Bloggers in India and their earnings

  1.Amit Agarwal Amit Agarwal is an former IIT’ian, who considered as a God Father for Indian blogging. He is the number one tech blogger in india and the founder of digital inspiration. He worked in Goldman sanchs before he started professional tech blogging. Blog: www.labnol.org Estimated earning: $30,000 per month Blogging from 2004 2.Harsh Agarwal … Read more