beginning spanish
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 126
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
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
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
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
Develooping Flash Chat 1.6.5
This is a PHP4 (server side)/Flash 5 (client side) chat room program. It is easy to setup and customize. It features: private messages, review messages, IP banning, user kicking, filter for bad words, sound, etc. Available in Spanish, English, French, more>> This is a PHP4 (server side)/Flash 5 (client side) chat room program. It is easy to setup and customize. It features: private messages, review messages, IP banning, user kicking, filter for bad words, sound, etc. Available in Spanish, English, French, German, Italian, Dutch, Hungarian.... The latest version includes user list in the same window and a better method to send private messages. All settings and complete translation from a single file. You can select text order, hour displaying and automatic deletion when room is empty. Chat works with IP or password. Last update fix bugs and add smilies.<<less
Added: 2005-05-10 License: Freeware Price: $0.00USD
10 downloads
Other version of Develooping Flash Chat
License:Freeware
Pagination in PHP & MySQL
Do you have a news system that is becoming increasingly larger, or perhaps some custom forum software that displays to many topics on one page? Many beginning PHP developers deal with this very proble more>> Do you have a news system that is becoming increasingly larger, or perhaps some custom forum software that displays to many topics on one page? Many beginning PHP developers deal with this very problem that arises from forums, news systems, guestbooks, and many other scripts that return many rows of mysql results. Some people have solved this problem by developing a way to regulate how many results you get per page. This tutorial will show you how to turn huge amounts of data on one page into multiple pages, and provide a simple to use page numbering guide that looks something like this: Last>> So, without futher wait, lets begin on the next page.<<less
Added: 2007-01-18 License: Freeware Price: Free
1096 downloads
Meeting Room Scheduler System 3.7.3
Meeting Room Scheduler System is a free open-source application that provide you a easy way to book/schedule meetings, rooms, video conferences, all via WEB. Multi-language support: English, Portuguese, German, Spanish and Catalan. more>> Meeting Room Scheduler System is a free open-source application that provide you a easy way to book/schedule meetings, rooms, video conferences, all via WEB. Multi-language support: English, Portuguese, German, Spanish and Catalan.<<less
Added: 2007-05-14 License: GPL Price: $0.00USD
11 downloads
Other version of Meeting Room Scheduler System
Price: FreeAdditionalInfoFREE
License:GPL
License:GPL
Family Connections 1.8.1
Keep your family "Connected" with this content management system (CMS) designed specifically with familys in mind. Key features are: a message board, a photo gallery, a blog-like "Family News" section, a calendar, an address book and recipe sharing more>> Keep your family "Connected" with this content management system (CMS) designed specifically with familys in mind. Key features are: a message board, a photo gallery, a blog-like "Family News" section, a calendar, an address book and recipe sharing section. Each family member has their own personal settings, like the ability to change the websites theme. Now with Portuguese, Czech, English, Estonian, German, and Spanish language Support.<<less
Added: 2007-07-31 License: GPL Price: $0.00USD
11 downloads
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
Gentoo unattended installation script 1.0
Basically this is a batch script of the installation commands shown in the Gentoo installation manual for the x86 installation. At the beginning I added some code to create a typical LVM disk layout. You can configure a lot of things in advance by more>> Basically this is a batch script of the installation commands shown in the Gentoo installation manual for the x86 installation. At the beginning I added some code to create a typical LVM disk layout. You can configure a lot of things in advance by changing the options in the configuration file. So if you need to reinstall Gentoo on the same physical machine there is nothing more to do then to run the script. In order to take advantage of it you should have some experience with the normal Gentoo installation process. I also added a script for an unattended iptables installation with a default ruleset.<<less
Added: 2006-07-20 License: Freeware Price: $0.00USD
12 downloads
Evolutility AddressBook 2.3
AddressBook is a web contact list for ASP.net Server Control. It can be configured for multiple-users (in RLS or sharing data with built-in authentication), and is fully customizable. It support IE, Safari, Opera, and firefox. It comes in English, more>> AddressBook is a web contact list for ASP.net Server Control. It can be configured for multiple-users (in RLS or sharing data with built-in authentication), and is fully customizable. It support IE, Safari, Opera, and firefox. It comes in English, French, Spanish, Portuguese, and Japanese. It is built with Evolutility CRUD framework.<<less
Added: 2003-10-31 License: Other Price: $0.00USD
11 downloads
MyDay-International Version
A very simple and easy to install day/date/time PHP application that will allow users to insert One of seven different date/day/time formats in One of seven different languages. Three VERY simple edit more>> A very simple and easy to install day/date/time PHP application that will allow users to insert One of seven different date/day/time formats in One of seven different languages. Three VERY simple edits... Then put the Page Call Tags on your PHP page(s). Languages include: English, French, German, Spanish, Dutch, Portuguese and Italian. This application will NOT work where English is NOT the Default Server Language.<<less
Added: 2006-04-24 License: Freeware Price: Free
1278 downloads
phpLD Free Link Directory Script 2.2.0
We look forward to building a relationship with you in the coming years as you use our product, and benefit from its use. Since its beginning in 2002, phpLD has been used on nearly 100,000 websites and growing. There are many uses for a directory, and more>> We look forward to building a relationship with you in the coming years as you use our product, and benefit from its use. Since its beginning in 2002, phpLD has been used on nearly 100,000 websites and growing. There are many uses for a directory, and here a few: Create a general directory of the best resources accross the web, and allow people to submit their sites. You can also earn money by charging for the review process, as well as a premium for featured links. Create a directory centered around your niche. Maybe you already have a website about a topic you know well, and you want to create a well organized link section to help your users find the best resources in your niche neatly organized into categories. Create a regional directory. This is pretty big right now, and many are getting in on this, because people are finding ways to build a local directory and profit from it. You can make a directory for your town or city, and then you can promote it.<<less
Added: 2008-06-30 License: Other Price: $0.00USD
31 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 spanish 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