Your First C Program

Posted by Jared Kipe on | 1 Comments

Tags: , ,

Practically, all modern languages descend from C, and thus use most of C's principles and basic structures. C is a perfect place to start learning about basic programming. C can be a launching platform for both more advanced C (like embedded operating systems), or, more likely, object oriented languages like C++ and Objective-C.

New VPS (massive outage)

Posted by Jared Kipe on

Tags:

Just got everything setup after my oh 60 hours or so of downtime. Why the downtime? ...

Maximum Width Text

Posted by Jared Kipe on

Tags: , , ,

Ever come across an element where you wished that an automatically wrapping element, like an h1, would automatically change its font-size property to accommodate a certain width? I've got some CSS and Javascript for you.

Primitive Data Types

Posted by Jared Kipe on

Tags:

The Primitive Data Types are data types that are used in every day in programming and usually correspond to the most basic building blocks of all the other Objects or data types you will be programming with down the road.

Understanding Binary: Hexadecimal

Posted by Jared Kipe on

Tags: ,

Topically, hexadecimal is extremely useful for programmers to understand, and makes binary in general quite a bit easier to work with and represent both in code and out.

Understanding Binary: Math

Posted by Jared Kipe on

Tags:

Though not as important as understanding binary in general, looking at some simple math in binary will allow you to conceptualize some of the operations that you will be working with on a regular basis.

Ready For Sale (Again)

Posted by Jared Kipe on

Tags:

After a couple week delay all of my apps are back up on the iTunes App Store.  Thats right, not just Statistical Free.  As it turns out when they say "Bank Pending", they mean, "go into contracts and view/submit them all again."

1 2