Tag: programming

  • Working with Negative Numbers in C#

    To convert a negative number to a positive number, use the Abs function. Like this. int myInt = System.Math.Abs(-5); To convert a positive number to a negative number there is no built in function, but you can simply do this, myInt = myInt * -1

  • Tynker for iPadĀ 

    Tynker for the iPad is great app for those little coders out there. It looks kind of like scratch, but works on the iPad.

  • how to use jQuery

    Add the highlighted code to the head section of your html file then change your JavaScript file to look something this,   Naturally removing everything between the { and the } and replacing with whatever you want. That’s the basics, for more see jquery.com