Slashdot Mirror


Dial-Up Friendly Websites?

rinkjustice asks: "I'm one of those unlucky souls damned to dial-up internet access. I've been trying to make the best of the situation, however: I use the stripped-down Slashdot homepage, and my kids are slowly acclimatising to dial-up friendly gaming fare ala Games.com, Yahoo! Games instead of bandwidth clotting MMORPG's like RuneScape. What other fun, interesting websites cater to the 56k crowd? Are there any websites specifically 'optimized' for a lo-bandwidth audience?"

55 comments

  1. SSH by brilinux · · Score: 4, Interesting

    I too have a dial-up connection, and one of the things that I do a lot online is read documentation and manuals that I do not want to buy/print/download because of cost/too much paper/size, etc., but one thing that is useful is SSHing into my college account and running "links" to read it. I cannot see pictures, but who needs them? As for sites, Slashdot normally loads fairly fast on dial up without toning it down, and once I am used to the slow speed, even flash-intensive sites do not bother me much; however, I do use Yahoo! games on occasion, and there are quite a few sites that have lighter versions.

    1. Re:SSH by Fooby · · Score: 1

      Of course, if you're running Linux, *BSD, or even cygwin on your home machine, then you can run links (or lynx) on your home machine and it'll be even faster.

    2. Re:SSH by awtbfb · · Score: 1


      Umm... links appears to be younger, less developed version of the old standby lynx.

      In terms of sites, I recommend a local css file to block things like banners, large images, and other bandwidth intesive content. You may even try a css file that strips out everything but text, links, and layout info (e.g., no images, no animations, etc).

    3. Re:SSH by alatesystems · · Score: 1

      It won't be faster at all. Then your home machine has to download all of the html and then render it and then display it. He is saying his remote box is doing the download(at a much higher speed) and then rendering. All that is being transferred to him is a page full of the pre-rendered fixed-width text. SSH with links is faster in his case.

      Chris

  2. dial up friendly? by Scottarius · · Score: 1
    1. Re:dial up friendly? by Dizzle · · Score: 1

      Which you can use to find bandwidth intensive sites. Come on, he/she asked for a few needles, and you give him a gigantic haystack.

      --
      -Dizzle
      "I most likely AM so interested in myself."
    2. Re:dial up friendly? by R2.0 · · Score: 1

      I believe the parent was referring to the fact that Google, with its simple interface and start page, is very friendly to 56k in and of itself.

      --
      "As God is my witness, I thought turkeys could fly." A. Carlson
    3. Re:dial up friendly? by Dizzle · · Score: 1

      I got it, but Google doesn't really have any content to speak of. about:blank is pretty easy on 56k too y'know...

      --
      -Dizzle
      "I most likely AM so interested in myself."
    4. Re:dial up friendly? by bofkentucky · · Score: 1

      Froogle, Google News, gmail, and Google Groups beg to differ. GGroups is the best of breed usenet->www gateway out there, assuming you aren't using usenet for its intended purposes (pr0n). Gmail is the smallest (not counting your homebrew squirelmail) webmail out there. Google news is good for scanning and links to more bandwith friendly AP stories than the Fox/CNN versions. I personally like Froogle as opposed to C/Net or Pricegrabber, but YMMV.

      --
      09f911029d74e35bd84156c5635688c0
  3. It's not that bad by Kris_J · · Score: 1

    I've only just left the dial-up world myself and I don't recall websites being that much of a problem. One thing that can't hurt though is a good ad filter. I use proxomitron.

  4. MSN Gaming Zone by Anonymous Coward · · Score: 0

    It's actually pretty good. Quick loading, nicer interface than Yahoo! and with lot's of traditional games (checkers, chess etc) to play against others.

  5. Use avantgo or palm based websites... by bergeron76 · · Score: 2, Interesting

    Use avantgo or palm based websites...

    Like this one:
    http://www.slashdot.org/palm

    --
    Don't think that a small group of dedicated individuals can't change the world. It's the only thing that ever has.
  6. another low bandwidth 'optimized' website... by DrMorris · · Score: 1
  7. It's a shame... by DrMorris · · Score: 1

    ...that many webmasters/webdesigners don't care about dial-up users (anymore)! I personally don't need high resolution images just to navigate a website but rather visit websites which load fast. What do I need a high speed internet connection for if nice and colorful thingies eat up my bandwidth and I end up with the same experience as with a 56k modem?

    1. Re:It's a shame... by Anonymous Coward · · Score: 0

      Porn.

      56k: thumbnail galleries
      broadband: movie clips galleries

    2. Re:It's a shame... by Anonymous Coward · · Score: 0

      also, you DONT get the same experience as 56k. Stop being in such an obvious state of denial. Broadband rocks and you're sad that you don't have it.

  8. who still visits web pages? by Anonymous Coward · · Score: 2, Interesting

    I'm on dialup. I read all my news via RSS feeds. Web sites without feeds just don't exist (except maybe when I have to buy something and I have to delve into the sea of slow bloated incompatible crap).

    Yeah, RSS is a "buzzword", whatever, but being able to put all this content in *my* choice of format, arranged by *date* rather than website, with no flash or ads or junk is just great.

    I have a program download the feeds and prepare a static HTML file using XSLT.

  9. You might wanny try... by MikTheUser · · Score: 1

    ...text browsers!

    It may not be the #1 choice for your kids, but using it to just read stuff like news, it really saves your time, and the information is displayed surprisingly well.

  10. block the ads, cache everything! by molo · · Score: 4, Insightful

    If you greatly want to decrease page load time, I suggest blocking the advertisements. They are often in an iframe, resulting in at least 2 GETs per image (not to mention html parsing). They are also kept on different servers usually, so you can't reuse your current HTTP session, you have to start a new one, with a TCP 3-way handshake that can take upwards of half a second on a modem (especially one with the bandwidth already saturated loading the rest of the page).

    Use a proxy like privoxy or junkbuster (outdated, only does HTML 1.0, try privoxy first). Or, get a browser plugin to do the same (for example, AdBlock for FireFox).

    Then setup a Squid caching proxy to keep you from repeating DNS lookups and retrieving the same page or image. This gives a huge boost, since images can be loaded from memory or disk instead of a network roundtrip. The more disk and memory you throw at Squid, the more cache hits you get.

    BTW, junkbuster can be configured to use another proxy (like Squid) so you can use both together. I think privoxy will do that too.

    Oh, one last thing.. if you know any web site admins, get them to turn on apache's mod_gzip compression. It compresses pages for http transmission and saves oodles of bandwidth. Most popular sites use it. Browsers like IE and Mozilla support it. Any decent cache (squid) will support it too.

    These kind of changes make browsing over modem much more tolerable. Good luck.

    -molo

    --
    Using your sig line to advertise for friends is lame.
    1. Re:block the ads, cache everything! by "Zow" · · Score: 1
      BTW, junkbuster can be configured to use another proxy (like Squid) so you can use both together. I think privoxy will do that too.

      It definitely will. Privoxy supports forwarding to http and socks proxies -- in fact that's why I started using it (bridge between a socks proxy and an http client with problematic socks support), and the ad blocking with all the associated bandwidth is just a bonus, even on a fast link.

      -"Zow"

  11. Tweak the browser by i.r.id10t · · Score: 3, Interesting

    Hey, 56k used to be faster than most :)

    Anyway, I think it is a shame website designers are forgetting about you... if it helps, I do test most all of what we produce at work on a 28.8 modem. Of course, we also test for ADA compliance...

    Anyway, try using Mozilla/Firefox with that plugin that launches Flash, etc. only when you want it. Also, use the userContent.css file to block ad servers, images that have "ads" in the path, etc. Perhaps get a copy of that hosts file that kills ads, counters, etc. as well. - http://www.everythingisnt.com/hosts.html

    Also, set your browser cache to a slightly larger size (10-15mb maybe?) and set it to check for new stuff only once per session.

    --
    Don't blame me, I voted for Kodos
  12. correction by molo · · Score: 1

    er, junkbuster only does HTTP 1.0, not HTML 1.0. sorry.

    -molo

    --
    Using your sig line to advertise for friends is lame.
  13. Turn off images in your Web browsers... by antdude · · Score: 1

    I used to surf the Web in Netscape, IE, and Mozilla without images downloaded. I can only get up to 3 KB/sec during dial-up days.

    --
    Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  14. Tired of 56k? by Anonymous Coward · · Score: 0

    Tell someone that you're tired of 56k.....

  15. Read documentation online? by Anonymous Coward · · Score: 0

    Just remember that these aren't online man pages...

  16. Web designers are in a lose/lose by oldosadmin · · Score: 2, Insightful

    I hear all these posts saying "why do you not care about 56k users, webmasters, boo hoo"... well, the bottom line is, it's a lose/lose situation.

    I run the site www.oldos.org, and I moved to a layout which loads probably about 4 times faster than the old layout, just to get fussed by a ton of people saying they hate it.

    Make up your mind! Do you want fast or dancing babies?

    --
    Jay | http://oldos.org
    1. Re:Web designers are in a lose/lose by Anonymous Coward · · Score: 0

      Its not loading fast anymore...

    2. Re:Web designers are in a lose/lose by hendridm · · Score: 1
      I moved to a layout which loads probably about 4 times faster than the old layout, just to get fussed by a ton of people saying they hate it.

      And yet, your site uses tables for layout instead of CSS. A lot of bandwidth savings can be saved by using CSS for layout as it is cached by the browser. Additionally, it makes for cleaner code and easier separation of code from design. It also makes it easer to design a site that is ADA-compliant, since the stylesheet is ignored, you can just have it show the content in a pleasing text view.

      My web site is an example. If you are using Firefox, try disabling the stylesheet. It will display in a mode that would be quite pleasant to any text reader. Alternatively, try viewing it with Lynx (same effect).

      No, my site doesn't verify. I just changed the design and some things are still borked, however, you can still get the idea and effect.

    3. Re:Web designers are in a lose/lose by oldosadmin · · Score: 1

      If you look, you'll realize my site is about Old Comptuers, so I avoid things that will make the site not work/be completely ugly in older browsers. Last time I checked, my site works perfect in 3.x and above browsers, with the exception of a couple of jscript errors caused by the google ad.

      --
      Jay | http://oldos.org
  17. RuneScape by FooAtWFU · · Score: 1

    Hey, my little brother has devoted countless hours to Runescape while on sub-56k dialup. It's really not all that bandwidth intensive save for updates. The actual gameplay portion can easily be had with a 28k modem. Just have a little patience (and hope they don't do a slew of updates in a short period of time).

    --
    The World Wide Web is dying. Soon, we shall have only the Internet.
  18. Memigo now by costas · · Score: 1

    You may wanna try the PDA version of my newsbot: not only it's light-weight itself, but you can customize it to link to light-weight versions of news articles only --plus it's personalized to your interests. Give it a shot...

  19. Great, put us all out of business. by oldosadmin · · Score: 1

    It's people who think like you who are causing the whole internet to slowly become subscription based.

    --
    Jay | http://oldos.org
    1. Re:Great, put us all out of business. by Anonymous Coward · · Score: 0

      Boo frickin hoo.

    2. Re:Great, put us all out of business. by molo · · Score: 2, Insightful

      Display is up to the client. Deal with it. The client may chose to ignore your stylesheet or your color scheme or your images.

      If your revenue model doedn't work with the realities of the general purpose web technology, which do you think is flawed, the revenue model or the technology?

      And I suppose browsing with text mode browsers or by blind people rob you of your revenue too? Get real.

      -molo

      --
      Using your sig line to advertise for friends is lame.
  20. Doesn't have to be lose/lose by friedegg · · Score: 2, Informative

    There are plenty of things you can do that aren't lose/lose:

    1. Use mod_gzip (or equivalent) to compress text pages. It's a small cpu hit on the server (less if you cache the gziped output), but it pays off in reduced bandwidth costs for you and faster page loads for users.

    2. Use properly compressed PNGs rather than GIFs for line art/text graphics. If at all possible, use actual text with styles instead of graphics.

    3. Use proper (X)HTML and CSS. They'll compress better if they're valid, and if you use external CSS files, users can cache them.

    4. Set correct expiration headers on pages/graphics to let the user's browser know how long it can cache them.

    --
    Google doesn't index user sigs, so stop trying to "Google Bomb" with them.
    1. Re:Doesn't have to be lose/lose by addaon · · Score: 1

      The first two can be done just be going through a decent proxy, though... i assume most people on slashdot have a shell account somewhere with a fast pipe, so there's really no excuse for not running your own proxy if your isp doesn't supply one.

      --

      I've had this sig for three days.
    2. Re:Doesn't have to be lose/lose by Ed+Avis · · Score: 2, Interesting

      There are some things the client can do to improve compression and caching. First, install wwwoffle, a caching http server which has an 'offline' mode so you can browse cached pages when not connected. If like me you really hate waiting for previously-viewed pages to download a second time, tweak the config file so it always uses cached copies when available. Then the Back button and viewing familiar sites will be lightning fast, but you'll need to hit Reload to get the latest version.

      I've also found it useful to run a proxy server on a remote host with a fast connection and then tunnel the http proxy port (usually 3128 or 8080) over ssh. Then there is just a single ssh connection between your machine and the proxy, with everything over that being compressed and no overhead of setting up new TCP connections, DNS lookups and so on. This is really fast, but I have found that the ssh tunnelling tended to freeze and the connection needed to be killed and restarted. (That was a few years ago, the bug may now be fixed.) You could try RabbIT as the upstream proxy, compressing images and such before sending them down.

      You can certainly combine all three - local wwwoffle, talking over a compressed ssh tunnel to RabbIT at a faster host...

      --
      -- Ed Avis ed@membled.com
    3. Re:Doesn't have to be lose/lose by friedegg · · Score: 2, Informative

      You can actually use the latest versions of Putty as a dynamic socks5 proxy (works with most browsers, mail clients, etc), so you don't even need a real proxy server, just an SSH connection that allows tunnelling.

      --
      Google doesn't index user sigs, so stop trying to "Google Bomb" with them.
  21. Good site for ad blocking by Anonymous Coward · · Score: 0

    http://pgl.yoyo.org/adservers discusses many different ways of blocking adservers.

    I use a Windows version of the Squid proxy cache server to proxy everything (HTTP, HTTPS), I think I save around 15% bandwidth on average when repeating visits to web sites (most major websites are not cache-friendly); using the above site's blocking list in "dstdom_regex" format is very effective in speeding up browsing further by preventing ads from being fetched in the first place.

  22. Memigo = Killer! by rinkjustice · · Score: 1

    I've been engrossed in Memigo for some time now... very cool. I'm not a news junky but this is great :)

  23. ADA compliance? by k4_pacific · · Score: 2, Funny

    Does that mean it contains Flouride?

    4 out of 5 dentists recommend ADA compliant websites.

    --
    Unknown host pong.
    1. Re:ADA compliance? by VilePSU2 · · Score: 1

      Americans with Disabilities Act.

  24. Switch your browser by natefanaro · · Score: 1

    Just use Lynx. There's no waiting for images or flash apps to load so you'll be surfing 500x faster!

  25. Gmail by rapjo · · Score: 2, Interesting

    From my own experience on broadband and what my friends who are stuck on 56k have told me, Gmail is quite awesome, even on a 56k.

  26. KISS by GrandCow · · Score: 1

    With a modem only connection, try games that are designed with the modem in mind. As geeky as it sounds, if you've got a modem you can always introduce them to a MUD. I have yet to meet the modem user that can't play one of those.

    It's geeky, yes.
    It will stimulate your childrens minds though.

    If they are in an enviornment that makes them think they absolutely need CS or any FPS then a cable modem/DSL are always available.

    --
    "Well kids, you tried your best, and you failed. The lesson is, never try." -Homer Simpson
    1. Re:KISS by GrandCow · · Score: 1

      I usually hate replying to myself, but I forgot to put this in my original post:

      If you are looking for a suggestion for a MUD, try out Gemstone IV (http://www.play.net/gs4/). It is by far the most fun MUD I've ever played, and it always has new content coming out. It has a monthly cost, but if you enjoy MUD's it is more than worth the monthly charge.

      --
      "Well kids, you tried your best, and you failed. The lesson is, never try." -Homer Simpson
  27. Self publicity by Spudley · · Score: 1

    I hesitate to say so, especially on Slashdot, but I have made a deliberate effort with my site www.BadPuns.com keep the file sizes small and good for dialup. :)

    (Gad, I hate being a self-publicist... make me feel so cheap)

    --
    (Spudley Strikes Again!)
    1. Re:Self publicity by Anonymous Coward · · Score: 0

      This might help: http://www.cd2me.com/

  28. Sure! by Anonymous Coward · · Score: 0
  29. First choice for a start page: www.myway.com by TYC · · Score: 1
    www.myway.com

    Their tagline says it all: "No Banners, No Popups, No Kidding".

    You can customize a home page there very much like Excite (my prior favorite layout of the "portal" pages), and they carry Reuters, AP and CBS news feeds, among others.

    On MyWay, I've seen text links to various features and programs that I don't trust to be free of spyware, such as a "speedbar" and "popswatter", but it's not like they try to auto-install anything or show a deceptive banner link.

    Clean, simple, customizable and fast-loading. You can't get much better for dial up access.

  30. MUD by Anonymous Coward · · Score: 0
    Introduce them to MUDding.
    MUD = not-quite-massivly-MORGP. Text based Everquest you could say :) If you have ever played text adventures like Zork etc, it is a little like playing that, but with other people in the game. They will be as fast as anyone else, even if they are on 56k, it will stimulate their imagination and help out their typing. It can also be a good first step into coding if they want to have their own house on their mud, or create a zone or whatever.

    I play over at Valheru and can reccommend it even for younger players (people playing there are from 8 to 38, with most people being in their teens. You can connect with telnet, with a mud-client or through the java-interfact on the website.

  31. GZIP compression! by Roman+Mamedov · · Score: 1

    I really appreciate when server administrators or webmasters turn on GZIP compression for all pages. Sometimes, it can reduce the amount of transferred data tenfold, or more! This is really nice, especially when your charges $0.2 per megabyte - but even on usual, pay-per-minute dialup helps save a lot of time and money.

  32. More interesting than fun by bill_mcgonigle · · Score: 1

    What other fun, interesting websites cater to the 56k crowd?

    When someone tells me that successful corporate sites have to be flash-heavy and 56k intolerant, especially business types, I like to show them the Berkshire Hathaway site.

    The reactions vary, but it's never, "Well, Warren Buffet is an idiot."

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  33. fast porn by Anonymous Coward · · Score: 0