Slashdot Mirror


User: jeffdill

jeffdill's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. why an xml database? on Choosing the Right XML Database? · · Score: 5, Insightful

    To pick the right database, you need to analyze the structure of your data and the operations you intend to perform on it. XML is a useful general format for interchange of serialized data, but just because you have some data represented in XML doesn't mean you should store it in XML. What is the structure of the data? What will you do with it? Why is a relational database or a object database a bad choice for your application?

  2. Re:Simple answer: Don't on Web Application UI Guidelines? · · Score: 1


    Tedious, yes.

    Difficult, yes.

    But once someone has figured it out and componentized it, you don't have to.

    Take a look at the latest rich GUI web presentation layers, like Isomorphic SmartClient.

  3. web app presentation layers on Web Application UI Guidelines? · · Score: 2, Informative

    Technologies for creating rich GUIs in unmodified web browsers are just starting to catch on. If you want to build a desktop-like UI for a web application, you might want to start with one of the emerging client-server web presentation layers like (blatant self promotion) Isomorphic SmartClient.