Tuesday 1 July 2014

Computing Exam Code

  private void CatButton_Click(object sender, RoutedEventArgs e)
        {
            int human2;
            int cat;
            human2 = Convert.ToInt16(TextBox.Text);
            cat = Convert.ToInt16(CatAnswer.Text);
            switch (human2)
            {
                case 1 :
                    if (human2 == 1)
                        cat = 15;
                    break;
               
                case 2 :
                    if (human2 == 2)
                        cat = 25;
                    break;

                case 3 :
                    if (human2 > 2)
                        cat = 25 + (human - 2) * 4;
                    break;
            }
        }

        private void DogButton_Click(object sender, RoutedEventArgs e)
        {
            int human;
            int dog;
            human  = Convert.ToInt16(TextBox.Text);
            dog = Convert.ToInt16(DogAnswer.Text);
            switch (human)
            {
                case 1 :
                    if (human < 2)
                        dog = human * 11;
                        DogAnswer.Text = Convert.ToString(dog);
                     
                    break;
               
                case 2 :
                    if (human > 2)
                        dog = 22 + (human - 2) * 4;
                        DogAnswer.Text = Convert.ToString(dog);
                    break;
            }
           
        }

Thursday 1 May 2014

We've Finished!

Finally after many weeks of struggle and many changes to the design and layout of the app we have done.

Here is a snapshot of the finished app.






Thanks for reading, Satamer.













Tuesday 22 April 2014

Layout Changes

Today we changed the layout of the app so that it was 2 tiles per column. This is because of trouble with resizing the tiles when we put the preview into phone mode.

It all looks good now and we now have filled up the entire area which is good. We have found a bit of trouble with some of the links being broken but the logo for the blog looks really good in its new colour scheme (to fit in with the rest of the tiles).

More updates to the blog soon as we approach the deadline.

Thanks for reading, Satamer.

Tuesday 25 March 2014

The App Has Changed... Again

Martin has found the design graphics and has been able to link the Blog and the YouTube, Twitter, Facebook accounts to the app.

We have stated coding the app now although have run into some problems with embedding YouTube videos and making forum.

We will keep you posted as the app develops.

Thanks for reading, Satamer.

Tuesday 11 March 2014

The App Has Changed

This app has now changed so there is now no posts on the app. This is due to the sheer number of posts on the blog, it would just take too long to put them all on the website.

Our client has agreed to this and we will instead be doing Forums, Polls, Update-table Leaderboards and a Gaming Calendar.

Thanks for reading, Satamer.