Do you fancy of working in a dynamic environment?

December 6th, 2010 Tommy 2 comments

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

WPP – Leaders in Advertising, Branding, Marketing

Categories: General Tags:

IE8 Compatibility View (IE7 Rendering)

May 16th, 2012 Edwin Chiu No comments

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:

Force IE8 to Load and Display Websites in IE7 Compatibility View Mode

 

 

 

Categories: General, Web Tags: , ,

Foresight.js – JS library to provide high-res images for retina display

May 15th, 2012 Gary Mok No comments

[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.

Categories: Mobile, Web Tags:

Remote Debugger by weinre + phonegap

April 24th, 2012 Paul Mok No comments

 

3 steps to setup remote debugger (weinre) on http://debug.phonegap.com/ without download and installation

 

 

 

Step 1: select your guid (or just use the one we've randomly assigned)
 
Step 2: inject this script into your index.html
 
<script src="http://debug.phonegap.com/target/target-script-min.js#anonymous"></script>
Categories: Mobile, Web Tags: , ,

Mobile Boilerplate: A best practice baseline for mobile web app

March 30th, 2012 Gary Mok No comments

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.

Categories: Mobile, Web Tags:

Web-Based UML Sequence Diagram Generator

March 28th, 2012 Jimmy Iu No comments

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

Categories: General Tags:

Vendor-Specific CSS3 Properties Created Automatically – cssFx.js

March 17th, 2012 Gary Mok No comments

 

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).

Categories: Web Tags:

Make Animation Effect Easily With 5 CSS And Javascript Plugins

March 15th, 2012 Raymond Lau No comments

Reference: favbulous.com | By Kevin Liew

Categories: Web Tags: ,

ringmark – Mobile Browser Capabilities Testsuite

March 7th, 2012 Gary Mok No comments

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.

Categories: Mobile, Web Tags:

weinre – Remote debugger for Mobile Web

March 7th, 2012 Gary Mok No comments

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/

 

Platforms not supported

  • iOS 3.1.3 or earlier
Categories: Mobile, Web Tags:

CSS Compatibility and Internet Explorer

February 17th, 2012 Raymond Lau No comments

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.

Categories: Web Tags: , , , , , , ,