The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> HTML5 website setup question
d-tec
post Mar 22 2015, 06:15 PM
Post #1





Group: Members
Posts: 5
Joined: 22-March 15
From: Philippines
Member No.: 22,413



Right, i'll try and keep this brief. I'm installing a Digital Signage system of which i already have a hardware/software solution. It will be in an A and E waiting area and the staff need to be able to change the waiting displayed time on the screen.

It would be fairly time consuming for staff to go into the signage layout/editing software and make updates so i'm looking for a web based solution.

The signage software can display HTML5 websites (as well as media files and RSS feeds)

I've already created a Webpage with writing saying "waiting time" but next to that I intend to display the current waiting time in hours and with your help staff should be able to click on a button above or below hours to increase or decrease time(once the page updates it should update on signage player).

I have no programming knowledge and I have spent hours online looking for a solution so please if anyone has any suggestions or ideas I would be most thankfull!

If I have to I will try and get my head around the basics of programming!!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Mar 22 2015, 09:44 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Afraid I don't know what a Digital Signage System is, but I'm pretty sure you can't do this with HTML, so I move the thread to the server side scripting forum. smile.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Brian Chandler
post Mar 23 2015, 07:12 AM
Post #3


Jocular coder
********

Group: Members
Posts: 2,460
Joined: 31-August 06
Member No.: 43



I would expect that the software system that manages cases -- arrivals, triage, treatment, stuff like that -- would/could automatically generate a currect waiting time estimate. It is then only a question of getting this value to the sign system. This involves understanding enough of how each system works -- it's programming, but 99% admin. I don't think anyone can help unless you have vastly more specifics, and most of the job would be reading the various documentation.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
d-tec
post Mar 23 2015, 03:41 PM
Post #4





Group: Members
Posts: 5
Joined: 22-March 15
From: Philippines
Member No.: 22,413



I'm sorry, perhaps I should simplify my question...
I want to make a Web page that has a large number in the middle of it and when you click above the number it would count up, and if you click below the number it would count down(ie. one click would make the number go from 1 to 2, click down and the number would go from 2 to 1.
The number would have to appear the same to anyone else viewed the website.

This post has been edited by d-tec: Mar 23 2015, 04:01 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Mar 23 2015, 04:39 PM
Post #5


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



That sounds relatively easy to program, but it will involve programming. What kinds of server-side programs can you use on your server? PHP? CGI? ASP? Java? Something else?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
d-tec
post Mar 23 2015, 05:13 PM
Post #6





Group: Members
Posts: 5
Joined: 22-March 15
From: Philippines
Member No.: 22,413



QUOTE(Darin McGrew @ Mar 23 2015, 09:39 PM) *

That sounds relatively easy to program, but it will involve programming. What kinds of server-side programs can you use on your server? PHP? CGI? ASP? Java? Something else?


Thanks for your time!
I think my original post must of been misunderstood because i don't think i require any "server-side scripting"
My knowledge of how a webpage works is very poor(i'm learning though!) but what i'm visualizing is a stand alone webpage(preferably a free one like "Wix") that doesn't rely on a server or anything that can be updated by directly from clicking on it.
It could work like a voting/poll system ie. the number displayed is based on how many clicks up or down have been made.


User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Mar 23 2015, 05:31 PM
Post #7


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



A web page can't do anything but displaying its content. For a count up/down, you need scripting. That's why Darin asked you about that.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
d-tec
post Mar 23 2015, 05:49 PM
Post #8





Group: Members
Posts: 5
Joined: 22-March 15
From: Philippines
Member No.: 22,413



QUOTE(Frederiek @ Mar 23 2015, 10:31 PM) *

A web page can't do anything but displaying its content. For a count up/down, you need scripting. That's why Darin asked you about that.


Thanks, i'm fast realizing i'm going to have to learn how to code!
Any recommendations for a coding/scripting tutorial site?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Mar 23 2015, 06:19 PM
Post #9


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



And every single page on the web relies on a server. For us to see a web page, like the one we are on now, a computer with a server software installed and running needs to serve us the files our browsers request. No way around that.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
d-tec
post Mar 23 2015, 06:27 PM
Post #10





Group: Members
Posts: 5
Joined: 22-March 15
From: Philippines
Member No.: 22,413



Thanks for all your help everyone. i've found a PHP programming course on codeacademy.com that should help me.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Mar 23 2015, 06:39 PM
Post #11


.
********

Group: WDG Moderators
Posts: 9,653
Joined: 10-August 06
Member No.: 7



http://php.net/manual/en/index.php is quite good.


User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 03:16 PM