Tag Archives: CSS

css single day calender widget

on

We are going to see a short tutorial to create the single day calendar widget using css. It very simple widget with using few lines of css and html code. Lets see how to create that. HTML 03 Oct CSS div.cal { height: 70px; width: 70px; border-right: 5px solid #fff; border-bottom: 5px solid #fff; box-shadow: […]

Read more..

Free Online code beautifiers / validators

on

Best 6 very useful code beautifiers has been listed. JSONLint, JS beautifier, CSS beautifier, YAML Beautifier and MYSQL Query Beautifier.

Codings are mess while it’s not formatted or beautified for Reading, Debugging and Writing. Online code beautifier tools makes developers life very easy. I have listed few of most usefull code beautifier.

Read more..