The buzz is happening and people are really seriously talking about getting rid of CSS in their web applications. I'm not going lie - I thought the notion was ridiculous when I saw the first headlines. In fact, I initially...
Read MoreYou always have to worry about supporting some of those legacy browsers. Nothing is worse than pesky ol’ IE. It has gotten better now… a bit. In the latest project I have worked on we are supporting IE9+ and the...
Read MoreI'm definitely no expert at CSS. In fact it is usually quite opposite for myself – I take a look at some other examples and figure out what I need to do. Most recently, I found myself needing to fit...
Read MoreOne of the core differences in developing web applications for mobile is your process for testing and seeing what the final output might look like. That being said, just about anything you develop on the web these days should be...
Read MoreWhen creating web forms it is often nice to throw in a hint as to what should be entered into the field. This is a nice nuance that adds a nice level of interaction to your site. Previously you would...
Read MoreThe CSS declaration for “!important” has been around for a long time – since the original CSS specification. However, not many people understand exactly what it should be used for, and more importantly what it SHOULD NOT be used for....
Read MoreSo your using HTML 5 now. You just put in your DOCTYPE as: <!—- Using HTML 5 finally woo hoo! --> <!DOCTYPE html> You open up your HTML 5 page in IE9 to discover that it forces you automatically into...
Read MoreCSS documents can often times be quite scrambled when dozens of developers are adding their styles in. Some people like their styles built with one class/id per line (closed) and some like it with one property/attribute per line (open). Either...
Read MoreTable sorting is a very common polishing feature that you’ll see for most tabular data. In ASP.NET you get functionality with this out of the box with a control like a GridView, but requires a full postback just to sort...
Read MoreFirebug has been the developers dream when it comes to working on web development in Mozilla Firefox. In fact, it was such a great development tool, Microsoft attempted to copy the functionality of this tool to create their own IE...
Read More
Recent Comments- Gabriel Sidnei on .NET Core: The configured user limit (128) on the number of inotify instances has been reached.
- Is GitHub Dependabot Now Enterprise Ready with Grouped Updates? | Travis J. Gosselin on Dependency Management with Dependabot
- Bruno on TLS 1.0 & 1.1 Docker Container Support
- travis on Top 5 Tips I Learned My First Year Speaking at Conferences
- Alex Drokin on Top 5 Tips I Learned My First Year Speaking at Conferences