Click here to Skip to main content
15,885,216 members
Home / Discussions / Web Development
   

Web Development

 
GeneralWeb Documnetation pages generated by VS 2003 Pin
Gary Hyslop at home14-Sep-04 10:29
Gary Hyslop at home14-Sep-04 10:29 
GeneralRe: Web Documnetation pages generated by VS 2003 Pin
Syed Abdul Khader16-Sep-04 2:18
Syed Abdul Khader16-Sep-04 2:18 
GeneralXML Web Services AUTHENTICATION with C#.net Pin
programming14-Sep-04 5:58
programming14-Sep-04 5:58 
GeneralRe: XML Web Services AUTHENTICATION with C#.net Pin
Kodanda Pani17-Sep-04 23:08
Kodanda Pani17-Sep-04 23:08 
Questionhow to disappear save as menu from browser Pin
ashu_aegis14-Sep-04 3:36
ashu_aegis14-Sep-04 3:36 
AnswerRe: how to disappear save as menu from browser Pin
Steven Campbell14-Sep-04 8:06
Steven Campbell14-Sep-04 8:06 
GeneralImage Management Pin
zumichu13-Sep-04 19:49
zumichu13-Sep-04 19:49 
GeneralRe: Image Management Pin
Steven Campbell14-Sep-04 4:27
Steven Campbell14-Sep-04 4:27 
I would follow the KISS principle, i.e. keep it simple. If you plan on having thousands of images, then by all means you should work out some directory structure that makes efficient use of system IO capabilities. Otherwise, why bother.

As for Ids, I have found GUIDs to be good. They:
* are unique
* can be combined with a file name, e.g. {FFE3-...-A1}StevesPhoto.jpg, to allow human-readable directories.
* can be used to split into folders, e.g. create an FF folder for those Guids that start with FF.

Guids can be generated by the database, or by code.


my blog
GeneralProtect ASP application files Pin
TPN13-Sep-04 18:31
TPN13-Sep-04 18:31 
GeneralRe: Protect ASP application files Pin
Steven Campbell14-Sep-04 2:43
Steven Campbell14-Sep-04 2:43 
GeneralSPF: Sender Policy Framework Pin
osblues13-Sep-04 13:03
osblues13-Sep-04 13:03 
GeneralRe: SPF: Sender Policy Framework Pin
osblues21-Sep-04 1:57
osblues21-Sep-04 1:57 
GeneralIIS/ASP/ASPX Pin
Anonymous13-Sep-04 10:12
Anonymous13-Sep-04 10:12 
GeneralRe: IIS/ASP/ASPX Pin
Mike Ellison13-Sep-04 11:28
Mike Ellison13-Sep-04 11:28 
GeneralRe: IIS/ASP/ASPX Pin
Anonymous13-Sep-04 12:12
Anonymous13-Sep-04 12:12 
GeneralBlogThis JavaScript on IE XP SP2 Pin
Rob Caldecott13-Sep-04 1:36
Rob Caldecott13-Sep-04 1:36 
QuestionHow To Send Output To Printer From Html Pin
a2zSK13-Sep-04 0:46
sussa2zSK13-Sep-04 0:46 
GeneralRe: Image/text Alignment Pin
Glenn E. Lanier II10-Sep-04 10:41
Glenn E. Lanier II10-Sep-04 10:41 
GeneralRe: Image/text Alignment Pin
Member 120813914-Sep-04 2:12
Member 120813914-Sep-04 2:12 
GeneralImage/text Alignment Pin
mtone10-Sep-04 7:09
mtone10-Sep-04 7:09 
GeneralTextbox Cursors Pin
Anonymous10-Sep-04 7:01
Anonymous10-Sep-04 7:01 
GeneralRe: Textbox Cursors Pin
alex.barylski12-Sep-04 21:56
alex.barylski12-Sep-04 21:56 
QuestionHow to create Project for JScript ? Pin
vgrigor110-Sep-04 5:00
vgrigor110-Sep-04 5:00 
GeneralServer.MapPath functionality in PHP 4.0 Pin
Hesham Amin10-Sep-04 4:27
Hesham Amin10-Sep-04 4:27 
GeneralRe: Server.MapPath functionality in PHP 4.0 Pin
alex.barylski12-Sep-04 21:44
alex.barylski12-Sep-04 21:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.