Questions tagged [data-presentation]

Data presentation is a way of putting results of experiments into graphs, charts and tables. It is a visual way to look at the acquired data, see what happened and make interpretations. It is also an efficient way to show the data to others.

Data presentation is a way of putting results of experiments into graphs, charts and tables. It is a visual way to look at the acquired data, see what happened and make interpretations. It is also an efficient way to show the data to others.

20 questions
0
votes
0 answers

HTML Data Presentation Model

I'm building this site that is connected do databases. I obviously use HTML, PHP and SQL, and have three databases: Clients, Devices and Device Records. When I open the site, I want a table to show all the clients and the number of devices they have…
Ghelthon
  • 45
  • 1
  • 8
0
votes
1 answer

Markup and CSS to present Table Data

I have the following "Table" : Where i want the blue blocks to have specific width and the yellow blocks to expand to fill the rest of the space, based on the container width. My current approach is to have every block of every row float left and i…
Ricky Stam
  • 2,116
  • 21
  • 25
0
votes
2 answers

How do I gather data from other websites for an app?

I'm trying to build a news hub app, and my objective is to extract news articles from other news channels, summarize it, and present in the form of bullets in an unbiased manner. I've got the algorithm up and running, all I need is the code to…
0
votes
2 answers

What are the demerits of using XML over HTML?

I was wondering what are the demerits of using XML over HTML or XHTML. I mean, both can be styled using CSS and scripted via JavaScript. Also idea of using XML over HTML sounds much powerful for the developer, since the developer has much much more…
Peeyush Kushwaha
  • 3,453
  • 8
  • 35
  • 69
-1
votes
1 answer

Only display a character if the ISNULL has a valid entry

In SQL Server, what I'm looking at doing is concatenating two fields together. So, for example, I have this layout: Col1 Col2 Building A Room 101 Building B Room 2A Building C Room 301 Building D Building E Room 200 And I want to…
Neil Knight
  • 47,437
  • 25
  • 129
  • 188
1
2