FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Html code beautifier
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Html code beautifier [message #173676] Thu, 28 April 2011 13:24 Go to next message
Joe Snodgrass is currently offline  Joe Snodgrass
Messages: 4
Registered: April 2011
Karma: 0
Junior Member
I'm looking for an html code beautifier. Would anybody know where I
can get such a thing? TIA.
Re: Html code beautifier [message #173677 is a reply to message #173676] Thu, 28 April 2011 13:30 Go to previous messageGo to next message
Jerry Stuckle is currently offline  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 Go to previous messageGo to next message
Lew is currently offline  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 Go to previous messageGo to next message
Graham Hobbs is currently offline  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 #173682 is a reply to message #173681] Thu, 28 April 2011 15:45 Go to previous messageGo to next message
Lew is currently offline  Lew
Messages: 8
Registered: April 2011
Karma: 0
Junior Member
Graham Hobbs wrote:
> Lew wrote:
>> http://lmgtfy.com/?q=html+code+beautifier

> That link was neat!

I love that site, and I always follow the links I post.

I never tire of the LMGTFY animation.

--
Lew
Honi soit qui mal y pense.
http://upload.wikimedia.org/wikipedia/commons/c/cf/Friz.jpg
Re: Html code beautifier [message #173683 is a reply to message #173676] Thu, 28 April 2011 17:11 Go to previous messageGo to next message
Martin Gregorie is currently offline  Martin Gregorie
Messages: 1
Registered: April 2011
Karma: 0
Junior Member
On Thu, 28 Apr 2011 06:24:32 -0700, Joe Snodgrass wrote:

> I'm looking for an html code beautifier. Would anybody know where I can
> get such a thing? TIA.

Try HTML-tidy, http://tidy.sourceforge.net/

--
martin@ | Martin Gregorie
gregorie. | Essex, UK
org |
Re: Html code beautifier [message #173684 is a reply to message #173676] Thu, 28 April 2011 17:51 Go to previous messageGo to next message
me is currently offline  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 Go to previous messageGo to next message
Mr. B-o-B is currently offline  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 Go to previous messageGo to next message
Roedy Green is currently offline  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 Go to previous messageGo to next message
Jerry Stuckle is currently offline  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 #173694 is a reply to message #173676] Fri, 29 April 2011 14:29 Go to previous messageGo to next message
Twayne is currently offline  Twayne
Messages: 135
Registered: September 2010
Karma: 0
Senior Member
In news:681e4100-5c0a-478d-abce-ec20c123078c(at)t16g2000vbi(dot)googlegroups(dot)com,
Joe Snodgrass <joe(dot)snod(at)yahoo(dot)com> typed:
> I'm looking for an html code beautifier. Would anybody
> know where I can get such a thing? TIA.

Find tidy.exe for HTML with a search engine
Re: Html code beautifier [message #173695 is a reply to message #173688] Fri, 29 April 2011 14:30 Go to previous messageGo to next message
Graham Hobbs is currently offline  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 Go to previous messageGo to next message
Donkey Hottie is currently offline  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 Go to previous message
me is currently offline  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
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Spaces in filenames
Next Topic: Running a C++ Library Function or Executable Using PHP
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 10 18:35:55 GMT 2024

Total time taken to generate the page: 0.02683 seconds