Web Design Blog - Page 4

PHP Captcha Image Verification

CAPTCHA is used on many website to ensure that the response is not generated by computer. The term “CAPTCHA” was based upon the word capture. It is a contrived acronym for Completely Automated Public Turing test to tell Computers and Humans Apart. A common type of CAPTCHA requires that the user type letters or digits from a distorted image that appears on the screen. (Wikipedia).

Read the rest of this entry

Drop Down Menu Using Javascript and CSS

Having a drop down menu on your site header will help your visitors a lot to navigate your site, especially one with a lot of pages. This is an example on how to create a drop down menu on your website using a simple Javascript. Please note that this would not work if your visitor deactivates the Javascript function on their browser. Let’s get started.

Read the rest of this entry

Breadcrumb Navigation for WordPress

According to the Wikipedia, breadcrumbs or breadcrumb trail are a navigation technique used in user interfaces. Its purpose is to give users a way to keep track of their location within programs or documents. I’ve been trying several codes and plugin but still unsatisfied. So I tried to create my own function and use it here and on my other blog. So, here’s my solution for the breadcrumb.

Read the rest of this entry