Posts

Showing posts from September, 2014

A quick Utilities, Tips & Tricks for web dev only

​Hi,​ While doing some validatioons you want to validate character count. Then here is the link http://www.javascriptkit.com/script/script2/charcount.shtml Do you want to validate the CSS you wrote? Then here is the link http://jigsaw.w3.org/css-validator/#validate_by_input You want to decode or encode a character. Then here is the link http://www.base64decode.org/ Do you want to add days, months or years to a DATE? Then here is the link http://www.timeanddate.com/date/dateadd.html ​Tired of writing SQl and Do you love to work on LINQ but don't have a proper IDE? Then here is the link http://www.linqpad.net/ Do you want to format the CSS you wrote in your own standards? Then here is the llink http://www.lonniebest.com/FormatCSS/ ​Do you want to format XML, JSON, HTML, HTML5, RegEx or SQl or else any? Here is the link http://www.freeformatter.com/html-formatter.html​ Do you want to quickly write html, javascript and css and see how it behaves in browser? Then