7 Tips for improving productivity through web-based software

Archive for November, 2008

Transforming Organizations: Participative Media & the Power to Convene

by Jenny Ambrozek

Conversations with Truman Company CEO Mark Bonchek are always thoughtprovoking and his words from an article interview a year ago drifted back to me reading Matthew Hodgson’s TheAppGap post in search of a meta adoption model for Enterprise 2.0 and Government 2.0.

Discussing the topic “Organizing to Connect Intelligence: Broadcasting Innovation”  Mark Bonchek told me:

“..for a 21st century CEO, or senior leader, the “power to convene” is job one. In particular, recognizing the power to convene of those who have both a stake in the challenge and the knowledge to contribute, be they internal or external to an organization.

Clearly we need look no further than the rollout of President Elect Obama’s key appointments to date, and today’s announcement of the new Paul Volcker lead advisory board , for the “power to convene” that comes with offical leaderships roles. However, it’s my observation watching the impact of participative media, (initially forums and more recently those labelled Web 2.0) on organizations is driving the “power to convene” both deep into, and beyond, traditional official responsibility structures.

Stowe Boyd talks about “the individual is the new group”.  Enabled by email, wikis, traditional blogs, microblogging and social networking platforms, both official IT and public consumer,  today any individual has the “power to convene” a group, share and promote their knowledge and expertise.

When colleague Victoria Axelrod and I conduct workshops a slide that invariably causes nods is this explanation of the impact of social technology on the locus of control in organizations:

 Control Slide 3.07 1

In his TheAppGap post Matthew Hodgson writes:

“When considering adoption strategies for moving to Enterprise 2.0 the message is clear — think strategically and take into consideration the effects of culture from a personal as well as an organisational perspective.”

To me a key factor in whether or not organizations willingly adopt, or resist, implementing low cost collaboration tools that enable ideas and knowledge to flow more readily across organizations,  is the propensity of leadership to want to control. I wonder if your experience matches mine that very often TheAppGap is management that chooses “control” over appropriate “controls”?

~ Jenny Ambrozek
 

Share:
  • e-mail
  • TwitThis
  • del.icio.us
  • StumbleUpon
  • Digg
  • Reddit
  • SphereIt
  • Facebook
  • Google



Mark Logic Extends its XML Server

by Bill Ives

MarkLogic Server allows organizations to store,  search, analyze and dynamically deliver XML content. I have written about one application before (see – US Army’s Battle Command Knowledge System (BCKS) Moves to XML-based Platform). Recently, they announced the release of MarkLogic Server 4.0. I spoke with John Kreisa, Director of Product marketing. This new release is their largest so far and contains a number of extensions that we went over. 

But first let me cover the basics. MarkLogic Server is an XML server which provides a software application development platform for creating XML-based content related applications. The XML basis provides greater granularity in database searches and more efficient document delivery than traditional means. It accommodates semi-structured data. John explained that they this is what is often called unstructured data such as narrative but that they prefer the term semi-structure as all data has some structure.  In the US Army application I wrote about earlier, both the speed of access and the granularity of search were key benefits of this approach.

The new release adds to these features in several ways. First, it adds new geospatial capabilities that enable organizations to build location-based applications that search and analyze content based on location information. The new release provides built-in support for popular geospatial data tagging formats such as GML, KML, and GeoRSS/Simple, as well as new geospatial query functions for point, radius, bounding box and polygon constraints. As information consumers and workers become more mobile, the delivery of information in the context of their physical location can greater improve relevance. For example, military personnel operating directly in the battlefield could search for background information relevant to their next mission, just as shoppers can see local places to eat after completing their mission. You can see MarkLogic geospatial bucketing below.

geospatial map

Release 4.0 also provides built-in support for entity identification and inline markup. This new text mining feature works in 11 languages and identifies 18 different types of entities, including person, organization, location, credit card number, email address, latitude/longitude, date, and time. For example, one query might be to distinguish between Paris Hilton the person and Paris Hilton the hotel to find which is relevant to the query. This works through tags. In this context, Mark Logic is also introducing the Open Enrichment Framework, an initiative created to speed integration with third-party entity extraction engines and other content enrichment tools.

