Hi,
I am working on a website which will display images, sections of text,
some links and maybe some contents within tables etc. The data will be
got from various xml feeds. I might get one XML files which contains
all the info I need to display, I am not quite sure how it's going to
be yet. So I will read from xml file, create objects, maybe cache them
and display in front end this way.
Now user will be allowed to update information I have displayed. Has
anyone done this sort of thing before? What would be the best way to
store the data after user has updated content? WOuld it be best to keep
things in XML or would something like SQL be less work?
THanks
-Phl 1 927
it will depend on volume of data. if only a couple 100 objects then xml
is file, but as its gets larger parsing and navigating the xml will get
expensive.
-- bruce (sqlwork.com)
phl wrote:
Hi,
I am working on a website which will display images, sections of text,
some links and maybe some contents within tables etc. The data will be
got from various xml feeds. I might get one XML files which contains
all the info I need to display, I am not quite sure how it's going to
be yet. So I will read from xml file, create objects, maybe cache them
and display in front end this way.
Now user will be allowed to update information I have displayed. Has
anyone done this sort of thing before? What would be the best way to
store the data after user has updated content? WOuld it be best to keep
things in XML or would something like SQL be less work?
THanks
-Phl This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: lawrence |
last post by:
I've been bad about documentation so far but I'm going to try to be
better. I've mostly worked alone so I'm the only one, so far, who's
suffered from my bad habits. But I'd like other programmers...
|
by: supercomputer |
last post by:
I am using this function to parse data I have stored in an array.
This is what the array looks like:
, , , , , , , , ,
, ,
, , , , , , ,
, , , , , ]
This is the code to parse the array:
|
by: Doug R |
last post by:
Hello,
I have a system that I am writing to automaticly import Credit Transaction
data into a SQL Server 2000 Database. I am using a VB.Net application to
detect when the file arives and prep...
|
by: Wonderinguy |
last post by:
I have a table with data stored on upper case. I would like to change
it proper mixed case. For example : change data from , THIS IS A TEST
to This is a test or
This Is A Test.
Is there any easy...
|
by: Garrek |
last post by:
I have an existing ASP.Net application that must be modified to support
mixed content: Latin-based languages (i.e. English) intermixed with
Arabic. Our code and database assumes everything is...
|
by: Shapper |
last post by:
Hello,
Until now I have been using Dreamweaver to create ASP.Net/VB web sites.
I gave up of using it. Too many limitations.
What is the best software to create ASP.NET/VB web sites?
Maybe...
|
by: Chris |
last post by:
Hi,
I am storing dates in sql server in this format
2005-04-13 22:22:16.353
My asp.net app is passing the date as string like this 4/13/2005
to the foll sp
|
by: Mudcat |
last post by:
Hi,
I am trying to build a tool that analyzes stock data. Therefore I am
going to download and store quite a vast amount of it. Just for a
general number - assuming there are about 7000 listed...
|
by: Gladen Blackshield |
last post by:
Hello All!
Still very new to PHP and I was wondering about the easiest and simplest way
to go about doing something for a project I am working on. I would simply
like advice on what I'm asking...
|
by: Rina0 |
last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: erikbower65 |
last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps:
1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal.
2. Connect to...
|
by: erikbower65 |
last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA:
1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
|
by: Taofi |
last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same
This are my field names
ID, Budgeted, Actual, Status and Differences
...
|
by: Rina0 |
last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: lllomh |
last post by:
How does React native implement an English player?
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
| |