CF Builder 2 or Sublime Test 2

2013-03-18 Thread Rob Voyle

Hi Folks

Looking at:
CF Builder 2 or Sublime Test 2

do either validate web pages (missing td p) etc.

do either validate missing links?

Thanks
Rob


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355080
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF Builder 2 or Sublime Test 2

2013-03-18 Thread Mark Drew

CFBuilder might (if you write a plugin for it) since that deals with the idea 
of a site. I haven't seen one for Sublime Text 2 but that is just a matter of 
time really, it should be fairly easy to write


Sincerely

Mark Drew

On 18 Mar 2013, at 16:45, Rob Voyle robvo...@voyle.com wrote:

 
 Hi Folks
 
 Looking at:
 CF Builder 2 or Sublime Test 2
 
 do either validate web pages (missing td p) etc.
 
 do either validate missing links?
 
 Thanks
 Rob
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355081
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF Builder 2 or Sublime Test 2

2013-03-18 Thread Rob Voyle

Hi Mark
I was thinking more of integration with W3C or some built in html validator
I'm not too interested in writing my own.

Rob

On 18 Mar 2013 at 16:51, Mark Drew wrote:

 
 CFBuilder might (if you write a plugin for it) since that deals with
 the idea of a site. I haven't seen one for Sublime Text 2 but that
 is just a matter of time really, it should be fairly easy to write
 
 
 Sincerely
 
 Mark Drew
 
 On 18 Mar 2013, at 16:45, Rob Voyle robvo...@voyle.com wrote:
 
  
  Hi Folks
  
  Looking at:
  CF Builder 2 or Sublime Test 2
  
  do either validate web pages (missing td p) etc.
  
  do either validate missing links?
  
  Thanks
  Rob



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355082
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF Builder 2 or Sublime Test 2

2013-03-18 Thread Mark Drew

I know text mate  has this and I know there are some really awesome projects 
related to this (and CSS and JS for example) and a quick google brought this up:
http://www.sublimetext.com/forum/viewtopic.php?f=5t=2262

Remember, Sublime Text is made of plugins, so that is what you will look for 
things like this 

Sincerely

Mark Drew

On 18 Mar 2013, at 17:17, Rob Voyle robvo...@voyle.com wrote:

 
 Hi Mark
 I was thinking more of integration with W3C or some built in html validator
 I'm not too interested in writing my own.
 
 Rob
 
 On 18 Mar 2013 at 16:51, Mark Drew wrote:
 
 
 CFBuilder might (if you write a plugin for it) since that deals with
 the idea of a site. I haven't seen one for Sublime Text 2 but that
 is just a matter of time really, it should be fairly easy to write
 
 
 Sincerely
 
 Mark Drew
 
 On 18 Mar 2013, at 16:45, Rob Voyle robvo...@voyle.com wrote:
 
 
 Hi Folks
 
 Looking at:
 CF Builder 2 or Sublime Test 2
 
 do either validate web pages (missing td p) etc.
 
 do either validate missing links?
 
 Thanks
 Rob
 
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355083
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF Builder 2 or Sublime Test 2

2013-03-18 Thread Rodney Enke

Check out the SublimeLinter plugin for Sublime Text 2. It adds html tidy
support as well as support for many other languages.

https://github.com/SublimeLinter/SublimeLinter



On Mon, Mar 18, 2013 at 12:17 PM, Rob Voyle robvo...@voyle.com wrote:


 Hi Mark
 I was thinking more of integration with W3C or some built in html validator
 I'm not too interested in writing my own.

 Rob

 On 18 Mar 2013 at 16:51, Mark Drew wrote:

 
  CFBuilder might (if you write a plugin for it) since that deals with
  the idea of a site. I haven't seen one for Sublime Text 2 but that
  is just a matter of time really, it should be fairly easy to write
 
 
  Sincerely
 
  Mark Drew
 
  On 18 Mar 2013, at 16:45, Rob Voyle robvo...@voyle.com wrote:
 
  
   Hi Folks
  
   Looking at:
   CF Builder 2 or Sublime Test 2
  
   do either validate web pages (missing td p) etc.
  
   do either validate missing links?
  
   Thanks
   Rob



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355084
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF Builder 2 or Sublime Test 2

2013-03-18 Thread Raymond Camden

You can do this with Brackets. I wrote an extension to check for HTML
validity.


On Mon, Mar 18, 2013 at 12:25 PM, Rodney Enke renk...@gmail.com wrote:


 Check out the SublimeLinter plugin for Sublime Text 2. It adds html tidy
 support as well as support for many other languages.

 https://github.com/SublimeLinter/SublimeLinter



 On Mon, Mar 18, 2013 at 12:17 PM, Rob Voyle robvo...@voyle.com wrote:

 
  Hi Mark
  I was thinking more of integration with W3C or some built in html
 validator
  I'm not too interested in writing my own.
 
  Rob
 
  On 18 Mar 2013 at 16:51, Mark Drew wrote:
 
  
   CFBuilder might (if you write a plugin for it) since that deals with
   the idea of a site. I haven't seen one for Sublime Text 2 but that
   is just a matter of time really, it should be fairly easy to write
  
  
   Sincerely
  
   Mark Drew
  
   On 18 Mar 2013, at 16:45, Rob Voyle robvo...@voyle.com wrote:
  
   
Hi Folks
   
Looking at:
CF Builder 2 or Sublime Test 2
   
do either validate web pages (missing td p) etc.
   
do either validate missing links?
   
Thanks
Rob
 
 
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355085
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm