Here is how to use PHP to create a permanent 301 redirect. This type of redirect tells user-agents that the webpage has moved permanently to the new, referenced location. Using 301 redirects can be a vital part of a search engine optimization (SEO) practice. In order to use this code properly, you...
Typically when Google rolls out a change in it's technology or an algorithm it does not overtly change human search behavior. This is not true with Google Instant. Search marketers have been theorizing that above all Google Instant will dramatically effect search behavior--some have gone as far as...
This article provides a simple example of using CSS to create rounded corners. Below you will also find the definitions for how to use CSS rounded corners in your own CSS. This CSS property is not full supported by Internet Explorer, but more contemporary browsers do support this property. Here is...
Any wireless network can be posed as an AT&T Wi-Fi hot spot and thus trick iPhone users into an untrusted network connection making them vulnerable to attack. Iphones can be subject to such "man-in-the-middle" attacks because the devices are preconfigured to associate attwifi as AT&T Wi-Fi...
QUESTION: Can I create different MX record entries for two different email addresses? For example, I can create one record for john@example.com and direct a different email mary@example.com to a different mail server? ANSWER: No, MX records need to be directed to a single mail server per domain or...
This brief article will provide code samples for creating 301 redirects in PHP. A 301 redirect is an easy and SEO friendly way to redirect a page that has changed address. For example, if you website recently changed Content Management Systems, and the new CMS generates a different URL construct,...
It is possible to assign an object two or more classes at the same time. WordPress does this out of the box for images, for example.
By default, Wordpress will convert your straight quotation marks into curvy quotation marks (Smart Quotes or left/right quotes). This function makes the quote marks much prettier than straight quotes, but they have a fundamental problem. When someone tries to cite your blog post or if you are...
We hear a lot of questions regarding whether or not the Google Analytics program can track users by IP address. The short answer is no. Google forbids the tracking of users by Personal Identifiable Information (ie. IP address), and in order to use the Google Analytics system you must agree to it's...
The Facebook Like Button is a very useful and rapidly popular social web marketing tool that can be applied to websites and webpages. By default, the Facebook's Like Button form will recommend a specific web page that is hard coded into the code snippet (which can be generated by Facebook's Like...