Showing 1-100 of 240 Articles
|
|
How to Create New User Accounts with PHP
An Internet application administrator can obtain information from new users and then create account for them, or they can use PHP code to do it all automatically
|
|
|
The Turing Programming Language
While thousands call for an apology for the treatment of Alan Turing, computer programmers can use the language inspired by the father of modern computing
|
|
|
Creating and Using Dynamic Link Libraries
A Visual Basic Programmer can create a Dynamic Link Library that allows them not just to reuse code across applications, but to reuse code across programming languages.
|
|
|
A Simple Home Mortgage Calculator
The monthly repayments due on a Mortgage can easily be calculated on a calculator, and it's even easier to calculate them with a Windows computer
|
|
|
How to Carry Out VBScript File Management
VBScript is a powerful computer programming language. A VBS script file can be used to create, copy and delete files. And by combining those command it can rename a file
|
|
|
How to Use Modular Programming
Modular programming is a simple yet effective way of writing software. The amount of code can be minimised and reused throughout an application.
|
|
|
A Brief Introduction to Linear Programming
Linear programming is a mathematical technique well suited to any programming language, and the best way to understand it is to look at some linear programming examples
|
|
|
Starting Programming with Python
Python is a simple yet effective scripting language, and it's one that the programmer can learn very quickly regardless of the platform that they're using.
|
|
|
How to Create and Run a REBOL CGI Web Page
A programmer can quickly create business rules by using REBOL/View, but by with a CGI application with REBOL/Core they can enable anyone with Internet access to run it.
|
|
|
How to Use a Form in a Perl CGI Web Page
Nothing could be simpler than adding a form to a Perl CGI web page, and if a programmer uses the Perl CGI module then they can easily process the information it contains
|
|
|
How to Use Perl Programming on a Web Site
Per is one of the easiest programming lanuages to start with when it comes to CGI application development - it doesn't even mattter if the web server is Linux or Windows.
|
|
|
How to Create a REBOL Dialect
The REBOL programming language contains an important concept. That of Dialects. With a dialect the programmer can start to write business rules.
|
|
|
Taking Control with the PC Command Line
The Linux command line is a powerful place to be, and that power is available to a Windows user as well. Now everyone can take complete control of their own computers.
|
|
|
How to Determine a File Type on Linux
The Linux find command can be used to identify file types and, as part of a script, it can process those files. For example, to add images to a web page.
|
|
|
Display the Greek Alphabet with VBScript
The Greek alphabet cannot typed directly into a web page. Instead ASCII codes must be used. So, intead of having to remember 48 separate codes just use VBScript code.
|
|
|
A Brief Introduction to Lua Scripting
Lua (portuguese for "Moon") is the scripting language used for World of Warcraft's interface customization. It's light, fast, portable, embeddable and very easy to learn
|
|
|
How to Add Records to MySQL With C#
As well as viewing data in a MySQL database, a C# programmer can add information by using the SQL insert statement and the MySQL .NET connector
|
|
|
How to Create a Menu with ASP
A menu can make a web page look much more professional than a multitude of links. If the web page developer is working with ASP then the menu can be added very easily.
|
|
|
How to Use the MySQL Data Reader
One real advantange to using the Microsoft .NET framework is that the same objects (such as a data reader) can be used in multiple applications using different languages.
|
|
|
Choosing a Windows Scripting Language
The Windows script developer can choose between MS-DOS (or CMD), VBScript and now PowerShell. There are pros and cons for each of them, so which is best?
|
|
|
Connecting to MySQL from PowerShell
PowerShell is Microsoft's .NET scripting language. If the programmer combines this with the MySQL .NET connector then they can build a very powerful database application
|
|
|
How to Write a PowerShell Script
Microsoft Windows PowerShell Cmdlets are very powerful because of the way in which they use .NET objects. Using a script makes them versatile and efficient.
|
|
|
An Introduction to the Windows PowerShell
PowerShell is Microsoft's new shell language. It works with the .NET objects and is therefore much more powerful than MS-DOS or CMD, but much simpler than VBScript.
|
|
|
How to Access MySQL with C#
C# and MySQL make a very powerful combination, and it's all made possible by using the MySQL .NET connector
|
|