'raw' tutorials

All 'raw' tutorials:

  1. 3 Ways to Speed up Your Site with PHP

    3 Ways to Speed up Your Site with PHP

    Tutorial Intermediate

    These days, with broadband connections the norm, we don't need to worry as much about internet speeds or the filesize of our pages. However, that's not to...

  2. Building a Custom “Search By Category” WordPress Plugin

    Building a Custom “Search By Category” WordPress Plugin

    Tutorial Intermediate

    With an ever increasing amount of content building on your Wordpress site, your users will inevitably need to search your site to find that specific helpful...

  3. Create  a Twitter-Like "Load More" Widget

    Create a Twitter-Like "Load More" Widget

    Tutorial Intermediate

    Both Twitter and the Apple App Store use a brilliant technique for loading more information; you click the link and fresh items magically appear on the...

  4. The Ultimate Guide to Decoding the Flickr API

    The Ultimate Guide to Decoding the Flickr API

    Tutorial Intermediate

    Flickr, being the biggest photo management and sharing site in the world, has an impressive API to let developers access and manipulate almost all of its...

  5. Building a jQuery Image Scroller

    Building a jQuery Image Scroller

    Tutorial Intermediate

    In this tutorial, we're going to be building an image scroller, making use of jQuery's excellent animation features and generally having some fun with...

  6. The Ultimate Guide to .htaccess Files

    The Ultimate Guide to .htaccess Files

    Tutorial Intermediate

    Apache's .htaccess configuration files have baffled countless developers. This tutorial aims to break through this confusion by focusing on examples and...

  7. Everything You Need to Get Started With CodeIgniter

    Everything You Need to Get Started With CodeIgniter

    Tutorial Beginner

    CodeIgniter is a web application framework for PHP. It enables developers to build web applications faster, and it offers many helpful code libraries and...

  8. Intro to Django - Building a To-Do List

    Intro to Django - Building a To-Do List

    Tutorial Beginner

    Django is a powerful web framework, created in Python, which follows the DRY (Don't repeat yourself), and batteries included philosophies. It allows for...

  9. 10 Smart Javascript Techniques to Improve Your UI

    10 Smart Javascript Techniques to Improve Your UI

    Tutorial Intermediate

    Javascript can add a lot of special effects that can really improve the user's experience. Here are 10 simple and clever Javascript techniques that add an...

  10. Create a Tabbed Interface Using jQuery

    Create a Tabbed Interface Using jQuery

    Tutorial Intermediate

    Creating tabbed interfaces suddenly becomes a piece-of-cake when using the Tabs function in the jQuery UI library. It can be utilized to create completely...

  11. Wordpress Sidebar Turned Apple-Flashy Using jQuery UI

    Wordpress Sidebar Turned Apple-Flashy Using jQuery UI

    Tutorial Intermediate

    Apple have always been Gods in terms of the way they present themselves and their products. I just love the sidebar on the Apple Startpage, and wanted to use...

  12. Build a Basic Newspaper style layout with Wordpress and jQuery

    Build a Basic Newspaper style layout with Wordpress and jQuery

    Tutorial Beginner

    Grid/Newspaper/Magazine templates are becoming more and more predominant in the wordpress skin and theme community. They look classy, but it can be daunting...