PUBLIC   marks

PUBLIC MARKS with search browsers

Sponsorised links

June 2009

html5.js > html5-now - Dean Edwards

by tehu 2 comments

A JavaScript library to support HTML5 in non-compliant browsers

pas encore sorti

Add. Bruce Lawson : Dean was showing his new JavaScript library that plugs the holes in browsers’ HTML 5 implementations. If a browser does do something natively, ther library does nothing; otherwise it fills that gap—so now you can have Web Forms with all browsers, canvas in IE. As a bonus, it’s all keyboard accessible, everything looks like native UI controls and it even inherits the native Windows themes. I’m looking forward to helping beta test this baby.

Mass Browser History Sniffing with Javascript

by rickydrier
For a long while, I have known about that feature/flaw in browsers which allows you to sniff a user's history.

Alkaline: Windows browsers on your Mac

by alamat (via)
Web developers who spend hours testing sites and email newsletters in Windows browsers and clients will be aware of web-based tools, such as Litmus, which automate much of the task.

Pushup : Pushing up the web

by srcmax & 5 others
Pushup is an effort to push the web forward by helping users upgrade their outdated browsers. Give your users a better web experience today by installing Pushup on your domain!

Adobe Labs - Adobe BrowserLab

by srcmax (via)
BrowserLab provides web designers exact renderings of their web pages in multiple browsers and operating systems, on demand. BrowserLab is a powerful solution for cross-browser compatibility testing, featuring multiple viewing and comparison tools, as well as customizable preferences. Since BrowserLab is an online service, it can be accessed from virtually any computer connected to the web. Also, Adobe Dreamweaver® CS4 software users have access to additional functionality such as testing local and active content.

Sponsorised links

May 2009

Introducing Typekit « The Typekit Blog

by Spone & 2 others
We’ve been working with foundries to develop a consistent web-only font linking license. We’ve built a technology platform that lets us to host both free and commercial fonts in a way that is incredibly fast, smoothes out differences in how browsers handle type, and offers the level of protection that type designers need without resorting to annoying and ineffective DRM. As a Typekit user, you’ll have access to our library of high-quality fonts. Just add a line of JavaScript to your markup, tell us what fonts you want to use, and then craft your pages the way you always have. Except now you’ll be able to use real fonts. This really is going to change web design. We’ll be launching this summer with a great collection of beautiful and hardworking typefaces. We’ll offer a free version of the service to get you started, and a low-cost way to grow from there. A truly scalable professional version will follow soon after.

Draft: The Web platform — Edward O’Connor

by karlcow

The Web platform encompasses many tools that live outside of browsers, but the important part of calling a technology a piece of the Web platform is that it works with the public content of the Web. For instance, a web crawler like Google’s doesn’t run in a browser, but processes public Web content, so it and its underlying pieces are clearly built on the web platform.

Secure Cookie Authentication for CouchDB | Jason Davies: Web Design and Development

by greut

I’ve recently been working on an implementation of cookie-based authentication for CouchDB. This is important for pure CouchDB applications (couchapps), where browsers communicate directly with CouchDB. Currently browsers can be authenticated using HTTP basic auth but the popup login box can be disruptive and confusing for users.

don't miss the picture.

Testing Software for Web Professionals - Litmus

by gregg & 8 others
The advanced testing tool for web professionals. We've felt the pain of getting website designs to work correctly across different browsers. Not to mention designing email newsletters that work on all email clients. Litmus makes compatibility testing easier. Litmus is lightning-fast, reliable and affordable. It's relied upon by thousands of smart freelancers and switched-on agencies; as well as big companies like Yahoo!, Facebook and eBay.

April 2009

JS charts – The free JavaScript chart generator

by delavigne & 4 others
Another js charting library. But this one doesn't use canvas nor SVG, it creates png as dataurls, and seems rather fast. The main forepoint is that it works out of the box in most of the browsers of the market.

I Got Nothing, Sorry

by philippej (via)
"Some day all browsers will be able to view this entry." Toujours bien vu ! dans Firefox.

Alkaline - Litmus

by Xavier Lacot & 3 others
Alkaline tests your website designs across 17 different Windows browsers right from your Mac desktop in seconds.

March 2009

Alkaline - Litmus

