ajax control toolkit
AJAX Control Toolkit 1.0.10618.0
The biggest and best collection of web-client components available more>>
The Toolkit addresses three needs. First it gives website developers a place to get components to make their web applications spring to life, second it gives a set of great examples for those wishing to write client-side code, and third it is a place for the best script developers to get their work highlighted.
Included in this package:
- AjaxControlToolkit - A set of sample ASP.NET AJAX controls and source
- SampleWebsite - A web site that demonstrates how to use the controls and
contains the rest of the Toolkit documentation
- ToolkitTests - A web site that contains automated tests for all controls
- AjaxControlExtender - A VSI installer that will install templates onto your machine to enable creation of new ASP.NET AJAX extender controls using Visual Studio 2005
System requirements:
- Visual Studio 2005
Seanau Icon Toolkit 2.0
Icon Toolkit is a powerful and simple icon combine tool, you are easy to create any combine icon, disabled or hot state icon more>> Icon Toolkit is a powerful and simple icon combine tool, you are easy to create any combine icon, disabled or hot state icon. Icon Toolkit also includes 2,800 high quality royalty-free icons.<<less
City Life toolkit 2
Get 3DSMAX source files for all the buildings in the game. more>>
City Life toolkit 2 is a game which is the combination of 3DSMAX source files for all the buildings in the game. It is free.
Access 2003 Conversion Toolkit 1
Access 2003 Conversion Toolkit is launched as a useful and high quality tool for users to analyze Access 97 databases for upgrade and conversion to Access 2003. more>>
Access 2003 Conversion Toolkit 1 is launched as a useful and high quality tool for users to analyze Access 97 databases for upgrade and conversion to Access 2003. Use the tools in the Access 2003 Conversion Toolkit to find and analyze your databases in preparation for switching to the latest version of Access.
Requirements:
- Windows 98/NT/XP
License:Freeware
NT Toolkit 1.96
The NTToolkit is a set of small utilities designed to help network administrator more>> The NTToolkit is a set of small and useful utilities designed to help network administrators with their daily administrative tasks. The NTToolkit is freeware and constantly enhanced.<<less
Bing Maps AJAX Control SDK 6.2
Bing Maps AJAX Control SDK is a helpful software development kit (SDK) which offers you programming reference and how-to topics for getting started with the AJAX map control for Bing Maps. more>>
Bing Maps AJAX Control SDK 6.2 is a helpful software development kit (SDK) which offers you programming reference and how-to topics for getting started with the AJAX map control for Bing Maps. You can use this control to build your own Web sites that use Bing maps.
Requirements:
- Supported Operating Systems: Windows 2000; Windows Vista; Windows XP
US to Metric Toolkit 1.1
US to Metric Toolkit is an application to convert common Metric and US units back and forth. more>>
Support is included for length, area, weight, volume, and temperature.
Enhancements:
- This new version restores functionality to the Temperature dialog and fixes "Pounds to Kilograms" conversion
SOAP Toolkit 3
SOAP Toolkit is described as a convenient-to-use as well as helpful toolkit which provides basic Web services capabilities for COM components and applications. more>>
SOAP Toolkit 3 is described as a convenient-to-use as well as helpful toolkit which provides basic Web services capabilities for COM components and applications. SOAP Toolkit support has been extended from the originally posted July 1, 2004 deadline. Mainstream SOAP Toolkit support will now be retired in March 31, 2005 with extended support lasting until March 31, 2008.
Requirements: Windows 98/Me/2000/XP/2003 Server
Facebook Developer Toolkit 1.2
A full complement of components, controls and samples for developing applications more>>
The Facebook Developer Toolkit was designed to be a full complement of components, controls and samples for developing applications using Facebooks API. The kit also includes C# and Visual Basic wrappers for the Facebook API to make application development simple, fun and quick.
The Facebook Developer Toolkit provides you with everything you need to easily build a dynamic Web site using Facebook data. Included in the toolkit are components, controls, samples as well as wrappers for the Facebook API.
The Facebook Developer Toolkit takes advantage of Microsoft?s new Windows Presentation Foundation library and LINQ. Included in the toolkit are full working examples of both a WPF application and LINQ.
We have seen lots of feedback on suggestions on improving the codebase. We worked with Microsoft on an idea to keep the code relevant and up to date for all the Facebook Developers.
Together we decided that hosting the source here on CodePlex will be the best way to track items and allow community involvement in the source. We encourage anyone to get involved.
System requirements:
- Visual Web Developer
- Facebooks API.
PIS SEO Toolkit 2.4
PIS SEO Toolkit is a program offering you the support for 150 search engines. more>>
PIS SEO Toolkit 2.4 is a program offering you the support for 150 search engines. The desktop program automatically updates from the Internet with each new version, and you only need to download it once. It also includes SEO tools such as a meta-tag generator and keyword tools.

