
July 9th, 2009, 05:06 PM
|
|
Contributing User
|
|
Join Date: Apr 2007
Location: Franklin, MA USA
Posts: 33
Time spent in forums: 4 h 39 m 59 sec
Reputation Power: 3
|
|
Suggestions for displaying search results?
Hi All,
Any suggestions on how the following types of data can be displayed in a user friendly way? This is my first app of this magnitude... Not only is the following a lot of data but it has to be flexible enough to accommodate hundreds of results at a time too... any links or references you can point me to will be very helpful. Again I am just looking for layout ideas. I already know how to program it just no idea how I should plan it out.... Thanks.
Code:
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`PE_N` float(6,2) unsigned NOT NULL,
`sh_name` varchar(10) DEFAULT NULL,
`f_name` varchar(30) NOT NULL,
`backbone_v` varchar(15) DEFAULT NULL,
`resistance` varchar(10) DEFAULT NULL,
`clon_site` varchar(10) DEFAULT NULL,
`dna_loc` varchar(15) DEFAULT NULL,
`expr_sys` varchar(15) DEFAULT NULL,
`puri_meth` varchar(30) DEFAULT NULL,
`qc` varchar(30) DEFAULT NULL,
`prot_loc` varchar(15) DEFAULT NULL,
`contact` varchar(30) NOT NULL,
`eln_ref` varchar(15) DEFAULT NULL,
`notes` varchar(255) DEFAULT NULL,
`keywords` varchar(50) DEFAULT NULL,
`target` varchar(50) DEFAULT NULL,
`antibody_format` varchar(50) DEFAULT NULL,
`expressing_cells` varchar(50) DEFAULT NULL,
`AA_seq` varchar(5000) DEFAULT NULL,
`DNA_seq` varchar(15000) DEFAULT NULL,
__________________
~xim
www.jfm411.com
|