Recent Blogs Posts

  1. Lesson 3

    Type the following into a text editor:
    Code:
    import com.sadimgnik.cm.io.ClubFile;
    import com.sadimgnik.cm.io.FileIndex;
    import com.sadimgnik.cm.io.Index;
    import com.sadimgnik.cm.io.StadiumFile;
    
    public class Lesson3 {
    
        public static void main(String[] args) throws Exception {
            Index index = new FileIndex("C:/Program Files/Championship Manager 01-02/Data/index.dat");
            ClubFile clubs = index.getClubFile();
    ...
    Categories
    Uncategorized
  2. Lesson 2

    Last lesson: http://champman0102.co.uk/forum/entry.php/190-Lesson-1
    Start: http://champman0102.co.uk/forum/entr...to-Programming

    Type the following into a text editor:
    Code:
    import com.sadimgnik.cm.io.ClubFile;
    import com.sadimgnik.cm.io.FileIndex;
    import com.sadimgnik.cm.io.Index;
    
    public class Lesson2 {
    
        public static void main(String[] args) throws Exception {
            Index index = new FileIndex("C:/Program
    ...
    Categories
    Uncategorized
  3. Lesson 1

    Previous post: http://champman0102.co.uk/forum/entr...to-Programming

    Still with me so far?

    Now we can start writing some code to interact with some data files from Championship Manager.

    In addition to the last lesson you will also need:
    1) The latest version of my code, here: http://champman0102.co.uk/forum/down...do=file&id=222

    Once downloaded, take a copy of the libs directory and place it in the same directory ...
    Categories
    Uncategorized
  4. A Beginner's Guide to Programming

    Not sure if this will be of interest to anybody but here goes...

    As most people will know I have written various application relating to the game. Some time ago I had the idea that it would be possible for other people, including non-programmers, to do the same thing using code I have written.

    I'm not sure this is going to be as easy as I'd like to think but I'm going to try and demonstrate how simple it would be to write your own basic applications.

    If anyone ...
    Categories
    Uncategorized
  5. New Year, New Start, New Goals

    Week One

    So I'm going to use this blog as a personal entry for myself and go through a week by week guide of what's going on in my life in terms of my fitness. As some might know I like to keep myself in shape and hit the gym four times a week. I've never really documented what I've eaten or what I've done in the gym so thought it might be cool to blog it and see if people were interested. If not, that's fine, I've got it as a personal record for review at a later date.

    ...
    Categories
    Uncategorized
Page 1 of 19 1 2 3 11 ... LastLast