Do you fancy of working in a dynamic environment?
You are not part of AGENDA Team yet? Check our current openings in JobsDB or send your resume to us!
AGENDA is part of WPP Group's Wunderman network
You are not part of AGENDA Team yet? Check our current openings in JobsDB or send your resume to us!
AGENDA is part of WPP Group's Wunderman network
If your website renders differently in different PC but both are running IE8, it probably should be caused by different "Compatibility View" setting.
Original Post:
[Contributed by Lo]
https://github.com/adamdbradley/foresight.js#readme
Foresight.js gives webpages the ability to tell if the user's device is capable of viewing high-resolution images (such as the 3rd generation iPad) before the image has been requested from the server. Additionally, it judges if the user's device currently has a fast enough network connection for high-resolution images. Depending on device display and network connectivity, foresight.js will request the appropriate image for the webpage. By customizing the img src attribute using methods such as URI templates, or finding and replacing values within the URI, it is able to form requests built for your image's resolution variants. Media queries however, could be used when dealing with CSS background-images, while foresight.js is used to handle inline img elements.
3 steps to setup remote debugger (weinre) on http://debug.phonegap.com/ without download and installation
<script src="http://debug.phonegap.com/target/target-script-min.js#anonymous"></script>
Mobile Boilerplate is a trusted template made custom for creating rich and performant mobile web apps. You get cross-browser consistency among A-grade smartphones, and fallback support for legacy Blackberry, Symbian, and IE Mobile. You get an offline caching setup for free, fast button clicks, a media query polyfill, and many common mobile WebKit optimizations waiting for you. Use Mobile Boilerplate to start your mobile webapp quickly and immediately benefit from community best practices.
Just found a web tool to generate sequence diagram easily by simple scripting with different UML style like Rose, vs2010, etc.
URL: http://www.websequencediagrams.com/
Sample: http://goo.gl/B2mv2
As almost every browser has their own CSS prefixes (-webkit-, -moz- or -o-) for some properties, we usually need to add all of them to our stylesheets.
This is not only time-consuming, but also hard to maintain, increases the sizes of CSS files (that can end up in slower loading times and higher bandwidth usage).
Reference: favbulous.com | By Kevin Liew
Ringmark is a web-based test suite that measures how well a mobile browser supports the capabilities that modern mobile web apps require. Ringmark is an opinionated test suite and the tests are based upon the specifications identified and prioritized by its authors as being important for modern mobile applications. The specifications are arranged into groups of features called 'rings', and the higher the ring, the more challenging the tests within it.
weinre is a debugger for web pages, like FireBug (for FireFox) and Web Inspector (for WebKit-based browsers), except it's designed to work remotely, and in particular, to allow you debug web pages on a mobile devices.
URL: http://phonegap.github.com/weinre/
With each new release of Windows Internet Explorer, support for the World Wide Web Consortium (W3C) Cascading Style Sheets (CSS) standard has steadily improved. Internet Explorer 6 was the first fully CSS, Level 1-compliant version of Internet Explorer. Internet Explorer 8 is fully compliant with the CSS, Level 2 Revision 1 (CSS 2.1) specification and supports some features of CSS Level 3 (CSS3). Internet Explorer 9 adds even more support for many CSS3 modules.