Dynamic Guru - The Web and Technology Blog


ajax css design featured freebies google html internet javascript jquery php seo technology tools web wordpress wordpress themes xhtml
 
Posts tagged with —5 web tools to make your life easy

5 very useful online web tools

Online web tools

Web Tools is a collection of online tools developed to make your task easier. Currently it features 5 tools including :

  1. md5 hash calculator
  2. sha1 hash calculator
  3. HTML to ASCII convertor
  4. HTML and php tags stripper
  5. & Base 64 encoder and decoder

The tools are developed using some pretty basic php functions , but still are of great use. The functions used are :

sha1(); //for sha1 hash calculator
md5(); //for md5 hash calculator
strip_tags(); //strips all php and html tags
htmlspecialchars(); //converts all html characters to their corresponding ASCII characters
base64_encode(); //encodes a string in base64 format
base64_decode(); //decodes a string from base64 format
© 2012 Dynamic Guru All rights reserved - About Us - WordPress themes - Mujtaba Ahmad