64 bit windows applications
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1719
Distributing Rails Applications
In this tutorial, well go through the following steps: Setup the environment Create the SQLite database Develop the Rails application Create the RBA (= Ruby archive) from the application with Tar2Ruby more>> In this tutorial, well go through the following steps: Setup the environment Create the SQLite database Develop the Rails application Create the RBA (= Ruby archive) from the application with Tar2RubyScript Create the standalone executable with RubyScript2Exe<<less
Added: 2006-08-31 License: Freeware Price: Free
1155 downloads
Menus in ASP.NET applications 1
Menus are well known way to provide feature rich but also simple user interface to your users. This tutorial explains how to make static or dynamic menus in ASP.NET applications. more>> Menus are well known way to provide feature rich but also simple user interface to your users. This tutorial explains how to make static or dynamic menus in ASP.NET applications.<<less
Added: 2006-05-02 License: Freeware Price: $0.00USD
11 downloads
Other version of Menus in ASP.NET applications
License:Freeware
Java For Stand-Alone Applications
Java programming language was primarily developed to deal with embedded applications. But with the introduction of Swing and other user interface utilities to Java, it made its mark in desktop applications too. Now the trend is to use Java technology in more>> Java programming language was primarily developed to deal with embedded applications. But with the introduction of Swing and other user interface utilities to Java, it made its mark in desktop applications too. Now the trend is to use Java technology in developing large web and enterprise applications. Java is more focused on web then desktop applications. But, in this article, we are going to discuss how useful Java is as a development technology for stand alone desktop application development in present scenario.<<less
Added: 2006-06-04 License: Freeware Price: $0.00USD
13 downloads
20/20 Applications 1.0
Welcome! 20/20 Applications develops light-weight database applications for small and medium sized business web sites. Our low-cost solutions have assisted small businesses throughout North America, Europe, Australia, and South America and have been more>> Welcome! 20/20 Applications develops light-weight database applications for small and medium sized business web sites. Our low-cost solutions have assisted small businesses throughout North America, Europe, Australia, and South America and have been translated into more than eight languages. Features include multi-lingual and customizable ASP applications for real estate brokerages and agents, inventory management systems for automotive vehicle dealership, gallery, library, art, jewellery, music, collectors, classifieds, and more. As well, with affiliated companies and services, our products integrate with 3rd party data services such as the MLS (multiple listing service) and IDX for Realtors, RSS feed syndication, and the Google Earth client for geographic inventory such as realty. We are dedicated to creating applications that you can implement in your own current or developing web site that flexible and powerful yet easy-to-setup and easy-to-use. Please visit and enjoy your stay.<<less
Added: 2005-08-26 License: Commercial Price: $0.00USD
14 downloads
Other version of 20/20 Applications
Price: FreeAdditionalInfoSomefreedownloads...andsomecommercialproducts.
License:Commercial License
License:Commercial License
Performance Tuning of Java Applications
Ever since the first version of Java Technology hit the streets, performance has been an important issue for Java developers. Java has improved dramatically and continually but, performance tuning is more>> Ever since the first version of Java Technology hit the streets, performance has been an important issue for Java developers. Java has improved dramatically and continually but, performance tuning is very essential to get the best results, especially when we think of J2EE applications.<<less
Added: 2006-06-04 License: Freeware Price: Free
1262 downloads
Building Ajax Applications Using SXML
Proper data handling in Ajax is always the primary purpose of developers in looking for ways to effectively develop the application. The different data formats are usually judged not only how they could be seamlessly implemented from the source but also more>> <<less
Added: 2009-05-18 License: Freeware Price: $0.00USD
14 downloads
DHTML Menu for applications 1.0
This is a menu specially designed for web applications. That is because of its features for altering menu items on the fly. You can replace larger parts of the menus after it has been loaded. The layout of the menu is controlled by CSS. The code is more>> This is a menu specially designed for web applications. That is because of its features for altering menu items on the fly. You can replace larger parts of the menus after it has been loaded. The layout of the menu is controlled by CSS. The code is Object Oriented(or "Object based") so it should be easy to add new features later on.<<less
Added: 2006-11-21 License: LGPL Price: $0.00USD
12 downloads
Creating an ASP.NET 2.0 Application
In this tutorial you will learn how to Create an ASP.NET 2.0 Application, Examining the Interface, The Hello World Application, Designing Web Forms, The Embedded Web Server and Important folders in th more>> In this tutorial you will learn how to Create an ASP.NET 2.0 Application, Examining the Interface, The Hello World Application, Designing Web Forms, The Embedded Web Server and Important folders in the ASP.NET 2.0 Applications.<<less
Added: 2006-06-01 License: Freeware Price: Free
1243 downloads
ASP .NET: Securing ASP.NET Applications with C#
Asp.net Security Overview: Security is one of the most important component of any application. Security is even more important when you are making a web application which is exposed to million of user more>> Asp.net Security Overview: Security is one of the most important component of any application. Security is even more important when you are making a web application which is exposed to million of users. Asp.net provides classes and methods that ensure that the application is secure from outside attacks. In this article we will investigate the different types of authentication provided by Asp.net.<<less
Added: 2006-05-30 License: Freeware Price: Free
1248 downloads
Getting started with Oracle Applications 11i
This tutorial explains about Oracle Apps login, Choosing Responsibility, Choosing Function / Opening Form, Switch Responsibility, Query Form and Keyboard Shortcuts. This chapter would tell a user abou more>> This tutorial explains about Oracle Apps login, Choosing Responsibility, Choosing Function / Opening Form, Switch Responsibility, Query Form and Keyboard Shortcuts. This chapter would tell a user about the basics of login to the Oracle Applications instance. It would also demonstrate the basics of working with Oracle Applications. To understand the complete functionality of a particular responsibility please refer to the respective User Guide.<<less
Added: 2005-05-23 License: Freeware Price: Free
974 downloads
ASP .NET: Configuring and Deploying ASP.NET Applications
Asp.net applications can be easily configured by using web.config files. You can store number of things in the configuration file. Lets see some important stuff that can be stored in this file. more>> Asp.net applications can be easily configured by using web.config files. You can store number of things in the configuration file. Lets see some important stuff that can be stored in this file.<<less
Added: 2006-05-30 License: Freeware Price: Free
1251 downloads
How to Deploy ASP.NET Web Application
The fact is simple: If your users are not able to easily deploy your application then whatever sophistication or features you provide, they will be unable to even experience your application from the more>> The fact is simple: If your users are not able to easily deploy your application then whatever sophistication or features you provide, they will be unable to even experience your application from the very first place! In this tutorial we are going to show you a set of techniques by which you can package and deploy your web applications .....<<less
Added: 2006-05-31 License: Freeware Price: Free
1263 downloads
Speed Optimization in ASP.NET 2.0 Web Applications 1
Developing a web application that responds to users requests quickly is a target and a challenge for all web developers. ASP.NET was designed with speed optimization and performance improvements in mind. This tutorial covers correct using of state more>> Developing a web application that responds to users requests quickly is a target and a challenge for all web developers. ASP.NET was designed with speed optimization and performance improvements in mind. This tutorial covers correct using of state management and data access to develop a high performance ASP.NET application.<<less
Added: 2007-01-08 License: Freeware Price: $0.00USD
15 downloads
Other version of Speed Optimization in ASP.NET 2.0 Web Applications
License:Freeware
Rapid Application Development Tips
Rapid Application Development tips and tutorials C-C++, Visual Basic, MFC / Win32, C#, Database, PHP and many more ... more>> Rapid Application Development tips and tutorials C-C++, Visual Basic, MFC / Win32, C#, Database, PHP and many more ...<<less
Added: 2008-12-13 License: Freeware Price: $0.00USD
14 downloads
XML Ajax Application Using DHTML
Creating an Ajax based application with XML ensures functionality and ease of development from developers. Because of XMLâ??s ability to work with different browsers and programming languages, XML enable developers to build applications not just based on more>> <<less
Added: 2009-05-03 License: Freeware Price: $0.00USD
12 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 64 bit windows applications 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