Home

Search

 

Chris Gountanis's Information Portal
Java Primitive Data Types and Wrapper Classes Print
Written by Chris Gountanis   

In programming languages a data type is an attribute of a piece of data that explains what kind of data is being dealt with. This involves setting constraints on the data, such as what values that data can take on, and what operations may be performed on that data. The Java programming language is strongly-typed, which means that all variables must first be defined or declared before they can be used in the actual code. This is often related to the Option Explicit statement used within Microsoft languages.

Last Updated on Saturday, 09 February 2008 17:37
Read more...
 
Software Design using Diagrams and Pseudocode Print
Written by Chris Gountanis   

Software design using diagrams and pseudo code aid in the discovery phases of development based projects. Using these tools can greatly increase the success of the project by allowing communication between the clients and the development team. The created documents can be used in the documentation and test phases of the project giving easy to read visual aids.  As training and code review comes along in the future these documents will often be put back into play as well.

Last Updated on Tuesday, 29 January 2008 09:01
Read more...
 
Software Development Life Cycle (SDLC) Print
Written by Chris Gountanis   

As in any other engineering discipline, software engineering also has some structured models for software development. This document will provide you with a generic overview about different software development methodologies adopted by contemporary software firms. Read on to know more about the Software Development Life Cycle (SDLC) in detail.

Last Updated on Friday, 01 February 2008 14:14
Read more...
 
Mathematical Markup Language (MathML) Print
Written by Chris Gountanis   

This specification defines the Mathematical Markup Language, or MathML. MathML is an XML solution for defining mathematical notation and capturing both its structure and content. The objective of MathML is to enable mathematics to be sent, received, and processed using the Internet.

Last Updated on Tuesday, 22 January 2008 05:07
Read more...
 
XSLT Grouping and Sorting Example (Muenchian Method) Print
Written by Chris Gountanis   

Sorting distinct groups with XSLT 1.0 is a common issue. When XSLT 2.0 is standardized there will be for-each-group tags available which will replace this example. The code below will show you how to group and sort within each group utilizing an XML data file. The XSL code will group by material then sort by price within each distinct material. To add some additional functionality a choose tag was included in order to style the low quanity values.

Last Updated on Saturday, 07 February 2009 13:50
Read more...
 
Extensible Stylesheet Language (XSL) Print
Written by Chris Gountanis   

The Extensible Stylesheet Language (XSL) is a family of languages which allows one to define how files encoded in the XML standard are to be formatted for display. XSL is developed to be XML data driven. XSL is a language for defining style sheets. An XSL style sheet is similar to a CSS file. An XSL is a file that defines how to display an XML document. XSL has similar functionality of CSS2. Styling required source XML documents with included information on how to display a document of a given type.

Last Updated on Thursday, 31 January 2008 03:11
Read more...
 
« StartPrev123456NextEnd »