public marks

PUBLIC MARKS from ycc2106 with tags software & webdev

October 2009

Selenium web application testing system

by 2 others
Selenium is a portable software testing framework for web applications. Selenium provides a record/playback tool for authoring tests without learning a test scripting language. Selenium provides a test domain specific language (DSL) to write tests in a number of popular programming languages, including Java, Ruby, Groovy, Python, PHP, and Perl. Test playback is in most modern web browsers. Selenium deploys on Windows, Linux, and Macintosh platforms. Annotated link http://www.diigo.com/bookmark/http%3A%2F%2Fseleniumhq.org

August 2009

Spellify - An Automatic Text Field Spell Checker

by 3 others
online spell checker available for download in .NET

April 2009

Panic - Coda - One-Window Web Development for Mac OS X

So, we code web sites by hand. And one day, it hit us: our web workflow was wonky. We’d have our text editor open, with Transmit open to save files to the server. We’d be previewing in Safari, adjusting SQL in a Terminal, using a CSS editor and reading references on the web. “This could be easier,” we declared. “And much cooler.”

March 2009

The WebKit Open Source Project

by 5 others
WebKit is an open source web browser engine. WebKit is also the name of the Mac OS X system framework version of the engine that's used by Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. This website is also the home of S60's S60 WebKit development.