|
Re: Html code beautifier [message #173677 is a reply to message #173676] |
Thu, 28 April 2011 13:30 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 4/28/2011 9:24 AM, Joe Snodgrass wrote:
>
> I'm looking for an html code beautifier. Would anybody know where I
> can get such a thing? TIA.
Try an html newsgroup.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|
Re: Html code beautifier [message #173678 is a reply to message #173677] |
Thu, 28 April 2011 13:44 |
Lew
Messages: 8 Registered: April 2011
Karma: 0
|
Junior Member |
|
|
On 04/28/2011 09:30 AM, Jerry Stuckle wrote:
> On 4/28/2011 9:24 AM, Joe Snodgrass wrote:
>>
>> I'm looking for an html [sic] code beautifier. Would anybody know where I
>> can get such a thing? TIA.
>
> Try an html [sic] newsgroup.
>
Oh, come on. Help out a cross-posting brother who posts to every other group
*but* an HTML newsgroup:
http://lmgtfy.com/?q=html+code+beautifier
Also, the OP might wish to consider using one of the popular IDEs (Integrated
Development Environments) out there, such as emacs; they all know how to
"beautify" HTML. (Beauty is in your eye, beholder.)
--
Lew
Honi soit qui mal y pense.
http://upload.wikimedia.org/wikipedia/commons/c/cf/Friz.jpg
|
|
|
Re: Html code beautifier [message #173681 is a reply to message #173678] |
Thu, 28 April 2011 15:24 |
Graham Hobbs
Messages: 42 Registered: September 2010
Karma: 0
|
Member |
|
|
On Thu, 28 Apr 2011 09:44:48 -0400, Lew <noone(at)lewscanon(dot)com> wrote:
> On 04/28/2011 09:30 AM, Jerry Stuckle wrote:
>> On 4/28/2011 9:24 AM, Joe Snodgrass wrote:
>>>
>>> I'm looking for an html [sic] code beautifier. Would anybody know where I
>>> can get such a thing? TIA.
>>
>> Try an html [sic] newsgroup.
>>
>
> Oh, come on. Help out a cross-posting brother who posts to every other group
> *but* an HTML newsgroup:
>
> http://lmgtfy.com/?q=html+code+beautifier
>
> Also, the OP might wish to consider using one of the popular IDEs (Integrated
> Development Environments) out there, such as emacs; they all know how to
> "beautify" HTML. (Beauty is in your eye, beholder.)
Hey Lew,
That link was neat!
Graham
|
|
|
|
|
Re: Html code beautifier [message #173684 is a reply to message #173676] |
Thu, 28 April 2011 17:51 |
me
Messages: 192 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 4/28/2011 9:24 AM, Joe Snodgrass wrote:
>
> I'm looking for an html code beautifier. Would anybody know where I
> can get such a thing? TIA.
Notepad++ has a decent HTML Tidy tool. Has other good attributes also.
Bill B
|
|
|
Re: Html code beautifier [message #173688 is a reply to message #173684] |
Thu, 28 April 2011 20:56 |
Mr. B-o-B
Messages: 42 Registered: April 2011
Karma: 0
|
Member |
|
|
On 04/28/2011 12:51 PM, Bill B wrote:
> On 4/28/2011 9:24 AM, Joe Snodgrass wrote:
>>
>> I'm looking for an html code beautifier. Would anybody know where I
>> can get such a thing? TIA.
>
> Notepad++ has a decent HTML Tidy tool. Has other good attributes also.
>
> Bill B
+1 on notepad++. It's great. I use it for just about everything on
windows boxes
|
|
|
Re: Html code beautifier [message #173689 is a reply to message #173676] |
Thu, 28 April 2011 21:20 |
Roedy Green
Messages: 1 Registered: April 2011
Karma: 0
|
Junior Member |
|
|
On Thu, 28 Apr 2011 06:24:32 -0700 (PDT), Joe Snodgrass
<joe(dot)snod(at)yahoo(dot)com> wrote, quoted or indirectly quoted someone who
said :
> I'm looking for an html code beautifier. Would anybody know where I
> can get such a thing? TIA.
I use a combination of tools:
HTMLTidy which requires a lot of configuring. See
http://mindprod.com/jgloss/htmltidy.html
HTMLTidy does a fair number of idiotic things to the code. I use a
Funduc Search/replace script to clean up after it.
Then I use Compactor to get rid of any excess blank space.
see http://mindprod.com/products1.html#COMPACTOR
I have my own tidier on the stack in a state of partial completion
with several projects ahead of it.
--
Roedy Green Canadian Mind Products
http://mindprod.com
Politicians complain that Kindles and iBooks are killing jobs by
destroying the paper book industry. I see it that they have create a way
to produce books for less than a third the cost without destroying forests
and emitting greenhouse gases in the process. They have created wealth.
They are encouraging literacy and cutting the costs of education.
|
|
|
Re: Html code beautifier [message #173690 is a reply to message #173678] |
Thu, 28 April 2011 23:49 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 4/28/2011 9:44 AM, Lew wrote:
> On 04/28/2011 09:30 AM, Jerry Stuckle wrote:
>> On 4/28/2011 9:24 AM, Joe Snodgrass wrote:
>>>
>>> I'm looking for an html [sic] code beautifier. Would anybody know
>>> where I
>>> can get such a thing? TIA.
>>
>> Try an html [sic] newsgroup.
>>
>
> Oh, come on. Help out a cross-posting brother who posts to every other
> group *but* an HTML newsgroup:
>
> http://lmgtfy.com/?q=html+code+beautifier
>
> Also, the OP might wish to consider using one of the popular IDEs
> (Integrated Development Environments) out there, such as emacs; they all
> know how to "beautify" HTML. (Beauty is in your eye, beholder.)
>
Yes, he posted everyplace but an appropriate newsgroup.
However, anyone can google for an answer. But that seldom gets good
recommendations - which he can get if he asks in the appropriate newsgroup.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|
|
Re: Html code beautifier [message #173695 is a reply to message #173688] |
Fri, 29 April 2011 14:30 |
Graham Hobbs
Messages: 42 Registered: September 2010
Karma: 0
|
Member |
|
|
On Thu, 28 Apr 2011 15:56:57 -0500, "Mr. B-o-B"
<mr(dot)chew(dot)baka(at)gmail(dot)com> wrote:
> On 04/28/2011 12:51 PM, Bill B wrote:
>> On 4/28/2011 9:24 AM, Joe Snodgrass wrote:
>>>
>>> I'm looking for an html code beautifier. Would anybody know where I
>>> can get such a thing? TIA.
>>
>> Notepad++ has a decent HTML Tidy tool. Has other good attributes also.
>>
>> Bill B
>
> +1 on notepad++. It's great. I use it for just about everything on
> windows boxes
Without me doing a lot of reading (am major busy), how does it compare
to ISPF?
|
|
|
Re: Html code beautifier [message #173698 is a reply to message #173677] |
Fri, 29 April 2011 18:47 |
Donkey Hottie
Messages: 1 Registered: April 2011
Karma: 0
|
Junior Member |
|
|
28.4.2011 16:30, Jerry Stuckle kirjoitti:
> On 4/28/2011 9:24 AM, Joe Snodgrass wrote:
>>
>> I'm looking for an html code beautifier. Would anybody know where I
>> can get such a thing? TIA.
>
> Try an html newsgroup.
>
Netbeans. I has good XML and HTML editing capabilities, with a formatter.
--
Excellent time to become a missing person.
|
|
|
Re: Html code beautifier [message #173713 is a reply to message #173695] |
Sat, 30 April 2011 20:18 |
me
Messages: 192 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 4/29/2011 10:30 AM, Graham Hobbs wrote:
> On Thu, 28 Apr 2011 15:56:57 -0500, "Mr. B-o-B"
> <mr(dot)chew(dot)baka(at)gmail(dot)com> wrote:
>
>> On 04/28/2011 12:51 PM, Bill B wrote:
>>> On 4/28/2011 9:24 AM, Joe Snodgrass wrote:
>>>>
>>>> I'm looking for an html code beautifier. Would anybody know where I
>>>> can get such a thing? TIA.
>>>
>>> Notepad++ has a decent HTML Tidy tool. Has other good attributes also.
>>>
>>> Bill B
>>
>> +1 on notepad++. It's great. I use it for just about everything on
>> windows boxes
> Without me doing a lot of reading (am major busy), how does it compare
> to ISPF?
Sorry, have not used it, cannot say.
Bill B
|
|
|