One new feature that I especially liked is co-occurrence analytics that finds and counts pairs of entities in content. This can potentially expose previously unknown relationships and provide useful new insights. The system groups content based on pre-set parameters, such as treatments and side effects.

Co-occurrence would allow, in this example, a medical researcher to determine the common instances of pharmaceuticals and side-effects and then display the results graphically on a map based on frequency. You could also look for pairs of people or the pairing of a person and places.

There are also new alert capabilities. You can be notified of new content that contains the terms, places, etc. that you pre-set. This feature is very scalable. The modular documents feature allows you to re-use content more efficiently. Instead of cutting and pasting portions of a document. This feature has support for XPointer and XInclude, mechanisms for merging XML documents. You simply link back to it so it is store once, link many. This ensures a consistency of content that is especially useful for policies in regulated industries.

John went on to describe their new support for W3C XQuery 1.0. Mark Logic has hundreds of active XQuery-based deployments so this will smooth migration to XQuery 1.0 as the new release provides compatibility modes to ensure interoperability with applications developed with all previous versions. Finally he concluded with the enhancements to the administration functions including the automation of key management activities through scriptable administration and scheduled back-ups, as well as event logging and auditing support.

XML provides a more flexible foundation for content creation, storage, sharing, and searching. I think the new MarkLogic Server 4.0 takes greater advantage of the potential within this format and will even more useful for developing web 2.0 and enterprise 2.0 applications. 

Share:
  • e-mail
  • TwitThis
  • del.icio.us
  • StumbleUpon
  • Digg
  • Reddit
  • SphereIt
  • Facebook
  • Google



Archiving all your Google Docs files

by Celine Roque

It’s a rule of thumb that every important file should have a backup (maybe two). I’ve been burned enough times to learn to honor this rule. For the files on my computer, it’s easy enough to do. I have an external drive just for this purpose, and I also upload to a server for good measure.

It’s the files that are not on my computer that’s a little trickier. One thing I don’t like about Google Docs is that there’s no way to download all your files in one go. Exporting them one file at a time is too cumbersome, and I’ve always wished they’d do something about automating the process.

Unfortunately, they haven’t, but some great work by a few people provides a work-around. First thing is to download and install these three:

1. Grease Monkey. A Firefox add-on that lets your browser run Javascript code. Restart your browser after you’ve installed Grease Monkey. If you already have this, skip to #2.

2. Google Docs Download Script. Follow the link on their website and Grease Monkey will automatically install this script for you. It doesn’t actually download anything, but just harvests the links of all the files you’d like to back up. Once done, refresh your Google Docs page and you’ll see a Download link at the right side of the menu bar.

3. DownThemAll. This Firefox add-on gets the links from #2, and does all the heavy lifting - downloading all the files to your computer.

All these shouldn’t take more than 5 minutes. Now that you’ve installed everything, just choose the file format that you’d like your files to be exported as.

GoogleDocsScript

To quote the GDD script website, “You can archive them to the medium of your choosing and then place it under your mattress, so you can sleep… knowing that if Google exploded that night, you would still have your files.”

Now isn’t that something we all want?

Share:
  • e-mail
  • TwitThis
  • del.icio.us
  • StumbleUpon
  • Digg
  • Reddit
  • SphereIt
  • Facebook
  • Google



Web Apps: How far would you go?

by Celine Roque

The past few years have seen the explosion of web applications in every area imaginable, from creating documents, to keeping tabs on your money, to organizing your travel arrangements and so on. If there’s a desktop application that does it, chances are, there’s a web-based equivalent - even resource-intensive tasks such as image and video editing.

Personally, I’ve tried using web-based office apps, calendars, collaboration tools, invoicing, messaging, image editing, email, mind-mapping, news feeds, and many others. Most of them were just out of curiosity, but a few have stuck and have taken over as my primary tool for their purpose. Having a genuine interest in this space, I’m open to trying anything that comes my way. However, there are some web apps that I don’t think I could consider using on a regular basis, at least for now.

