New tutorials

Forms On Mobile Devices: Modern Solutions

Forms On Mobile Devices: Modern Solutions

By CMS tutorial Crawler ( http://cmstutorials.org/ ) in Tips

The limitations of mobile devices have forced developers and designers to find new ways to allow users to input data faster and more easily. Thanks to the modern solutions covered in this article, the mobile space may not be a place to avoid forms much longer. Instead, it may become the place to encourage them.

Viewed 2 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

CodeIgniter from Scratch: File Operations

CodeIgniter from Scratch: File Operations

By CMS tutorial Crawler ( http://cmstutorials.org/ ) in CodeIgniter

In today’s episode, we are going to be working with several helper functions, related to files, directories, and downloads. We are going to learn how to read, write, download files, and retrieve information about both files and directories. Also at the end we will build a small file browser that utilizes jQuery as well. Catch Up Day [...]

Viewed 2 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

Quick Tip: The Difference Between Live() and Delegate()

Quick Tip: The Difference Between Live() and Delegate()

By CMS tutorial Crawler ( http://cmstutorials.org/ ) in Javascript

In jQuery 1.3, the team introduced the live() method, which allows us to bind event handlers to elements on the page, as well as any that might be created in the future dynamically. Though not perfect, it definitely proved to be helpful.

Viewed 3 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

Creating a grid of images for an album in Drupal 6 with pagination

Creating a grid of images for an album in Drupal 6 with pagination

By CMS tutorial Crawler ( http://cmstutorials.org/ ) in Drupal

Following on from the original tutorial on creating a grid of images for an album in Drupal 6, a few people asked how to add pagination on to this for large albums.

Viewed 2 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

WordPress tip: Get rid of unused post revisions

WordPress tip: Get rid of unused post revisions

By CMS tutorial Crawler ( http://cmstutorials.org/ ) in Wordpress

WordPress have a feature which saves various copies of your posts in order to allow you to compare revisions or restore an older version of your posts. This is very useful, but it also take a lot of space in your database. Here is a very handy SQL query that will instantly delete all posts revisions as well as meta associated with it.

Viewed 6 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

Save Time and Money by Systematizing your Photoshop Workflow

Save Time and Money by Systematizing your Photoshop Workflow

By CMS tutorial Crawler ( http://cmstutorials.org/ ) in Tips

Repetitive tasks can quickly become tedious. As a designer, you probably often find yourself designing the same elements over and over from scratch. STOP! Wasting time is so old-fashioned. It also means you’re wasting money! So, let’s review some ways that you can automate and systematize your Photoshop workflow.

Viewed 5 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

How to Create a Simple iTunes-like Slider

How to Create a Simple iTunes-like Slider

By CMS tutorial Crawler ( http://cmstutorials.org/ ) in Javascript

When space is at a premium, making use of sliders is the optimal way to present information. Today, we’ll take a look at how to create a slider similar to the one used in the iTunes store. Developers often seek the functionality provided by sliders in order to fit lots of information in [...]

Viewed 18 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

Quick Tip: The HTML 5 Audio Element

Quick Tip: The HTML 5 Audio Element

By CMS tutorial Crawler ( http://cmstutorials.org/ ) in HTML

In this four minute video quick tip, we’ll review the mark-up, and also a quick way to play audio with jQuery.

Viewed 11 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

Create a php click counter

Create a php click counter

By krike ( www.cmstutorials.org ) in PHP

In this tutorial I will teach you how to create a simple php counter to track how many times your banners were clicked

Viewed 17 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

12 Steps to MooTools Mastery

12 Steps to MooTools Mastery

By CMS tutorial Crawler ( http://cmstutorials.org/ ) in Mootools

This tutorial is about understanding and mastering the MooTools library. It does so by offering a high level introduction to the history and foundations of the Core library: where to start, where to explore, what to master, and more.

Viewed 15 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

@font-face and 15 Free Fonts You Can Use Today

@font-face and 15 Free Fonts You Can Use Today

By CMS tutorial Crawler ( http://cmstutorials.org/ ) in CSS

Fonts are a huge part of design (as we all know). Text on the web needs to be much more dynamic than in any other media. We have solutions like Cufon, sIFR, etc. but perhaps one of the better options is using @font-face in CSS.

Viewed 19 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

How to automatically use resized images instead of originals

How to automatically use resized images instead of originals

By CMS tutorial Crawler ( http://cmstutorials.org/ ) in Wordpress

This script will replace the uploaded image (if bigger than the larger size defined in your settings) by the large image generated by WordPress to save space in your server, and save bandwidth if you link a thumbnail to the original image, like when a lightbox plugin is used.

Viewed 26 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

How to automatically remove the Nofollow from your posts

How to automatically remove the Nofollow from your posts

By CMS tutorial Crawler ( http://cmstutorials.org/ ) in Wordpress

By default, WordPress automatically converts all links from the post content to nofollow. If you prefer your links to be dofollow, just read and use the following recipe.

Viewed 9 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

Add a favicon to your WordPress blog using a hook

Add a favicon to your WordPress blog using a hook

By CMS tutorial Crawler ( http://cmstutorials.org/ ) in Wordpress

Nowadays, any serious blog have its own favicon. To add yours into WordPress, you can directly edit header.php or you can use a more clean technique, using the power of WordPress hooks.

Viewed 11 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

By CMS tutorial Crawler ( http://cmstutorials.org/ ) in Tips

Although CSS is generally considered a simple and straightforward language, sometimes it requires creativity, skill and a bit of experimentation. The good news is that designers and developers worldwide often face similar problems and choose to share their insights and workarounds with the wider community.

Viewed 21 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo