Click here to Skip to main content
15,890,438 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Javascript if/else and image display? Pin
djhankypark22-Apr-09 10:36
djhankypark22-Apr-09 10:36 
GeneralRe: Javascript if/else and image display? Pin
Marc Firth22-Apr-09 22:14
Marc Firth22-Apr-09 22:14 
GeneralRe: Javascript if/else and image display? Pin
djhankypark25-Apr-09 0:26
djhankypark25-Apr-09 0:26 
GeneralRe: Javascript if/else and image display? Pin
djhankypark22-Apr-09 10:38
djhankypark22-Apr-09 10:38 
QuestionUse Javscript to check user online Pin
Member 323010721-Apr-09 0:01
Member 323010721-Apr-09 0:01 
AnswerRe: Use Javscript to check user online Pin
Marc Firth21-Apr-09 0:35
Marc Firth21-Apr-09 0:35 
GeneralRe: Use Javscript to check user online Pin
Yusuf21-Apr-09 7:57
Yusuf21-Apr-09 7:57 
GeneralRe: Use Javscript to check user online Pin
Marc Firth21-Apr-09 22:27
Marc Firth21-Apr-09 22:27 
Yes it can be also be done in the database. I suggested CSV for reasons of simplicity & because I didnt know if he/she had a database to use. Where as CSV file handling will run on any system that php runs on.

Using a database is a perfectly valid option. However, using CSV isnt reinventing the wheel. There are plenty of free csv scripts available and for new coders they tend to be easier to work with (because you can see exactly what they do in simple text form - No SQL, or PHPMyAdmin or equivalents to deal with).

For larger sites (5,000+ concurrent users) a suggestion would be to use a script that only updates every 5 minutes or so to reduce the load on the server and use a database (Preferably an SQL Variant or at least one you can run SQL commands on) - CSV files do get a bit buggy as they get larger.

CSV is a poor mans database (often reffered to as a "flat file")


QuestionNeed to get "Direction Map Codes" Like ... Pin
qayyom20-Apr-09 23:54
qayyom20-Apr-09 23:54 
AnswerRe: Need to get "Direction Map Codes" Like ... Pin
Marc Firth21-Apr-09 0:37
Marc Firth21-Apr-09 0:37 
QuestionRe: Need to get "Direction Map Codes" Like ... Pin
qayyom21-Apr-09 0:51
qayyom21-Apr-09 0:51 
AnswerRe: Need to get "Direction Map Codes" Like ... Pin
Marc Firth21-Apr-09 0:59
Marc Firth21-Apr-09 0:59 
GeneralRe: Need to get "Direction Map Codes" Like ... Pin
qayyom21-Apr-09 1:07
qayyom21-Apr-09 1:07 
QuestionPDF mailto link not working Pin
Jay HoffmanTE20-Apr-09 7:41
Jay HoffmanTE20-Apr-09 7:41 
AnswerRe: PDF mailto link not working Pin
Marc Firth21-Apr-09 1:05
Marc Firth21-Apr-09 1:05 
GeneralRe: PDF mailto link not working Pin
Jay HoffmanTE21-Apr-09 2:09
Jay HoffmanTE21-Apr-09 2:09 
GeneralRe: PDF mailto link not working Pin
Marc Firth21-Apr-09 2:12
Marc Firth21-Apr-09 2:12 
QuestionHelp about asp & activex Pin
maxMESA20-Apr-09 4:32
maxMESA20-Apr-09 4:32 
AnswerRe: Help about asp & activex Pin
Marc Firth22-Apr-09 1:51
Marc Firth22-Apr-09 1:51 
AnswerRe: Help about asp & activex [solved] Pin
maxMESA22-Apr-09 3:30
maxMESA22-Apr-09 3:30 
GeneralI need help to creating a folder in drop down list box in ASP Pin
masif0518-Apr-09 5:36
masif0518-Apr-09 5:36 
GeneralRe: I need help to creating a folder in drop down list box in ASP Pin
Ashfield20-Apr-09 1:22
Ashfield20-Apr-09 1:22 
QuestionWhat technologies do I need to develop a video chat similar to dotv.com? Pin
Hiigara17-Apr-09 10:04
Hiigara17-Apr-09 10:04 
AnswerRe: What technologies do I need to develop a video chat similar to dotv.com? Pin
Marc Firth21-Apr-09 1:07
Marc Firth21-Apr-09 1:07 
QuestionJavaScript-set input values empty in code-behind. Pin
WebMaster17-Apr-09 3:16
WebMaster17-Apr-09 3:16 

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.