beginning
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 46
Beginning Visual C++ 1.0
This tutorial will go through the basics in programming with Visual C++ v6.0. Will cover from variables, string manipulation, arrays, loops and up to working with files. more>> This tutorial will go through the basics in programming with Visual C++ v6.0. Will cover from variables, string manipulation, arrays, loops and up to working with files.<<less
Added: 2004-10-16 License: Free Non-Commercial Price: $0.00USD
15 downloads
Other version of Beginning Visual C++
License:Free for non-commercial use
Beginning Relationships in Rails
The Rails framework takes most of the headache away from developing these relationships and almost entirely eliminates the need to write low-level queries to your database. If youve spent time writing more>> The Rails framework takes most of the headache away from developing these relationships and almost entirely eliminates the need to write low-level queries to your database. If youve spent time writing those queries, Rails ActiveRecord will make sense, but for those of you who are just getting started this can be confusing.<<less
Added: 2006-08-31 License: Freeware Price: Free
1150 downloads
Writing to the beginning of a file
Writing to the beginning of a file - you have a text file that is huge and want to append to it. more>> Writing to the beginning of a file offers you a powerful script which is useful for writing to the beginning of a file - you have a text file that is huge and want to append to it. But you don't want the new data to go clear to the bottom of the file. Well this script will let you do just the opposite. It will let you write to the file but put the new data at the beginning and the old data at the end.<<less
Added: 2007-06-21 License: GPL - GNU Public License Price: GPLGNUPublicLicense
14 downloads
Beginning XML - Part 1 (An Introduction)
Coming straight to the point, XML stands for EXtensible Markup Language. As the name suggests, it is a language that can be molded according to the need of the hour. Personally, I dont think calling i more>> Coming straight to the point, XML stands for EXtensible Markup Language. As the name suggests, it is a language that can be molded according to the need of the hour. Personally, I dont think calling it a language is justified, but I fanatically follow the ordinance of the techie Gurus, and if they say it is a language, then it is a language.<<less
Added: 2006-10-17 License: Freeware Price: Free
1108 downloads
Beginning ASP.NET the Easy Way 1
ASP.NET is Microsoft?s extension to HTML. It requires an ASP.NET compatible web server. Such as, Abyss or IIS (Internet Information Services from Microsoft). There are however plug-ins for Apache Web Server also. Before you continue you will need to know more>> ASP.NET is Microsoft?s extension to HTML. It requires an ASP.NET compatible web server. Such as, Abyss or IIS (Internet Information Services from Microsoft). There are however plug-ins for Apache Web Server also. Before you continue you will need to know VB.NET which is required for the scripting part of the tutorial. You don?t necessarily need a compiler to build an ASP.NET script. Any text editor will work. Let?s start by building or first aspx file. Create a new text document in your favorite text editor. Call it default.aspx. Now lets jump in, shall we?<<less
Added: 2008-03-16 License: Other Price: $0.00USD
12 downloads
Beginning Ajax and ASP.NET 3.5 1
Ajax is a great helper to us while developing rapid applications without worrying us at power of asynchronous. In Visual Web Developer 2008 comes with built in Atlas and ASP.NET3.5 . In this tutorial, I try to show you whats ajax and database querying more>> Ajax is a great helper to us while developing rapid applications without worrying us at power of asynchronous. In Visual Web Developer 2008 comes with built in Atlas and ASP.NET3.5 . In this tutorial, I try to show you whats ajax and database querying at same time. Now lets build our scene. Open an empty web site and dop a ScriptManager and UpdatePanel from Ajax Extensions tab. Close the tab and open standard controls and drop one textbox and one button. Place a label inside ajax control and one more outside of UpDatePanel. The second label will display that we are using Ajax and page is not posting back. I will add some hard codes and I have put s SqlDataSource and a GridView. Complete code is included<<less
Added: 2008-01-11 License: Freeware Price: $0.00USD
19 downloads
Javascript trim, ltrim, rtrim
These function return a string with whitespace stripped from the beginning or end or both of the string. more>> These function return a string with whitespace stripped from the beginning or end or both of the string.<<less
Added: 2007-05-07 License: Freeware Price: $0.00USD
14 downloads
PlayVoIP
Webbased VoIP service enabler featured with user management, statistical report and registration application system based on LAMP and Asterisk. At the beginning this project was specially designed for more>> Webbased VoIP service enabler featured with user management, statistical report and registration application system based on LAMP and Asterisk. At the beginning this project was specially designed for simple and free Indonesian VoIP network, VoIP Rakyat.<<less
Added: 2005-12-10 License: GPL Price: Free
1423 downloads
rForum 0.1.2m
rForum is a flexible set of scripts that can be used for different sites. The forum is build for multilanguage and containts; Dutch and English language files. This is the third Alpha Release so installation may be difficult in beginning. On my site you more>> rForum is a flexible set of scripts that can be used for different sites. The forum is build for multilanguage and containts; Dutch and English language files. This is the third Alpha Release so installation may be difficult in beginning. On my site you will find English and Dutch support forums.<<less
Added: 2005-06-19 License: Free Non-Commercial Price: $0.00USD
12 downloads
Other version of rForum
Hoover Web Templates
Hoover Web Design has 100s of professional business and personal web templates. Hoovers creative web templates are easy to set up and geared towards beginning and intermediate site owners. Template prices start at $3. Be sure to visit the free web more>> Hoover Web Design has 100s of professional business and personal web templates. Hoovers creative web templates are easy to set up and geared towards beginning and intermediate site owners. Template prices start at $3. Be sure to visit the free web templates archive. New web templates added often.<<less
Added: 2004-01-22 License: Free Non-Commercial Price: $3.00USD
10 downloads
Micro Protector 1.0
Micro Protector is a small PHP script which helps you to protect your pages with password. To create your own password protected page you only need to insert 1 line at the beginning of your page code. more>> Micro Protector is a small PHP script which helps you to protect your pages with password. To create your own password protected page you only need to insert 1 line at the beginning of your page code.<<less
Added: 2007-09-18 License: Freeware Price: $0.00USD
11 downloads
Contract Lifecycle Management Software 2.0
Manage your organizations contracts from beginning to termination with this easy to use php web based contract software. Features email alerts to help keep tract of contract changes. Sort contracts based on quality, generate printable web based more>> Manage your organizations contracts from beginning to termination with this easy to use php web based contract software. Features email alerts to help keep tract of contract changes. Sort contracts based on quality, generate printable web based reports. Download and Demo Our Contract Software Totally Free. Check back often for new and exciting updates.<<less
Added: 2004-07-12 License: Freeware Price: $0.00USD
11 downloads
Other version of Contract Lifecycle Management Software
Simple Introduction to AJAX and XMLHttpRequest
This tutorial explains from the very beginning how to use AJAX in web applications. It is assumed you have a knowledge of Javascript (with a little DOM) as well as a server side scripting language, al more>> This tutorial explains from the very beginning how to use AJAX in web applications. It is assumed you have a knowledge of Javascript (with a little DOM) as well as a server side scripting language, although you should pick it up easily.<<less
Added: 2006-12-29 License: Freeware Price: Free
1037 downloads
agenda
Organise your week with agenda-calendar.php. All you have to do is initialize the variables at the beginning of the script, and youre set. This relatively elaborate script was assembled with the aid o more>> Organise your week with agenda-calendar.php. All you have to do is initialize the variables at the beginning of the script, and youre set. This relatively elaborate script was assembled with the aid of smaller scripts like php-calendar.php login.php, javascript-cookies.js, and params.php.<<less
Added: 2004-06-07 License: Freeware Price: Free
1980 downloads
Auto Copyright UpDATEr n/a
A simple copy & paste script that automatically updates the date portion of your sites copyright notice to cover the current year. A great time saver. All you have to do is copy & paste the code to the footnote of your document and change the beginning more>> A simple copy & paste script that automatically updates the date portion of your sites copyright notice to cover the current year. A great time saver. All you have to do is copy & paste the code to the footnote of your document and change the beginning date and copyright text to your own.<<less
Added: 2006-04-29 License: Freeware Price: $0.00USD
14 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 beginning 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