Click here to Skip to main content
15,886,840 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Body on load, doesn't seem to work? Pin
Not Active2-Jul-10 3:46
mentorNot Active2-Jul-10 3:46 
QuestionRFI Pin
JohnQuar11-Jul-10 7:27
JohnQuar11-Jul-10 7:27 
AnswerRe: RFI Pin
Not Active1-Jul-10 7:40
mentorNot Active1-Jul-10 7:40 
Questionneed Javascript show/hide <div> help Pin
TreyUF30-Jun-10 10:10
TreyUF30-Jun-10 10:10 
AnswerRe: need Javascript show/hide help Pin
NeverHeardOfMe30-Jun-10 14:00
NeverHeardOfMe30-Jun-10 14:00 
QuestionGetting used to php Pin
Bram van Kampen29-Jun-10 15:33
Bram van Kampen29-Jun-10 15:33 
AnswerRe: Getting used to php Pin
Dr.Walt Fair, PE29-Jun-10 17:08
professionalDr.Walt Fair, PE29-Jun-10 17:08 
AnswerRe: Getting used to php Pin
Graham Breach29-Jun-10 21:10
Graham Breach29-Jun-10 21:10 
For debugging I generally just dump variables to the page or a log using print_r[^]. Set the error_reporting[^] level to something useful and turn on the display_errors[^] option for development so you can see warnings and errors.

You can save and load class data using serialize[^] and unserialize[^]. Serialized data looks a lot like JSON.

For accessing a DLL there is W32api[^] - I've never used it myself though.
QuestionNeed Help with 3 tabbed menu Pin
TreyUF29-Jun-10 9:42
TreyUF29-Jun-10 9:42 
AnswerRe: Need Help with 3 tabbed menu Pin
R. Giskard Reventlov30-Jun-10 0:50
R. Giskard Reventlov30-Jun-10 0:50 
GeneralRe: Need Help with 3 tabbed menu Pin
TreyUF30-Jun-10 2:35
TreyUF30-Jun-10 2:35 
GeneralRe: Need Help with 3 tabbed menu Pin
R. Giskard Reventlov30-Jun-10 3:07
R. Giskard Reventlov30-Jun-10 3:07 
GeneralRe: Need Help with 3 tabbed menu Pin
TreyUF30-Jun-10 4:13
TreyUF30-Jun-10 4:13 
GeneralRe: Need Help with 3 tabbed menu Pin
R. Giskard Reventlov30-Jun-10 4:17
R. Giskard Reventlov30-Jun-10 4:17 
GeneralRe: Need Help with 3 tabbed menu Pin
TreyUF30-Jun-10 4:34
TreyUF30-Jun-10 4:34 
GeneralRe: Need Help with 3 tabbed menu Pin
R. Giskard Reventlov30-Jun-10 4:40
R. Giskard Reventlov30-Jun-10 4:40 
GeneralRe: Need Help with 3 tabbed menu Pin
TreyUF30-Jun-10 4:45
TreyUF30-Jun-10 4:45 
QuestionDiv tags visble and hidden Pin
offroaderdan28-Jun-10 6:38
offroaderdan28-Jun-10 6:38 
AnswerRe: Div tags visble and hidden Pin
thatraja28-Jun-10 9:51
professionalthatraja28-Jun-10 9:51 
GeneralRe: Div tags visble and hidden Pin
NeverHeardOfMe28-Jun-10 11:22
NeverHeardOfMe28-Jun-10 11:22 
GeneralRe: Div tags visble and hidden Pin
offroaderdan29-Jun-10 0:05
offroaderdan29-Jun-10 0:05 
GeneralRe: Div tags visble and hidden Pin
offroaderdan29-Jun-10 3:06
offroaderdan29-Jun-10 3:06 
QuestionSession Variable Pin
Civic0627-Jun-10 12:26
Civic0627-Jun-10 12:26 
AnswerRe: Session Variable Pin
swjam27-Jun-10 13:57
swjam27-Jun-10 13:57 
GeneralRe: Session Variable Pin
Civic0627-Jun-10 14:12
Civic0627-Jun-10 14:12 

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.