Main > Free Download Search >

Free milestone software for windows

milestone

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 48
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
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
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
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
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
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 as a list sorted by importance calculated from dependencies and priorites. EasyOrganizer 1.0 - supersmola
License:Freeware
Download (572k)
402 downloads
Added: 2008-10-20
Quit Counter 1.2

Quit Counter 1.2


Quit Counter is a program that will help you to quit cigarette smoking more>>
Quit Counter is a program that will help you to quit cigarette smoking. Keeps track of various statistics, friends and also congratulates the user with many different graphics on reaching various milestones. Can also copy statistics to the clipboard.
All texts and milestones can be customized.
You will see that you can stop smoking without magic and money with the simplest method - cold turkey!
<<less
Download (3.07MB)
Added: 2006-10-09 License: Freeware Price:
1132 downloads
MilkyTracker 0.90.60

MilkyTracker 0.90.60


Milkytracker is a free music creation tool that was inspired on Fast Tracker 2 more>>
Milkytracker is a free music creation tool that was inspired on Fast Tracker 2 MilkyTracker is a multiplatform music application, more specifically part of the tracker family.
Milkytracker is a free music creation tool that was inspired on Fast Tracker 2 (a popular MS-DOS tracker for the PC)
It attempts to recreate the module replay and user experience of the popular DOS tracker Fasttracker II, with special playback modes available for improved Amiga ProTracker 2.x/3.x compatibility.
MilkyTracker is not "another Windows tracker" which should already be obvious by the plethora of supported desktop and portable platforms. In fact it started as a project to bring tracking to the Pocket PC.
When this milestone was reached, the next one was creating a truly FT2 compatible tracker for portable as well as modern desktop platforms.
Main features:
- Fasttracker II like, custom graphical user interface with context menus
- Very accurate .XM replay compared to Ft2
- ProTracker 2.x & 3.x playback modes for playing and editing .MOD files
- Supported on multiple platforms including hand-held devices
- Alternative edit modes for new users and Ft2 veterans
- Imports over 30 different module formats
- Internal file browser option
- Disk (.WAV) recorder
- Module size optimizer
- Possibility to edit songs live (during playback)
- Powerful sample editor featuring waveform generators
- Powerful instrument editor featuring envelope zooming and scaling
- Prospective pattern view option
- Low latency audio driver support
- MIDI In support
- Various font sizes for improved visibility of pattern data
<<less
Download (1.28MB)
Added: 2007-06-27 License: Freeware Price:
935 downloads
SimpleChecklist 1.31

SimpleChecklist 1.31


A tool that helps you keep track of multiple ongoing IT projects. more>>
A tool that helps you keep track of multiple ongoing IT projects. SimpleChecklist allows you to save time while keeping track of important details!
SimpleChecklist is a tool that helps you keep track of multiple ongoing projects.
SimpleChecklist allows me to spend more time actually managing projects and less time inputting subjective data into a project management software package.
Reporting the status of your project milestones is as simple as clicking the Print button.
Color print outs showing a status of Red, Yellow or Green are one of the most effective means of visually displaying status and allows for more concise status reporting.
<<less
Download (313KB)
Added: 2007-08-22 License: Freeware Price:
883 downloads
Mozilla Firefox 3.6 beta 5

Mozilla Firefox 3.6 beta 5


Firefox 3.6 Beta 5 is launched as the latest development milestone of the next version of Firefox, a powerful web browser. more>> <<less
Download (8MB)
Added: 2009-12-16 License: Freeware Price: Notavailable
downloads
 
Other version of Mozilla Firefox
Mozilla Firefox 3.6 beta 2Mozilla Org. - This brings users the first developer milestone of the next release of Firefox. Mozilla Firefox
Price: Notavailable
License:Freeware
Download (8MB)
downloads
Added: 2009-11-10
Mozilla Firefox 3.6 alpha 1Firefox 3.6 alpha 1 (Namoroka) is the first developer milestone of the next release of Firefox. Namoroka is built on pre-release version of the Gecko 1.9.2 platform, which forms the core of rich
Price: $0.00
License:Freeware
Download (7.8MB)
downloads
Added: 2009-08-10
Mozilla Firefox 3.5 Release Candidate 1Firefox 3.5 (Release Candidate) is the seventh development milestone of Firefox 3.5, the next version of the Firefox web browser. While this release is considered to be stable, it is intended
License:Freeware
Download (7.7MB)
63215 downloads
Added: 2009-06-17
WengoPhone 2.2 Alpha 2

