Programming in C: Variables and Strings

Characters and Strings A character is a single letter, symbol, or number (from -128 to +127). The value of the character is stored in one byte of memory, so it must be very small. A string, however, can be any length of letters, words, or symbols, like a name or a sentence. Let’s learn how to handle […]

Programming in C: Short and Long Variables

Short and Long Integers, Double and Long Double Floating Points C provides special integer and floating point variables to handle short and long numbers. How you use these depends on how your computer’s memory stores information. Short and Long Integers When declaring an integer, you can use one of three variable types:   Type int […]

Programming in C: Floating Point Variables

Floating Point Variables, Working with Money, Viewer Input with Float, Constants Now that we understand integer varialbes, let’s learn about another type of number: the floating point. Floating Point Variables A floating point variable is a number with a decimal point value, like 5.34 or -345.98.

Programming in C: Working With Variables

Declaring Variables, Integers, Working with Viewer Input, and Arithmetic Operators A variable stores information. In C, we use different types of variables to store different types of information, such as numbers, letters, or words. The variable holds the information until you are ready to use it. Declaring (Initializing) Variables Whenever you use a variable in a […]

11 Tips to Energize Your Website Content

Imagine; you spend thousands of dollars designing your website and no one comes. Why? It could be that you forgot about the content or you didn’t invest enough in the message. Good website content delivers the right message in the right way. Tip #1 -The most important rule to remember is that writing for the […]

Blending Options

Blending Options are one of the first things Photoshop Novices stumble upon. The infancy of adding layer styles often leads to a short period of horrible drop shadows and cringeworthy bevels. Ironicly, this easily available styling is one of the harder things to master. Blending options is all about manipulating individual layers to obtain a certain […]

PHP Variables – Understanding The Basics

If you have ever looked through any programming language – or still remember those algebra classes when you learned what 3+x=5 means then you already know what a variable does. A variable stands for something else, or in PHP it stores something inside of it so that you can recall it later on in your […]