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

Web Development

 
GeneralRe: Hide Page Url and Querystring Pin
CWIZO13-Nov-06 0:45
CWIZO13-Nov-06 0:45 
Questionbrowser property to know when page if completely rendered? Pin
MrBink12-Nov-06 1:05
MrBink12-Nov-06 1:05 
AnswerRe: browser property to know when page if completely rendered? Pin
Bradml12-Nov-06 21:09
Bradml12-Nov-06 21:09 
GeneralRe: browser property to know when page if completely rendered? Pin
MrBink14-Nov-06 5:43
MrBink14-Nov-06 5:43 
QuestionVideo buffering, streaming, and displaying vid thumbnails Pin
SexyKitten12-Nov-06 0:47
SexyKitten12-Nov-06 0:47 
AnswerRe: Video buffering, streaming, and displaying vid thumbnails Pin
MrBink12-Nov-06 1:11
MrBink12-Nov-06 1:11 
QuestionRe: Video buffering, streaming, and displaying vid thumbnails Pin
SexyKitten13-Nov-06 9:24
SexyKitten13-Nov-06 9:24 
AnswerRe: Video buffering, streaming, and displaying vid thumbnails Pin
MrBink14-Nov-06 5:49
MrBink14-Nov-06 5:49 
a web server delivers data as fast as it can, in bursts... great for delivering files but not for the constant bitstream that streaming media requires... hence media servers. If the media is Windows Media and is delivered from a web server (HTTP) then it will automatically come down to the client media player as a progressive download. If it is delivered from a Windows Media Server (for instance, check out VitalStream's services and a streaming media host) AND the URL is mms://..../mymediafile.wmv and NOT http://......../mymediafile.wmv is will be streamed at a constant bitrate (the media file stays on the media server... the ongoing bitstream is read and discarded at the client).
hope this helps
tom
QuestionRe: Video buffering, streaming, and displaying vid thumbnails Pin
SexyKitten14-Nov-06 7:33
SexyKitten14-Nov-06 7:33 
AnswerRe: Video buffering, streaming, and displaying vid thumbnails Pin
MrBink16-Nov-06 2:43
MrBink16-Nov-06 2:43 
AnswerRe: Video buffering, streaming, and displaying vid thumbnails Pin
Guffa12-Nov-06 1:41
Guffa12-Nov-06 1:41 
QuestionInvoke EXE from Web Pin
justindhas10-Nov-06 17:11
justindhas10-Nov-06 17:11 
AnswerRe: Invoke EXE from Web Pin
Bradml10-Nov-06 17:23
Bradml10-Nov-06 17:23 
AnswerRe: Invoke EXE from Web Pin
RichardGrimmer13-Nov-06 7:24
RichardGrimmer13-Nov-06 7:24 
AnswerRe: Invoke EXE from Web Pin
Oleg Shilovskiy13-Nov-06 19:49
Oleg Shilovskiy13-Nov-06 19:49 
QuestionProbably stupid question - button counter Pin
Mighty_Squid10-Nov-06 8:21
Mighty_Squid10-Nov-06 8:21 
AnswerRe: Probably stupid question - button counter Pin
hiral_shah10-Nov-06 18:56
hiral_shah10-Nov-06 18:56 
QuestionPHP upload question Pin
ranro20069-Nov-06 5:58
ranro20069-Nov-06 5:58 
AnswerRe: PHP upload question Pin
Bradml9-Nov-06 19:15
Bradml9-Nov-06 19:15 
AnswerRe: PHP upload question Pin
eswarvaidyanathan11-Nov-06 6:19
eswarvaidyanathan11-Nov-06 6:19 
QuestionAtlas of .net Pin
sachinbijwe9-Nov-06 5:37
sachinbijwe9-Nov-06 5:37 
AnswerRe: Atlas of .net Pin
Guffa9-Nov-06 8:02
Guffa9-Nov-06 8:02 
Questionconnection to sql server Pin
abdullah fayad9-Nov-06 5:35
abdullah fayad9-Nov-06 5:35 
AnswerRe: connection to sql server Pin
Bradml10-Nov-06 0:38
Bradml10-Nov-06 0:38 
GeneralRe: connection to sql server Pin
abdullah fayad10-Nov-06 1:56
abdullah fayad10-Nov-06 1:56 

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.