Classics
HOW TO: Increase productivity with some simple scripts using PHP include, require, include_once, and require_once
CodingFind out how PHP can streamline website maintenance and building dramatically, as well as get your feet wet with some dynamic website building.
Adobe acquires Behance in an effort to improve community in Creative Cloud
CodingWith this acquisition, Adobe's strengthens their goal to integrate Behance's site into Creative Cloud.
Top Games for Programmers: Combine two passions into one!
GamingHere are some great programming oriented games that I have found over the years, which can be played by programmers and non-programmers alike.
What makes a good web design? And how did we start?
CodingEver wonder how web design came to be? We take a look back from the beginning, and also preach about standards and guidelines.
Flash AS3 XML SlideShow with Preloader and Link Hot Spots
CodingHere is the full source for an XML-based slideshow featuring a preloader and hotspots for links!
Flash AS3 Scratch Off Class
CodingHere is a really sharp ActionScript 3 class that creates a quick way to make a fun promotional or interactive scratch off effect.
Much like the rub off effect used on lottery tickets and sweepstakes, with this class you can add in your image and then have your website visitors interact with the page to reveal the hidden message, image, video, link, or promotion that is underneath.
XML: Basic Structure
CodingXML structure makes encourages simplicity and usability with strong Unicode support (to use the myriad languages of the world). XML is created for documents, but it is extended into arbitrary data structures, file centric database organization, and even web services.
Craigslist overuse of the word Guru
CodingWTF Craigslist?
Why is it that whenever you look for a job on Craigslist, or a short HTML or PHP gig you see these same stupid posts about hiring a guru!? Why do people still use this word?
It is so overused and so lame to use that when…
ActionScript 3: Basic Content Loading
Coding
In this tutorial, we will learn how to do content loading with an XML file, a common file format that is used to feed data into Flash applications (among other things), and lay some groundwork for more advanced Flash programming with the use…
ActionScript 3: Basic Class
Coding
An ActionScript 3 class is arguably the best method for a programmer to create, manipulate, and share their Flash animations and scripts. Placing classes into their own file within a package helps coders reuse their old code as well as utilize…
ActionScript 3: Basic Animation
Coding
In this tutorial, we will learn how to do a basic animation with a text box, and lay some groundwork for more advanced Flash programming with the use of AS3.
For this example we will create all of the content through ActionScript code, although…