Journal Articles
Browse in : |
All
> Journals
> Overload
> 92
(7)
All > Topics > Programming (877) Any of these categories |
- Options:
- View Article Map
- View Archives
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
I Think I'll Parse
webeditor
09 August 2009 09:59:00 +01:00
A parser is a fundamental tool in software development. Stuart Golodetz looks at how you might tackle writing one.
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
Quality Matters: Introductions, and Nomenclature
webeditor
09 August 2009 09:58:00 +01:00
There are many aspects of Software Quality. Matthew Wilson introduces us to some of the concepts.
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
Code Rot
webeditor
09 August 2009 09:57:00 +01:00
Maintaining code is vital to keep it working. Tom Guest explores what happens when you neglect it.