WengoPhone 2.2 Alpha 2


OpenWengo is an open source project, initiated by the French company Wengo, itself backed by neuf telecom. more>>

OpenWengo is an open source project, initiated by the French company Wengo, itself backed by neuf telecom.
Our goal is to provide a standards-based VoIP platform - we are committed to providing unlimited free telephony and enhanced features to our users, while promoting innovative usage-driven services.
Founded in January 2005, Wengo is a young company that offers exciting new services
using its own telecoms software:
WengoPhone and an unbeatable telephone offering providing fantastic, affordable calls and services for connecting people all over the globe.
Upcoming features
- By the end of Q3/2005, we expect to launch a series of additional services to the global market, including call-out (prepaid plans, worldwide unlimited plan) and call-in (local number attribution, voicemail, call transfer).
- This whole new range of services will be supported by our video-enabled WengoPhone for Windows, Linux and MacOS X. An initial release for PocketPC will also be available at that time.
- As we go, new features will appear: centralized contact lists, PIM synchronization, file transfers, skin support, conference calls (with both voice and video), dynamic QoS management, user search engine, and much more
Future milestones
For our next generation of converging services we will deliver the third version of our Wenbox ATA, embedding the latest WengoPhone technologies to offer the same level of service seamlessly, without a computer.

<<less
Download (19.00MB)
Added: 2008-09-07 License: Freeware Price:
1502 downloads
 
Other version of WengoPhone
WengoPhone 2.1.2QoS management, user search engine, and much more Future milestones For our next generation of converging services we will deliver the third version of our Wenbox ATA, embedding the latest
License:GPL
Download (12.1MB)
1833 downloads
Added: 2007-10-05
Molecular Workbench 1.3

Molecular Workbench 1.3


Molecular Workbench (MW) is a piece of free, open-source modeling software specifically designed for use in education more>>
Molecular Workbench (MW) is a free and useful open-source modeling program that was specifically designed for use in education. Powered by a set of real-time particle simulation engines that compute and visualize the motion of particles interacting through force fields, in both 2D and 3D, it is a simulation platform for learning science. Many abstract concepts in physics, chemistry and biology can be dynamically visualized, and virtual experiments that are only limited to your imagination can be designed.
MW provides an easy-to-use authoring system for creating model-driven activities with customized interfaces. Novice users can operate this authoring system just like using a word processor. Macro languages are provided to advanced users for constructing and controlling models in a more flexible way.
The customizability of models through the authoring system allows you to design user interfaces appropriate to your audience, without having to get them involved in the complexity of the modeling engines. Moreover, MW is a special web browser for getting models and activities made by using its unique authoring system. This results in the ease of distribution of your work. You can independently put your work on the Internet in exactly the same way as you deal with the HTML pages, and they can be opened by anyone using MW in exactly the same way a web page is opened using a conventional browser.
In addition, MW offers a built-in assessment system that, together with the authoring system, enables you to design questions and mine data on your own. A database that has already collected thousands of student reports composed of questions and answers and snapshot images taken from simulations is also available for analysis. (See sample reports.)
MW is also the principal software that runs the activities in the more pedagogy-oriented MOLO and MOLIT databases. MW has reached the milestone of 10,000 downloads worldwide (click here to view a map of global use of MW).
<<less
Download (3.62MB)
Added: 2006-02-21 License: Freeware Price:
1554 downloads
LiveProject 4.5.3

LiveProject 4.5.3


LiveProject is specially created to help you view your projects .mpp file on any computer without the need or cost of multiple Microsoft Project licenses. more>>

