Tag Archive: PHP

Mar 04

Programming 101: Part 3

copied from http://www.snapstream.com/images/community/BTVFrameworkSample2/02_SourceCode.png

So to recap from the first couple parts: figured out an environment to develop in, we’ve gone over what languages do, some different ways of programming. Then we covered some basic elements of programming, specifically: Variables – Storage for information used within the program Functions – Named segments of code that perform specific, well-defined tasks. …

Continue reading »

Feb 26

Programming 101: Part 2

This is a continuation from Part 1, if you haven’t read it, you might want to click here. If you’re opting to not read part 1 (you should, because it’s cool, well maybe not that cool) you’ll want to have an editor for you code. I recommend Notepad++ if you’re using Windows, gEdit is great …

Continue reading »

Feb 21

Programming 101: Part 1

So I’ve been on a programming kick the last week or so, and so I decided I’d write a how-to on the basics of how it works. Why the hell would I want to learn to program? Well Mr. Negativity, I’ll tell you. Just like anything else you learn (so long as it’s something that’s …

Continue reading »

Feb 28

Hardening Your Site

Here’s a basic primer on how to keep your site secure. It starts with very basic and moves up to more complicated.

Continue reading »