by Neewok & 3 others

Windows browsers on your Mac Alkaline tests your website designs across 17 different Windows browsers right from your Mac desktop in seconds. No need for virtual machines, Windows licenses, or any messing around with Windows Update. Watch our screencast to see it in action.

Alkaline - Litmus

by karlcow & 3 others

Windows browsers on your Mac

Alkaline tests your website designs across 17 different Windows browsers right from your Mac desktop in seconds.

jScrollPane

by kunix & 1 other
jScrollPane is a jquery plugin which allows you to replace the browsers default vertical scrollbars on any block level element with an overflow:auto style.

Chrome Experiments - Home

by srcmax & 3 others
We think JavaScript is awesome. We also think browsers are awesome. Indeed, when we talk about them, we say they are the cat's meow – which is an American expression meaning AWESOME. In light of these deeply held beliefs, we created this site to showcase cool experiments for both JavaScript and web browsers.

File Style Plugin for jQuery

by srcmax & 1 other

Browsers do not let you style file inputs. File Style plugin fixes this problem. It enables you to use image as browse button. You can also style filename field as normal textfield using css. It is written using JavaScript and jQuery.

File Style Plugin for jQuery

by Neewok & 1 other

Browsers do not let you style file inputs. File Style plugin fixes this problem. It enables you to use image as browse button. You can also style filename field as normal textfield using css. It is written using JavaScript and jQuery.

Setting up a screen reader test enviroment » iheni :: making the web worldwide

by karlcow & 1 other

Back in the day when web pages were web pages and not web applications you could just about get away with not testing with a screen reader.This is not the case now though as browsers, screen readers, guidelines and technology has moved on and in many ways is catching up with one another. What follows are some tips to get you started when setting up a screen reader testing environment.

google-axsjax - Google Code

by karlcow & 1 other

AJAX techniques have helped Web developers create live applications within Web browsers. The AxsJAX framework helps inject accessibility features into these applications so that users of adaptive technologies such as screen readers and self-voicing browsers experience the same level of interactivity that is now taken for granted by users of Web 2.0 applications.

TableGear - AndrewPlummer.com

by Tiagut & 1 other (via)
TableGear is a software package for working with data on the web. It is designed get your data into a web page, and let you work with it quickly and easily, the way you would in powerful desktop applications like Excel. TableGear is... ...100% XHTML compliant. ...designed for PHP and MySQL, but can still be used on other systems. ...built on the MooTools Javascript framework. ...degradable for browsers without Javascript, like mobile devices. ...quick, allowing you to be more productive. ...customizable, giving you total control over your tables and form elements. ...well documented, so you can learn how to use it quickly. The TableGear package has two parts. TableGear.php is concerned with fetching data, formatting it, and getting it into an XHTML table. It also handles submitted data, both from AJAX calls and a standard POST, and returns data to the application. TableGear.js handles the client-side functions that make the tables dynamic including sorting, editing and keyboard shortcuts. These scripts can be used independently, but are designed to be used together.

DD_roundies: Code-only rounded HTML boxes

by Spone & 1 other
This is a Javascript library that makes creation of rounded-corner HTML boxes easier, with a focus on Internet Explorer. IE is supported through use of VML. Standards-compliant browsers are, by default, ignored.

February 2009

7 Fresh and Simple Ways to Test Cross-Browser Compatibility | Freelance Folder

by parmentierf (via)
This post is written for designers, developers, or anyone else who has struggled with testing their websites across multiple browsers.

PUBLIC TAGS

ajax   apple   art   audio   blog   blogging   blogs   book   bookmarks   books   business   car   community   computer   css   culture   design   download   dvd   education   email   finance   firefox   flash   flickr   food   forum   free   fun   funny   game   games   google   guide   health   history   home   hosting   html   humor   image   images   information   internet   ipod   java   javascript   life   links   linux   mac   magazine   marketing   media   microsoft   mobile   money   movie   movies   mp3   music   news   online   phone   photo   photography   photos   photoshop   php   podcast   programming   radio   reference   rss   science   search   security   seo   service   shopping   site   social   software   sports   technology   tips   tool   tools   travel   tutorial   tv   video   videos   web   web2.0   webdesign   wiki   windows   wordpress   yahoo  

Sponsorised links