`
sunzhyng
  • 浏览: 59070 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Web application 2.0 features (1)

    博客分类:
  • Web
阅读更多

After you have built the initial version of a web application, it can be hard to know what to add in version 2.0, tricky to know how add value and make it expensive software , and near-impossible to understand what features a web 2.0 application actually has. This article describes some common features that you might think are merely Nice To Have, and why you might really need them sooner rather than later.

The following features are most relevant for a public Internet web application that people use to organise some set of data, in collaboration with each other. Your mileage may vary for other kinds of applications.

Data management features

Better data management features are mostly about supporting user needs for data entry, instead of attempting to dictate how someone uses your software: let the user do what they want, and tell them what is going on.

Success messages

Show a success message at the top of the page after the user has successfully made a permanent change to some data. Use a green tick icon, and be specific about what changed.

This is an improvement on the standard behaviour, which should be to show a page that includes the updated data, because this makes it more explicit which data changed. It also supports the case when there is no new version of the data to see, such as when you delete something. This may also be helpful in making the user realise that they have made a permanent change when they did not think they had.

Success message in LinkedIn

For example, LinkedIn shows this success message after you send an invitation to someone.

Fewer required fields

Allow users to enter incomplete data, so that missing data does not break the system. Remind the user that the data is incomplete; ask nicely for the rest.

You may want users to enter certain information, but you probably cannot force them to. People are likely to be cleverer than your software, and if users just type ‘unknown’ into required fields, you have gained nothing other than annoyed users. Besides, some users will always be able to avoid entering data in your software by simply not using it.

Instead, let your users input incomplete information, so they can go to lunch without finishing a data-entry task, and make sure your software can handle this case.

Data input validation

Handle typos by validating input data; show a validation error for user-entered data that could not possibly be correct. Be careful not to be too strict.

It is usually a good idea not to be over-zealous with input validation. It is a good idea to reject obviously wrong values, because there are some mistakes that you can spot. For example, if some enters ‘197? as their year of birth (or their age) then you can be sure that this was not intentional.

On the other hand, there is probably always someone with an address or name format that you did not expect, and they are likely to be annoyed if you reject their input. For example, 37signals staff were not impressed by the error “Your Employer Name cannot contain any numbers” :

Over-zealous input validation, American Express

Draconian validation may seem justified in the name of data quality, but even if it does achieve that it will probably do so at the price of having far less data in the first place.

Data validation warnings

When displaying data, warn the user about likely problems or gaps in the data.

If you allow incomplete data, then you may need to warn the user about the consequences. For example, an Amazon wish-list without a delivery address shows the warning ‘Please enter a delivery address so that items on this list can be bought by others and sent to you.’ This is helpful for the list of presents that friends and family can buy me, but I do not want my fans to buy me computer books that my employer will pay for so it would be annoying if an address were required.

amazon.com data validation warning

Data warnings can also add more explanation to how your software works. Instead of a missing value, you can explain that ‘Shipping costs cannot be calculated until you enter a delivery address’ .

Finally, you can warn the user about inconsistent data, when you do not know which value is wrong. For example, if the user enters a price of ?100 and VAT (sales tax) of ?2000 then one of the amounts has to be wrong, but it could be either one.

Software integration features

People who use software to get a job done, especially business software, are frequently frustrated that they cannot get data from one system to another. This day-to-day frustration becomes more serious and even less welcome in data management applications that lock the data in, making it hard or impossible to migrate the data to some other software. Data is more useful when you can do more with it, so data management software is more useful when you can get the data out.

OpenSearch API for queries

Implement the OpenSearch API so that other software can perform queries and display the results, including search interfaces.

For example, Firefox 2 and Internet Explorer 7 can add OpenSearch providers to their search interface, so you can search the browser’s search field. Alternatively, other web applications could use this and other APIs in your software to mash-up your data with data from other applications.

 

分享到:
评论

相关推荐

    Practical Web 2.0 Application with PHP

    ■CHAPTER 10 Implementing Web 2.0 Features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 335 ■CHAPTER 11 A Dynamic Image Gallery . . . . . . . . . . . . . . . . . . . . . . . . . . . . ...

    Practical Apache Struts2 Web 2.0 Projects

    Practical Apache Struts 2 Web 2.0 Projects shows you how to capitalize upon these new features to build next–generation web applications that both enthrall and empower your users. <br>Gain an in...

    Pro.jQuery.2.0

    Suitable for modern web browsers it provides a robust API for web application development. It is fast becoming the tool of choice for web developers the world over and sets the standard for ...

    JSP20Examples

    JSP 2.0 Tag Demos A web application that demonstrates use of a key JSP 2.0 features such as custom tag libraries using tag-files.

    Animation GIF ActiveX 2.0

    Animation GIF ActiveX 2.0 has many new features including AutoSize, Stretch, custom playing sequence (reverse, pingpong or user-defined), etc. You can bind the GIF property in version 2.0 to database ...

    Mastering.Modern.Web.Penetration.Testing

    This book covers the latest technologies such as Advance XSS, XSRF, SQL Injection, Web API testing, XML attack vectors, OAuth 2.0 Security, and more involved in today's web applications Penetrate and ...

    Yii.Application.Development.Cookbook.3rd.Edition

    Write your applications more efficiently using shortcuts, Yii's core functionality, and the best practices in Web 2.0 Get data from a database, and deal with Active Record, migrations, widgets, and ...

    Zend Framework 2 Application Development

    Get to grips with the features of Zend Framework 2’s MVC architecture Filter and validate data no matter what the content is Handle and manage file uploads Gather content from other websites Fight ...

    Microsoft SharePoint 2010 and Windows PowerShell 2.0

    - **Configuring Web Application Settings**: PowerShell can be used to configure various web application settings, including authentication, SSL certificates, and web application throttling. ...

    Agile Data Science 2.0

    Publish data science work as a web application, and affect meaningful change in your organization. Build value from your data in a series of agile sprints, using the data-value pyramid Extract ...

    C# 7.1 and .NET Core 2.0 – Modern Cross-Platform Development – Third Edition

    C# 7.1 and .NET Core 2.0 – Modern Cross-Platform Development – Third Edition 版本: Create powerful applications with .NET Standard 2.0, ASP.NET Core 2.0, … Visual Studio 2017 or Visual Studio Code ...

    Java EE 8 Application Development-Packt Publishing(2017).pdf

    Java Messaging Service (JMS) API 2.0, the Java API for XML Web Services (JAX-WS), and the Java API for RESTful Web Services (JAX-RS). It also covers securing Java EE applications via the brand new ...

Global site tag (gtag.js) - Google Analytics