Archive for October, 2009
COBOL Programmers Are Dinosaurs?
C If, Else if, Else Tutorial
This is a very funny tutorial laying out the ‘If, Else if, and Else’ options in C programming.
Which Variable Type Do I Use in C?
How should I decide which integer type to use?
If you might need large values (above 32,767 or below -32,767), use long. Otherwise, if space is very important (i.e. if there are large arrays or many structures), use short. Otherwise, use int. If well-defined overflow characteristics are important and negative values are not, [...]
Assigning Roles in Wordpress
If you want a specific role or even Author in Wordpress to have access or no access to a specific portion of your Wordpress site, I would recommend downloading this plugin which provides the exact answer to this need. The Roles Manager Plugin from here allows specific places a User or even an entire Role [...]