Examples of these are password managers and variants of a WebOS. The first one certainly bothers me in terms of security. While their system’s security will most certainly put my personal computer to shame, there’s still no such thing as hack-free. And being an identified repository of prized information, online password managers will be prone to attacks, whether for profit or for sport.

As for the WebOS concept, I’m sure some frequent travelers will find it useful and convenient to have a virtual operating system that can go with them anywhere. However, I personally don’t see them as a need but as a superfluous layer of abstraction – a WebOS runs inside a browser, which runs inside a traditional operating system. Also, they cannot by themselves detect hardware. I can only see myself using these if I couldn’t take my laptop to an isolated place, and I’ll have to use multiple computers running an unfamiliar OS, like an obscure Linux distribution. But what’s the chance of that?

We all have our own preferences, so I’d like to ask everyone about your own personal limits when it comes to using web applications and why, or are you willing to replace all your desktop programs with web-based equivalents?

Share:
  • e-mail
  • TwitThis
  • del.icio.us
  • StumbleUpon
  • Digg
  • Reddit
  • SphereIt
  • Facebook
  • Google



ON24 Offers Virtual Web-based Shows for Business

by Bill Ives

ON24, a webcasting provider, is now offering ON24 Virtual Show. It provides organizations a virtual venue for trade shows, job fairs, conferences and training summits.  I spoke recently with Tom Masotto, VP of Product Management and Business Development. He began by providing some context. ON24 has been in business for ten years offering B2B webcasting services. A year ago they saw more companies using their webcasting for keynoting addresses at virtual events. Also, they were seeing client interest in virtual environments in other ways. So they developed their Virtual Show offering to meet this market demand. It is fully integrated with their webcasting service and was released this summer.

Tom said they want to provide the ability to completely customize the virtual event environment. The offering is provided both as a service, where an ON24 team uses the tools to set up and run the environment, and as a tool kit for firms that have their own implementation teams.  He said that this is the same for their webcasting offering where there is a 50/50 split on ON24 implementation and self-service. Since the Virtual Shows are a new channel, he expects that more people will want them to run things, at least initially, to learn best practices.  They have also developed marketing tools for their clients on how to best promote this new venue.

Tom took me on a tour of a Virtual Show they did for Computerworld in Germany.  We began in the reception hall where there was a jumbotron positioned over a realistic convention scene. Here a speaker can introduce people and provide other information. He said that they develop the background scenes in 3D and then flatten them to JPEGs for ease of use. See the sample below.

plaza 1

Next, we went to the exhibit hall and then to a series of very different styles of booths. The booths will generally have a jumbotron for presentations. There are also multiple resources that can be offered from documents to live chat. You can do surveys. ON24 provides a patent-pending “smart booth” technology enabling exhibitors to recommend personalized content based on an attendee’s profile, such as business strategy for business professionals and technical specifications for IT attendees. Here is a sample booth below.

booth tech

There are social networking features. Attendees can create profiles, set privacy preferences, and connect with other show attendees for online chats and professional networking opportunities. Within the communications center, attendees can participate in scheduled or ad hoc group discussions, as well as post and reply to forum discussions on the message board. There is a lounge area where some of this social networking can occur. The booths, building, and exterior landscape each move at different speeds, creating a 3D-like feeling of “walking” through the exhibit hall. Below is anther sample booth design.

ON24VirtualShow ExhibitBooth Highres

ON24 uses Adobe Flash technology to eliminate downloads for show attendance and make the Virtual Shows accessible for most browsers. There is the ability to incorporate Web 2.0 features such as ratings and comments. Flash also allows for webcast interfaces to be more creatively designed with custom navigation schemes, dynamic Flash widgets, and real-time retrieval of related content.

Tom said that so far clients are using the Virtual Shows to complement physical shows rather than replace them. They might run a physical show twice a year and then offer a more virtual version to reach a broader audience. They have also used them to provide virtual access to a physical show in multiple locations while the actual physical show is in progress. He said that at least one client is looking at the virtual platform to replace a meeting that had to be cancelled for budget reasons. I think this is a useful platform and the implementation of these types of services will only increase in today’s economic situation.  Below is a sample exhibit hall with multiple booths. 

