http://www.mobilemarketer.com/cms/news/research/17101.html

The article refers to “Responsive Delivery” which is a term I hadn’t heard before. It seems to be a concept where you still send CSS/HTML/JS to all devices, but you change what resources/components you send based on the device.

I’m not sure how this would be easier than RWD, but maybe with some specific tools it is.

Via: http://www.mobilecommercedaily.com/responsive-web-design-not-a-long-term-solution-to-mobility-forrester-mobile-marketer

Configure Local DNS for Better Cross Browser Testing

Cross browser testing is a key part of modern web development. Anything we can do to make it easier and faster will benefit our development process. Today we’re going to look at strategies for domain name and DNS configuration in your local development environment to make cross platform and cross browser testing easier.

Read More »

Link: We spent a week making Trello boards load extremely fast. Here’s how we did it.

http://blog.fogcreek.com/we-spent-a-week-making-trello-boards-load-extremely-fast-heres-how-we-did-it/ An interesting look at real-world performance optimization. In-browser profiling sure has come a long way. Via https://news.ycombinator.com/item?id=7103815

Read More »

Link: Browser Wishlist [2014]

http://www.stevesouders.com/blog/2014/01/22/browser-wishlist-2013/ A good list of stuff to make web developers lives easier and improve UX. I particularly like some of the ideas around font loading because I’ve been dealing with FOUT recently.

Read More »

Link Check Intricacies of a Site Launch

When you are launching a new website, you need to be sure that you find and fix as many broken links as possible before your visitors find them. The best way to deal with these broken links is with a two-phased approach – one phase before you launch and the second immediately after.

Read More »

Link: width=device-width, initial-scale, and too-wide elements

http://www.quirksmode.org/blog/archives/2014/01/widthdevicewidt.html Investigation by PPK into how different mobile browsers handle display of wide elements with different meta viewport values. Unless you have a special need, safest approach seems to be to specify both initial-scale=1 and width=device-width

Read More »