Plugin for inkscape, which generates sliced bitmaps directly from your vector drawings. Highly integrated -- uses standard rectangles on a special layer to mark areas which should be sliced. SVG attributes provide file naming, etc.
Once you include this script, you can give an HTML table drag-and-drop reorderable columns by setting "class=draggable". dragtable can be combined with sorttable by setting 'class="draggable
... [More] sortable"', thus producing highly interactive HTML tables without complicating your page.
For more details, see http://danvk.org/dragtable/ [Less]
You can layout a Swing window with writing HTML table tags using HtmlTablePanel, just as you layout old web sites with writing HTML table tag.
It is implemented as an wrapper of GridBagLayout.
... [More] However, it is much easier, simpler, and more flexible.
HtmlTablePanel can,
remove layout information from a Java source code and make it easy to read and maintain. specify grids, background color, background images. create recursive layout using just only single layout file. create tabs. [Less]
This javascript easily allows you to have "floating" table headers on a table that will stay in your browser window if the user scrolls the page. The "floating" effect will only happen if the table
... [More] is in the view and the header row is no longer on the page.
This script has been tested and works successfully in IE 6.0, IE 7.0, and FireFox 3.0.7. It hasn't been tested in Opera, Chrome, or any other browsers.
See Usage for instructions on how to use this script. [Less]
Uses GIMP to slice an image into HTML along the guides. Currently supports only tables. Developed primarily as a platform independent Perl-o-tine. Written in Scheme and tested on Windows XP.
JCS GWT Components is a library of reusable widgets and other components.
Some of the included widgets and utility classes are:
DynamicTable - scrolling table that supports Remote and local
... [More] models. Pretty much anything you can think of can be put into a TableModel Very large models (tested with upwards of 100 million rows) Column sorting and configurable columns Export to multiple formats (PDF, CSV, etc), with plugin-style support for additional formats Simple to configure for basic usage ScrollBar - stand-alone vertical scrollbar widget, for those times that a ScrollPanel just isn't what you need LightBox - simple modal popup panel that shades out the content behind it Notifier - Growl-style notifications that stack up in the upper-righthand corner of the screen Element effects - fade-in and fade-out effects for UI elements FocusGroup - allows easy focus-tracking on composite widgets that contain multiple child widgets that should be treated as a single focus element (e.g. 3 TextBox widgets for a phone number, where you do not want the blur event to fire until the last one loses focus) ClassReference - eliminates hardcoding of server-side class names when they are needed on the client, making refactoring much simpler
Components that are partly complete, and will be finished within the next few weeks:
Data - a generic SDO that is RPC serialization-friendly, while supporting complex structures and metadata MVC - a reimplementation of a robust GWT MVC framework we have used on other projects, with enhancements such as: Nesting/chaining of MVC triads, better supporting the component oriented model that GWT follows Declarative data validation with mostly automatic wiring of validation triggers and mapping of validation results to UI elements
All UI components support theming. The component library comes with a default theme, and theme packages can be provided as a GWT module. The default theme is currently a work-in-progress, as additional styling work is needed.
A draft kitchen-sink application is available here
Javadocs are available here [Less]
A nifty tool to be carry arround to view file formats like *.csv, *.tab, ... etc.
Requirements:
-------------
- efficient search
- generic view
- sortable
- export to other formats
DescriptionPlugin name: table_styles
Up to 42 table css styles, which is specially useful for your admin pages.
Original from CSS Table Gallery
Created by Xiaobo On Rails
Blog posts about this
... [More] plugin: http://xiaoboonrails.blogspot.com/search/label/table_styles
Installationscript/plugin install http://rails-plugin-table-styles.googlecode.com/svn/trunk/table_styles
Usage Use the demo to find one of your favorable style.
Start your server: >script/server Visit http://localhost:3000/table_styles_demo/ Remember to add map.connect :controller/:action in your routes.rb Choose one of table styles in your layout header, use "tagbox" as an example.
<%= table_stylesheet_link_tag "tagbox" %>
Use it in your view
....
Use form helper if you want to let admin user to choose table style in user preferences page.
table_style_select or table_style_options_for_select [Less]
BitmapToHTML converts bitmaps to HTML tables and uses simple compression and an inline CSS stylesheet to reduce the size of the HTML table.
Having a bitmap in an HTML table gives two benefits:
... [More]
All images and text can be included in one file An inline CSS Stylesheet allows colours to be changed easily [Less]