Category Archives: Webmastering
How To Add Facebook Like Button With Dynamic URL To Your WordPress Blog
TweetThe 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 … Continue reading
How To Redirect To WWW With htaccess
TweetYou 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 … Continue reading
HTML 5 Features I Want Desperately But Still Can’t Use
Tweet <video src=””></video>
How reCAPTCHA Works
TweetGoogle acquired reCAPTCHA on September 16, 2009. Luis von Ahn, reCAPTCHA founder and a research scientist at Google explains how it works.