Best Tutorials website
Latest tutorials

Advertisment

Maya to Mudbox Workflow Part 5 (Video)

Maya to Mudbox Workflow Part 5 (Video)

This tutorial explains the workflow from Maya to Mudbox. Especially focused on preparing 3d model in Maya for importing into Mudbox for digital...


Views: 664 | Rating star | by Colin
Maya - Modeling

Simple fixed desk lamp

Simple fixed desk lamp

In this new tutorial I will show you how to box-model a simplified fixed desk lamp


Views: 537 | Rating star | by Marry
3DS MAX - Modeling

Robots, mazes, and subsumption architecture with Java

Robots, mazes, and subsumption architecture with Java

Find out how to create light-seeking and maze-navigating virtual robots in the Java language using Simbad — an open source robot simulator based on...


Views: 663 | Rating star | by Brad
Java - General Java

Determine if Cookies Are Enabled

Determine if Cookies Are Enabled

Use a few simple lines of JavaScript to verify if cookies are accepted by the target web browser.


Views: 938 | Rating star | by Isac
Javascript - Cookies

How to create an AJAX Language System

How to create an AJAX Language System

Learn how to create a nice AJAX language System in a few steps...


Views: 761 | Rating star | by Mark
Javascript - AJAX

Myspace.com Artist / Musician / User Calendar Return Feed - PHP

Myspace.com Artist / Musician / User Calendar Return Feed - PHP

Our Myspace.com Artist / Musician / User Calendar Return Feed is everything you want in a script to return calendars directly from the site. We...


Views: 569 | Rating star | by Ben
PHP - Miscellaneous

Part 2: Giving our Currency Conversion Script some Responsibility

Part 2: Giving our Currency Conversion Script some Responsibility

Since the first article I submitted to Digg was voted onto the front page a couple of days ago, we're going to add onto the script and make it...


Views: 816 | Rating star | by Brad
PHP - OOP

Creating a Three Dimensional Pie Chart using Googles Chart API

Creating a Three Dimensional Pie Chart using Googles Chart API

I ran across this great, easy but very useful API a few days ago. Now for the tutorial.. let's assume we make a website for the TalkPHP...


Views: 537 | Rating star | by Donald
PHP - Image Manipulation

Shorthand IF/ELSE

Shorthand IF/ELSE

Shorthand IF/ELSE statements can clean up your PHP/HTML code by emiminating the need for the huge statements with curley brackets all over the...


Views: 612 | Rating star | by Steve
PHP - Development

Creating a Simple Currency Converter with Automatic Symbols

Creating a Simple Currency Converter with Automatic Symbols

If you're from the UK then you'll appreciate this preface. If you're not then don't worry because I'll be doing the script...


Views: 591 | Rating star | by Brad
PHP - Development

The Ternary Operator: Like If Statements, Just Simplified!

The Ternary Operator: Like If Statements, Just Simplified!

Ternary Conditionals are one of those things in php that can save some time when writing code and possibly make your code easier to read. I think...


Views: 584 | Rating star | by Jason
PHP - Development

Advanced PHP: Using Abstract Classes to Define Rules

Advanced PHP: Using Abstract Classes to Define Rules

The way i visualize this is to think that i am entering into an 'agreement' between me and PHP. In other words, I have defined a list of...


Views: 885 | Rating star | by Troy
PHP - OOP

PHP Captcha - Learn How to Make a Captcha in PHP

PHP Captcha - Learn How to Make a Captcha in PHP

CAPTCHA stands for 'Completely Automated Public Turing test to tell Computers and Humans Apart', which simply means that robots/scripts...


Views: 618 | Rating star | by Jason
PHP - Security

PHP GD Library: Captcha and the Alternatives

PHP GD Library: Captcha and the Alternatives

Most of us have probably encountered a Captcha system on the web in the past few years, sometimes without even knowing it. Captcha systems are...


Views: 580 | Rating star | by Sarah
PHP - Image Manipulation

CMS Tutorial: Part 3: User Authentication

CMS Tutorial: Part 3: User Authentication

The third part covers a class that handles user authentication. This class will be used to implement the login/logout/registration process to...


Views: 653 | Rating star | by Sean
PHP - Content Management

Advanced PHP: Using the Factory Pattern

Advanced PHP: Using the Factory Pattern

The factory method pattern is an object-oriented design pattern. Like other creational patterns, it deals with the problem of creating objects...


Views: 900 | Rating star | by Sean
PHP - OOP

Easy  PHP Private Messaging System

Easy PHP Private Messaging System

This tutorial show you how to make a complete messaging system. This part shows you how to make the inbox, sentbox, compose, view message, and...


Views: 596 | Rating star | by Troy
PHP - Miscellaneous

Monkey PHP: Lets Get More Logical

Monkey PHP: Lets Get More Logical

Discusses PHP logical statements in more depth. Suitable for beginners.


Views: 609 | Rating star | by David
PHP - Introduction to PHP

Password Protect a Page Using PHP

Password Protect a Page Using PHP

Don't want the general public being able to view some pages? Learn how to add a password to them.


Views: 574 | Rating star | by Tutorial
PHP - Security

CMS Tutorial: Part 1: base class

CMS Tutorial: Part 1: base class

Create your own content management system using an OOP approach. The first part covers the base class used to build the CMS.


Views: 639 | Rating star | by Donald
PHP - Content Management