CMS tutorial site

Web tutorials for beginners by professionals
Want to easily submit, share or add tutorials to your favorites?    or  
coding subcategories
Tutorials listed under coding

Quick Tip: The Best Way to Run Internet Explorer on your Mac

While Mac users do have a handful of resources available, when viewing new web designs in Internet Explorer, the quickest solution is to use Wine, which can create a wrapper for the native PC Internet Explorer app! Even better, an app, called Wine Bottler makes adding the IE icon to your dock amazingly simple. I\'ll show you what to do in today\'s video quick tip!

In category: Other
Show some love
  • Share Share

How to Create Blog Excerpts with PHP

Ever visited a blog, and noticed that each posting\'s overview only contained a hundred characters or so, which is then followed by \'...\'? Ever wondered how to do that yourself? It\'s not quite as easy as you might think. What if character number 100 occurs in the middle of a word? Do you want to display half of a word on the page? Of course not. In this video tutorial, I\'ll show you how to compensate for this, as well as a host of other neat little things, like working with MySQL\'s LEFT() function, using PHP\'s strrpos, and substr, creating the beginning\'s of an actual blog, and more.

In category: PHP
Show some love
  • Share Share

Quick Tip: Improve Site Performance in 3 Easy Steps

We all know we should do it, but how many of us do? I\'m talking about minifying JavaScript, CSS, and optimizing images to reduce load times. Today, I\'ll show you three quick and easy methods that all of us should implement to improve our site\'s performance.

In category: Javascript
Show some love
  • Share Share

Quick Tip: 4 Ways to Auto-Refresh your Browser when Designing new Sites

You know the drill: make some edits to your document, click save, switch over to your browser, refresh it, and then observe the changes. Wouldn\'t it be convenient if there was to auto-refresh your browser at a provided interval? That way, for instance, every three seconds, the browser will automatically refresh. Granted, this isn\'t too practical for heavy websites, however, when you\'re first beginning the design of a new website, it\'s quite convenient! I\'ll show you a couple of ways of achieving this.

In category: Other
Show some love
  • Share Share

Start Using HTML5 WebSockets Today

One of the cool new features of HTML5 is WebSockets, which let us talk to the server without using AJAX requests. In this tutorial, we\'ll review the process of running a WebSocket server in PHP, and then building a client to send and receive messages to it over the WebSocket protocol.

In category: HTML
Show some love
  • Share Share

25 HTML5 Features, Tips, and Techniques you Must Know

This industry moves fast - really fast! If you\'re not careful, you\'ll be left in its dust. So, if you\'re feeling a bit overwhelmed with the coming changes/updates in HTML5, use this as a primer of the things you must know.

In category: HTML
Show some love
  • Share Share

How to Authenticate Users With Twitter OAuth

Beginning August 16th, Twitter will no longer support the basic authentication protocol for its platform. That means the only way to authenticate users will be through a Twitter application. In this tutorial, I\'ll show you how to use Twitter as your one-click authentication system, just as we did with Facebook.

In category: PHP
Show some love
  • Share Share

Basic Skinning

This chapter explains how to style your site by creating custom skins.

In category: PHP
Show some love
  • Share Share

DotNetNuke 5.4 Cookbook

Create and customize your DotNetNuke website using Packts new book.

In category: PHP
Show some love
  • Share Share

Building Persistant Sticky Notes with Local Storage

HTML5 local storage is like cookies on steroids; it\'s incredibly simple to use and yet still so powerful. In this tutorial, I\'ll show you how to create \"sticky notes\" functionality, that allows your users to take persistent notes while browsing your site.

In category: Javascript
Show some love
  • Share Share
here comes feedback.