Main > Free Download Search >

Free developmental milestones software for windows

developmental milestones

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 52
Developmental Baby Toys 1.0

Developmental Baby Toys 1.0


Developmental Baby Toys toolbar for IE. Keep updated with http://www.babysmileandgrow.com Latest baby toys news & reviews. Stay connected with baby developmentall toys. more>>

Developmental Baby Toys toolbar for IE. Keep updated with http://www.babysmileandgrow.com Latest baby toys news & reviews. Stay connected with baby developmentall toys.

Requirements: Internet Explorer

<<less
Download (1.06MB)
Added: 2008-09-07 License: Freeware Price: $0
415 downloads
Restlet 1.1 Milestone 2

Restlet 1.1 Milestone 2


Lightweight REST framework for Java more>> Lightweight REST framework for Java

Restlet is a REST framework for Java. It natively supports all REST concepts (Resource, Representation, Connector, Component, etc.) and is suitable for both client and server Web applications.
Restlet is capable to support major Web standards such as HTTP, SMTP, XML, JSON, WADL and Atom. Many extensions are also available to integrate with Servlet, Spring, Jetty, Grizzly, Simple, JAXB, JiBX, Velocity, or FreeMarker.
Do you want to embrace the architecture of the Web and benefit from its simplicity and scalability? Leverage our innovative REST engine and start blending your Web Sites and Web Services into uniform Web Applications!
System requirements:
- JRE 1.5 (or higher)

Enhancements:
- Fixed NPE in Connector class.
- WriterRepresentation was missing a default implementation for getReader() abstract method.
- If an error is found in HttpClientHelper.sendRequest(), StreamClientHelper ignores it and continues to parse the response when it should stop processing.
- Status.isSuccess(), is*Error(), isRedirection() and isInfo() methods now support status classes as specified in HTTP 1.1.
- The request ClientInfo address and port were not available for the default connector and the Grizzly connector.
- Fixed issue in SpringHost preventing usage of the setRoutes(Map) method. Replaced with a setAttachments(Map) method. Added Javadocs example.
- ResourceException wasnt setting a message.
- Representation.isAvailable() now returns false if the size is 0.
- Refactoring of HTTP server connectors code to better deal with HEAD request, 1xx, 204, 205, 304 status codes.
- Ensured all modifiable collections are properly documented in the API.
- Fixed Spring XML loading issue related to validation in SpringContext class.
- Fixed bug with the FileClientHelper returning wrong list of variants.
- Fixed bug in Tag.equals() implementation.
- Fixed NPE in the WAR client of the Servlet extension.
- Caught exception with Simple connector when flushing a closed stream. Now it is logged at a lower priority.
- Fixed NPE in the MediaTypes class.
- Fixed bug in SpringComponent preventing setting of clients.
- Fixed several bugs related to Grizzly (chunked encoding not working, restarting NPE, etc.).
- Added support for Alpha-numerical sorting of index pages in Directory.
- New setComparator, setAlphaComparator and setAlphaNumComparator methods added. The default sorting is now "AlphaNum".
- Added new JsonRepresentation constructors taking a Bean or a Map.
- Updated Spring to version 2.5
- Updated db4o to version 7.0
- Added a new parameter to ServerServlet allowing specification of a custom component to instantiate.
- Synchronized some list setters on Component and Connector with explanation in Javadocs.
- Guard.checkSecret() method now has a Request parameter.
- Added new constructors to CookieSetting.
- Filter.beforeHandle() and doHandle() methods can now indicates if the processing should continue normal, go to the afterHandle() method directly or stop immediately. IMPORTANT NOTE: as it isnt possible to add a return parameter to an existing method, the change can break existing filters. In this case, you just need to return the "CONTINUE" constant from your method and use "int" as return parameter.
- Added Handler.getQuery() method to easily return the requests target resource reference query as a parsed form (series of parameters).
- Added a Reference.clone() method.
- Added more fine-grained lifecycle for Components with new start*() and stop*() methods.
- Added the ability to specify a hostname verifier for the HTTPS client based on JDKs net package.
- Improved robustness of Reference when starting with an empty URI.
- Added Component.updateHosts() method to update the routes after dynamic changes to virtual hosts.
- Added format(Object) and resolve(Object,String) methods to Template to allow for custom variable resolution.
- Added new Spring NRE extension containing a SpringServerServlet facilitating the Servlet Spring Restlet trio integration.
- New classes that give even more integration option (RestletFrameworkServlet, SpringBeanFinder and SpringBeanRouter).
- Added "defaultMatchingMode" property on Router.
- Added "throwable" property to the Status class, respecting the immutability.
- Added "getEphemeralPort()" method on Server to get the local port actually used by the system when the "port" property is set to 0.
- Made the inner Template.VariableResolver interface and "format(VariableResolver)" method public.
- Added JiBX extension, alternative to JAXB.
- Added support for nested resources in WadlComponent.
- Resources with no variant set now log a warning on GET requests.
- Added static Representation.createEmpty() method to return a new empty representation.
- Added Variable.TYPE_URI_PATH to match any path character except in the query or fragment parts.
- Updated and tested the Atom extension to conform to the latest APP specifications. The extension currently allows to retrieve an APP Service Document and Atom Feeds.
- Added MediaType.APPLICATION_ATOM_SERVICE_XML constant.
- Lowered the logging level for some Simple IO exceptions.
- Updated JSON JAR to latest version.
- Externalized mappings between file extensions and media types in the MetadataService.
- Closed an open BufferedReader in IdentClient class,
- Updated FreeMarker to version 2.3.12.
- Added support for DIGEST authentication (client and server side).
- Added a WadlApplication class and refactored the WadlComponent to support many more usage scenarios:
- WadlApplication instances can now be added to existing components.
- WadlApplication instances can be modified to add filters in front of the root router
- WADL description documents can be retrieved via HTTP or other protocols
- Only the necessary client connectors are automatically created
- Added TEXT_JAVASCRIPT media type constant.
- Added MediaType.getMostSpecific(), isCompatible() and isConcrete() methods. Contributed by Stephan Koops.
- Guard is now setting a Principal instance after authorization.
- Refactored engine to support pluggable authentication.
- Updated Grizzly to version 1.7.2
- Added Engine.copyResponseHeaders() method.
- Handlers now return a SERVER_INTERNAL_ERROR instead of CLIENT_NOT_FOUND when no next Restlet is
- attached to them.
- Added Engine.formatCookie(), formatCookieSetting() and equivalent parse*() methods.
- Deprecated Status.isInfo(), replaced by isInformational() to follow HTTP naming.
- Updated HTTP server connectors behaviour in the purpose to avoid the sending of entity when the entity is empty, when the status explicitely forbids the sending of entity (e.g. 1xx, etc), or when the method must not send entity (e.g. HEAD).
- Updated HTTP client connectors behaviour in the purpose to close aggressively the connection in several identified cases when the status explicitely forbids the sending of entity (e.g. 1xx, etc), when the method must not send entity (e.g. HEAD), or when the Content-Length headers value is 0.
- Ensure that the headers of the responses entity will be retrieved even if no message body has been sent (in this case, an empty representation is created).
- Tutorial examples based on applications are now runnable with the Servlet adapter.
- Removed unecessary synchronized keyword on Application.createRoot() and added one to the setRoot() method.
- RIAP request are now considered confidential when dispatched.

