- HP buys EDS for $13.9 billion
- 10 ways the Chinese Internet is different
- What EDS is telling its people about HP deal
- Sprint loses nearly 1.1 million customers
- Desktops of the future here today
Ken Russell on making applets fast. Listen now!
Flash vs Silverlight for king of Web multimedia. Listen now!
Virtualization technology allows companies to respond quickly to ever-changing storage capacity requirements. Learn about how HP defines virtualization technology and how it applies to the HP 's newest Enterprise Virtual Array (EVA) storage system in this new white paper.
Get the latest on storage technologies that allow IT professionals to better cope with new IT demands. Learn how storage technologies can help you successfully tackle e-Discover, regulatory compliance, green data center initiatives and the data explosion. Get all the details now.
Discover the benefits of paravirtualization in this informative webcast today. This server virtualization-themed webcast not only explores how to improve virtualized server performance, but provides real-world user examples, explains how to optimize workloads and discusses the future of server virtualization. Focus on only the themes that interest you or watch all six consecutively for a full picture of how you can lower your costs significantly through consolidation and virtualization. Register below to learn more and be entered to win an Archos 605 Portable Media Player.
i a gree with you it realy does suck cause it blocks every thing- mee
Comprehensive Network & Voice Management Visit CA Network & Voice Management Resource Center and get insights into industry best practices, information that helps you to address your challenges.
Voice over IP (VoIP) has much to offer in cost savings but some customers have concerns about VoIP call quality compared to the quality of traditional voice services. This white paper will help you learn how to take the right steps so that voice quality is assured.
Managing your network is serious business. This paper discusses the benefits of integrating configuration change-awareness into your network fault management solution
In this newsletter earlier this year, I discussed a software-as-a-service provider called Zoho that offered an online word processing weblication (a name that sounds slightly better than "a SaaS service").
Since then, Zoho has released a whole range of services and one in particular has really impressed me: Zoho Creator a weblication that creates weblications. Actually, to be quite accurate, Zoho Creator only builds database Web apps but - wow! - it does that incredibly well.
Sign up (the service is free) and you are presented with a polished AJAX-driven interface that allows you to create an application from scratch or copy (and modify if you wish) an existing application.
To create an application you specify the various fields you want along with their data types, field validations, and other properties such as whether the application is public or private. You then create views - displays of the data from the application's database - and forms for data entry. Views and forms can also be filtered to access a specific subset of the database.
All of the views and forms can be embedded in your own Web site using a script that is downloaded dynamically from the Zoho Creator site (either as a simple reference or enclosed in an i-frame) or referenced via a "permalink."
You can add code written in the Deluge language to drive your application. Some examples of the value of Deluge suggested by Zoho are:
* Perform an action when a row is added successfully or detect when someone adds a row to a form. For example, you might want to receive e-mail notifications as and when a row is added.
* Perform an action when a row is updated. For example, in the case of a bug tracker, you might want to receive e-mail notifications whenever the status of the issue gets modified.
* Validate the form data before persisting it.
* Add a row only if it satisfies a certain criteria and reject the other entries. For example, in a recruitment application, accept only those applicants who have more than two years of experience.