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 here is the link
http://jsbin.com/

Want to make your JSON looks pretty? Then here is the link
http://jsonformatter.curiousconcept.com/

Do you want to make your javascript looks pretty? Then here is the link
http://www.jspretty.com/

Do you want to write regex and test at the same time? Then here is the link
​http://regexpal.com/

​​Want to play with SQL online? Then here is the link
http://sqlfiddle.com/

​​Finally a BIG one its called EMMET coding in previous days and now it is called as ZEN Coding which is incorporated by many IDE's really helpful while designing a web page. Imagine how much time does it takes to write 20 DIV's with proper ID name and class along with a table inside of it. Using ZEN Coding you can make it as less a 5-10 seconds isn't it great?! :)

here is the link for the quick cheatsheet
http://docs.emmet.io/cheat-sheet/

Hope the Tips, Tricks, Utilities mentioned above is helpful in boosting your productivity. Happy Coding... :)

Regards, 
Pavan N

Comments

Popular posts from this blog

Download file using WCF REST services

server side printing / PDF conversions using c# and asp.net/wcf service

Finding file size in bytes on serverside using c#