Posts Tagged ‘robust method

Measuring a government website is very much different from measuring a commercial one, since a government website’s job isn’t to make money for the Government (well not directly). This lack of a bottom line often makes it difficult to justify changes to the website because of the lack of direct profit for the owner. One way [...]

When building a navigation menu, or any other jQuery script, it is often necessary to have a robust method with which to define a mouse over and mouse out state. This is where the hover() method comes along. Here is how it is used: $(‘.selectorClass’).hover( function(){ $(this).stop().fadeTo(‘slow’,0.4); }, function(){ $(this).stop().fadeTo(‘slow’,1); }); This assigns the first [...]


About this blog

This blog delivers stylish and dynamic news for designers and web-developers on all subjects of design, ranging from: CSS, Ajax, Javascript, web design, graphics, typography, advertising & much more. Our goal is to help you communicate effectively on the web with an engaging website or functional interface.