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 » Running & Setting Up Queries
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
  #1  
Old May 3rd, 2007, 12:58 PM posted to alt.www.webmaster,microsoft.public.access,microsoft.public.access.queries,alt.www.authoring.homesite,macromedia.homesite.general_discussion
ship
external usenet poster
 
Posts: 80
Default Anyone know of a good/quick (and free) way to compress HTML code?

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!)


With thanks


Ship
Shiperton Henethe

  #2  
Old May 3rd, 2007, 02:44 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?

ship wrote:
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!)


With thanks


Ship
Shiperton Henethe

Very simple. Open it in Notepad. Then press:

Ctrl-A
Ctrl-X
Ctrl-S

Cuts the size considerably.

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

==================
  #3  
Old May 3rd, 2007, 05:19 PM posted to microsoft.public.access.queries,microsoft.public.access
Todd @ www.brainstorminc.com
external usenet poster
 
Posts: 16
Default Anyone know of a good/quick (and free) way to compress HTML code?

There is a great free utility you can use which will remove all the white
space charactes in your code called named HTML Compress. It has a number of
options to help you optimize your HTML code and reduce your code size. You
can search for it online or goto the following link to download it for free.

http://www.freesoft.fsnet.co.uk/html01.htm

Goodluck!
--
Todd Keith
Microsoft Desktop Training Specialist
www.brainstorminc.com

"Wasted end-user time due to lack of training accounted for the biggest
piece of the spoftware spending pie" -Gartner



"ship" wrote:

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!)


With thanks


Ship
Shiperton Henethe


  #4  
Old May 3rd, 2007, 06:56 PM posted to alt.www.webmaster,microsoft.public.access,microsoft.public.access.queries,alt.www.authoring.homesite,macromedia.homesite.general_discussion
Bergamot
external usenet poster
 
Posts: 2
Default Anyone know of a good/quick (and free) way to compress HTML code?

ship wrote:

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


http://www.gzip.org/

--
Berg
  #5  
Old May 3rd, 2007, 07:34 PM posted to alt.www.webmaster,microsoft.public.access,microsoft.public.access.queries,alt.www.authoring.homesite
Fred Atkinson
external usenet poster
 
Posts: 12
Default Anyone know of a good/quick (and free) way to compress HTML code?

On 3 May 2007 04:58:16 -0700, ship wrote:

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!)


With thanks


Ship
Shiperton Henethe


I don't use Notepad as it is too limited in what it can do. I
used a text editing program called Ultraedit instead. It is a very
powerful text editor.

But when I read your question, I checked to see if it had this
feature. In fact it does/ You use the 'Format', 'HTML Validation',
and use the 'Run HTML Tidy' option. I ran it on a very old page I
wrote when I was very early in coding in HTML. It completely
automated the things I used to manually do to clean up a Web page.

Thanks for raising this question. You learn something new
every day.



Fred
  #6  
Old May 3rd, 2007, 11:30 PM posted to alt.www.webmaster,microsoft.public.access,microsoft.public.access.queries,alt.www.authoring.homesite,macromedia.homesite.general_discussion
Aaron Kempf
external usenet poster
 
Posts: 245
Default Anyone know of a good/quick (and free) way to compress HTML code?

just use SQL Server, kid




"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!)


With thanks


Ship
Shiperton Henethe



  #7  
Old May 3rd, 2007, 11:31 PM posted to alt.www.webmaster,microsoft.public.access,microsoft.public.access.queries,alt.www.authoring.homesite
Aaron Kempf
external usenet poster
 
Posts: 245
Default Anyone know of a good/quick (and free) way to compress HTML code?

sorry kid

if you think that UltraEdit is the bomb?
then you should just lose the training wheels and use SQL Server Management
Studio


"Fred Atkinson" wrote in message
...
On 3 May 2007 04:58:16 -0700, ship wrote:

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!)


With thanks


Ship
Shiperton Henethe


I don't use Notepad as it is too limited in what it can do. I
used a text editing program called Ultraedit instead. It is a very
powerful text editor.

But when I read your question, I checked to see if it had this
feature. In fact it does/ You use the 'Format', 'HTML Validation',
and use the 'Run HTML Tidy' option. I ran it on a very old page I
wrote when I was very early in coding in HTML. It completely
automated the things I used to manually do to clean up a Web page.

Thanks for raising this question. You learn something new
every day.



Fred



  #8  
Old May 4th, 2007, 01:15 AM posted to alt.www.webmaster,microsoft.public.access,microsoft.public.access.queries,alt.www.authoring.homesite
Fred Atkinson
external usenet poster
 
Posts: 12
Default Anyone know of a good/quick (and free) way to compress HTML code?

On Thu, 3 May 2007 15:31:39 -0700, "Aaron Kempf"
wrote:

sorry kid

if you think that UltraEdit is the bomb?
then you should just lose the training wheels and use SQL Server Management
Studio


It sure saves me a lot of work when I am coding.

I'm sure there are better packages out there. But it works
fine for my purposes.

And it does leave Notepad way behind in the dust.





Fred
  #9  
Old May 4th, 2007, 02:42 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?

Aaron Kempf wrote:
just use SQL Server, kid




"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!)


With thanks


Ship
Shiperton Henethe




And why should he waste several thousand dollars on it? Rather, MySQL
or PostGres SQL will do the job he needs, and for free.

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

==================
  #10  
Old May 4th, 2007, 09:48 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?

"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.
--
Brian Cryer
www.cryer.co.uk/brian


 




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 11:22 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.