Posts Tagged ‘web 2.0’

Map: Where has Obama been in Washington? Where do you want him to go? (Wash Post)

Tuesday, July 21st, 2009

[Editor’s note: This interactive Google mashup builds off some code I programmed last year. I still like how the map snaps back to the original position after the info window closes. Kudos to Gene Thorp!]

Republished from The Washington Post.
Related articles:

According to whom you ask, President Obama has either embraced the D.C. area more than any other recent president or is falling well short of the full Washingtonian-status they had hoped the city-loving First Family might embrace. This map highlights most of the president’s stops in and around Washington to date, as well as some suggestions for the Obamas’ future dining from Post restaurant critic Tom Sietsema. Click on an icon to learn more about the president’s visit or Sietsema’s recommendation. And please use the comments box to suggest eateries, date-night venues, cultural events and other local outings for the president. We’ll add the most promising recommendations to the map on Monday.

Screenshot below. Interact with the original at The Washington Post . . .

obamaeats

Picturing the Inauguration: The Readers’ Album (NY Times)

Monday, January 26th, 2009

[Editor’s note: Several hundred readers at the New York Times site submitted photos to a live photo wall commemorating last Tuesday’s historic inauguration of Barack Obama as the United State’s 44th president.]

Republished from The New York Times. January 18, 2009. Reader submitted.

NYTimes.com readers sent in their photographs from Washington and around the world. Images are organized in the order they were received.

Screenshots below. View interactive version.

Jon Huang, Ben Koski, Andrew Kueneman, Thomas Lin, Gabriel Dance, Whitney Dangerfield Elisabeth Goodridge, John McGrath, Jacob Harris, Tyson Evans, Alan McLean, and Hamilton Boardman/The New York Times

New Web 2.0 APIs Make GIS Access and Integration Capability Available to Everyone (ESRI ArcNews)

Thursday, November 13th, 2008

[Editor’s note: 2 of 2 articles of note from the Fall 2008 ESRI ArcNews magazine. This about new ArcGIS web 2.0 API services for JavaScript and Flex / Actionscript / MXML allow Google Maps style mashups. Includes informative podcast.]

Republished from ESRI ArcNews.

ArcGIS Server 9.3 Radically Simplifies Users’ Experience

click to enlarge An executive dashboard mashup created with ArcGIS Server that provides city staff the ability to monitor the status of capital improvements, 311 calls, and police patrols.

With the release of ArcGIS 9.3, ESRI provides a new set of application programming interfaces (APIs) that extend the range of what developers can do with mashups. These APIs give mashup developers more opportunities to rapidly build lightweight, focused applications on top of ArcGIS Server using JavaScript, Flex, Silverlight, and many other scripting languages. As a result, organizations can begin deploying an entirely new pattern of mashups, which involves combining internal and external data sources to create an application that solves a particular problem. These mashups more closely match the types of relationships, workflows, and administration developers need to support on a daily basis.

GIS-powered mashups empower users to solve real problems by incorporating the business knowledge and resource investments made by the organization and putting it in the hands of the decision makers and analysts who need to rely on trusted information. For example, a city government might build a mashup that focuses on vacant properties or brownfields to support community planning and economic development. In this case, parcel data might be combined with tools to analyze the development potential of a property based on different scenarios. The tools would appear as a simple button or drop-down menu of choices but, when executed, would access internally hosted information, such as zoning, crime, and infrastructure, and perform server-side analytics on the GIS server. The user would be presented with a hot spot or graduated-color map highlighting the areas that best met the selected criteria. This type of mashup could be used at the front counter or on the desk of an economic development specialist to help engage business and industry owners interested in moving their operation to the community. It would provide access to authoritative data not readily available on the Internet.

click to enlarge ArcGIS Server offers a rich set of tools to build lightweight Web applications.

Until recently, mashups have been thought of as Web applications that aggregate data feeds from multiple Web services into a simple and often social or consumer-oriented Web application. Mapping mashups show the locations of points of interest generated from available services and GeoRSS feeds that contain spatial information, such as addresses or coordinates. Now, organizations are adopting the concept that mashups can be useful for conducting business and providing critical functionality to their users and business partners either over the Web or through internal distribution. Enterprise systems, like customer relationship management (CRM) or asset management systems, can be coupled with ArcGIS Server services to provide business and government managers and analysts with unique access to their authoritative knowledge bases. This means that an enterprise mashup must efficiently and seamlessly blend the GIS platform with the organization’s underlying systems architecture.

ArcGIS Server gives organizations the ability to manage and deploy Web services for mapping, data management, and geospatial analytics. These ArcGIS Server Web services allow organizations to leverage their internal GIS resources, as well as services hosted on other GIS servers, and put them to work in enterprise mashups. Because ArcGIS Server is built on industry and Web standards to support service-oriented architectures (SOAs) and hundreds of data formats, organizations are provided with an integration platform for creating and managing enterprise mashups.

In-depth description of the JavaScript and Flex APIs and podcast links on the next page…

(more…)

Apple’s open secret: SproutCore is Cocoa for the Web

Monday, June 16th, 2008

sprout core logo 2All this talk of Rich Internet Applications and choosing if one should use Flash, Silverlight, or some Googley “open source” solution can leave the head spinning. Most often it is best just to get the job done with the tools and skill set at hand. But what does the future hold?

Several clues are at hand, revealed at last week’s Apple developers conference in San Francisco.

Safari is about to get much faster at running javascript, the web programming language that powers many neat Web 2.0 style sites. Other browsers are getting faster, too. Why? Because this is the slowdown bottleneck in the Web 2.0 environment. (Example speed increase here.)

Apple has been contributing heavily to the open-source SproutCore javascript frameworks and they form the basis of much of the new MobileMe service that replaces dot.mac. This is their push factor. Almost all vestiges of Flash have been removed from Apple.com and replaced with “standards” focused elements that are just as spiffy.

Why SproutCore? It is being used to deploy Apple’s own Cocoa programming frameworks from the Mac (that’s what gives the Mac it’s look-and-feel) onto the web as open standards that will enable “desktop” like applications (in their look and power) to run in your web browser. And on your Windows PC, to boot. Talk about an end-game run around!

From RoughlyDrafted.com (source):

SproutCore not only makes it easy to build real applications for the web using menus, toolbars, drag and drop support, and foreign language localization, but it also provides a full Model View Controller application stack like Rails (and Cocoa), with bindings, key value observing, and view controls. It also exposes the latent features of JavaScript, including late binding, closures, and lambda functions. Developers will also appreciate tools for code documentation generation, fixtures, and unit testing.

A key component of its clean MVC philosophy that roots SproutCore into Cocoa goodness is bindings, which allows developers to write JavaScript that automatically runs any time a property value changes. With bindings, very complex applications with highly consistent behavior can be created with very little “glue” code.

Read more on this topic at AppleInsider.com and RoughlyDrafted.com.