Archive for the 'Webmastering' Category

How To Add Facebook Like Button With Dynamic URL To Your WordPress Blog

The Facebook Like Button or Recommend Button code generated at http://developers.facebook.com/docs/reference/plugins/like will only bring Facebook users to your home page or whatever URL you provided to generate the code. If a Facebook user “Like”d your article posted on a specific URL, your home page will be displayed to all of his or her friends instead [...]

How To Redirect To WWW With htaccess

You should enable Apache Mod-Rewrite module on your Linux server. Copy the following code to your Notepad: Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^searchenginesemseo.com [nc] rewriterule ^(.*)$ http://www.searchenginesemseo.com/$1 [r=301,nc] Save it as .htaccess and upload to the root directory of your website. That’s all. Of course, you should replace searchenginesemseo.com and www.searchenginesemseo.com with your own [...]

HTML 5 Features I Want Desperately But Still Can’t Use

 <video src=””></video>

The Best Screen Resolution For Designing A Web Page

How reCAPTCHA Works

Google acquired reCAPTCHA on September 16, 2009. Luis von Ahn, reCAPTCHA founder and a research scientist at Google explains how it works.