473,473 Members | 2,155 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How to organize page with tons of links?

Here is an example http://free.prohosting.com/iskrica/

Originally, this page is close to 1.5Mb but it was compressed with
javascript. Any idea how to make it smaller (some automatic chunking
software?) or even searcheable (by sex, age, etc...)?
Jul 23 '05 #1
4 2351
cirano wrote:
Here is an example http://free.prohosting.com/iskrica/

Originally, this page is close to 1.5Mb but it was compressed with
javascript. Any idea how to make it smaller (some automatic chunking
software?) or even searcheable (by sex, age, etc...)?


Smaller - enable gzip compression on the server. Then you can lose the
JS compression, as it'll be redundant.

If it were gziped the requested page (291485 bytes) would be the
following sizes at:

Level bytes % of orig size
0 291531 100.0158
1 163496 56.0907
2 162585 55.7782
3 160317 55.0001
4 156913 53.8323
5 155545 53.363
6 154798 53.1067
7 154287 52.9314
8 153956 52.8178
9 153956 52.8178

(thanks to www.twisted4life.com for this table!)

Searchable - you'll need to completely rebuild the site with a database
back-end and scripted front end. My favourites are PHP and MySQL.

--
Mark.
http://tranchant.plus.com/
Jul 23 '05 #2

"Mark Tranchant" <ma**@tranchant.plus.com> wrote in message
news:41***********************@ptn-nntp-reader04.plus.net...

Smaller - enable gzip compression on the server. Then you can lose the JS
compression, as it'll be redundant.
Not possible, it's a free server.
If it were gziped the requested page (291485 bytes) would be the following
sizes at:

Level bytes % of orig size
0 291531 100.0158
1 163496 56.0907
2 162585 55.7782
3 160317 55.0001
4 156913 53.8323
5 155545 53.363
6 154798 53.1067
7 154287 52.9314
8 153956 52.8178
9 153956 52.8178

(thanks to www.twisted4life.com for this table!)
Interesting, i tried non-compressed version and got similar results. Worth a
shot!
Searchable - you'll need to completely rebuild the site with a database
back-end and scripted front end. My favourites are PHP and MySQL.


Well, since it's on a free server I doubt there will be SQL service
avaiable.
This is simply too long page, it needs some sort of shrinking.
Jul 23 '05 #3
Hi,

I cant really think of a way to shrink it, is it such a difficulty to
split the pages up? Ie. 20 links per page? You could build an
interface with frames so that the pages would be easily navigatable -
much more efficient on both the server and client sides, whereas now
you have to download 1.5mb (albiet uncompressed) even if you only need
one link..

Interesting problem though!

Chris.
Jul 23 '05 #4
cirano wrote:
Searchable - you'll need to completely rebuild the site with a database
back-end and scripted front end. My favourites are PHP and MySQL.
Well, since it's on a free server I doubt there will be SQL service
avaiable.

Have you checked?
This is simply too long page, it needs some sort of shrinking.

Then break the page into smaller pieces. Choose a sorting method
(alphabetical, length, etc), provide a table of contents, and next and
previous links.

--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Jul 23 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Bruce W...1 | last post by:
I've been learning about PHP for a couple of weeks. With includes, PHP scripts, and HTML I can see where a large and complex website could easily turn in to a big hairy mess with files all over...
3
by: _andrea | last post by:
I'd like to write a web-application with other people. It is the first time I write code together other person. I'd like to ask you some advices: 1)have an advice? 2)wich program to use for VCS...
13
by: NoSpamThankYouMam | last post by:
I am looking for a product that I am not sure exists. I have bookmarks to webpages in Internet Explorer, Mozilla Firefox, Opera, Netscape Navigator, and on a "Favorite Links" page on my website....
3
by: Stephan Zaubzer | last post by:
Is it possible to organize forms so that their Code is seperated in several classes? What I would like to do is to have the code of the content for each tab page in seperate classes. Example:...
2
by: key9 | last post by:
Hi all on last post I confused on how to organize file of class, ok ,the problem solved : should include class define head on cpp file. but this time ,still link error: strange is I put the...
69
by: RC | last post by:
I know how to do this in JavaScript by window.open("newFile.html", "newTarget", "scrollbars=no,resizable=0,width=200,height=200"); The browser will open a new window size 200x200, not allow...
0
by: tommaso.gastaldi | last post by:
I have a solution with 1 project on which I am working on say Pr1 I have another solution with another project, say Pr2. Source file in the existing Pr2 are organized within several nested...
3
by: Andy B | last post by:
I have a web form that has controls to be modified on it. The class that will modify the controls is not contained inside the page code. How would I best pass the controls to the external class?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.