Projects tagged ‘utility’ and ‘web’


[31 total ]

11 Users
   

EasyPHP is a complete package allowing to use all the power and the flexibility that offers the dynamic language PHP. Package includes an Apache server, a MySQL database, PHPMyAdmin as well as easy development tools for web sites and applications.
Created over 3 years ago.

4 Users
   

Combines, minifies, and caches JavaScript and CSS files on demand to speed up page loads.
Created over 3 years ago.

2 Users
   

JavaScripTools is a set of scripts, including: * A library of misc utility functions; * A powerful dynamic table, allowing several customizations for styles (through CSS) and behaviour; * Flexible ... [More] masks for user inputs, allowing numeric, date or custom formats; * A set of data parsers, allowing the pages to take internationalized data into the JavaScript level. There is also the JavaScripTags, that have Java's JSP custom tags to help using JavaScripTool components, specially the dynamic table. [Less]
Created over 2 years ago.

1 Users
 

Add Pictures to Database is a Free Open Source web-based utility that will help you put images in a MySQL database. This utility adapts itself to your database structure, so you can put images in ... [More] any of your tables. The images are stored in the blob fields of your MySQL table. [Less]
Created over 3 years ago.

1 Users

QuHelp is a command-line program that scans a directory with HTML formatted text files and builds a help site using that directory's content and a template. A default template is included, but any ... [More] template can be specified. QuHelp adds a nice expandable tree view of the help site's contents, a navigator, permalinks, and other useful stuff for browsing the help site. [Less]
Created 5 months ago.

1 Users
 

JSMin Ant Task A custom task for Apache Ant which acts as an interface to the JSMin program. About JSMin "JSMin is a filter which removes comments and unnecessary whitespace from javascript ... [More] files. It typically reduces filesize by half, resulting in faster downloads. It also encourages a more expressive programming style because it eliminates the download cost of clean, literate self-documentation." Excerpt from Douglas Crockford's JSMin page Description The JSMin Ant task acts as an interface to the JSMin Java class. The task can be used for the automated minification of javascript files in your build and deploy processes. Specify destination directory option. Suffix minified files option. Support for nested filesets Tested with Apache Ant 6.5+. Please let us know if the task works [Less]
Created about 1 year ago.

1 Users

Simple to use library that handles a lot of things for you.
Created over 3 years ago.

0 Users

This is an online menubuilder to easy create website menu's without knowing all the styling issues. The thought when writing this menubuilder was that even my mom must be able to change the ... [More] structure and looks of her website. Therefore easy to use is the main objective of this project! [Less]
Created 12 months ago.

0 Users

JSSpec is a Javascript BDD(Behavior Driven Development) framework. Please visit official homepage: http://jania.pe.kr/aw/moin.cgi/JSSpec 2008/12/05Working on new version of jsspec which supports ... [More] Rhino and Windows Script Host. 2008/09/23Changed to display source code of each examples (based on Luca Greco's patch. Thanks Luca). Fixed http://code.google.com/p/jsspec/issues/detail?id=7 - Hash not properly filtered from URL query parameters Added more browser detection code. Added spec inheritance mechanism Fixed bug in should_not_include 2008/01/07Added "rerun all" link if and only if it's in "?rerun=..." mode. Added new semantic to 'should_include' and 'should_not_include'. These assertions can be used with non-array type. If type of expectation is not an array, it checks if an object has expected key or not. 2007/10/25Added spec toggling(collapsing/expanding), suggested by mixed. Deprecated expect(...) and introduced value_of(...). expect(...) is temporarily supported as an alias. Added new aliases describe(...): behavior_of(...) Added new aliases for "before (all|each)" and "after (all|each)": "before_all", "before_each", "after_all", "after_each" 2007/09/22More informative document title Renamed asHtml as normalizeHtml Improved inspector for DOM node Fixed logger output to escape context names 2007/08/02Redesigned layout - a step toward "spec suite" Shows more information - time elapsed and total progress Added CSS for regexp_value Fixed regexp inspector to perform escapeHtml() 2007/07/26Added "rerun failed test" option Added "autocollapse" option to automatically collapse specs which has no failed example Added Matcher and inspect for DOM node list Added should_be_null Added should_not_be_null Added should_be_undefined Added should_not_be_undefined Added should_not_be_empty Added should_fail 2007/07/21Added matcher for DOM node Added inspect for DOM node Refactored from subject.should().xxx(expectation) to expect(subject).should_xxx(expectation) 2007/07/19Added should().include(2) Added should().not_include(4) Added should().match(pattern) Added should().not_match(pattern) Fixed DateEqualityMatcher problem 2007/07/18Added should().have_at_least(5, "items") Added should().have_at_most(5, "items") Added should().be_empty() Added should().have(5, "items") Added EqualityMatcher/Inspect for Boolean Added should().have_exactly(num, property) Added should().be_true() Added should().be_false() Renamed $X(o) to expect(subject) Updated asHtml() to sort style attributes Fixed Safari's asHtml() problem Fixed problem with conditional execution 2007/07/17StringMatcher shows diff Added ArrayMatcher, DateMatcher, NumberMatcher, ObjectMatcher, NullMatcher 2007/07/16Initial release. [Less]
Created about 1 year ago.

0 Users

IntroductionThis utility enables you to easily create an integration test with as less configuration possible. It even provides you with a default test that can be used out of the box: ... [More] AbstractDefaultDeploymentTest AbstractDefaultHibernateDeploymentTest AbstractDefaultNoDbDeployment Container support: Tomcat JBoss Jetty Jonas Glassfish Check out the source code to see the examples in src/test/java. You can find example container utilities and simple integration tests using the abstract deployment tests mentioned above in the src/test/java folder. Some main features: Integration: Run the same tests with whatever build tool out there like Ant, Maven etc. and even within your IDE. Configurable container port: You can easily configure on which port the container will run. Easy SQL script execution: This can be done by just configuring it in you spring context file. Multiple container support: It currently supports Tomcat, Jetty, JOnas & JBoss. Easy to extend: You can create your own container utility if the container you are using is not supported yet. Configurable context names: For WAR applications by default the context name will be the name of the WAR. This is most of the time not what you want so the utility also provides the flexibility to set the context name. Maven2You can add the following to your Maven pom file: nl.tranquilizedquality cargo-itest 1.3.0 Also add the following repository to your maven proxy or to your pom file: http://cargo-itest.googlecode.com/svn/maven-repo/ Change history can be found here The whole maven site can be found here TutorialYou can find a 5 minute tutorial here. If you have any questions or remarks you can contact me on salomo.petrus@gmail.com [Less]
Created 9 months ago.