Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.209.404 Times

Css Validator software
Filter: All | Freeware | Demo
 

Css Validator

< 1 2 3 4 5 > 
Released: December 10, 2002  |  Added: April 15, 2006 | Visits: 4.085

JustStyle CSS Editor JustStyle CSS Editor is full-featured yet easy-to-use software for webmasters. It is a specialized style sheets development environment, featuring everything you need to develop and deploy cascade style sheets. JustStyle CSS Editor is a cross-platform application. Written entirely in Java, it...



Platforms: Windows

License: Shareware Cost: $24.00 USD Size: 9.18 MB Download (497): JustStyle CSS Editor Download

Added: July 02, 2006 | Visits: 2.282

Astyle CSS editor Fairly easy-to-use interface; Graphic tree-type view of attachment files and the CSS structure; Grouped view of properties and selectors; Conceptual model of editing; Automatic selection and grouping of CSS selectors from a structured document; Active WYSIWYG preview of CSS properties...





Platforms: Windows

License: Shareware Cost: $55.00 USD Size: 958 KB Download (459): Astyle CSS editor Download

Added: May 11, 2006 | Visits: 4.941

CSS Tab Designer CSS Tab Designer is a unique and easy to use software to help you design css-based lists and tabs visually and without any programming knowledge required! With CSS Tab Designer, you can : Quickly design your list visually Choose from a variety of styles/colors (currently 45 different...


Platforms: Windows

License: Freeware Size: 1.04 MB Download (252): CSS Tab Designer Download

Released: November 15, 2006  |  Added: November 19, 2006 | Visits: 3.593

1st JavaScript Editor Pro 3.8 1st JavaScript Editor is advanced JavaScript Editor, Validator and Debugger for beginners and professionals! AJAX developers can easily use the program as advanced Ajax Editor. First JavaScript Editor is used for professionally editing JavaScript code and creating animations and other special...


Platforms: Windows

License: Shareware Cost: $49.90 USD Size: 7.01 MB Download (232): 1st JavaScript Editor Pro 3.8 Download

Released: November 18, 2006  |  Added: November 20, 2006 | Visits: 7.380

CSS Scrollbar Color Designer Make your web site shine with spectacular CSS scrollbar color themes. The Renegade CSS Scrollbar Color Designer is point and click easy with color pickers, color mixing sliders, and color eye-droppers that can pick any color from anywhere on your screen. Real time previews let you mix colors...


Platforms: Windows

License: Shareware Cost: $4.95 USD Size: 703.92 KB Download (241): CSS Scrollbar Color Designer Download

Released: June 25, 2009  |  Added: June 27, 2009 | Visits: 11.837

CSS Menu Generator CSS Menu Generator is a free WYSIWYG menu generator. With this version of the tool you can generate multi-level horizontal or vertical pull-down menu (also called "drop-down" menu). To generate your menu -- just select menu type, add menu items, customize color and font settings, then export all...


Platforms: Windows

License: Freeware Size: 2.5 MB Download (2011): CSS Menu Generator Download

Released: January 20, 2016  |  Added: May 25, 2016 | Visits: 2.527

JS Auto Form Validator The JS Auto Form Validator is an easy-to-setup form validation script which enables you to handle the whole form validation process without writing any JavaScript code. This script allows you to specify certain form elements as "required" or "non-required" and also what specific type they have:...


Platforms: Windows, *nix, Windows 7

License: Freeware Size: 93.22 KB Download (231): JS Auto Form Validator Download

Released: September 16, 2011  |  Added: October 03, 2011 | Visits: 3.485

Deluxe CSS Menu Deluxe CSS Menu is a light, No-Javascript drop down menu, based on pure CSS and HTML. Deluxe CSS Drop Down Menu introduces widest browser and platform compatibility. It operates correctly across all old and new browsers, including IE5, IE6, IE7, IE8, all Netscapes, Mozillas, Firefoxes, Operas,...


Platforms: Windows

License: Shareware Cost: $29.00 USD Size: 5.35 MB Download (564): Deluxe CSS Menu Download

Added: February 27, 2010 | Visits: 1.143

Data::Validator::Item Data::Validator::Item is a Factory Class to validate data items. This is an attempt to create an object which will permit semi-automatic verification of a data value. SYNOPSIS use Data::Validator::Item; my $item = Data::Validator::Item->new(); #Create a new Data::Validator::Item, called...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): Data::Validator::Item Download

Added: October 27, 2010 | Visits: 1.479

K-CSS K-CSS project is a simple CSS editor. For now it just highlight a CSS file, but in the future... Is is an "upgrade" of syntaxhighlighter example from Qt examples..


Platforms: *nix

License: Freeware Size: 57.34 KB Download (106): K-CSS Download

Added: August 17, 2010 | Visits: 965

Structured Document Validator Structured Document Validator project implements a generalized method for validating both the structure and content of structured documents. Any data format that can be deterministically divided into tags and data is classed as a structured document. This definition applies to a wide array of...


Platforms: *nix

License: Freeware Size: 604.16 KB Download (92): Structured Document Validator Download

Added: April 05, 2010 | Visits: 1.216

CSS Sync CSS Sync is a Firefox extension which automatically Sync the CSS from your server. Automatically Sync the CSS from your server! This extension automatically syncs the style sheets that you edit on the server side to the client and applies them continuously. For a web developer this will save...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (113): CSS Sync Download

Added: October 23, 2010 | Visits: 959

CSS::SAC::ConditionFactory CSS::SAC::ConditionFactory Perl module contains the default ConditionFactory. SYNOPSIS my $cf = CSS::SAC::ConditionFactory->new; my $cond1 = $cf->create_foo_condition; my $cond2 = $cf->create_bar_condition; This is the default ConditionFactory for CSS::SAC. It creates conditions of all...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (112): CSS::SAC::ConditionFactory Download

Added: July 17, 2010 | Visits: 903

CSS::SAC::LexicalUnit CSS::SAC::LexicalUnit is a Perl module that contains SAC units. SYNOPSIS use CSS::SAC::LexicalUnit qw(:constants); foo if $lu->is_type(LU_TYPE_CONSTANT); In the SAC spec, LexicalUnit is a linked list, that is, you only ever hold one LexicalUnit, and you ask for the next of for the previous...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (92): CSS::SAC::LexicalUnit Download

Added: April 16, 2010 | Visits: 971

CSS::SAC CSS::SAC Perl module is a SAC CSS parser. SYNOPSIS use CSS::SAC qw(); use My::SACHandler (); use My::SACErrors (); my $doc_handler = My::SACHandler->new; my $err_handler = My::SACErrors->new; my $sac = CSS::SAC->new({ DocumentHandler => $doc_handler, ErrorHandler => $err_handler, });...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (91): CSS::SAC Download

Added: November 24, 2010 | Visits: 1.436

XML::Validator::Schema XML::Validator::Schema is a Perl module to validate XML against a subset of W3C XML Schema. SYNOPSIS use XML::SAX::ParserFactory; use XML::Validator::Schema; # # create a new validator object, using foo.xsd # $validator = XML::Validator::Schema->new(file => foo.xsd); # # create a SAX...


Platforms: *nix

License: Freeware Size: 53.25 KB Download (123): XML::Validator::Schema Download

Released: May 04, 2010  |  Added: May 14, 2010 | Visits: 2.515

jQuery CSS Menu Style 06 Create drop down menu with beautiful jQuery effects easily! Menus are a key way for visitors to go through your site and access the content. jQuery CSS Menu, Web Buttons, Animated jQuery Menu, Navigation Bar, Java Menus for your Website! This menu is fully accessible even when javascript is...


Platforms: Windows, Mac, *nix, OS/2

License: Freeware Size: 41.59 KB Download (260): jQuery CSS Menu Style 06 Download

Released: June 12, 2010  |  Added: June 18, 2010 | Visits: 1.525

GiliSoft DVD CSS Decryption GiliSoft DVD Region CSS Decryption uses kernal driver to remove the copy protection of a DVD movie, allowing you backup the movie using most DVD backup tools. It can also remove the RPC region code, thereby making the movie region free and viewable on any DVD player and with any DVD player...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 1.79 MB Download (184): GiliSoft DVD CSS Decryption Download

Released: August 04, 2010  |  Added: August 07, 2010 | Visits: 1.833

Flexi CSS Layouts for Dreamweaver Don't need to spend countless hours trying to modify gibberish CSS templates! You can master like a PRO your own CSS layout with 1, 2, 3 or as many as you wish columns. If you know how to write your own CSS code, wouldn't you still love to quickly create and change the site structure until the...


Platforms: Windows, Mac

License: Shareware Cost: $99.99 USD Size: 10.18 MB Download (163): Flexi CSS Layouts for Dreamweaver Download

Released: September 29, 2010  |  Added: October 04, 2010 | Visits: 2.023

ePUB Validator ePUB Validator is a handy utlity designed to enable you to check your ePub files. ePUB Validator is a GUI front-end for EpubCheck. You can easily validate IDPF EPUB files, without having to use the command line.


Platforms: Windows

License: Freeware Size: 2.53 MB Download (242): ePUB Validator Download

< 1 2 3 4 5 >