Click here to Skip to main content
16,011,608 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: apache and mod_rewrite Pin
Bradml4-Nov-06 23:39
Bradml4-Nov-06 23:39 
AnswerRe: apache and mod_rewrite Pin
alex.barylski5-Nov-06 7:28
alex.barylski5-Nov-06 7:28 
QuestionMobile Browser Web Development - Graphic Image Type & Size Pin
JSadleir4-Nov-06 12:36
JSadleir4-Nov-06 12:36 
QuestionTreeView Javascript help [modified] Pin
Rohit Saralaya3-Nov-06 20:11
Rohit Saralaya3-Nov-06 20:11 
QuestionHow to create paging Pin
kumar bharat bhusanam3-Nov-06 20:08
kumar bharat bhusanam3-Nov-06 20:08 
AnswerRe: How to create paging Pin
Bradml4-Nov-06 23:57
Bradml4-Nov-06 23:57 
QuestionWhat is this Remember me Pin
kumar bharat bhusanam3-Nov-06 20:06
kumar bharat bhusanam3-Nov-06 20:06 
AnswerRe: What is this Remember me Pin
Bradml5-Nov-06 0:16
Bradml5-Nov-06 0:16 
Basically it'll be something like:

//This is PHP<br />
<br />
if($_REQUEST['checkbox'] == 'checked'){<br />
<br />
setcookie ("userid", $randomly_generated_userid_for_current_login_session, time( ) + 3600); //I am have actually seen this variable in the wild!:wtf:<br />
<br />
//This cookie will last for 1 hour<br />
<br />
}else{<br />
<br />
//The user does not want to be remembered<br />
<br />
setcookie ("userid", $randomly_generated_userid_for_current_login_session, time( ) - 1); <br />
<br />
//This cookie will expire as soon as the browser closes<br />
} 





GeneralRe: What is this Remember me Pin
UltraCoder5-Nov-06 15:40
UltraCoder5-Nov-06 15:40 
GeneralRe: What is this Remember me Pin
Bradml5-Nov-06 20:40
Bradml5-Nov-06 20:40 
QuestionHow to send message through bluetooth devices Pin
kumar bharat bhusanam3-Nov-06 19:08
kumar bharat bhusanam3-Nov-06 19:08 
AnswerRe: How to send message through bluetooth devices Pin
Bradml4-Nov-06 23:36
Bradml4-Nov-06 23:36 
QuestionRe: How to send message through bluetooth devices Pin
kumar bharat bhusanam5-Nov-06 21:47
kumar bharat bhusanam5-Nov-06 21:47 
QuestionSuggestions for a layout algorithm anyone? Pin
RichardGrimmer2-Nov-06 22:42
RichardGrimmer2-Nov-06 22:42 
GeneralRe: Suggestions for a layout algorithm anyone? Pin
Akhilesh Yadav3-Nov-06 0:01
Akhilesh Yadav3-Nov-06 0:01 
GeneralRe: Suggestions for a layout algorithm anyone? Pin
RichardGrimmer3-Nov-06 0:21
RichardGrimmer3-Nov-06 0:21 
QuestionHow to Disable Pop Up Blocker through Code ??? Pin
jagmit202-Nov-06 18:29
jagmit202-Nov-06 18:29 
AnswerRe: How to Disable Pop Up Blocker through Code ??? Pin
Paddy Boyd2-Nov-06 23:56
Paddy Boyd2-Nov-06 23:56 
JokeRe: How to Disable Pop Up Blocker through Code ??? Pin
Bradml3-Nov-06 0:10
Bradml3-Nov-06 0:10 
JokeRe: How to Disable Pop Up Blocker through Code ??? Pin
Guffa3-Nov-06 1:33
Guffa3-Nov-06 1:33 
QuestionASP and AJAX Pin
popin2-Nov-06 8:35
popin2-Nov-06 8:35 
AnswerRe: ASP and AJAX Pin
UltraCoder2-Nov-06 9:24
UltraCoder2-Nov-06 9:24 
GeneralRe: ASP and AJAX Pin
popin3-Nov-06 7:45
popin3-Nov-06 7:45 
GeneralRe: ASP and AJAX Pin
Akhilesh Yadav3-Nov-06 17:49
Akhilesh Yadav3-Nov-06 17:49 
QuestionPHP string truncation Pin
tibiz2-Nov-06 4:26
tibiz2-Nov-06 4:26 

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.