Archive for 2010
-
ROAOnline
22nd
August,
2010
| 0 Comments
An web application that will access MySQL, PostgreSQL or MSSQL databases to store secondary (Year 7 – 10) students’ Record [Read the Rest]
-
add a new user to active directory
21st
August,
2010
| 0 Comments
App.config Change the following code to what you require <?xml version="1.0" encoding="utf-8" ?> <configuration> <configSections> <sectionGroup name="LDAP"> <section name="Connection" type="System.Configuration.NameValueSectionHandler, [Read the Rest]
-
mooTools Request.JSON
8th
August,
2010
| 0 Comments
I had a look at mooTools documentation for Request.JSON and managed to confuse myself It took me four attempts to [Read the Rest]
-
get all students’ from Serco Facility MSSQL Database
21st
July,
2010
| 0 Comments
to start // Change connectionString as requried static string connectionString = "Data Source=SERVER;Initial Catalog=DATABASE;User ID=USERNAME;Password=PASSWORD;"; static string sql = "SELECT [Read the Rest]
-
Operating System Assignment
22nd
June,
2010
| 0 Comments
This program was created using C# to time the creation of Threads via the Windows API. The users inputs the [Read the Rest]
-
Software Development 3 – Assignments
22nd
June,
2010
| 0 Comments
Assignment 1, Part A This program, written in C++, is the start of a more complex holiday booking system. This [Read the Rest]
-
Software Development 2 – Assignments
22nd
June,
2010
| 0 Comments
Assignment 1 This program, written in C#, displays a schools timetable. Users are able to input timetable details, delete entries, [Read the Rest]
-
Software Development 1 – Assignments
22nd
June,
2010
| 0 Comments
Assignment 1 Simple conversions and measurements program written in C# Software Development I – Assignment 1 Assignment 2 Based on [Read the Rest]
-
Value Object Class
18th
June,
2010
| 0 Comments
Value class that hold values. Can be used with any class that returns an array of values Usage
-
MySQL Class
18th
June,
2010
| 0 Comments
Class that interacts with MySQL, performing INSERT, UPDATE, DELETE and SELECT, at the moment Usage $single = ""; $multi = [Read the Rest]

