A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Anyone know of a good/quick (and free) way to compress HTML code?



 
 
Thread Tools Display Modes
  #21  
Old May 16th, 2007, 01:47 AM posted to alt.www.webmaster,microsoft.public.access,microsoft.public.access.queries,alt.www.authoring.homesite,macromedia.homesite.general_discussion
Jerry Stuckle
external usenet poster
 
Posts: 16
Default Anyone know of a good/quick (and free) way to compress HTML code?

Martin Harran wrote:
"Jerry Stuckle" wrote in message
. ..

[...]

How much "more free" can you get than no charge?

SQL Server, even Express Edition is much more expensive than MySQL or
PostGres SQL. For starters, you have to spend a couple of hundred $$ for a
MS OS - a lot more if you're going to use it as a server. Windows XP Home
Edition won't hack it.


OP said he was using Access which means he's already on Windows.

Linux, OTOH, is completely free. As are both MySQL and PostGres SQL (as
long as you're not going to include them in a commercial application).


SQL Server Express can be used in commercial apps.



Yes, but he'll probably have to upgrade his Windows to run SQL Server.

And if he goes with either MySQL or PostGres SQL, he can dump Windows
and go with a good OS (Linux).

And I should clarify - both MySQL and PostGres SQL can be used in
commercial applications at no charge. But if you distribute them (at
least MySQL - haven't checked PostGres recently) there is a charge.

And both outperform SQL Server on equivalent hardware. Let's see you
run Windows 2003 Server, SQL Server (even Express Edition), IIS, SMTP
server and the rest on 128M. Heck - you can't even boot W2K3 Server
Server in 128M.

But Linux and all the rest run quite well in that. And bring the system
up to 512M-2K and it screams.

Sorry - Windows is an OK desktop. But it makes a lousy server.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.

==================
  #22  
Old May 16th, 2007, 02:08 AM posted to alt.www.webmaster,microsoft.public.access,microsoft.public.access.queries,alt.www.authoring.homesite,macromedia.homesite.general_discussion
DAVID
external usenet poster
 
Posts: 54
Default Anyone know of a good/quick (and free) way to compress HTML code?

I thought the limit for a memo field was nearer 65K?

No, the limit for a Textbox CONTROL is 64K OR 32K. The limit
for a memo FIELD is 1GB or 2GB.

(david)


Brian Cryer wrote:
"ship" wrote in message
ups.com...
Dreamweaver8, Windows XP Pro (SP2), Homesite and msAccess (2000)

Hi

Anyone know of a good/quick (and free) way to compress HTML code?

We are trying to use msAccess to create a slightly large email
(souce code is about 55KB and Access wont save it to a Memo field
because it is too large!)


I thought the limit for a memo field was nearer 65K? (But there is not point
in quibbling over where the limit is if you know you are hitting it.)

I think if you change the way you are accessing the memo field and use DAO
to access it then the limit disappears. An alternative is to use an "OLE
Object" type, but then you'll definitely need to drive it through code. So
whilst both of these will give you a way forward, neither are quick.

  #23  
Old May 16th, 2007, 09:41 AM posted to alt.www.webmaster,microsoft.public.access,microsoft.public.access.queries,alt.www.authoring.homesite,macromedia.homesite.general_discussion
Brian Cryer
external usenet poster
 
Posts: 4
Default Anyone know of a good/quick (and free) way to compress HTML code?

"DAVID" wrote in message
...
I thought the limit for a memo field was nearer 65K?


No, the limit for a Textbox CONTROL is 64K OR 32K. The limit
for a memo FIELD is 1GB or 2GB.


So if you are using straight Access (no DAO etc) then you are in effect
limited to a textbox which would explain where the 64K limit comes from.
Hence the limit on a memo field unless you use DAO etc which bypasses using
a textbox.

Nice to understand where the limitations come from. Thanks.
--
Brian Cryer
www.cryer.co.uk/brian


  #24  
Old May 16th, 2007, 11:24 AM posted to alt.www.webmaster,microsoft.public.access,microsoft.public.access.queries,alt.www.authoring.homesite,macromedia.homesite.general_discussion
Jerry Stuckle
external usenet poster
 
Posts: 16
Default Anyone know of a good/quick (and free) way to compress HTML code?

Andy Dingley wrote:
On 16 May, 01:47, Jerry Stuckle wrote:

And both outperform SQL Server on equivalent hardware.


That's a very dubious benchmark. Even MUMPS wil outperform SQL Server
for some apps on some hardware. It's not because it's "better" though,
it's because it's pitched at a smaller-scale market sector. MySQL
(less so for Postgres) is a hierarchical DB with some pretensions to a
relational facade. If you ask it to do hierarchical stuff, which is
all most small-scalle DBAs ever understand or use, then it runs
quickly and efficiently. If you ask it to model some valid relational
structure that doesn't map onto a hierarchical model well, then it
falls flat.

So MySQL will work fine for nearly all small web sites, whatever
they're doing, and is probably what ought to be used for them. However
saying that it will always beat SQL Server is too misleading to be
worth stating.


Andy,

Exactly what "valid relational structures" are you talking about? Both
do relational designs quite well.


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.

==================
  #25  
Old May 16th, 2007, 11:44 AM posted to alt.www.webmaster,microsoft.public.access,microsoft.public.access.queries,alt.www.authoring.homesite,macromedia.homesite.general_discussion
Jerry Stuckle
external usenet poster
 
Posts: 16
Default Anyone know of a good/quick (and free) way to compress HTML code?

Andy Dingley wrote:
On 16 May, 01:47, Jerry Stuckle wrote:

And both outperform SQL Server on equivalent hardware.


That's a very dubious benchmark. Even MUMPS wil outperform SQL Server
for some apps on some hardware. It's not because it's "better" though,
it's because it's pitched at a smaller-scale market sector. MySQL
(less so for Postgres) is a hierarchical DB with some pretensions to a
relational facade. If you ask it to do hierarchical stuff, which is
all most small-scalle DBAs ever understand or use, then it runs
quickly and efficiently. If you ask it to model some valid relational
structure that doesn't map onto a hierarchical model well, then it
falls flat.

So MySQL will work fine for nearly all small web sites, whatever
they're doing, and is probably what ought to be used for them. However
saying that it will always beat SQL Server is too misleading to be
worth stating.


I'll add one more thing. If I wanted extra things like recursive sql,
I'd be running DB2 on Linux.

SQL Server is ok for small sites. But requires way too many resources
for a big site.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.

==================
  #26  
Old May 17th, 2007, 02:04 AM posted to alt.www.webmaster,microsoft.public.access,microsoft.public.access.queries,alt.www.authoring.homesite,macromedia.homesite.general_discussion
david
external usenet poster
 
Posts: 398
Default Anyone know of a good/quick (and free) way to compress HTML code?

I'm not sure about the exact numbers. Also, I don't know when you have to
use GetChunk to get the data, and when you can just use the field value. A
search here would probably find better information.

(david)

"Brian Cryer" wrote in message
...
"DAVID" wrote in message
...
I thought the limit for a memo field was nearer 65K?


No, the limit for a Textbox CONTROL is 64K OR 32K. The limit
for a memo FIELD is 1GB or 2GB.


So if you are using straight Access (no DAO etc) then you are in effect
limited to a textbox which would explain where the 64K limit comes from.
Hence the limit on a memo field unless you use DAO etc which bypasses
using a textbox.

Nice to understand where the limitations come from. Thanks.
--
Brian Cryer
www.cryer.co.uk/brian




  #27  
Old May 18th, 2007, 06:06 PM posted to alt.www.webmaster,microsoft.public.access,microsoft.public.access.queries,alt.www.authoring.homesite,macromedia.homesite.general_discussion
Martin Harran
external usenet poster
 
Posts: 6
Default Anyone know of a good/quick (and free) way to compress HTML code?


"Jerry Stuckle" wrote in message
. ..
Martin Harran wrote:
"Jerry Stuckle" wrote in message
. ..



[...]

And both outperform SQL Server on equivalent hardware. Let's see you run
Windows 2003 Server, SQL Server (even Express Edition), IIS, SMTP server
and the rest on 128M. Heck - you can't even boot W2K3 Server Server in
128M.

But Linux and all the rest run quite well in that.



Well, if your priority is to have your server running on 128M memory or
other low spec hardware, then fine, go with Linux, that's not the priority
for most businesses.

And bring the system up to 512M-2K and it screams.

Sorry - Windows is an OK desktop. But it makes a lousy server.


W2003 is an excellent server.

Add in SQL 2005 and Exchange Server - on decent hardware, needless to say -
and you've got a set up that will handle anything that most businesses can
through at it.


  #28  
Old May 18th, 2007, 10:25 PM posted to alt.www.webmaster,microsoft.public.access,microsoft.public.access.queries,alt.www.authoring.homesite,macromedia.homesite.general_discussion
Jerry Stuckle
external usenet poster
 
Posts: 16
Default Anyone know of a good/quick (and free) way to compress HTML code?

Martin Harran wrote:
"Jerry Stuckle" wrote in message
. ..
Martin Harran wrote:
"Jerry Stuckle" wrote in message
. ..



[...]

And both outperform SQL Server on equivalent hardware. Let's see you run
Windows 2003 Server, SQL Server (even Express Edition), IIS, SMTP server
and the rest on 128M. Heck - you can't even boot W2K3 Server Server in
128M.

But Linux and all the rest run quite well in that.



Well, if your priority is to have your server running on 128M memory or
other low spec hardware, then fine, go with Linux, that's not the priority
for most businesses.


If your priority is to waste money on unnecessary hardware, then fine -
go with Windows. Cost and reliability are the priority for most
businesses - why do you think the vast majority of the web runs on Linux?

And bring the system up to 512M-2K and it screams.

Sorry - Windows is an OK desktop. But it makes a lousy server.


W2003 is an excellent server.

Add in SQL 2005 and Exchange Server - on decent hardware, needless to say -
and you've got a set up that will handle anything that most businesses can
through at it.



I've got one customer still on W2K3. With 512Mb they still don't
perform as well - even on static pages - as my Linux systems running on
128Mb.

And when you bring asp or asp.net into it, it's much slower and more
resource hungry than either Perl or PHP.

And my Linux systems cost several thousand dollars less than the
equivalent Windows systems.

+--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.

==================
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:13 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.