Tag Archives: CSS

A Hysterical Collection of CSS Puns & Jokes

It is no secret that Cascading Style Sheet is no fun if you’re working long with them. Still, there are ways in CSS which got some charms as it is used in defining the designs. You can make it colorful and playful if you have a knack of humor with you. In this post, I… Read More »

How to Style Web Page Links Using CSS?

When designing a website, most of us, pay attention to the most common aspects of design such as creating logos, web forms, call-to-action buttons, etc. However, adding style to our web page links (or hyperlinks) is something we often tend to overlook. However, you should not forget that links are placed on the website for… Read More »

Exam: 70-486-Developing ASP.NET MVC Web Applications

Microsoft Certification Exam: 70-486 is about testing one’s knowledge for Developing Web Applications using ASP.NET MVC, HTML & CSS. Purpose of this post is to provide reader step by step with: Good reference Material for Exam: 70-486 available online (including Free eBook, Articles etc.) Free Online Tests about ASP.NET MVC (Professional Free Tests) A Complete Online Practice Exam… Read More »

CSS was ignored due to mime type mismatch

“CSS was ignored due to mimetype mismatch”. This was the issue I was facing for one of my ASP.Net application, although, things were pretty straight forward. A typical ASP.NET WebForm having masterpage that linked to MyStyles.css as follows: <link href=”MyStyles.css” rel=”stylesheet” type=”text/css” /> I was using Internet Explorer version 9 and later tested on version… Read More »