rich
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 366
Get-Rich 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-06 License: Freeware Price: Free
200 downloads
Get-Rich-Quick 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-05 License: Freeware Price: Free
202 downloads
Richie Rich 0.3.1
Richie Rich is an HTML document editor that runs within a Web browser. more>>
Richie Rich project is an HTML document editor that runs within a Web browser.
Unlike other in-line HTML editors, this operates straight on the DOM to avoid incongruities between what is visible in the front end and the HTML that is created in the back end.
It supports undo, mouse selection, cursor positioning, and creation of headings, paragraphs, lists, links, bold, italic and underline.
Here are some commands:
- Click on the document to position the cursor
- Enter will create a new element
- Shift+Enter will append a line break without creating a new paragraph
- Ctrl+D delets the current node
- Ctrl+A creates a link
- Ctrl+L creates a new list, and exits a list
- Ctrl+Shift+L creates a nested list
- Ctrl+Shift+L descends into a nested list if one already exists
- Up and down arrows move between editable areas
- Left and right arrows move the cursor
- Home and End go to the beginning and end of an editable area
- Ctrl+left/right arrows move back and forth by word
- Alt+left/right arrows move back and forth by sentence (including commas)
- Ctrl + b, i and u do bold, italic and underline
- Ctrl + h followed by a number creates that kind of heading
- Ctrl + v will paste text in. Tags are stripped, the text is split according to line break and content is added as if you pressed enter for each line break
- ESC will take you out of edit mode
- Use the mouse to select text to apply formatting such as headings, bold, links (quite touchy!)
- Ctrl+Z == Undo (up to 50)
- Ctrl+R == Redo
Enhancements:
- This release featured increased usability.
- The sample page now shows the editor in its own scrollable area, and the troublesome scroll repositioning code was removed.
- You can preview the page by clicking outside the editor or by hitting esc.
- It is now recommended that the "backspace action" be disabled in Firefox.
- Instructions are on the Richie Rich website.
<<lessUnlike other in-line HTML editors, this operates straight on the DOM to avoid incongruities between what is visible in the front end and the HTML that is created in the back end.
It supports undo, mouse selection, cursor positioning, and creation of headings, paragraphs, lists, links, bold, italic and underline.
Here are some commands:
- Click on the document to position the cursor
- Enter will create a new element
- Shift+Enter will append a line break without creating a new paragraph
- Ctrl+D delets the current node
- Ctrl+A creates a link
- Ctrl+L creates a new list, and exits a list
- Ctrl+Shift+L creates a nested list
- Ctrl+Shift+L descends into a nested list if one already exists
- Up and down arrows move between editable areas
- Left and right arrows move the cursor
- Home and End go to the beginning and end of an editable area
- Ctrl+left/right arrows move back and forth by word
- Alt+left/right arrows move back and forth by sentence (including commas)
- Ctrl + b, i and u do bold, italic and underline
- Ctrl + h followed by a number creates that kind of heading
- Ctrl + v will paste text in. Tags are stripped, the text is split according to line break and content is added as if you pressed enter for each line break
- ESC will take you out of edit mode
- Use the mouse to select text to apply formatting such as headings, bold, links (quite touchy!)
- Ctrl+Z == Undo (up to 50)
- Ctrl+R == Redo
Enhancements:
- This release featured increased usability.
- The sample page now shows the editor in its own scrollable area, and the troublesome scroll repositioning code was removed.
- You can preview the page by clicking outside the editor or by hitting esc.
- It is now recommended that the "backspace action" be disabled in Firefox.
- Instructions are on the Richie Rich website.
Download (0.010MB)
Added: 2007-06-03 License: Free To Use But Restricted Price:
881 downloads
How-To-Get-Rich 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-29 License: Freeware Price: Free
183 downloads
Spring Rich Client 0.2.1
Spring-RCPs mission is to provide an elegant way to build highly-configurable, GUI-standards-following rich-client applications more>>
Spring-RCPs mission is to provide an elegant way to build highly-configurable, GUI-standards-following rich-client applications faster by leveraging the Spring Framework, and a rich library of UI factories and support classes.
The Spring Rich Client Project (RCP) is a sub-project of The Spring Framework. Spring-RCPs mission is to provide an elegant way to build highly-configurable, GUI-standards-following rich-client applications faster by leveraging the Spring Framework, and a rich library of UI factories and support classes. Initial focus is on providing support for Swing applications but a goal of Spring-RCP is to be view agnostic as much as possible.
Spring Rich Client Projects goal is to provide a viable option for developers that need a platform and a best-practices guide for constructing Swing applications quickly.
Specifically, spring-richclient seeks to:
Provide a way to build structured, highly-configurable, GUI-standards-following Swing applications faster by leveraging the Spring Framework.
Foster integration with existing rich-client-related projects where it make sense. For example, jgoodies-forms and TableLayout are two good layout managers. We dont need to develop another one.
Adhere to the principles set forth by the Spring Framework--programming to interfaces; the importance of sound OO design, documentation, and testing.
Main features:
- A command framework that provides centralized configuration of Swing actions and appropriate handler registration based on the current active view. Command configuration, as well as action bar contribution policies (to menus or toolbars), can be defined centrally and externalized in Spring bean defintiions.
- A forms data binding and validation framework, for connecting edits made in your UI controls with your domain model automatically--with as you type feedback.
- Support for multiple window management, page configuration, and view management. The concepts here are inspired by Eclipses perspective/view constructs. Views can be defined in the Spring container, associated with one or more pages, and a default page can be configured to be loaded at startup.
- Common support classes addressing various rich client requirements including: well formed dialogs, wizards, input validation (typing hints and validation results reporting), button bars,internationalization, image/icon caching, progress monitoring, UI threading (classes cleanly promoting responsive UIs), treetable/property sheet, table sorting/high-volume table updates, GUI standards builders/helpers, help/about, etc.
Spring-rich adds value for people needing to develop Swing applications and do so in a way that promotes consistent, well-designed, configurable Swing applications. The spring-rich developers strongly feel the old days of Swing apps not looking native and not being performant or web-accessible are gone with JDK1.4.2 and 1.5 and webstart.
It is our belief the only problem with Swing is that there are a limited number of higher-level abstractions available that assist in making the toolkit simpler and easier to use, and a limited number of design best practices. The goal of spring-richclient is to provide that.
Enhancements:
- [RCP-400] - jgoodies forms not included as spring-rich dependencies
- Regression bug: icons on MessageAreaPane didnt show up
<<lessThe Spring Rich Client Project (RCP) is a sub-project of The Spring Framework. Spring-RCPs mission is to provide an elegant way to build highly-configurable, GUI-standards-following rich-client applications faster by leveraging the Spring Framework, and a rich library of UI factories and support classes. Initial focus is on providing support for Swing applications but a goal of Spring-RCP is to be view agnostic as much as possible.
Spring Rich Client Projects goal is to provide a viable option for developers that need a platform and a best-practices guide for constructing Swing applications quickly.
Specifically, spring-richclient seeks to:
Provide a way to build structured, highly-configurable, GUI-standards-following Swing applications faster by leveraging the Spring Framework.
Foster integration with existing rich-client-related projects where it make sense. For example, jgoodies-forms and TableLayout are two good layout managers. We dont need to develop another one.
Adhere to the principles set forth by the Spring Framework--programming to interfaces; the importance of sound OO design, documentation, and testing.
Main features:
- A command framework that provides centralized configuration of Swing actions and appropriate handler registration based on the current active view. Command configuration, as well as action bar contribution policies (to menus or toolbars), can be defined centrally and externalized in Spring bean defintiions.
- A forms data binding and validation framework, for connecting edits made in your UI controls with your domain model automatically--with as you type feedback.
- Support for multiple window management, page configuration, and view management. The concepts here are inspired by Eclipses perspective/view constructs. Views can be defined in the Spring container, associated with one or more pages, and a default page can be configured to be loaded at startup.
- Common support classes addressing various rich client requirements including: well formed dialogs, wizards, input validation (typing hints and validation results reporting), button bars,internationalization, image/icon caching, progress monitoring, UI threading (classes cleanly promoting responsive UIs), treetable/property sheet, table sorting/high-volume table updates, GUI standards builders/helpers, help/about, etc.
Spring-rich adds value for people needing to develop Swing applications and do so in a way that promotes consistent, well-designed, configurable Swing applications. The spring-rich developers strongly feel the old days of Swing apps not looking native and not being performant or web-accessible are gone with JDK1.4.2 and 1.5 and webstart.
It is our belief the only problem with Swing is that there are a limited number of higher-level abstractions available that assist in making the toolkit simpler and easier to use, and a limited number of design best practices. The goal of spring-richclient is to provide that.
Enhancements:
- [RCP-400] - jgoodies forms not included as spring-rich dependencies
- Regression bug: icons on MessageAreaPane didnt show up
Download (15.7MB)
Added: 2006-09-21 License: The Apache License 2.0 Price:
1134 downloads
How-To-Get-Rich-Quick 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-28 License: Freeware Price: Free
180 downloads
JRCF 0.9
JRCF is a Java/Swing application framework geared toward small-to-medium sized Rich Client applications. more>>
JRCF is a Java/Swing application framework geared toward small-to-medium sized Rich Client applications.
JRCF allows developers to separate their softwares into logical "chunks" and provides easy access to i18n, stock UI widgets, icons and so on.
<<lessJRCF allows developers to separate their softwares into logical "chunks" and provides easy access to i18n, stock UI widgets, icons and so on.
Download (1.7MB)
Added: 2005-11-15 License: The Apache License 2.0 Price:
1438 downloads
Fresco M2
Fresco is a distributed windowing system. more>>
Fresco project is a distributed windowing system.
Its a windowing system derived from a powerful structured graphics toolkit originally based on InterViews.
Fresco extends earlier incarnations to the status of a full windowing system, in command of the video hardware (via GGI, SDL, DirectFB or GLUT) and processing user input directly rather than peering with a host windowing system.
Additionally, Frescos extensions include a rich drawing interface with multiple backends, an upgrade to modern CORBA standards, a new Unicode-capable text system, dynamic module loading, and many communication abstractions for connecting other processes to the server.
It is developed entirely by volunteers on the internet, using free software, and released under the GNU Lesser General Public License.
<<lessIts a windowing system derived from a powerful structured graphics toolkit originally based on InterViews.
Fresco extends earlier incarnations to the status of a full windowing system, in command of the video hardware (via GGI, SDL, DirectFB or GLUT) and processing user input directly rather than peering with a host windowing system.
Additionally, Frescos extensions include a rich drawing interface with multiple backends, an upgrade to modern CORBA standards, a new Unicode-capable text system, dynamic module loading, and many communication abstractions for connecting other processes to the server.
It is developed entirely by volunteers on the internet, using free software, and released under the GNU Lesser General Public License.
Download (3.5MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1126 downloads
Korseby Icons 2.0
Korseby Icons is a rich set of icons. more>>
The Korseby Icon Package is a rich set of XPM and PNG icons created for use for window managers without available icons.
The Korseby Icon Package now includes 452 several icons with 4 different backgrounds. Hopefully they can cover mostly all of the existing file associations.
<<lessThe Korseby Icon Package now includes 452 several icons with 4 different backgrounds. Hopefully they can cover mostly all of the existing file associations.
Download (0.94MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1664 downloads
TinyFCK 0.16
TinyFCK integrates the TinyMCE rich text editor with FCKEditors file manager and uploader. more>>
TinyFCK integrates the TinyMCE rich text editor with FCKEditors file manager and uploader.
TinyFCK package contains:
- TinyMCE release (absolutely not patched, this is the original TinyMCE)
- patched version of FCKEditor file manager/uploader for PHP
- an example documenting configuration
At the moment tinyFCK works only with PHP, porting to other languages may come but help is needed, write us if you can contribute!
Enhancements:
- TinyMCE updated to 2.0.8
<<lessTinyFCK package contains:
- TinyMCE release (absolutely not patched, this is the original TinyMCE)
- patched version of FCKEditor file manager/uploader for PHP
- an example documenting configuration
At the moment tinyFCK works only with PHP, porting to other languages may come but help is needed, write us if you can contribute!
Enhancements:
- TinyMCE updated to 2.0.8
Download (1.0MB)
Added: 2006-10-26 License: LGPL (GNU Lesser General Public License) Price:
1102 downloads
Archetypes 1.3.6 RC1
Archetypes is a framework for developing new content types in Plone. more>>
Archetypes project is a framework for developing new content types in Plone.
The power of Archetypes is first in automatically generating forms, second in providing a library of stock field types, form widgets, and field validators, third in easily integrating custom fields, widgets, and validators, and fourth in automating transformations of rich content.
Enhancements:
- Major bugfixes
<<lessThe power of Archetypes is first in automatically generating forms, second in providing a library of stock field types, form widgets, and field validators, third in easily integrating custom fields, widgets, and validators, and fourth in automating transformations of rich content.
Enhancements:
- Major bugfixes
Download (0.82MB)
Added: 2005-12-30 License: BSD License Price:
1395 downloads
GyachI 1.0.5
GyachI is an improved version of GyachE, a feature-rich client for the yahoo instant messaging protocol. more>>
GyachI is an improved version of GyachE, a feature-rich client for the yahoo instant messaging protocol.
GyachI project is released under GPL to the open source community.
Main features:
- chat client
- viewing and sending webcam-streams
- hearing and talking with voice-chat
- integrated profile-browser
Differences to Gyach-E:
- rudimentary support for v4l2-webcams
- better support for v4l1-devices
- resizing webcam-pictures
- autoconf-scripts for easier compiling
- several bugfixes
Enhancements:
- This version is a maintenance release.
- It contains important bugfixes and feature enhancements like tabbed conversation.
- Users are encouraged to upgrade.
<<lessGyachI project is released under GPL to the open source community.
Main features:
- chat client
- viewing and sending webcam-streams
- hearing and talking with voice-chat
- integrated profile-browser
Differences to Gyach-E:
- rudimentary support for v4l2-webcams
- better support for v4l1-devices
- resizing webcam-pictures
- autoconf-scripts for easier compiling
- several bugfixes
Enhancements:
- This version is a maintenance release.
- It contains important bugfixes and feature enhancements like tabbed conversation.
- Users are encouraged to upgrade.
Download (2.8MB)
Added: 2006-08-24 License: GPL (GNU General Public License) Price:
1223 downloads
Scriptio 0-0
Scriptio is an open source framework for presenting animations and educational content in a rich online experience. more>>
Scriptio project is an open source framework for presenting animations and educational content in a rich online experience.
Featuring an easy-to-learn scripting language for fast prototyping and production-quality development, Scriptio is designed for rich Web 2.0 applications.
Scriptio is written in JavaScript, and exploits Ajax techniques. Ajax refers to tools and methods for creating interactive web applications. If accompanying narration or sound is needed, interfaces to Flash, QuickTime, and standard audio formats are supported.
Main features:
Intuitive scripting language
- The scripting language is a simple and easy to understand. It can also be extended since it is built in JavaScript.
Rich object set
- Text, images, rectangles, lines, and circles are supported. Input controls such as buttons, text entry fields, radio buttons, and checkboxes are used for created highly-interactive instructional presentations.
Multiple audio options
- If you need a music or narration soundtrack, interfaces for QuickTime and Flash are included. A Java applet that supports audio formats of Ogg, AU, and WAV has also been developed.
Authoring Tools
- An "author mode" gives valuable feedback as you work and develop your scripts.
<<lessFeaturing an easy-to-learn scripting language for fast prototyping and production-quality development, Scriptio is designed for rich Web 2.0 applications.
Scriptio is written in JavaScript, and exploits Ajax techniques. Ajax refers to tools and methods for creating interactive web applications. If accompanying narration or sound is needed, interfaces to Flash, QuickTime, and standard audio formats are supported.
Main features:
Intuitive scripting language
- The scripting language is a simple and easy to understand. It can also be extended since it is built in JavaScript.
Rich object set
- Text, images, rectangles, lines, and circles are supported. Input controls such as buttons, text entry fields, radio buttons, and checkboxes are used for created highly-interactive instructional presentations.
Multiple audio options
- If you need a music or narration soundtrack, interfaces for QuickTime and Flash are included. A Java applet that supports audio formats of Ogg, AU, and WAV has also been developed.
Authoring Tools
- An "author mode" gives valuable feedback as you work and develop your scripts.
Download (1.5MB)
Added: 2006-01-18 License: Other/Proprietary License Price:
1374 downloads
IdeaCart 0.01
IdeaCart is an Open Source shopping cart based on PHP and MySQL more>>
IdeaCart is an Open Source shopping cart based on PHP and MySQL.
IdeaCart is available under the GNU General Public License.
Out of the box, IdeaCart provides feature rich solutions for small to medium size ecommerce sites.
IdeaCart combines the power of MySQL with the ease and capability of PHP to offer a truly dynamic solution for todays growing ecommerce sites.
While in the development stages, IdeaCart will provide a robust solution for most ecommerce needs.
IdeaCart current functions on any PHP 4+ configuration running most flavors of Unix and Linux, BSD and most Windows configurations that operate Apache and PHP.
<<lessIdeaCart is available under the GNU General Public License.
Out of the box, IdeaCart provides feature rich solutions for small to medium size ecommerce sites.
IdeaCart combines the power of MySQL with the ease and capability of PHP to offer a truly dynamic solution for todays growing ecommerce sites.
While in the development stages, IdeaCart will provide a robust solution for most ecommerce needs.
IdeaCart current functions on any PHP 4+ configuration running most flavors of Unix and Linux, BSD and most Windows configurations that operate Apache and PHP.
Download (111KB)
Added: 2009-04-25 License: GPL Price:
211 downloads
Search::Xapian 1.0.2.0
Search::Xapian is a Perl XS frontend to the Xapian C++ search library. more>>
Search::Xapian is a Perl XS frontend to the Xapian C++ search library. The project is a fairly complete wrapper: most features of the Xapian library are made available for use from Perl.
Xapian is a highly adaptable toolkit that allows developers to easily add advanced indexing and search facilities to their own applications. It supports the Probabilistic Information Retrieval model as well as a rich set of boolean query operators. Its fast and scalable to hundreds of millions of documents.
<<lessXapian is a highly adaptable toolkit that allows developers to easily add advanced indexing and search facilities to their own applications. It supports the Probabilistic Information Retrieval model as well as a rich set of boolean query operators. Its fast and scalable to hundreds of millions of documents.
Download (0.035MB)
Added: 2007-07-05 License: Perl Artistic License Price:
842 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above rich search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed