Monthly Archives: October 2010

How do you find a list of CMMI certified companies?

For the years 2005 2006 2007 2008 you can go to http://sas.sei.cmu.edu/pars/pars.aspx. Here you can select your desire year/model result from above link. Or For Level 3, you can to to http://sas.sei.cmu.edu/pars/list.aspx?ml=3

Graphics Interchange Format

The Graphics Interchange Format (GIF) is a bitmap image format that was introduced by CompuServe in 1987 and has since come into widespread usage on the World Wide Web due to its wide support and portability. The format supports up to 8 bits per pixel thus allowing a single image to reference a palette of […]

JPEG JFIF

What is it JPEG (Joint Photographic Experts Group) is a lossy compression method standardised by ISO. JPEG JFIF, which is what people generally mean when they refer to “JPEG”, is a file format created by the Independent JPEG Group (IJG) for the transport of single JPEG-compressed images. Status The JPEG compression format was standardised by […]

PNG

PNG (Portable Network Graphics) What is it PNG is an extensible file format for the lossless, portable, well-compressed storage of raster images. PNG provides a patent-free replacement for GIF and can also replace many common uses of TIFF. Indexed-color, grayscale, and truecolor images are supported, plus an optional alpha channel for transparency. Sample depths range […]

Complete Guide to Cross-Browser Compatibility Check

Internet users have wider choice of browsers when it comes to surfing the net. It is our responsibility as designers and developers to ensure that websites we’ve created are compatible for most of the commonly used browsers these days. That leads to a simple yet critical question – what browsers are our visitors using? According […]

7 Fresh and Simple Ways to Test Cross-Browser Compatibility

This post is written for designers, developers, or anyone else who has struggled with testing their websites across multiple browsers. As little as one year ago, there were almost no good options for testing cross-browser compatibility of websites. The tools out there usually had significant drawbacks — either in cost, capabilities, or time required. Lately, […]

Cross-Browser Compatibility Issues

You should know that your web page may render and look fine in one browser but may look different (or even broken) in another browser. These problems if they occurs are called “cross-browser compatibility” issues. This is because different browser are written by different developers and there are differences in which they interpret your HTML […]

Some techniques and tools for cross browser CSS coding

Making your website compatible with a wide range of browsers is probably the hardest task of a front-end developer. To make your coder life easier, here is 15+ tools and techniques for crossbrowser CSS development. Part 1 – Techniques Of course, efficient crossbrowser CSS development starts with techniques and good practices. In the first part […]

Cross Browser Issues: CSS Hacks, Understanding Compatibility

One of the greatest problems with CSS, or Cascading Style Sheets, is the issue of cross browser compatibility. What may look great in Mozilla browsers looks terrible in Internet Explorer, and may totally break in Netscape. The biggest mistake a web designer or developer using CSS can make is to design for only one browser, […]

Cross-browser

Cross-browser refers to the ability for a website, web application, HTML construct or client-side script to support all the web browsers. The term cross-browser is often confused with multi-browser. Multi-browser means something works with several web browsers. Cross-browser means something works with all versions of all browsers to have existed since the web began. The […]