How to get started with WordPress theming
Here is a brief run-through of all the things you might need to create the next great WordPress theme.
read more
Here is a brief run-through of all the things you might need to create the next great WordPress theme.
read more
Check out our brief walkthrough to help get you started with Node and the Handlebars precompiler.
read more
Hate 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!
read more
Here are five great and utterly simple plugins that you can use with WordPress to dramatically improve your SEO for little effort!
read more
Here are some quick tips that will help you keep search engine optimization in your mind when working on your website.
read more
Here 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.
read more
Forget 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!
read more
Take 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!
read more
We have a very straightforward method to produce a standards compliant border with two unique colors.
read more
Here is a quick and dirty PHP tip that you might be able to use within one of your next projects.
read more
This 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!
read more
Here is the full source for an XML-based slideshow featuring a preloader and hotspots for links!
read more
Here 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.
read more
Ever 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!
read more
We are going to build a very quick PHP class that will automatically generate the copyright for the footer of your website
read more
If 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!
read more
Ever have a web-based form not submit the data or seemingly break for no reason?
read more
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 of AS3. For this example we will …
read more
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 other programmer’s expertise in certain instances where they need …
read more