We offer a wide range of I T training programmes from beginner to advanced. Courses are short, intensive and modular, so you can study two or more courses consequtively or concurrently. Our courses are designed to offer practical knowledge to our students so that they can improve their existing knowledge and achieve marked development. You can choose between three types of programming courses:normal courses, in small groups, during personal meetings (2-3 times/week), intensive courses in small groups, during a personal meetings (Monday to Friday), on-line training.
When choosing a bespoke training programme with us, you will find us accomodating and flexible with regard to your time requirements or restraints. Therefore, our courses start mornings, afternoons, weekdays and Saturdays alike. In order to take apart in our on-line training all you need is an Internet connection. On-line training is provided by a real-time qualified teacher on-line, and of course, a small number of students can study at the same time. Our staff are here to assist you with any questions you may have. You can email or telephone us with your question and we will answer to you as soon as possible. We are constantly updating our FAQ's with useful information, and you may well find your answer there.
Brief introduction of some web-application programming languages:
PHP/MySQLPHP is a powerful server-side scripting language for creating dynamic and interactive websites. PHP is widely-used and it is free. PHP is suited for Web development and can be embedded directly into the HTML code. It can be deployed on most web servers and on almost every operating system and platform free of charge. About PHP: PHP stands for PHP: Hypertext Preprocessor PHP is a server-side scripting language, like ASP PHP scripts are executed on the server PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.) PHP is an open source software PHP is free to download and use PHP runs on different platforms (Windows, Linux, Unix, etc.) PHP is compatible with almost all servers used today (Apache, IIS, etc.) PHP is FREE to download from the official PHP resource: www.php.net PHP is easy to learn and runs efficiently on the server side
About MySQL: MySQL is a database server MySQL is ideal for both small and large applications MySQL supports standard SQL MySQL compiles on a number of platforms MySQL is free to download and use
Java Java technology's versatility, efficiency, platform portability, and security make it the ideal technology for network computing. From laptops to datacenters, game consoles to scientific supercomputers, cell phones to the Internet, Java is everywhere! With its versatilty, efficiency, and portability, Java has become invaluable to developers by enabling them to: - Write software on one platform and run it on virtually any other platform
- Create programs to run within a Web browser and Web services
- Develop server-side applications for online forums, stores, polls, HTML forms processing, and more
- Combine applications or services using the Java language to create highly customized applications or services
- Write powerful and efficient applications for mobile phones, remote processors, low-cost consumer products, and practically any other device with a digital heartbeat
http://www.java.com/en/about/ RubyRuby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable. Wondering why Ruby is so popular? Its fans call it a beautiful, artful language. And yet, they say it’s handy and practical. What gives? Its creator, Yukihiro “matz” Matsumoto, blended parts of his favorite languages (Perl, Smalltalk, Eiffel, Ada, and Lisp) to form a new language that balanced functional programming with imperative programming. He has often said that he is “trying to make Ruby natural, not simple,” in a way that mirrors life. Building on this, he adds: "Ruby is simple in appearance, but is very complex inside, just like our human body". Ruby has a wealth of other features, among which are the following: Ruby has exception handling features, like Java or Python, to make it easy to handle errors. Ruby features a true mark-and-sweep garbage collector for all Ruby objects. No need to maintain reference counts in extension libraries. As Matz says, “This is better for your health.” Writing C extensions in Ruby is easier than in Perl or Python, with a very elegant API for calling Ruby from C. This includes calls for embedding Ruby in software, for use as a scripting language. A SWIG interface is also available. Ruby can load extension libraries dynamically if an OS allows. Ruby features OS independent threading. Thus, for all platforms on which Ruby runs, you also have multithreading, regardless of if the OS supports it or not, even on MS-DOS! Ruby is highly portable: it is developed mostly on GNU/Linux, but works on many types of UNIX, Mac OS X, Windows 95/98/Me/NT/2000/XP, DOS, BeOS, OS/2, etc.
http://www.ruby-lang.org/en/about/ |