cloudseer + shared + browsers   5

Finally, cross-browser visual control over forms.
Now we have something else to be thankful for. Nathan Smith of Sonspring has created a library that gives designers and developers “some measure of control over form elements, without changing them so drastically as to appear foreign in a user’s operating system.” Smith calls his new library Formalize CSS:

I’ve attempted to bridge the gap between various browsers and OS’s, taking the best ideas from each, and implementing what is possible across the board. For the most part, this means most textual form elements have a slight inset, and all buttons look consistent, including the button tag.

For more, including demos, options, screenshots, thanks, and the library itself, read Smith’s write-up at SonSpring | Formalize CSS. Hat tip and happy Thanksgiving to my good friend Aaron Gustafson for sharing this gem.
Browsers  CSS  CSS3  Code  Design  HTML  Layout  Standards  State_of_the_Web  Tools  bugs  interface  javascript  launches  maturity  shared  from google
november 2010 by cloudseer
Internet Explorer now only the third most used browser
I took a look at the statistics for this site the other day and noted something interesting: as of October 2010, Internet Explorer (all versions combined) is now only the third most used browser.

Firefox comes in first with 49.4 %, Chrome second with 19 %, and IE is third with 18 %. The trend continues for November.
Read full post
Posted in Browsers.
Browsers  shared  from google
november 2010 by cloudseer
Remember non-vendor-prefixed CSS 3 properties (and put them last)
Everybody wants to use CSS 3 now that even Internet Explorer will support parts of it once IE 9 is out. But since parts of CSS 3 are still subject to change, most browsers use a vendor prefix for many CSS 3 properties to signal that their implemenation is “experimental” and may change in a later version of the browser.

This means that for a property like border-radius to work cross-browser you need to specify it several times with different vendor prefixes, like this:

.box {
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}
Read full post
Posted in Browsers, CSS.
Browsers  CSS  shared  from google
september 2010 by cloudseer
And now, Google
The long-planned inevitable has now been announced. With open-source-licensed web fonts, web font hosting, and add-a-line-to-your-header ease of configuration, Google has joined Typekit, Font Squirrel, Ascender, Font Bureau and others in forever changing the meaning of the phrase, “typography on the web.”

The Google Font Directory lets you browse all the fonts available via the Google Font API. All fonts in the directory are available for use on your website under an open source license and served by Google servers.

Oh, and Typekit? They’re in on it, and they couldn’t be more pleased.
Browsers  CSS  Design  Fonts  Google  Web_Design  Web_Design_History  Web_Standards  chrome  type  webfonts  webkit  webtype  directory  configuration  servers  ease  browse  joined  source  shared  from google
may 2010 by cloudseer
Beware of “Web Page, complete” when saving HTML pages with your browser
Every now and then I need to ask a client or another developer to save a copy of a web page and email it to me. Mostly it is because they are viewing a page that is behind a firewall and I need to see the markup. Something that happens a lot is that they send me HTML that is more or less mangled.

This HTML mangling happens when you choose “Web Page, complete” or a similarly named option in your web browser. With this option selected, browsers don’t save just the HTML source of the page – they also save any associated images, stylesheets, javascript files and other resources and change all references to those files to make them point to the locally saved copy.
Read full post
Posted in Browsers, Quick Tips.
Browsers  Quick_Tips  shared  from google
february 2010 by cloudseer

Copy this bookmark:



description:


tags: