Posts Tagged html
[Solution] HTML validation fail for AddThis buttons
Recently I was doing W3C validation for a website and bumped into a validation trouble because of some social media buttons added to the website. These buttons was added using the famous & widely used AddThis Share Buttons. On Validating I was getting following errors - there is no attribute
Read Full PostHow to inspect css hover , active property using firebug
I am sure that while Design and Development of a website you definitely want to see the :hover property of an element using your favorite addon in FireFox called Firebug. But I have found that many newbie developers do not know how to see this property. Default settings of firebug shows only the "De
Read Full PostZen Coding – a new way of writing HTML and CSS code
Good news for all the web designers and developers, if you already not aware of Zen Coding. It’s a new and awesome way to write your HTML, XML, XSL. The concept of Zen Coding is based on a powerful abbreviation engine. It allows you to expand code which you originally write as abbreviations. You h
Read Full PostPresentation on HTML5, Web Storage and Web workers
I had given this introductory presentation almost 1 year back on HTML5, Web Storage and Web Workers. I thought it would be great if I can share it on my blog. I would love to talk about these topics again, if you have any questions, just leave a comment. Html 5 a step towards semantic
Read Full PostCreate fixed side buttons for feedback etc
Regular visitors of Digimantra might have noticed that recently we introduced "Suggest a post" button on the left side of the webpage. Some one anonymously sent a request to write a post on how to create these sort of fixed buttons on the website. This is very simple, yet look very nice tagged along
Read Full Post