<<less
Download (11.5MB)
Added: 2008-09-30 License: GPL Price: FREE
402 downloads
TimeFinder.de Milestone 1

TimeFinder.de Milestone 1


Create timetables with this software. more>> TimeFinder.de Milestone 1 is a simple and effective tool to create timetables.

TimeFinder is a Java based application designed to optimize timetables for universities and high schools. The program provides automatic timetabling and makes manual timetabling easier and it uses Swing to show the data and at the moment XStream to persist it.

Requirements: Java

<<less
Download (9.3MB)
Added: 2009-07-12 License: GPL Price: FREE
11 downloads
RSSOwl 2.0 Milestone 8a

RSSOwl 2.0 Milestone 8a


A RSS & RDF newsreader written in Java using SWT as graphic library. more>> A RSS & RDF newsreader written in Java using SWT as graphic library.

SSOwl is a free RSS / RDF / Atom newsreader written in Java using SWT as graphic library.
With RSSOwl it is possible to read all RSS versions (includes RDF).
RSS ("Really Simple Syndication" or "Rich Site Summary") is a document specification that gives users the power to collect and organize Web-based news and information in a more efficient manner.
Applications that collect data from RSS-compliant sites are called RSS readers or "aggregators". RSSOwl is such an application. It lets you gather, organize, update, and store information from any compliant source in a convenient, easy to use interface, save selected information in various formats for offline viewing and sharing, and much more.
RSSOwl is also free, fast, cross-platform, and unobtrusive. Its easy to install, easy to use, and easy to move.
Why "Owl"? The owl is a traditional symbol of wisdom, and a quiet, efficient hunter. Youll find RSSOwls "big eyes" a big help when scanning the Webs vast array of RSS resources.
Main features:
- High performance and native Look and Feel that uses the operation-system GUI theme
- Great platform support: Use RSSOwl on Windows, Linux (32 and 64 Bit), Mac and Solaris
- Import / Export newsfeeds with OPML (Outline Processor Markup Language)
- Generate PDF / RTF / HTML documents from any news including aggregations
- Use drag and drop to manage your favorites in unlimited nested categories
- Powerfull Newsfeed searchengine working with keywords
- Powerfull searchengine to discover newsfeeds on any website
- Integrated Newsfeed validator
- Newsfeeds are automatically stored in an archive to read them while being offline
- Minimize RSSOwl to system tray and get informed when new news are available
- Perform a fulltext-search with result-highlight on favorites and categories
- RSSOwl is highly customizable (set Fonts, Hotkeys, Language, customize Toolbar)
- Display news in the internal browser (IE, Mozilla and Safari supported)
- More than two-hundred sample feeds in 33 categories already included
- RSSOwl is translated into 31 languages including English, Russian, Chinese, German and much more

