Quantcast 2010 October | Source and Code System
Browsing articles from "October, 2010"

How do you find a list of CMMI certified companies?

Oct 28, 2010  ¦¦  by isr.coder  ¦¦  How to?  ¦¦  49 Comments
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

Oct 24, 2010  ¦¦  by isr.coder  ¦¦  Graphics  ¦¦  44 Comments
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 up to 256 distinct colors. The ...

JPEG JFIF

Oct 24, 2010  ¦¦  by isr.coder  ¦¦  Graphics  ¦¦  50 Comments
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 ISO in August 1990 and commercial applications using it ...

PNG

Oct 24, 2010  ¦¦  by isr.coder  ¦¦  Graphics  ¦¦  40 Comments
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 from 1 to 16 bits per ...

Complete Guide to Cross-Browser Compatibility Check

Oct 24, 2010  ¦¦  by isr.coder  ¦¦  Browser  ¦¦  54 Comments
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 to w3school, ...

7 Fresh and Simple Ways to Test Cross-Browser Compatibility

Oct 24, 2010  ¦¦  by isr.coder  ¦¦  Browser  ¦¦  50 Comments
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, though, there ...

Cross-Browser Compatibility Issues

Oct 24, 2010  ¦¦  by isr.coder  ¦¦  Browser  ¦¦  39 Comments
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

Oct 24, 2010  ¦¦  by isr.coder  ¦¦  Browser  ¦¦  42 Comments
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 of the ...

Cross Browser Issues: CSS Hacks, Understanding Compatibility

Oct 24, 2010  ¦¦  by isr.coder  ¦¦  Browser  ¦¦  58 Comments
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, or to assume that since ...

Cross-browser

Oct 24, 2010  ¦¦  by isr.coder  ¦¦  Browser  ¦¦  45 Comments
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 term was ...
Pages:12»