/    Sign up×
Community /Pin to ProfileBookmark

HTML and xml database

Hy all,
I would like to implement some html pages to show lists of objects.
I don’t want to use server side code (jsp, php etc…).
I’m thinking about xml file to contains all my objects, read it via javascript and compose dinamically the pages.
For sure tools to do this still exists( javascript library ) but I don’t know them.
Do you have any suggestions?
Thanks in advance

Alberto

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@rootSep 28.2017 — Using JavaScript to render your page is not a good idea, JavaScript is useful but should not be relied upon, what happens when a client with a text only browser visits, a user with web browser and JavaScript is disabled or the browser (like text based browsers) just does not support JavaScript, yes, these types of browsers do exist.

You should look at designing a page that will display, HTML with a JavaScript layer to help with some refinements, however, if you are looking to use JavaScript to apply style and so on, then you need to look at using CSS and not JavaScript.
Copy linkTweet thisAlerts:
@alberto1111112authorSep 28.2017 — ok thanks.

A.
Copy linkTweet thisAlerts:
@jedaisoulSep 28.2017 — I know you said you do not want to use server-side code, but this can easily be implemented in PHP. Furthermore you could just use arrays to store the data. You do not have to have the complexity of setting up and maintaining a database.
×

Success!

Help @alberto1111112 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.23,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...