expo

Share:
  • e-mail
  • TwitThis
  • del.icio.us
  • StumbleUpon
  • Digg
  • Reddit
  • SphereIt
  • Facebook
  • Google



Fighting Internal Spam that Hurts Productivity

by Shiv Singh

Apparently, President Obama will not be allowed to have his blackberry with him. It is a security risk and he wouldn’t be in compliance with the Presidential Records Act if he carried it around. Imagine that. An efficient use of technology is a security risk. But then it got me thinking. Do organizations depend too much on email? Has email become a lazy way to communicate and collaborate? With all the copying and blind copying going on in emails, is it serving as more of a distraction than a productivity enhancer? 

A recent IDG report highlighted that there will be 40 trillion inbox clogging spam e-mail messages this year resulting in smart companies building separate email system - email systems that are detached from the Internet.On the surface, it may seem excessive to build a private email system to avoid spam. But the strategy does have merits. Its not that employees won’t be able to email the outside world (many of them need to just to do their jobs) but rather it’ll separate external email from internal communications.

Now lets see if we can take this thought process a little further. What if employees were limited to say a hundred emails a day. And if they went over that limit they were charged 25 cents per email sent. What would that do to the organization? Would it mean more meetings? More stopping by each other’s desks? Better and more efficient uses of the corporate intranet? A reduction in knowledge sharing? Increased productivity as employees would be spending less time cleaning up their inboxes? 

It is hard to know but it might be one way to fight what I’m going to call “internal spam” just as private email systems fight public spam. This doesn’t get much attention but I’m willing to bet it hampers productivity and fuels laziness. 

Share:
  • e-mail
  • TwitThis
  • del.icio.us
  • StumbleUpon
  • Digg
  • Reddit
  • SphereIt
  • Facebook
  • Google



Wi5Connect Offers Enterprise 2.0 Learning Communities

by Bill Ives

Wi5Connect has built a learning platform that integrates three capabilities: learning management system, communities, and analytics.  I recently spoke with Matthew Bowman, their President and CEO.  He described the education model they created which I think nicely integrates formal instruction with peer learning and knowledge management.

First, there is a learning management system that supports multiple presentation formats (video, audio, Powerpoint and others).  After participation in the formal part of the learning experience, two types of assessment can be conducted. There are traditional testing formats. You can also do a more dynamic Flash-based assessment that can provide more content in the assessment format.  Then participants go through a goal setting process for how they will take the learning back to their work place.  Next, they apply the new skills and come back to a community of peers and share their experiences.  Below is an image of the learning module and the pedagogy used to help users learn and apply the contents of each lesson.

Picture 1 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

Here is screen shot of the Wi5Connect goal engine that allows people set goals to help them put into practice the new knowledge they gained from the online training.

Picture 2 1 2 3 4 5 6 7 8 9 10 11 12

I think that the community experience is where the much of the impactful learning in achieved. Many studies have shown that much of real business learning occurs in informal conversations with peers. The community provides a platform for these conversations and a focus for them. Below you see some of the components of the community as you can see the tabs from the home page of the community.

Picture 4

This community sharing provides a knowledge capture function for the enterprise as it captures insights and lessons learned by the participants.  Then the community members score the value of the lessons, as well as the impact of the skills obtained from the lessons. This sharing and scoring is preserved in an accessible format, rather than lost in conversations or buried in emails.

Matthew said that this type of program helps with employee retention in several ways. First, the investment in learning in helps the employee to do their jobs better and shows a willingness by the enterprise to invest in their employees. Second, the social network developed during the experience helps with on the job social networking and helps build greater commitment to the enterprise. Since this is a virtual experience, it helps build the social network across geographically diverse areas that might not otherwise occur. At the same time it gives a business purposes to the social networking. This type of networking also helps reduce political barriers between departments and fosters better overall communication within the company. All of this makes sense to me.

