htaccess Commands for WordPress
An htaccess file can do so many things for your website, that you cannot even begin to imagine it. It is one of the most important files, although many of us ignore its existence (just as we ignore the existence of robots.txt files). Recently I read a blog post on some useful .htaccess commands and how to implement them in your blog.
What is an...
Add Different Meta Tags to Each Blog Posts
Hello Guys,I had come up with new trick for adding Meta Tags for each post on blogger.Many of you had seen many hacks on this.But,I had come up with easy & valuable trick for you.Although many bloggers would have added the meta tags to their blog, at least one fourth of them would have missed a piece of code which makes a lot of difference when...
How to add Contacts to GMail
Hello Guys,I had come with exciting news about GMail.You might know that Google has disabled the Automatic Contacts added feature.For adding new contacts on your GMail,I had found new way to add contacts to your GMail Contacts.My Contacts is a place to import, store and view all of the contact information that's important to you. You can also create...
COMBINED DEFENSE SERVICES
COMBINED DEFENSE SERVICES (CDS) examination held twice in a year i.e. in month of February and September. It's form's are available online as well as offline at your near post office two month's before commencement of examination.
CDS offers you four academies:
INDIAN MILITARY ACADEMY
INDIAN NAVAL ACADEMY
INDIAN AIR FORCE ACADEMY
OFFICER'S TRAINING'S...
Trace any Phone Number,IP Address,Bulk SMS Sender and More
Hello Guys,Today I will explain you how you can trace any phone number,mobile number, IP address & Bulk SMS Sender also,etc.‘Tracing’ does not mean Hacking, Many individuals are confused about it.You are not one of them, But I have seen many like that. Looking for anyone's info is worked with just a click.You just have to provide the information...
SQL Syntax
Create a DatabaseThe CREATE DATABASE statement is used to create a database in MySQL.
Syntax :Create Database :CREATE DATABASE databasename (Change databasename as yours name)Select Records from Database :SELECT * FROM databasename (Change databasename as yours name)Update Records from Database :UPDATE table_name
SET column1=value, column2=value2,…
WHERE...
Introduction To MySql
SQL is a standard language for accessing and manipulating databases.
What is SQL?SQL stands for Structured Query Language
SQL lets you access and manipulate databases
SQL is an ANSI (American National Standards Institute) standard
What Can SQL do?SQL can execute queries against a database
SQL can retrieve data from a database
SQL...