background preloader

Programming

Facebook Twitter

Download Free Computer eBooks and Programming eBooks. PHP Scripts & Programs - Free and Commercial PHP Scripts. TinyWebGallery A free php image gallery that can everything you need and nothing you don't.

PHP Scripts & Programs - Free and Commercial PHP Scripts

Rated 4.42 out of 5 (524 total ratings) phpWebSite Open source community-driven Webware featuring blog posting, web page generation and more. Rated 4.23 out of 5 (494 total ratings) Gallery A powerful, intuitive community-based photo gallery. Rated 3.95 out of 5 (251 total ratings) PhotoPost PHP Photo Gallery (w/ vBulletin Integration) Full featured PHP based community photo gallery. Rated 3.31 out of 5 (498 total ratings) Easy PHP Calendar An attractive event calendar script Rated 4.21 out of 5 (967 total ratings)

Javascript

RB Whitaker's Wiki: Welcome. Welcome to this website!

RB Whitaker's Wiki: Welcome

This started out as a temporary location for my tutorials and projects, which has become quite popular, and as a result, fairly permanent. As long as Wikidot keeps cooperating with me, I'm planning on staying here. This site is designed as a place to help you get going with game development (or just software development in general) and provides you with tons of free amazing tutorials, software, and resources for you to use.

Take a look at my XNA Tutorials as well as my MonoGame Tutorials, and my Realm Factory program, which is a basic (free) level editor for XNA. Or see what other people are saying in the Forum. 9 December 2020 Can't believe it has been 11 months since I posted an update. 11 January 2020 BasicEffect fog tutorial for MonoGame has now been created, ported from the XNA version. This leaves one big tutorial in the 2D set and one big tutorial in the 3D set un-ported, but everything else in the first five MonoGame tutorial sets has now been ported! Warnier-Orr. Program Design Section Three - Warnier/Orr Diagrams. Section 3: Warnier/Orr Diagrams Introduction Warnier/Orr diagrams are a kind of hierarchical flowchart that allows us to describe the organization of data and procedures.

Program Design Section Three - Warnier/Orr Diagrams

If you are not familiar with the diagramming form, you should take the following section of the tutorial. If you are familiar with the diagrams, feel free to skip this section. There are four basic constructs used on Warnier/Orr diagrams: hierarchy, sequence, repetition, and alternation. There are also two slightly more advanced concepts that are occasionally needed: concurrency and recursion. Hierarchy Hierarchy is the most fundamental of all of the Warnier/Orr constructs. Each bracket on the diagram (depending on how you represent it, the character is usually more like a brace "{" than a bracket "[", but we call them "brackets") represents one level of hierarchy. Using a Warnier/Orr diagram to show a data structure: Using a Warnier/Orr diagram to show a processing structure: One other note... Bobby Berberyan. Dictionary Class in AS3 When was the last time you used the Dictionary?

Bobby Berberyan

No, seriously, when was the last time??? Var dictionary:Dictionary = new Dictionary(); Perhaps one of the most interesting additions to the ActionScript 3 language is the new Dictionary Object. It provides … Continue reading Try it, if you dare! Today, I’m going to talk about the Try…Catch…Finally trio. AS3 undefined vs null.