This is a discussion on "Design suggestions for representing data from SQL server DB...?" within the Website Planning section. This forum, and the thread "Design suggestions for representing data from SQL server DB...? are both part of the Planning Your Website category.
|
|
|
|
|
![]() |
||
Design suggestions for representing data from SQL server DB...?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hello everyone.
I apologise if this is the wrong place to post a question such as this and I also apologise for my relative ignorance towards web development technologies among such pros! I have written basic websites in the past using HTML\JAVASCRIPT\CSS but thats about it. I was hoping someone would be able to suggest the right 'technologies' in terms of efficiency and ease of implementation for the following : I have data in an SQL server 2005 DB about Servers. data includes things like Server name, domain, cpu speed, memory, hardware type etc. etc Ultimately I would love to repesent this data, on a webpage on an intranet in a visually abstract way i.e. big squares or 'fields' representing domains. Within the domains you can see Servers as 'flowers' and each 'petal' represents CPU, Memory and similar data. All colour coded and accessible so you can move around from server to server, domain to domain. The problem I have is the technology in between i.e. getting it from the DB into (HTML ? CSS?). I've looked into SQL reporting but I don't think that's the right route. Could anyone suggest the best way to dynamically create such a view of data ? I'm happy to code as much as required and learn whatever, i'm just not experienced in evaluating which technologies to use to get A into B. Apologies for such a heavy, broad question but I would love and appreciate anyones questions and suggestions. regards, Nick |
|
|
|
||||
|
Re: Design suggestions for representing data from SQL server DB...?
I'm assuming your database is setup and running (with its tables and data) so I won't go there.
You will need to get messy with some server-side language (PHP/ASP) to retrieve the information from the database and generate the HTML. Here's a good place to get started: http://www.w3schools.com/sql/sql_intro.asp As for using flowers and petals to represent the data, it's possible, but you're gonna need some good CSS skills to piece it all together. I recommend you start by simply writing the data into a table. Step 2 would be to use graphics to represent the data (create bars by changing image widths based on the data you retrieve). Then, when you're comfortable with retrieving and manipulating the data, just do whatever you like to it... Good luck.
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
![]() |
| Tags |
| data, sql, technologies, visualization |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Gap Year Site Design Suggestions | sunnydays | Website Planning | 0 | Mar 17th, 2007 13:59 |
| URGENT!!!! Send HTTP request from one web server to another server | chandra.nowduri | ASP.NET Forum | 1 | Aug 7th, 2006 19:18 |
| XML Code for transfering data from one SQL Server Database to another database | plolla | Other Programming Languages | 1 | Aug 3rd, 2006 18:37 |
| Need to process data on one server, utilize it on another server ... can it be done? | jaobrien | Classic ASP | 1 | Dec 6th, 2005 00:58 |
| Suggestions/Tips on how to make design... | JohnMitch | Flash & Multimedia Forum | 0 | Dec 23rd, 2004 04:29 |