If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Chit Chat > website idea

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-25-09, 07:08
bloodeye bloodeye is offline
Registered User
 
Join Date: Sep 2009
Posts: 2
Lightbulb website idea

hi

i'm a biology student and very new to coding

i'm trying to make a website that will categorize and index documentaries (from usenet and p2p)non profit project

managed to make a table like this one frequency decoder ~ table sort (revisited) demo in dreamweaver

and now i'm trying to make checkboxes that will hide/show the columns ,cause i want to make a column for everything like bitrate,resolution,rating etc etc , and like this you could hide the columns thatyou're not interested atm so that the page doesnt get to wide , but it's hard cause it's a dynamic table plus i'm using the script from above

could someone help me with this ?

Last edited by bloodeye; 09-25-09 at 07:20.
Reply With Quote
  #2 (permalink)  
Old 11-17-09, 19:19
hmtwebsite hmtwebsite is offline
Registered User
 
Join Date: Nov 2009
Posts: 5
A try:
if I understand right, the structure is a one table with show/hide info.

Put all the information in one table.
it is not db structure question, it is javascript question about implements the SQL code:

"SELECT * FROM tableName ORDER BY columnName "

*you need client side script to make it like on your example.
** I didn't try it with javaScript but this is the sql code.

Shavit
Reply With Quote
  #3 (permalink)  
Old 11-18-09, 03:35
bloodeye bloodeye is offline
Registered User
 
Join Date: Sep 2009
Posts: 2
thanks for the reply , the project has been postponed , even though i think i know how to make this happen , maybe no the best solution but this is what i thought of

make a page for every possible combination of columns and with a slidebox give the user the chance to chose what order he wants the colums or which columns he wants to see

i still didnt find any web developers willing to collaborate with me on this project
Reply With Quote
Reply

Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On