LiveProject 4.5.3 is specially created to help you view your project's .mpp file on any computer without the need or cost of multiple Microsoft Project licenses. Our project viewer can be downloaded immediately enabling you to view your project now. LiveProject's Core Features: Ability to view Microsoft Project .MPP files for free. Microsoft Project not needed to view your project files, which means you can roll out LiveProject to your entire organization at a fraction of the price of a Microsoft Project deployment. Advanced project dashboards, and project portfolio dashboards let's you get a graphical overview of the state of your project. Personalize your setup, configure your colors, create filters and alarms to quickly drill down in your projects. The tab-based interface allows you to view multiple files simultaneously.

Major Features:

  1. Project Viewing - open MS Project plans.
  2. Integrated Dashboard - project graphs and overviews
  3. Portfolio Dashboard - Compare multiple projects
  4. Gantt Chart
  5. Calendar View
  6. Task Usage View
  7. Resource Usage View
  8. Security
  9. Sharing Documents and Projects
  10. Organization of Project
  11. Other Project Features
  12. "Live" Project Views
  13. Project Collaboration
  14. User Management
  15. Export
  16. Bugzilla
  17. Priority Support
  18. Updates to LiveProject

Enhancements:

  • Version 4.5.3 includes Stoplight support, Column Managemnt made easier, Tasks open/closed project chart added, Milestone Progress chart added, support for setting title while printing, recently use project list, chart timeline configuration, and bug fixes.
<<less
Download (28.9MB)
Added: 2009-12-08 License: Freeware Price: Notavailable
downloads
Microsoft XNA Game Studio Express 3.1

Microsoft XNA Game Studio Express 3.1


XNA Game Studio Express enables hobbyists, academics and small, indie game developers to more easily create video games more>>
XNA Game Studio Express enables hobbyists, academics and small, indie game developers to more easily create video games using new, optimized cross-platform gaming libraries based on .NET for Windows and Xbox 360. The beta 2 release targets games development for Windows.
The final version of XNA Game Studio Express will be available later this holiday season and will enable development of games which target Windows and upon purchase of an XNA Creators Club subscription, the Xbox 360 as well.
While we`re very proud of this Beta 2 milestone and it represents full functionality on Windows, it does not include the full feature set for developing, debugging and playing games on the Xbox 360. The features specific to the 360 console will become available upon the final release of XNA Game Studio Express later this holiday.
This beta also does not include the additional starter kits and tutorials which will be made available upon final release of XNA Game Studio Express and/or as part of your XNA Creators Club subscription
Instructions
- Install Microsoft Visual C# 2005 Express Edition using the link below.
- Download and run the Microsoft XNA Game Studio Express Beta 2 installer.
- Follow the instructions displayed during setup.
- Launch Microsoft XNA Game Studio Express from the Start Menu.
System Requirements:
- Supported Operating Systems: Windows XP Service Pack 2
Only supported on Microsoft Windows XP SP2 (all editions) at this time. Windows Vista support will be available in an update to version 1 next year.
- Hardware requirements are identical to those for Visual Studio 2005 plus a graphics card that supports DirectX 9.0c and Shader Model 1.1 (Shader Model 2.0 is recommended and required for some Starter Kits).
- This release requires Microsoft Visual C# 2005 Express Edition to be installed before proceeding. You can install Visual C# Express from the Visual C# Express Download Page. Visual C# Express and XNA Game Studio Express can co-exist on the same computer with other members of the Visual Studio 2005 line of products, for example Visual Studio 2005 Professional.
<<less
Download (73.00MB)
Added: 2009-06-12 License: Freeware Price:
10 downloads
 
Other version of Microsoft XNA Game Studio Express
Microsoft XNA Game Studio Express 2.0 BetaWhile we?re very proud of this Beta 2 milestone and it represents full functionality on Windows, it does not include the full feature set for developing, debugging and playing games on the Xbox
License:Freeware
Download (98.6MB)
718 downloads
Added: 2007-11-20
License:Freeware
Download (81.1MB)
1045 downloads
Added: 2006-12-13
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4