Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Internet or The PHP programming language
Browse in : |
All
> Topics
> Programming All > Web Links > Platforms > Internet All > Web Links > Programming Languages > PHP All of these categories |
- Options:
- View Article Map
- View Archives
Category: [ Programming Topics | Overload Journal #62 - Aug 2004 ]
Category: [ Programming Topics | Overload Journal #62 - Aug 2004 ]
Description :
In this article I will focus on the basic features of the language, future articles will cover more advanced topics such as inheritance, interfaces and attributes. After reading this series of articles you will have a basis for determining if C# is for you.
Category: [ Programming Topics | CVu Journal Vol 16, #3 - Jun 2004 ]
Description :
Welcome to the first installment in a series of articles exploring GUI programming with the Qt C++ toolkit.
Category: [ Programming Topics | CVu Journal Vol 16, #3 - Jun 2004 ]
Category: [ Programming Topics | CVu Journal Vol 16, #3 - Jun 2004 ]
Category: [ Programming Topics | Overload Journal #61 - Jun 2004 ]
Category: [ Programming Topics | Overload Journal #61 - Jun 2004 ]
Category: [ Programming Topics | Overload Journal #61 - Jun 2004 ]
Category: [ Programming Topics | Overload Journal #60 - Apr 2004 ]
Description :
Recently, I've been thinking hard about what makes code maintainable, and how to write code to be maintainable. This interest has partly been driven by the mentoring of those starting out in C++ that I've been doing, both through the ACCU mentored developers program, and for work.
The principles I've identified have not really been hidden; since they've been widely documented for years, and they're actually things that most good developers do as a matter of course. However, as with many things, you don't necessarily realize their benefits until you rediscover them yourself.
Category: [ Programming Topics | CVu Journal Vol 16, #2 - Apr 2004 ]
Description :
This is the second of a two part article describing an experiment carried out during the 2003 ACCU conference. The first part was published in a previous issue of C Vu (15.6, December 2003) and discussed the background to the experiment and some of the applicable characteristics of the subjects taking part; this one, the second, discusses the results of the experiment.
Category: [ Programming Topics | CVu Journal Vol 16, #2 - Apr 2004 ]
Description :
Look at the following code and decide what is wrong with it. When you have done so, decide what it has to do with the previous section in particular and this section of C Vu in general - well actually the whole of your life.
Category: [ Programming Topics | CVu Journal Vol 16, #2 - Apr 2004 | Francis' Scribbles from CVu journal ]
Description :
There have been many languages for writing applications, but relatively few foundation platforms which support applications that are written in various different languages. We've had assembler (proprietary), then C (an ISO standard), and now we have the Common Language Infrastructure (CLI). The CLI standard is ISO/IEC 23271; the same content is also available online at http://www.ecma-international.org/publications/standards/Ecma-335.htm.
Category: [ Programming Topics | CVu Journal Vol 16, #2 - Apr 2004 ]
Description :
Files form the raw ingredients of a software system - source files, build files, configuration files, resource files, scripts etc. These files are organised into directories.
Category: [ Programming Topics | CVu Journal Vol 16, #2 - Apr 2004 ]