25th June 2008

Google Map Maker : Updates to Google Maps

Google on Monday unveiled a new Web-based tool, Map Maker, that lets people add roads, lakes, businesses, and other features to unmapped regions of Google Maps.

 map_maker.png

With the tool, people can using tracing tools to build maps in Cyprus, Iceland, Pakistan, and Vietnam, according to the Google LatLong blog. Also open for cartographic contributions are several Caribbean nations: Antigua and Barbuda, Bahamas, Barbados, Bermuda, British Virgin Islands, Cayman Islands, Grenada, Jamaica, Netherlands Antilles, St. Kitts and Nevis, St. Lucia, St. Vincent and the Grenadines, and Trinidad and Tobago.

I’m of two minds about this. On the one hand, it’s great that this kind of activity can be crowd-sourced (please excuse the jargon) so the community (please excuse the jargon again) can contribute to a project that reduces the amount of digitally uncharted terrain. Google has given us a way to help make a difference that, while small, could collectively become quite large.

But on the other hand, I can think of worthy causes in greater need of charity or free labor than Google. If we’re all going to be augmenting Google Maps with user-generated content, wouldn’t it be nice if we could do it through a more neutral mechanism that lets others benefit from the work, too? Geotagged entries in Wikipedia show on Google Maps, but not Google Maps alone, at least theoretically.

Overall, I think my first reaction will carry the day for me.

That’s because, fundamentally, Google Maps is a service not just consumed by many but also repackaged by many through the availability of the Google Maps API (application programming interface). So until the day Google flips its Don’t Be Evil switch to the “off” position, Google Maps is in effect a public utility, and many can benefit from contributions to the service.

Google Map Maker looks slick, but it would be slicker with better satellite imagery. Parts of Iceland, one of my favorite places on Earth, are too coarse for any tracing.

posted in Uncategorized | 0 Comments

23rd June 2008

10 Commandments of Web Design

1. Thou shalt not abuse Flash.

Adobe’s (ADBE) popular Web animation technology powers everything from the much-vaunted Nike (NKE) Plus Web site for running diehards to many humdrum banner advertisements. But the technology can easily be abused—excessive, extemporaneous animations confuse usability and bog down users’ Web browsers.

2. Thou shalt not hide content.

Advertisements may be necessary for a site’s continued existence, but usability researchers say pop-ups and full-page ads that obscure content hurt functionality—and test a reader’s willingness to revisit. Elective banners—that expand or play audio when a user clicks on them—are much less intrusive.

3. Thou shalt not clutter.

The Web may be the greatest archive of all time, but sites that lack a coherent structure make it impossible to wade through information. Amazon.com (AMZN) and others put their sites’ information hierarchy at the top of their list of design priorities.

4. Thou shalt not overuse glassy reflections.

Apple (AAPL) often sets the standard for slick and cool—in all forms of design. But some experts say the company’s habit of creating glassy reflections under photos of its products has been far too commonly copied, turning the style element into a cliché.

5. Thou shalt not name your Web 2.0 company with an unnecessary surplus or dearth of vowels.

The Web has brought with it a strange nomenclature that’s only got weirder over time. Hip, smart Web sites have been named either with a superfluous number of vowels or strategically deleted ones. Cases in point: Flickr, Smibs, and Meebo. These names are memorable but destined to sound dated.

6. Thou shalt worship at the altar of typography.

Designers say that despite the increase in broadband penetration, plain text has gotten a second wind in cutting-edge Web design. Mainstream sites such as Craigslist have led the way, while designer-oriented sites such as Coudal Partners and John Gruber’s popular Daring Fireball blog represent the cutting edge.

7. Thou shalt create immersive experiences.

Merely looking good doesn’t cut it anymore. Sites like Facebook and YouTube draw in users with compelling content and functionality. Creating Web sites that can capture and hold users’ attention is what matters most.

8. Thou shalt be social.

Web 2.0 is everywhere. MySpace (NWS) and similar sites only launched the trend of having users communicate and interact—sometimes obsessively—on browser-based sites. Designers are now filtering those same elements into diverse sites, from smart advertising to online office productivity.

9. Thou shalt embrace proven technologies.

Wikipedia, YouTube, Facebook, and their cohorts have become a part of daily life. Sites that can incorporate these elements into their design will connect with users in a meaningful way by providing functionality and an interface with which they’re already familiar.

10. Thou shalt make content king.

Though the slogan is old, it still stands. Aesthetic design can only go so far in making a site successful. Beautiful can’t make up for empty.

Original article is here 

posted in Ideas | 0 Comments

2nd June 2008

Great Javascript frameworks

Javascript is and has been the best client side scripting language so far.  I increases the usability and reduce the server resource usage when used wisely. Ajax is a technology built around Javascript and that alone has greatly advanced the web based applications.

 eg. Sites : 123Surveys | LoversArea | MathChimp | TrulyGay | TLDSpy

Though we can code in pure javascript there are some Javascript frameworks that ease the development. Thease are;

javascript.jpg

Prototype

Prototype is one of the earlier Javascript frameworks and is also included in the Ruby on Rails framework. It aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.

eg. Sites : CNN | The New York Times | Digg | Apple | Veoh.com | TypePad | Fox News Channel | Finetune | iLike | Last.fm | Twitter | Hakia | YouSendIt

JQuery

JQuery is a framework that has received a lot of attention due to its speed, size and smart modular approach which has led to a big library of plugins. jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.

eg. Sites : Digg | BBC | Major League Baseball | Dell | IsoHunt | Break.com | TinyPic | FixMyMovie | eMusic | Kayak |Box.net

  

MooTools

Just like other Javascript frameworks, MooTools contains several functions to help development. One of the more known ones is its advanced effects component.  MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API. MooTools code respects strict standards and doesn’t throw any warnings. It’s extensively documented and has meaningful variable names: a joy to browse and a snap to understand.

 eg. Sites : Mint | Worth1000 | Bebo | Vimeo

Yahoo! UI Library (YUI)

Yahoo has developed its own Javascript framework. They use it for their own websites, but have also made it freely available to others. This user Interface (YUI) Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX. The YUI Library also includes several core CSS resources. All components in the YUI Library have been released as open source under a BSD license and are free for all uses.

eg. Sites : Yahoo! Shopping | Zillow | Bebo | YouSendIt | ImageShack | LinkedIn | Walmart.com

posted in Api, Web Tools | 0 Comments