New tutorials

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 9 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 6 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 14 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 11 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 13 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 17 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 6 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 7 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 12 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

ASP.NET for PHP Developers: Part 2

ASP.NET for PHP Developers: Part 2

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

In part one of the \"ASP.NET for PHP Developers\" tutorial, we learned the basics of ASP.NET and the C# language. Part two builds on that foundation, and introduces some more advanced features and techniques to take your ASP.NET pages to the next level.

Viewed 8 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

Quick Tip: Easy Sequential Animations in jQuery

Quick Tip: Easy Sequential Animations in jQuery

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

In this video quick tip, I\'ll demonstrate an easy way to allow for sequential animations of an infinite number of elements. I originally learned this technique from Dave Methvin, but don\'t think that many people are aware of this neat little trick.

Viewed 7 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

Quick Tip: Private Variables in JavaScript

Quick Tip: Private Variables in JavaScript

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

Because of JavaScript\'s dependence upon globals, it might be easy to forget that creating private variables can be accomplished quite simply, thanks to closures. In just a few minutes, I\'ll demonstrate two common techniques which allow for private variables and methods in your projects.

Viewed 6 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

CSS Fundamentals: CSS 3 Transitions

CSS Fundamentals: CSS 3 Transitions

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

As CSS3 rolls out around the web, it is bringing some interesting new presentational techniques along with it. Today, we\'ll review the basics of using CSS3 transitions and animations to add an extra layer of polish.

Viewed 5 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

.NET LINQ from Scratch

.NET LINQ from Scratch

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

As software developers, we spend a lot of time extracting and displaying data from many different data sources. Whether it\'s a XML webservice of some sort, or a full featured relational database, we have been forced to learn different methods of data access. Wouldn\'t it be great if the method of access was the same for all data sources? Well, we are in luck because, as of the release of C# 3.0 and the .NET 3.5 Framework, LINQ has come to change the game forever.

Viewed 6 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo

Email Newsletter Design: Guidelines And Examples

Email Newsletter Design: Guidelines And Examples

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

The fundamental rule for creating an email newsletter is to give it interesting, relevant and up-to-date information that is enjoyable to read. Users sign up for newsletters hoping be informed about things that they would not otherwise be able to find out about. In this article, we’ll discuss some guidelines for designing and distributing email newsletters. Each point will be accompanied by both good and bad examples.

Viewed 9 times, 0 comments and a rating of

submit rating!
Show some love

delicious digg facebook stumpleupon technocrati twitter yahoo