Advertisment
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 | | by Colin
Maya - Modeling
In this new tutorial I will show you how to box-model a simplified fixed desk lamp
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...
Use a few simple lines of JavaScript to verify if cookies are accepted by the target web browser.
Learn how to create a nice AJAX language System in a few steps...
Our Myspace.com Artist / Musician / User Calendar Return Feed is everything you want in a script to return calendars directly from the site. We...
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 | | by Brad
PHP - OOP
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...
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...
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...
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...
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 | | by Troy
PHP - OOP
CAPTCHA stands for 'Completely Automated Public Turing test to tell Computers and Humans Apart', which simply means that robots/scripts...
Views: 618 | | by Jason
PHP - Security
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...
The third part covers a class that handles user authentication. This class will be used to implement the login/logout/registration process to...
The factory method pattern is an object-oriented design pattern. Like other creational patterns, it deals with the problem of creating objects...
Views: 900 | | by Sean
PHP - OOP
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...
Discusses PHP logical statements in more depth. Suitable for beginners.
Don't want the general public being able to view some pages? Learn how to add a password to them.
Views: 574 | | by Tutorial
PHP - Security
Create your own content management system using an OOP approach. The first part covers the base class used to build the CMS.