Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Overload Journal #39 - Sep 2000
Browse in : |
All
> Topics
> Programming All > Journals > Overload > 39 All of these categories |
- Options:
- View Article Map
- View Archives
Description : Implementing drop-down menus to aid website navigation is usually thought to require lots of JavaScript. This article shows how to do it using just CSS.
Category: [ Programming Topics | Internet Topics | Overload Journal #73 - Jun 2006 ]
Category: [ Programming Topics | Overload Journal #69 - Oct 2005 ]
Category: [ Programming Topics | CVu Journal Vol 17, #2 - Apr 2005 ]
Description :
Since STL is a very large topic to be covered in an article or two, we will focus on the most commonly used generic classes: vector and string.
Category: [ Programming Topics | CVu Journal Vol 16, #5 - Oct 2004 ]
Description :
Welcome to the second in a series of articles introducing the C# programming language. In the previous issue the basics of the language such as variables, methods and classes were covered. In this issue classes are covered in more detail highlighting an important feature called inheritance.
Category: [ Programming Topics | CVu Journal Vol 16, #4 - 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 :
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 ]
Category: [ Programming Topics | Overload Journal #54 - Apr 2003 ]
Category: [ Programming Topics | Overload Journal #53 - Feb 2003 ]
Category: [ Programming Topics | Overload Journal #52 - Dec 2002 ]
Description :
Every so often I come across the question "should we use return codes or exceptions to report errors."
Category: [ Programming Topics | CVu Journal Vol 14, #2 - Apr 2002 ]
Description :
This article is based on an overview that I wrote to help introduce developers on a pilot project to unit testing. It covers the strategic reasons for using unit tests and the tactics of writing a unit test harness using the freely available JUnit framework to minimise the work involved.
Category: [ Programming Topics | CVu Journal Vol 13, #5 - Oct 2001 ]