The 300 million dollar button – UI design October 7, 2011 No Comments
A case that illustrates the potential value from (seemingly) small user interface decisions. http://www.uie.com/articles/three_hund_million_button/
A case that illustrates the potential value from (seemingly) small user interface decisions. http://www.uie.com/articles/three_hund_million_button/
This is a very slick use of JavaScript and HTML 5 to generate dynamic heatmaps. About heatmap.js heatmap.js is a JavaScript library that can be used to generate web heatmaps with the html5canvas element based on your data. Heatmap instances contain a store in order to colorize the heatmap based on relative data, which means [...]
When dealing with Web sites or applications that need to be highly accessible, you can often get tossed development curve balls where you are forced to add fixes for obscure problems. Users with poor vision will sometimes change the DPI scaling feature in Windows from the default 96 dpi to something higher. With older versions [...]
You may receive the following errors when attempting to open a web application solution in Visual Studio 2010 if IIS was installed and/or configured afterward: “Unable to create the virtual directory. Unable to acces the IIS metabase. You do not have sufficient privilege to access IIS websites on your machine. “ASP.NET 4.0 has not been [...]
One of the first traps people fall into when learning CSS deals with the mystical float property. Floating content in pages is something that needs to be done with finesse or you can get some weird behavior in your pages. Some people dismiss this weird float behavior as a browser quirk instead of trying to [...]