Design suggestions for representing data from SQL server DB...?

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.



Go Back   Webforumz.com > Main Forums > Planning Your Website > Website Planning

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 25th, 2007, 10:25
New Member
Join Date: May 2007
Location: London
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Question Design suggestions for representing data from SQL server DB...?

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
Reply With Quote

  #2 (permalink)  
Old May 25th, 2007, 18:02
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,612
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
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)
Reply With Quote
Reply

Tags
data, sql, technologies, visualization

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 00:25.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43