Anyone know a good tool for validating XHTML/CSS offline? [closed] - css

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'd like to find a command-line tool for Linux that will validate both XHTML and CSS. As silly as this may sound, I'd like it to be able to operate offline.

HTML tidy is a great tool for X/HTML validation
There is a Windows GUI available for tidy.
Tidy's sourceforge page is here.
For plain-old XHTML or XML validation you can use any XML editor with a validator. Or a simple tool like xmlstartlet.
The W3C's CSS validator is also available for download
This tool claims to do offline CSS validation

HTML Tidy is the defacto tool for this.

I'm a big fan of Tidy: http://tidy.sourceforge.net/.

Related

Online tool to check/validate css [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Is this website code beautify reliable to check my css codes in details or are there other tools?
There are many websites like the one you've attached in your question and they usually follow the same rules, so I wouldn't be too worried about what you use. I use CSSLint from time to time, http://csslint.net/, which is very strict on the syntax and how you are using your rules.
The most important part of your CSS (in my opinion) should be, how reusable and maintainable your style sheets are, and there are many articles on the web which outline some of the principles you should be using, like https://speckyboy.com/good-bad-css-practices/, and a quick google for CSS practices will reveal many different guides and articles on this.
There are also IDEs with a form of intellisense on the CSS syntax, like WebStorm or Visual Studio Code (https://code.visualstudio.com/docs/languages/css), so you don't have to paste your styles to and from a website.

HTML site verification tool [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I need an online tool, in which I just enter an HTML website's URL and it gives me the list of issues in it. What type of issues I need to check are:
404 error and other errors like this.
HTML5 compatibility issues like this tag is no more being
used in HTML5 and other errors like this.
CSS issues.
Any other issues related to HTML websites standards.
You should try this validation tool from W3C.
http://validator.w3.org/

Opensource alternative to mobiscroll [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am following a tutorial found here:
http://stevenbooks.com/2012/09/28/jquery-datetime-mobile-picker/
however when it comes to adding the iPhone like scroll wheels for selecting date/time the suggested "mobiscroll" has a hefty license fee.
http://mobiscroll.com/
I was hoping someone new of an opensource alternative that would offer similar functionality.
it is primarily for aesthetics as this date/time picker is intended to be accessed primarily across mobile devices.
The core of mobiscroll is open source, as per their FAQ page. Looking on the code their, it looks pretty complete.
The mobiscroll core is open source, and you can build your own custom
scrollers with it. The easiest way to get started with mobiscroll
development is through our GitHub page.

open ms word or component similar in browser [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
i programing with asp.net and want use and open (open & edit doc file) ms word online or component similar in browser. Should I use component or program for this job?
ex:
http://inspic.com/7822594D
I want a component similar to the above.
Good luck with that.
There are some free Javascript WYSIWYG components out there which give you limited rich-text editing capabilities, like CKEditor and TinyMCE, but certainly nothing on the level of Microsoft Word. Opening and editing Word documents will also be problematic — these editors all work directly on HTML, not other formats.
Ultimately, if you want to work with Word documents online, you will probably end up needing to build something yourself, and it will be pretty limited compared to Word.

c# Converter from html to pdf, xls [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
Hi i'm looking for a free asp.net library for converting html in pdf, xls formats?
thanks
How about ITextSharp?
http://itextsharp.sourceforge.net/tutorial/index.html
That might help.
Certainly does XHtml to PDF
http://itextsharp.sourceforge.net/tutorial/ch07.html
Take a look at ABCpdf...
It's a PDF library designed for use with ASP.NET. Imports web pages and HTML, and office document formats such as XLS.
ABCpdf is a commercial product, however the standard edition can be obtained free of charge as a special offer.
I know you stated that it should be free but try
winnovative
They have a free trial. Its pretty awesome.

Resources