Journal

Archive for the 'web development' category.

NY Web Standards Meetup—Review of Google I/O

Jul 21 | Posted by Jeffrey Barke | Add a Comment

The New York Web Standards Meetup Group will meet this Thursday (24 July 2008) at theMechanism at 7:00 pm.

Google I/O was a two day developer gathering in San Francisco, 28–28 May 2008, which covered building the next generation of Web applications with Google and open technologies.

Jeffrey Barke, senior developer and information architect at theMechanism - New York, attended and will talk about what he learned there, specifically focusing on Gears, Google App Engine and the Google Ajax APIs. Prior to the meetup, you can read a bit about his experience here and watch some of the videos he's gathered at JeffreyBarke.net.

24 July 2008 . 7:00 pm
theMechanism
440 9th Avenue 8th Floor
New York, NY 10001 [map]

RSVP now!

Please contact us if you'd like to present at the September or October meetup.

Jeffrey Barke is senior developer and information architect at theMechanism, a multimedia firm with offices in New York, London and Durban, South Africa.

theMechanism's browser support

Jul 11 | Posted by Jeffrey Barke | Add a Comment

theMechanism follows Yahoo!'s Graded Browser Support and agrees with the GBS approach:

In the first 10 years of professional web development, back in the early '90s, browser support was binary: Do you—or don't you—support a given browser? When the answer was "No," user access to the site was often actively prevented. In the years following IE5's release in 1998, professional web designers and developers have become accustomed to asking at the outset of any new undertaking, "Do I have to support Netscape 4.x browsers for this project?"

By contrast, in modern web development we must support all browsers. Choosing to exclude a segment of users is inappropriate, and, with a "Graded Browser Support" strategy, unnecessary.

The two principal concepts of GBS are a broader and more reasonable definition of "support" and the notion of "grades" of support.

Read the rest of this entry »

Git your vote in: version control smackdown at Webmonkey

Jul 7 | Posted by Jeffrey Barke | 3 comments

CVS, Git, Mercurial, Subversion, SVK: which code versioning system do you prefer? Place your vote and discuss your rationale in Webmonkey's version control smackdown.

Jeffrey Barke is senior developer and information architect at theMechanism, a multimedia firm with offices in New York, London and Durban, South Africa.

CSS variables in WebKit

Jul 3 | Posted by Jeffrey Barke | 1 Comment

via Webmonkey:

Variables in cascading stylesheets are now available in the nightly WebKit build.

CSS without variables:
//Sets the background of the page and tables to the hex code for the color grey
body {
   background-color: #eceae1;
}
table {
   background-color: #eceae1;
}

With CSS variables:
//Defines "DefaultBGColor" to light gray
@variables {
   DefaultBGColor: #eceae1;
}
//Sets the background and any table on the page to the default background color
body {
   background-color: var(DefaultBGColor);
}
table {
   background-color: var(DefaultBGColor);
}

Jeffrey Barke is senior developer and information architect at theMechanism, a multimedia firm with offices in New York, London and Durban, South Africa.

KML validator released

Jun 30 | Posted by Jeffrey Barke | Add a Comment

Geo developers: Galdos Systems released a KML validator. "The current release will support KML 2.2 and implements the Abstract Test Suite (ATS) defined in the OGC KML 2.2 Specification. It will provide diagnostic support in addition to determining the point or points of non-compliance in the submitted KML file. Galdos Systems Inc. intends to extend this support to provide stronger diagnostics and for future KML versions as they are adopted by the OGC <http://www.galdosinc.com/archives/517>."

The KML validator displays relevant portions of the OGC KML spec to explain error messages. There are two different ways to access the service: upload files for validation or point to a URL of a file on the web. The site also has a helpful set of FAQs about KML.

Via Google Geo Developers Blog

Jeffrey Barke is senior developer and information architect at theMechanism, a multimedia firm with offices in New York, London and Durban, South Africa.

Search the Archives
Feeds

Upcoming events

  • 24 Jul 2008

O'Reilly user group program member

Add to Technorati Favorites

We endorse

Basecamp

Want to work with us yet? We’re ready when you are.