Click here to Skip to main content
15,914,416 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: href Pin
JustWorking29-Dec-09 22:45
JustWorking29-Dec-09 22:45 
GeneralRe: href Pin
dan!sh 29-Dec-09 22:49
professional dan!sh 29-Dec-09 22:49 
GeneralRe: href Pin
JustWorking29-Dec-09 22:51
JustWorking29-Dec-09 22:51 
GeneralRe: href Pin
WoutL29-Dec-09 22:57
WoutL29-Dec-09 22:57 
GeneralRe: href Pin
dan!sh 29-Dec-09 23:00
professional dan!sh 29-Dec-09 23:00 
GeneralRe: href Pin
JustWorking29-Dec-09 23:05
JustWorking29-Dec-09 23:05 
GeneralRe: href Pin
dan!sh 29-Dec-09 23:10
professional dan!sh 29-Dec-09 23:10 
GeneralRe: href Pin
JustWorking29-Dec-09 23:13
JustWorking29-Dec-09 23:13 
GeneralRe: href Pin
dan!sh 30-Dec-09 0:48
professional dan!sh 30-Dec-09 0:48 
GeneralRe: href Pin
nagendrathecoder30-Dec-09 1:16
nagendrathecoder30-Dec-09 1:16 
GeneralRe: href Pin
JustWorking29-Dec-09 23:10
JustWorking29-Dec-09 23:10 
GeneralRe: href ( a tip for obtaining better answers ) Pin
enhzflep31-Dec-09 3:46
enhzflep31-Dec-09 3:46 
Answerthe 1st (cp.c) Pin
aegis195430-Dec-09 2:34
aegis195430-Dec-09 2:34 
AnswerRe: href Pin
Richard MacCutchan30-Dec-09 3:24
mveRichard MacCutchan30-Dec-09 3:24 
AnswerRe: href Pin
Emilio Garavaglia3-Jan-10 20:12
Emilio Garavaglia3-Jan-10 20:12 
QuestionExporting MySQL data to excel (HTML tags) Pin
Poonam Gandash29-Dec-09 0:04
Poonam Gandash29-Dec-09 0:04 
AnswerRe: Exporting MySQL data to excel (HTML tags) Pin
enhzflep29-Dec-09 2:32
enhzflep29-Dec-09 2:32 
QuestionDynamic forms in a asp.net webapplication in a sharepoint enviroment Pin
Member 414471328-Dec-09 22:09
Member 414471328-Dec-09 22:09 
Questionprogress bar animation (processing.gif) in sync and async mode Pin
Jayapal Chandran28-Dec-09 20:51
Jayapal Chandran28-Dec-09 20:51 
Question? firefox bookmarket script to list urls across frames Pin
halsboss24-Dec-09 0:32
halsboss24-Dec-09 0:32 
QuestionJavascript related question Pin
Tina P23-Dec-09 17:18
Tina P23-Dec-09 17:18 
AnswerRe: Javascript related question Pin
R. Giskard Reventlov24-Dec-09 0:06
R. Giskard Reventlov24-Dec-09 0:06 
QuestionMinimizing the traffic Pin
msn9222-Dec-09 9:16
msn9222-Dec-09 9:16 
Hi
I want to minimize the traffic as much as possible.

Since most of the traffic is in plain text, I think compressing the traffic will help.

This is the idea I came up with:

1. WebBrowser creates a request to the web server, The request will be send through the Proxy Program on the computer.
2. Proxy program on the computer compresses all the requests to be made to the web server, and sends it to "MyProxy.php" on my server.
3. "MyProxy.php" decompresses the request and sends it to the web server. "MyProxy.php" recieves the response from the web server, compresses it, and returns it to the Proxy Program on the computer.
4. The Proxy Program decompresses the response and returns it to the WebBrowser.
5. The WebBrowser shows the response to the user.

Please see the figure[^] for more info.

Do you think that's a good idea?
Would it minimize the traffic by any percent?
AnswerRe: Minimizing the traffic Pin
Marc Firth23-Dec-09 2:00
Marc Firth23-Dec-09 2:00 
GeneralRe: Minimizing the traffic Pin
msn9224-Dec-09 16:41
msn9224-Dec-09 16:41 

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.