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
  #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, 03:55 PM posted to microsoft.public.access
'69 Camaro
external usenet poster
 
Posts: 1,049
Default Anyone know of a good/quick (and free) way to compress HTML code?

(Removed irrelevant cross-post newsgroups.)

Hi, Ship.

(souce code is about 55KB and Access wont save it to a Memo field
because it is too large!)


Use VBA code to save the data to the record, instead of copy/pasting into
the text box. Access 2000 can save up to 65,535 characters in a Memo field
when entering data through user interface, but up to 1 GB when it's entered
programmatically.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blogs: www.DataDevilDog.BlogSpot.com, www.DatabaseTips.BlogSpot.com
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.


"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



  #4  
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


  #5  
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
  #6  
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
  #7  
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



  #8  
Old May 3rd, 2007, 11:30 PM posted to microsoft.public.access
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

for everything

MDB, if you use it you should fire yourself and go and read a sql server
book in the unemployment line



"'69 Camaro" AM wrote in
message ...
(Removed irrelevant cross-post newsgroups.)

Hi, Ship.

(souce code is about 55KB and Access wont save it to a Memo field
because it is too large!)


Use VBA code to save the data to the record, instead of copy/pasting into
the text box. Access 2000 can save up to 65,535 characters in a Memo

field
when entering data through user interface, but up to 1 GB when it's

entered
programmatically.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blogs: www.DataDevilDog.BlogSpot.com, www.DatabaseTips.BlogSpot.com
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.


"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





  #9  
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



  #10  
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
 




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 03:07 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.