Intro. to Flash MX Design Adobe Flash / Getting Started
Ok, im going to attempt to write a tutorial on using 'Macromedia FLASH MX' for Windows. Im using Windows ME, And I also use Windows XP and I dont think the program differs between Windows OS'. However, MACINTOSH maybe different. Also, if you're using Linux/Unix - I dont even know if macromedia makes FLASH for that OS. But be sure to check and make sure.
Complete Members System PHP / Membership
Nearly every website allows you (the visitor) to become a member of the site you're visiting. Typically, one will register a desired username, and setup a password, then fill out a bit of information to stock a profile, like: location, interests, etc. and you're done. You can then access parts of the site that were once restricted, participate in forum discussions and cast your vote on polls - you get the idea. But how is that done? How do they distinguish between members? How can I do that with my site? Read on and you will learn how to allow visitors to register as members, and allow them to login/logout of your website.
Building a Comments Script PHP / Forums and Guestbooks
This tutorial will guide you through the process of building a comments script with PHP. The comments script will use a mySQL database to store and retrieve information. Its not too advanced, but additional features can easily be added, such as a delete feature and implementing usernames.
Functions, Classes and Objects PHP / Object Oriented
In this tutorial i will guide you through the evolution of some php code as it passes from being a function through a static class and finally end up as an object. there is plenty more i could share with you on the theory behind objects, but all we are looking at here is giving you the understanding you need to be able to go out and write your own classes.
Pagination with PHP PHP / Paging
This tutorial is designed to guide you through the logic and code behind the process of paginating data in PHP. In this tutorial, the data is retrieved from mySQL database. I feel you will be able to grasp this tutorial better if you have a decent knowledge of PHP and mySQL.
Beginning Visual C++ 6.0 C and C++ / Getting Started
This tutorial is going to cover the basics of Visual C++. I will be covering alot of the basics, so this should be a good start to anyone wanting to learn C#. I could go into more details on all the functions, classes, objects ect. but that is another article for another time.
Getting Started With Visual Basic 6.0 Visual Basic / Getting Started
Visual Basic is an object-oriented programming language that uses the Microsoft Windows platform. The programs that are created using Visual Basic will look and act like standard Windows programs. Visual Basic provides one the tools to create windows with elements such as menus, text boxes, command buttons, option buttons, list boxes and scroll bars.
Mod_Rewrite URLs for Search Engines .htaccess / URL Rewrite
Mod_Rewrite is a module in Apache webservers that allows you to manipulate URL's. In this tutorial, we are going to cover using Mod_Rewrite and regex to increase hits to your site from search engines (like Google) by making them search engine friendly.