Search
-
Categories
Tags
5.2 best php editor css debian error finger eleven google htaccess javascript javascript function life lifehouse linux love Lyrics mod_rewrite mysql mysql error mysql function nickelback nusphere nusphere phped nusphere phped 5.2 palawan palawan vacation paralyzer pdflib php4 pdflib php5 photoshop php phped php editor php error php function plugin regex regular expression regular expressions vacation vhcs video windows vista wordpress wordpress error wow
Category Archives: developer’s Guide
what is captcha
Share CAPTCHA is actually an acronym for “Completely Automated Public Turing test to tell Computers and Humans Apart”. As the name implies, it is a computer-generated test which aims to separate a bot (automated program) from a live, breathing human … Continue reading
array_diff_key
Share(PHP 5 >= 5.1.0RC1) array_diff_key – Computes the difference of arrays using keys for comparison Description array array_diff_key ( array array1, array array2 [, array ...] ) array_diff_key() returns an array containing all the values of array1 that have keys that are … Continue reading
Posted in php
Tagged array function, php function, remove and compare values in array
Leave a comment
domain pointing to a folder
ShareThis approach has you code the first part of the domain or subdomain name and the associated subdirectory in your .htaccess file. Â For example: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} !^/subdirectory/ RewriteCond %{HTTP_HOST} ^(www\.)?name\. RewriteRule ^(.*)$ subdirectory/$1 [L] Note … Continue reading
fading image using javascript
Share Show me what it does! Hide – Show Click on a link above to make the image disappear and re-appear by gradually fading in/out. It uses CSS transparency, in CSS you can set the transparency in different ways. To … Continue reading
javascript form validation
SharevalidateEmpty ( ) The function below checks if a required field has been left empty. If the required field is blank, we return the error string to the main function. If it’s not blank, the function returns an empty string. … Continue reading
Posted in javascript
Tagged form validation, javascript form validation, js form validation, js validation
Leave a comment