Cell Phone Software Forum
| View previous topic :: View next topic |
| Author |
Message |
ShenoudaB Guest
|
Posted: Mon Mar 19, 2007 6:39 pm Post subject: How to make my web application of Dial-up to run as its on D |
|
|
i'm a web developer ,, and i'm asking about a case ...
if a customer asks me to develop a web application
and he tell me about one of his concerns .. that the application which
i will make will run for uses of his employee in his company ... and
they are using the dial-up connections in his company
and he needs his web application which i will create that will be
running on that dialup connection
to run smoothly as its running on a dsl connection ..
so the employees don't feel the slower of there connection (dial-up
connection)
I'm asking about what is the possible ways i can do in my code to
achieve that goal in the coding wise (development wise) not a in
designing the graphics of the application...
and thanx for your help .
yours
Shenouda Bertel
ShenoudaB@gmail.com |
|
| Back to top |
|
 |
| |
Ads |
Advertising
Sponsor
|
|
H. S. Lahman Guest
|
Posted: Mon Mar 19, 2007 9:59 pm Post subject: Re: How to make my web application of Dial-up to run as its |
|
|
Responding to ShenoudaB...
| Quote: |
i'm a web developer ,, and i'm asking about a case ...
if a customer asks me to develop a web application
and he tell me about one of his concerns .. that the application which
i will make will run for uses of his employee in his company ... and
they are using the dial-up connections in his company
and he needs his web application which i will create that will be
running on that dialup connection
to run smoothly as its running on a dsl connection ..
so the employees don't feel the slower of there connection (dial-up
connection)
I'm asking about what is the possible ways i can do in my code to
achieve that goal in the coding wise (development wise) not a in
designing the graphics of the application...
|
The short answer is: don't waste your time.
The only way you can get comparable user throughput on a dial-up
compared to DSL or whatever is to keep the site extremely simple to
minimize network traffic. Minimizing network traffic is a basic site
design problem, not a coding problem.
You can optimize your code for a month and it will probably have less
impact than the dial-up/DSL delta in waiting for a single message
packet. IOW, your code optimizations will save you microseconds while
the dial-up vs. DSL delta is milliseconds. So the user will probably
never notice the code optimizations.
*************
There is nothing wrong with me that could
not be cured by a capful of Drano.
H. S. Lahman
hsl@pathfindermda.com
Pathfinder Solutions
http://www.pathfindermda.com
blog: http://pathfinderpeople.blogs.com/hslahman
"Model-Based Translation: The Next Step in Agile Development". Email
info@pathfindermda.com for your copy.
Pathfinder is hiring:
http://www.pathfindermda.com/about_us/careers_pos3.php.
(888)OOA-PATH |
|
| Back to top |
|
 |
| |
Ads |
Advertising
Sponsor
|
|
xpyttl Guest
|
Posted: Tue Mar 20, 2007 3:59 pm Post subject: Re: How to make my web application of Dial-up to run as its |
|
|
Just stay away from eye candy and keep the app from being too chatty. Of
course, the too chatty thing is a good plan anyway, but most people seem to
think they need huge, slow graphics.
Remember, it wasn't all that long ago when dial up was 110 baud, and
"dedicated lines" were 1200 baud, and were shared by many users. Pretty
much all business apps were done that way. But they did their job and
nothing more ... no long drawn out menus with every possible choice, no
flashy graphics or cutsey video clips, no little dogs running around the
screen, just the facts.
Get a friend a baseball bat and have him watch over your shoulder. Every
time you type <img or some similar tag, have him whup you upside the head
with the bat. You'll learn ...
...
"ShenoudaB" <ShenoudaB@gmail.com> wrote in message
news:1174315159.879112.186980@e1g2000hsg.googlegroups.com...
| Quote: |
i'm a web developer ,, and i'm asking about a case ...
if a customer asks me to develop a web application
and he tell me about one of his concerns .. that the application which
i will make will run for uses of his employee in his company ... and
they are using the dial-up connections in his company
and he needs his web application which i will create that will be
running on that dialup connection
to run smoothly as its running on a dsl connection ..
so the employees don't feel the slower of there connection (dial-up
connection)
I'm asking about what is the possible ways i can do in my code to
achieve that goal in the coding wise (development wise) not a in
designing the graphics of the application...
and thanx for your help .
yours
Shenouda Bertel
ShenoudaB@gmail.com
|
|
|
| Back to top |
|
 |
| |
Ads |
Advertising
Sponsor
|
|
Plasmafire Guest
|
Posted: Thu Mar 22, 2007 12:48 am Post subject: Re: How to make my web application of Dial-up to run as its |
|
|
On Mar 19, 10:39 am, "ShenoudaB" <Shenou...@gmail.com> wrote:
| Quote: |
i'm a web developer ,, and i'm asking about a case ...
if a customer asks me to develop a web application
and he tell me about one of his concerns .. that the application which
i will make will run for uses of his employee in his company ... and
they are using the dial-up connections in his company
and he needs his web application which i will create that will be
running on that dialup connection
to run smoothly as its running on a dsl connection ..
so the employees don't feel the slower of there connection (dial-up
connection)
I'm asking about what is the possible ways i can do in my code to
achieve that goal in the coding wise (development wise) not a in
designing the graphics of the application...
and thanx for your help .
yours
Shenouda Bertel
Shenou...@gmail.com
|
Keep your download size of the page as small as possible,
if you want two versions of the site, where the user can select
between them.. ok..
Try and use AJAX to minimize whole page reloads.
allow for browser caching |
|
| Back to top |
|
 |
| |
Ads |
Advertising
Sponsor
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|

231 Attacks blocked
Powered by phpBB © 2001, 2005 phpBB Group
|