VOIG's Age of Conan Toolkit 0.1
VOIGs Age of Conan Toolkit is created to be a helpful and handy tool kit which currently includes a combat log analyzer for use on the combat logs generated by Age of Conan. more>> <<less
Google Web Toolkit 1.4.60
A software program that allows you to build AJAX apps in the Java language more>>
What is Google Web Toolkit?
Google Web Toolkit (GWT) is a Java development framework that lets you escape the matrix of technologies that make writing AJAX applications so difficult and error prone. With GWT, you can develop and debug AJAX applications in the Java language using the Java development tools of your choice. When you deploy your application to production, the GWT compiler to translates your Java application to browser-compliant JavaScript and HTML.
Heres the GWT development cycle:
Use your favorite Java IDE to write and debug an application in the Java language, using as many (or as few) GWT libraries as you find useful.
Use GWTs Java-to-JavaScript compiler to distill your application into a set of JavaScript and HTML files that you can serve with any web server.
Confirm that your application works in each browser that you want to support, which usually takes no additional work.
Why Translate Java Code to JavaScript?
Java technologies offer a productive development plaform, and with GWT, they can instantly become the basis of your AJAX development platform as well. Here are some of the benefits of developing with GWT:
You can use all of your favorite Java development tools (Eclipse, IntelliJ, JProfiler, JUnit) for AJAX development. Static type checking in the Java language boosts productivity while reducing errors. Common JavaScript errors (typos, type mismatches) are easily caught at compile time rather than by users at runtime.
Code prompting/completion is widely available. Automated Java refactoring is pretty snazzy these days. Java-based OO designs are easier to communicate and understand, thus making your AJAX code base more comprehensible with less documentation.
Main features:
- Dynamic, reusable UI components
- Create a Widget by compositing other Widgets. Lay out Widgets automatically in Panels. Send your Widget to other developers in a JAR file.
- Really simple RPC
- To communicate from your web application to your web server, you just need to define serializable Java classes for your request and response. In production, GWT automatically serializes the request and deserializes the response from the server. GWTs RPC mechanism can even handle polymorphic class hierarchies, and you can throw exceptions across the wire.
- Browser history management
- No, AJAX applications dont need to break the browsers back button. GWT lets you make your site more usable by easily adding state to the browsers back button history.
- Real debugging
- In production, your code is compiled to JavaScript, but at development time it runs in the Java virtual machine. That means when your code performs an action like handling a mouse event, you get full-featured Java debugging, with exceptions and the advanced debugging features of IDEs like Eclipse.
- Browser compatible
- Your GWT applications automatically support IE, Firefox, Mozilla, Safari, and Opera with no browser detection or special-casing within your code in most cases.
- Interoperability and fine-grained control
- If GWTs class library doesnt meet your needs, you can mix handwritten JavaScript in your Java source code using our JavaScript Native Interface (JSNI).
Graybox OPC Server Toolkit 3.0.8
OPC Data Access 1.00, 2.05a, 3.00 Server Develpment Toolkit for C++ and.NET more>> Graybox OPC Server Toolkit lets the programmer to create robust and highly effective OPC Servers within the shortest possible time. This toolkit eliminates the necessity of implementing all of the numerous OPC interfaces and COM programming. Graybox OPC Server Toolkit supports OPC Data Access 1.00, 2.05a, 3.00. Toolkit can be used with any development environment supporting C++ language and dynamic linking or in any .NET language.<<less
iPhone Unlock Toolkit 1.0
iPhone Unlock Toolkit--One click to unlock your iPhone for free!! One click to unlock your iPhone. Use your iPhone as an iPod and PDA without signing up AT&T service.No computer knowledge needed, simply download the software and unlock your iPhone in seconds. No wonder, it is the easiest way to unlock your iPhone. more>> <<less
License:Freeware

Cloud Toolkit.Net 0.5
Cloud Toolkit.Net is known as a reliable and comprehensible control collection for Windows Forms programs so that developers can effectively modify all the controls and then they are still free to distribute their program with the controls. more>>
Cloud Toolkit.Net 0.5 is known as a reliable and comprehensible control collection for Windows Forms programs so that developers can effectively modify all the controls and then they are still free to distribute their program with the controls.
Cloud Toolkit.Net contains very basic and more complex controls which can be used in dozens of ways in any kinds of programs. The main idea is to replace all of the most important controls with good-looking and more usable ones.
Requirements:
- Windows 98/Me/NT/2000/XP/2003 Server/Vista
- Microsoft .NET Framework
