uric = reserved | unreserved | escaped reserved = “;” | “/” | “?” | “:” | “@” | “&” | “=” | “+” | “$” | “,” unreserved = alphanum | mark mark = “-” | “_” | “.” | “!” | “~” | “*” | “‘” | “(” | “)” escaped = “%” …
Monthly Archives: November 2010
google detects invalid clicks in Adsense
IP Address – Firstly Google detect the IP address from which it received the click. Location – Google has powerful tools to detect Geological Locations from which click has been received. Click Through Rate – Normally, Click through rate should not exceeds above 10%, otherwise Google will flag the account as fraud. Normal Click through …
Tinymce Simple Configuration
Nice Simple Blog Tinymce Configuration!
generatedata.com
So what is this site? Ever needed custom formatted sample / test data, like, bad? Well, that’s the idea of the Data Generator. It’s a free, open source script written in JavaScript, PHP and MySQL that lets you quickly generate large volumes of custom data in a variety of formats for use in testing software, populating …
PHP Validation
Demo form and explanation Probably the best way to understand how the script works is to see an example. Take a look at the demonstration page. The PHP and validation code in that page is this:
PHP dbug | Style print_r arrays vars
PHP version of ColdFusion’s cfdump. Outputs colored and structured tabular variable information. Variable types supported are: Arrays, Classes/Objects, Database and XML Resources. Ability to force certain types of output. Example: You can force an object variable to be outputted as an array type variable. Stylesheet can be easily edited. Table cells can be expanded and …