Posts

Showing posts with the label html

Using Winnovative HTML to PDF Converter in C to generate PDF File

Image
Using Winnovative HTML to PDF Converter in C to generate PDF File Steps: 1. Add wnvhtmlconvert.dll to Project Reference under Visual Studio 2. Import it into your code behind file "using Winnovative.WnvHtmlConvert;" 3. Add your PdfConverterKey into Web.Config <add key="PdfConverterKey" value="your key here"/> 4. Write Below Code (Click to Expand) And you are done. Let me know if you have any questions download  file  now

Versions of HTML

Image
Versions of HTML HTML-HYPERTEXT MARKUP LANGUAGE _________________________________________________________________________________ Well we all have been using HTML of diff versions somewhere in our everyday life weather its in low powered pones or super powered smart phones and tables and many more Through all this HTML has gone through many changes which we will discuss today Well so far there are currently five versions of HTML HTML HTML2 HTML3 HTML4 HTML5- most recent Lets discuss about each of them in brief HTML 1.0 (1989-1994) This was the first ever version of HTML ever released. supported inline images and text controls Very limited styling was possible So we can say that HTML 1.0 lacked due to its styling limitations. Every page made looked similar with same background and font.This version was only supported by Lynx and mosaic.  HTML 2.0(1995) This was considerably improved version supported more browsers supported forms with text boxes and option buttons page background...

Validating HTML Text Area for HTML tags using Javascript RegEx

Image
Validating HTML Text Area for HTML tags using Javascript RegEx The below code might help you with validation of certain HTML tags entered in a TextArea. (Click image to enlarge). download  file  now