A sitemap is over simply an inventory of links on your web site that makeup the “site” , it’s a simple method for the search engines to know what your website is concerning.
Blog
MAC OS X Key combination for Screenshot
Recently I have started using MAC OS X. Today I came across nice and smart way of taking screen shots of your screen using Keyboard keys combination. Every designer / developer / tester are aware of that at some purpose Read More …
PHP – remove empty values from array
PHP – remove empty values from array An easy and quick way to remove the empty value keys from an array is given below. Lets assume below is our array $array = array(‘data1′,”,’data3′,’data4’); Now if we print this array using Read More …
10 Powerful Linux Command You Should Try!
10 Powerful Linux Command You Should Try! We all know that the most powerful Linux thing is its Command line. Because you can do almost everything from Linux command line. You can easily instruct your computer what exactly you are Read More …
How to enable or allow htaccess file on apache server
Here we will learn How to enable or allow htaccess file on apache server to override your default server configurations. But before that we will quickly see what is htaccess file. What is htaccess file? htaccess is a hypertext access Read More …
Check whether the WordPress environment loaded or not
In most of of the time while we are writing a plugin and doing some AJAX call into this we often including wp-load.php file. It is obvious that to access the WordPress core functions we need to established the WordPress Read More …
How to make placeholder work in IE browser
As we all know that HTML 5 placeholder attribute is not working in IE less than 10 version. If you have input elements in your DOM with placeholder attribute and access the page in IE browser less than 10 version Read More …
BuddyPress Members Import FAQ
BuddyPress Members Import FAQ Q: Is there any PHP version dependency with BMI Plugin Yes, you have to have Minimum PHP version 5.3.X else you will get following error message on plugin activation Parse error: syntax error, unexpected T_FUNCTION in Read More …
Full Forms of some famous name
Yahoo – Yet Another Hierarchy of Officious Oracle Computer – Commonly Operating Machine Particularly Used for Technology Entertainment and Research ISRO – Indian Space Research Organisation NASA – National Aeronautics Space Administration Virus – Vital Information Resources Under Seize PSD Read More …
How to stop a AJAX call before calling the same again
Some time we want to show auto search results just underneath the auto search box. After each character write into the text box we want to get the result from the database related to the characters present in search text Read More …