Enhancements:
- Windows Vista: Thanks to the latest SWT 3.3, RSSOwl is now fully supporting Vistas look and feel.
- Windows: You can now use Mozilla as embedded browser. This requires a recent version of XULRunner being installed. Refer to the FAQ for more details.
- Windows: In order to scroll in a scrollable element (e.g. the headlines table or newstext browser) you no longer have to select the element first. Just move the mouse over the element and begin scrolling.
- Mac: All System-Tray and notification features are now supported (see the "System Tray" preferences page).
- Linux: Printing is now supported (requires GTK 2.10 or newer)
- Linux and Solaris: You can now pass an argument to the run.sh to have it handled by RSSOwl (e.g. let firefox run rssowl to subscribe to a feed).
- Added new translation into Romania (thanks to Claudiu Paiu)
- Updated SWT to 3.3.1.1
- Linux: The embedded browser is now able to navigate to https-secured websites and is able to render visited links.
- Fixed an issue where Tooltips on Toolitems stopped showing after a while
- Mac: It is now possible to copy / paste text in the embedded browser as well as using the mouse for drag-style operations (e.g. Google Maps)
- Bugfixes:
- #1610712 WinVista: Rights Elevation needed
- #1043194 [MAC] Text selection in Browser not possible
- #1043088 [MAC] Internal Browser not highlighting Links
- #1659139 Generated HTML has incorrect title
- #1659570 "open in new tab" button should be hidden with tabs disabled

<<less
Download (12.8MB)
Added: 2008-09-25 License: Freeware Price: FREE
398 downloads
OmegaT 1.0 Milestone 1 Build 080312

OmegaT 1.0 Milestone 1 Build 080312


Machine-Aided Human Translation (MAHT) tool platform more>> Machine-Aided Human Translation (MAHT) tool platform

The OmegaT project is dedicated to bringing together a suite of machine-aided human translation(MAHT) tools (a subcategory of computer assisted translation[CAT]) for use by translators, localization engineers, and other language professionals.
Includes a translation processor supporting translation memory and projects. OmegaT also comes with various tools for processing documents for translation. Emphasis is placed upon the use of as many cross-platform tools as possible.
Main features:
- translation memory usage/import/export,
- approximate matches,
- glossary function,
- concordance search,
- translation projects,
- multiple document type support
System requirements:
- Java

<<less
Download (1.4MB)
Added: 2008-10-04 License: GPL Price: FREE
387 downloads
Milestone Calculator 1.0

Milestone Calculator 1.0


The milestone calculator was developed to allow users to enter the age of a chil more>> The milestone calculator was developed to allow users to enter the age of a child (in months) and output the corresponding development milestones for that specific age. The calculator also factors in infant prematurity.
This toddler, infant, baby Developmental Milestones Calculator lets parents enter the age in months of their child and see what developmental milestones they can look forward to in the near future. Please note that during the first three years developmental milestones vary widely from child to child. Your toddler will develop at their own pace.
<<less
Download (9KB)
Added: 2008-08-19 License: Freeware Price: Free
440 downloads
RSSOwl 2.0 Milestone 6a / 1.2.4 Preview / 1.2.3 Stable

RSSOwl 2.0 Milestone 6a / 1.2.4 Preview / 1.2.3 Stable


