Click here to Skip to main content
15,900,461 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to trim special characters? Pin
Shog924-Jul-08 7:56
sitebuilderShog924-Jul-08 7:56 
QuestionFill form field with ASP code? Pin
equalizer70022-Jul-08 12:58
equalizer70022-Jul-08 12:58 
AnswerRe: Fill form field with ASP code? Pin
Paddy Boyd23-Jul-08 0:37
Paddy Boyd23-Jul-08 0:37 
GeneralRe: Fill form field with ASP code? Pin
equalizer70023-Jul-08 1:47
equalizer70023-Jul-08 1:47 
GeneralRe: Fill form field with ASP code? Pin
Paddy Boyd23-Jul-08 2:14
Paddy Boyd23-Jul-08 2:14 
GeneralRe: Fill form field with ASP code? Pin
equalizer70023-Jul-08 2:23
equalizer70023-Jul-08 2:23 
QuestionDays since a date Pin
harveyhanson21-Jul-08 23:25
harveyhanson21-Jul-08 23:25 
AnswerRe: Days since a date Pin
Shog922-Jul-08 13:10
sitebuilderShog922-Jul-08 13:10 
How 'bout something like this?
function DaysSince(date)
{
   var msecPerDay = 1000*60*60*24;
   return Math.floor( (Date.now() - date) / msecPerDay );
}

// example:
var days = DaysSince( new Date("2/3/2004") );



Citizen 20.1.01
'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'

Questionbasic authentication with IIS7 Pin
l a u r e n21-Jul-08 14:40
l a u r e n21-Jul-08 14:40 
QuestionMoving libraries of Crystal Reports to webserver Pin
Jacob Dixon21-Jul-08 10:54
Jacob Dixon21-Jul-08 10:54 
QuestionHow to place asp.net files in a website using FTP/ Is there any process to host .net pges in to a website Pin
rameshgoud2319-Jul-08 17:25
rameshgoud2319-Jul-08 17:25 
AnswerRe: How to place asp.net files in a website using FTP/ Is there any process to host .net pges in to a website Pin
Steve McLenithan20-Jul-08 23:21
Steve McLenithan20-Jul-08 23:21 
QuestionDatabound Schedule Control Pin
mandeepkaur18-Jul-08 20:45
mandeepkaur18-Jul-08 20:45 
QuestionWhat's wrong with it ? Pin
Mohammad Dayyan18-Jul-08 12:04
Mohammad Dayyan18-Jul-08 12:04 
AnswerRe: What's wrong with it ? Pin
Perspx19-Jul-08 5:46
Perspx19-Jul-08 5:46 
AnswerRe: What's wrong with it ? Pin
Luc Pattyn19-Jul-08 6:21
sitebuilderLuc Pattyn19-Jul-08 6:21 
AnswerRe: What's wrong with it ? Pin
Mohammad Dayyan19-Jul-08 12:25
Mohammad Dayyan19-Jul-08 12:25 
QuestionMarkup Language Styling Problem! Pin
Saul Johnson18-Jul-08 9:41
Saul Johnson18-Jul-08 9:41 
AnswerRe: Markup Language Styling Problem! Pin
Perspx19-Jul-08 6:12
Perspx19-Jul-08 6:12 
GeneralRe: Markup Language Styling Problem! Pin
Saul Johnson19-Jul-08 10:19
Saul Johnson19-Jul-08 10:19 
GeneralRe: Markup Language Styling Problem! Pin
Perspx19-Jul-08 12:11
Perspx19-Jul-08 12:11 
Questioncode for progress bar weapplication showing 0-100% completion without refreshing a page Pin
harithajagini18-Jul-08 1:28
harithajagini18-Jul-08 1:28 
AnswerRe: code for progress bar weapplication showing 0-100% completion without refreshing a page Pin
Ashfield18-Jul-08 2:14
Ashfield18-Jul-08 2:14 
AnswerRe: code for progress bar weapplication showing 0-100% completion without refreshing a page Pin
Saul Johnson18-Jul-08 10:00
Saul Johnson18-Jul-08 10:00 
GeneralRe: code for progress bar weapplication showing 0-100% completion without refreshing a page Pin
riru20-Jul-08 6:54
riru20-Jul-08 6:54 

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.