Category Archives: Webmastering

Web Design, Web Development, Web Support Function, etc

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

Posted in Webmastering | Tagged , , , | Leave a comment

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

Posted in SEO, Webmastering | Leave a comment

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

Tweet <video src=””></video>

Posted in Webmastering | Tagged | Leave a comment

The Best Screen Resolution For Designing A Web Page

Tweet

Posted in Webmastering | Tagged , | Leave a comment

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.

Posted in Webmastering | Tagged | Leave a comment