RSSOwl is a RSS & RDF newsreader written in Java using SWT as graphic library more>>
A RSS & RDF newsreader written in Java using SWT as graphic library. SSOwl is a free RSS / RDF / Atom newsreader written in Java using SWT as graphic library.
With RSSOwl it is possible to read all RSS versions (includes RDF).
RSS ("Really Simple Syndication" or "Rich Site Summary") is a document specification that gives users the power to collect and organize Web-based news and information in a more efficient manner.
Applications that collect data from RSS-compliant sites are called RSS readers or "aggregators". RSSOwl is such an application. It lets you gather, organize, update, and store information from any compliant source in a convenient, easy to use interface, save selected information in various formats for offline viewing and sharing, and much more.
RSSOwl is also free, fast, cross-platform , and unobtrusive. Its easy to install, easy to use, and easy to move.
Why "Owl"? The owl is a traditional symbol of wisdom, and a quiet, efficient hunter. Youll find RSSOwls "big eyes" a big help when scanning the Webs vast array of RSS resources.
Main features:
- High performance and native Look and Feel that uses the operation-system GUI theme
- Great platform support: Use RSSOwl on Windows, Linux (32 and 64 Bit), Mac and Solaris
- Import / Export newsfeeds with OPML (Outline Processor Markup Language)
- Generate PDF / RTF / HTML documents from any news including aggregations
- Use drag and drop to manage your favorites in unlimited nested categories
- Powerfull Newsfeed searchengine working with keywords
- Powerfull searchengine to discover newsfeeds on any website
- Integrated Newsfeed validator
- Newsfeeds are automatically stored in an archive to read them while being offline
- Minimize RSSOwl to system tray and get informed when new news are available
- Perform a fulltext-search with result-highlight on favorites and categories
- RSSOwl is highly customizable (set Fonts, Hotkeys, Language, customize Toolbar)
- Display news in the internal browser (IE, Mozilla and Safari supported)
- More than two-hundred sample feeds in 33 categories already included
- RSSOwl is translated into 31 languages including English, Russian, Chinese, German and much more
<<less
Download (12.3MB)
Added: 2007-06-20 License: Freeware Price:
858 downloads
MMS Digital Video Recorder 1.0

MMS Digital Video Recorder 1.0


Intertraff MMS-DVR is an IP-Surveillance software that works with network and analogue cameras to provide video monitoring, recording and event management functions up to 16 cameras. Main innovation i more>>
Intertraff MMS-DVR is an IP-Surveillance software that works with network and analogue cameras to provide video monitoring, recording and event management functions up to 16 cameras.
With Intertraff MMS-DVR running on your Personal Computer, you may monitor your cameras, record high quality digital video either continuously, on schedule or on motion detection.
MMS-DVR increases the security of your premises and set a milestone in CCTV software applications being able to detect any motion in a set of static images and delivering those changed frames to a mobile phone via MMS.
Intertraff MMS-DVR also offers an easy way to search for recorded events. On top of that the software application has a playback feature that enables users to view recordings from any camera get a comprehensive picture of an event.
Remote viewing and playback are also possible with the use of the MMS-DVR client. The client also enables remote and easy administration of the software.
<<less
Download (260K)
Added: 2005-04-11 License: Freeware Price: $0.00
1681 downloads
Educational Baby Toys 1.0

Educational Baby Toys 1.0


Educational Baby To toolbar for IE. Keep updated with http://www.babysmileandgrow.com Latest baby toys news & reviews. Stay connected with baby educational toys. more>>

Educational Baby To toolbar for IE. Keep updated with http://www.babysmileandgrow.com Latest baby toys news & reviews. Stay connected with baby educational toys. Learn more about developmental toys for children.

Requirements: Internet Explorer

<<less
Download (1.06MB)
Added: 2008-09-07 License: Freeware Price: $0
415 downloads
Databound Schedule Controls 1.9

Databound Schedule Controls 1.9


Databound Schedule Controls can make it quick and easy to control show scheduled events in the form of a table. more>>

Databound Schedule Controls 1.9 can make it quick and easy to control show scheduled events in the form of a table.

They are simple versions of the so-called Gantt chart. They don't have advanced features such as dependencies and milestones, but they use templated databinding, so it's up to you, the developer, what you want to show.

<<less
Download (259.2KB)
Added: 2005-10-19 License: Freeware Price: $0.00
downloads
Pregnancy Calculator 2.72

Pregnancy Calculator 2.72


Helps you to plan for the important milestones in your pregnancy. more>> Helps you to plan for the important milestones in your pregnancy. Choose the date of last period from the calendar & the dates will change accordingly, the following details will be displayed instantly:- The probable date of conception; the start date of the second and third trimesters; the date that, if born on, most babies will survive; the dates that most babies may arrive between; how many weeks and days you are pregnant; how many weeks and days you have left until that special day; and lastly, the date the little bundle of joy is expected. Now complete with some sound effects and the option to print the results.
If you want the birth on a certain day, Date Calculator can also let you know what date the approximate conception should be. Explanations are also given for the Conception, whether its a Boy or Girl, the Embryo and the second & third trimesters. Option to add the expectant mothers name to the printout, it also processes and displays the results instantly. Also new in this version is the showing of the astrological sign your baby will born under.
<<less
Download (929KB)
Added: 2007-11-11 License: Freeware Price: Free
956 downloads
Project Manager .NET Professional 3.0.1.6