Wi5Connect has two versions of this approach. There is LearnSocial that is applied within the enterprise.  Then there is CommSocial that is designed for customers and prospective clients. CommSocial provides firms a chance to offer training in the products they sell and receive useful customer feedback. It also provides a platform for customers to cross sell to each other and to prospective clients. Secure login is provided for security purposes. CommSocial can separate communities for any reason such as keeping competitors apart.  Wi5Connect has found high use for the communities in both versions and this is not surprising. You can also integrate CommSocial with a CRM tool to track customer and prospect use.  Here is a screen shot of the learning piece in action.

Picture 3 1 2 3 4 5 6

The virtual environments are especially useful in a down economy as they are very cost effective. LearnSocial allows a single person to literally coach and train thousands of employees across the globe. I like the integration of social networking with learning. It puts an enterprise 2.0 spin on the platform with all the advantages of transparency, accessibility, and built-in knowledge capture. 

Share:
  • e-mail
  • TwitThis
  • del.icio.us
  • StumbleUpon
  • Digg
  • Reddit
  • SphereIt
  • Facebook
  • Google



Older entries »
Online Database Reviews

Be sure to catch Bill Ives' ongoing review series in which he looks at online, sharable database apps. The focus of Bill's reviews: web-based business software that enables companies and individuals to better organize, track, and share information, as well as better manage projects, processes and workflows.

Among the Web-based tools he's reviewed: Zoho, QuickBase, and TrackVia.

New Whitepaper on Optimizing Project Team Productivity


Intuit QuickBase recently wrote up some thoughts, compiled into a white paper, on seven ways you can improve team productivity with customizable web-based software. The first of those tips is shared below. Access the first, and find out more about the series, here.

Or, if you’d like to get all the tips now, click here to request a copy of the white paper – “7 Ways to Optimize Project Team Productivity: Using Customizable Web-based Software to Your Business Advantage.”.

The AppGap Webinar Series

The AppGap has hosted a series of discussions with leading thinkers and doers intended to illuminate how new apps and approaches are changing the way we work and help companies and individuals implement better collaboration, project management, and productivity practices and solutions. Access, via the links below, the recordings, each about an hour long, of the discussions.

- 5 Big Ideas for Getting All That Work Done
- Should Your Business be Friends with Facebook
- The Future of Work

New free web app from Intuit to help you get more done

Need help in getting organized? Want to keep things from falling through the cracks? Check out this free and simple to use online "To-Do List" called Intuit Task Manager, offered by our sponsor Intuit QuickBase. Sign-up is easy so you can get started with it right away.

Check out Appopedia, a new section of The AppGap we've just launched that pulls together the scores of app reviews we've published here since we launched. Appopedia organizes the reviews into a useful directory that breaks down tools by category and function, e.g., online crm, project management, human resources, security, etc. Check it out here.

QuickBase wins PC Mag Editor's Choice!

Intuit's QuickBase, the sponsor of this blog, has just been named an Editor's Choice by PC Mag. Check out the review which calls QuickBase a "a surprisingly simple and elegant application."

Email Newsletter icon, E-mail Newsletter icon, Email List icon, E-mail List icon Sign up for our Email Newsletter

Recent Comments

  • Martin Lindeskog: How old is a “mid-lifer”? Is that middle aged people? In Sweden you are labeled as...
  • Martin Lindeskog: Great resources for tough times!
  • Christian: We have introduced confluence as our . It is really amazing how easy we created the content and how...
  • Martin Lindeskog: What will Enterprise 2.0 in 2010 be all about? Will it be a 3.0 version / phase in the future? And...
  • Martin Lindeskog: It could be a reason to use FriendFeed in order to collect all your streams into one main one. You...
The AppGap is a blog and resource on the future of work and how new tools are addressing age-old challenges of organization, collaboration, and innovation. But it is also an idea: that there remains a gap between the toolset that exists and what's needed...

Can today's project management software be done better? What can online CRM help companies companies accomplish? Which development platform can help individuals and organizations build better online databases, Web based applications, and HR solutions? And what are the processes and best practices that help organizations large and small achieve success. Find out more.