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.
How to get started with WordPress theming
CodingHere is a brief run-through of all the things you might need to create the next great WordPress theme.
How To: Install node and the handlebars precompiler
CodingCheck out our brief walkthrough to help get you started with Node and the Handlebars precompiler.
HOW TO: Prevent hotlinking in WordPress, redirect to an attachment page for the image, or send 404 response
CodingHate losing bandwidth to hotlinkers? Do you become troubled when there are people using your sites' images, logos, or other picture assets for purposes such as forum avatars, content theft, or laziness? Here is a setup that will prevent hotlinkers from using your images at all!
How to get better SEO with five useful WordPress plugins
CodingHere are five great and utterly simple plugins that you can use with WordPress to dramatically improve your SEO for little effort!
How to improve you SEO in five easy steps (hint: content is still king)
CodingHere are some quick tips that will help you keep search engine optimization in your mind when working on your website.
URL validation: Use PHP to format and validate a URL with these functions!
CodingHere is a set of functions that you can use to format, validate, and "clean up" URLs that come from user input, databases, or even variables.
Four quick and easy ways to make your site load faster
CodingForget getting a bleeding edge server, or limiting content or effects to cater to a higher level of broadband or high-speed internet users. Here are some quick tips to make any site load faster, with very little effort - straight from a pro!
How to combine your separate CSS files into one using PHP and then compress the CSS with GZIP
CodingTake a look at our handy dandy PHP script here and solve your overwhelming CSS file inclusions or file download times by combining them with PHP and compressing them with GZIP! Plus there is an option for browser specific CSS!
How to make a CSS border with two different colors
CodingWe have a very straightforward method to produce a standards compliant border with two unique colors.
A cool PHP tip to make your programs more efficient: Associative Array Logic
CodingHere is a quick and dirty PHP tip that you might be able to use within one of your next projects.
Six quick ways to get smarter faster
GeneralWhile some of these techniques on their own will make your brain work harder and more efficiently, compiling all of them into one big habit will make you feel, think, and do much more effectively.
These are some of the easiest hacks you could do for your body and mind.
jQuery Style Sheet Switcher with preview
CodingThis jQuery plugin gives you very simple way to change your stylesheet theme. Brought to us by immortalwolf.com, this easily configurable addon to the already easy to use jQuery is a cinch.
Even cooler, this plugin is tested for IE6+, Firefox, Safari, Chrome, Opera, and even Android and iPhones!
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.
WordPress multiple jQuery inclusion fix
CodingEver look at your WordPress page in Firebug and notice that jQuery is sometimes loaded more than once Have you ever tried to use the Google jQuery content delivery network to improve page load speeds only to be thwarted by a second jQuery file that cannot be found inside your header.php file?
We can fix that!
PHP: Basic Class - Display a copyright tutorial
CodingWe are going to build a very quick PHP class that will automatically generate the copyright for the footer of your website
WordPress: Disable automatic image thumbnail resizing
CodingIf you already knowingly and thoughtfully crop your images, then you may not need to have WordPress automatically create thumbnails or resize the images at all. Plus, every time you upload a new image, there are two or three more created from the resizing!
The correct way to check PHP form submission
CodingEver have a web-based form not submit the data or seemingly break for no reason?
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…