Project Manager .NET Professional 3.0.1.6


Manage and complete projects of any size. more>>

Project Manager .NET Professional 3.0.1.6 is a powerful program designed for you to manage and complete projects of any size. It is suited for both small and large projects, for personal and business use. Projects and Milestones help you organize the big picture and Tasks help you keep track of the details. Tagging and Grouping allow you to quickly and easily organize your data enabling you to Search and Report the way you want. Reports allow you to view your project in different ways. You can view completed and incomplete tasks, tasks by Tag, or by Milestone.

Time Tracking and Cost features allow you to Clock In and Out Tasks to keep track of the time you spend on each item. You can then easily see how much a project is costing and how much time you have spent. Project Manager .NET is designed to be simple, but will help you manage the most complex project.

Enhancements: A bug fixing release.

<<less
Download (5.7MB)
Added: 2008-09-14 License: Freeware Price:
456 downloads
 
Other version of Project Manager .NET
Project Manager .NET 1.0.5.4help you organize a small project, including Milestone, Task, and Project Note organization
License:Freeware
Download (397KB)
1598 downloads
Added: 2006-09-03
Price: $0.00
License:Freeware
Download (400K)
1626 downloads
Added: 2006-08-16
EasyOrganizer 1

EasyOrganizer 1


EasyOrganizer is described as an easy-to-use and useful task-organizer that lets you enter tasks, set priorities, set categories, task dependencies and configure milestones. more>>

EasyOrganizer 1 is described as an easy-to-use and useful task-organizer that lets you enter tasks, set priorities, set categories, task dependencies and configure milestones. Tasks are represented as a simple list sorted by task's importance, which is calculated from its dependencies and priorities.

Requirements: Windows 2000/XP/2003 Server/Vista
<<less
Download (572.2KB)
Added: 2008-04-06 License: Freeware Price: $0.00
downloads
 
Other version of EasyOrganizer
EasyOrganizer 1.0dependencies, age affected priorities, categories and milestones. Tasks are represented
License:Freeware
Download (572k)
402 downloads
Added: 2008-10-20
OpenCD 4.0

OpenCD 4.0


OpenCD is a collection of high quality Free and Open Source Software. more>> OpenCD is a collection of high quality Free and Open Source Software. The programs run in Windows and cover the most common tasks such as word processing, presentations, e-mail, web browsing, web design, and image manipulation. We include only the highest quality programs which have been carefully tested for stability, and which we consider appropriate for a wide audience.
OpenCD 07.04 released!
07.04 contains nineteen updated versions including the milestone OpenOffice 2.2 and Thunderbird 2.0, along with latest releases of the majority of other programs. Official artwork is available for printing covers and discs also. Youll also notice a new appearance on OpenCD! Tux the Linux penguin makes his debut, informing people of cross-platform availability of particular programs and offering a no-nonsense introduction to Linux.
MD5sum:
f48df22c950f4c0a61c6ca39eaf227d6 OpenCD-07.04.iso
<<less
Download (536MB)
Added: 2007-09-20 License: Freeware Price: Free
778 downloads
Collaboration, Projects, Files, Forums 1.0

Collaboration, Projects, Files, Forums 1.0


IE Toolbar for AgileCircle. AgileCircle allows a highly interactive, productive knowledge sharing environment where users can create, tag, share and search each others notes, files, to do lists, links more>>

IE Toolbar for AgileCircle Perfect For Professionals, Small Mobile Teams, Schools, Master Mind Groups. Simple Online Collaboration And Sharing. Powerful Search - Tag And Find Anything Easily. Store and Share Files Online. Get Projects Done. Create Your Own Forums. Get Organized Now. Collaborate with your team. Communicate your ideas. Expand your circle of influence. Keep your data private. Leverage your resources. Form beneficial partnerships. Personalized dashboard. Save notes, tasks, favorites. Create projects, assign tasks. Private and public security. Send messages, chat, connect. Calendar, meetings, events. AgileCircle allows a highly interactive, productive knowledge sharing environment where users can create, tag, share and search each others notes, files, to do lists, links/urls etc. Users can also create projects, add team members from with in their private circle, assign tasks and track the status of milestones and tasks.

Requirements: Internet Explorer

<<less
Download (1.04MB)
Added: 2008-09-07 License: Freeware Price: $0.00
416 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4