I'm coming here not because I expect anyone to post a step by step of what it is but because hopefully someone here has links to a website that explains it really well or maybe knows of a script that uses it in a clear example. Any links would be greatly appreciated. I just need to understand it to see if using it could save me some time and effort.
Thanks
Kage
Notice from microscopic^earthling:
This topic deals with General Programming Concept. So I guess it should be in Programming > General. Topic moved.
Oopsadaisies. I should have mentioned that I want to learn the use of OOP in PHP, such as using Classes and Objects. I can't find a suitable tutorial or any reliable explanantions.
******************************* Please use your edit option instead of adding a reply to add more content to your original post.
Can anybody tell me how to change the path of shared object default path to any D or E drive.. E.g
: Default path like C:\Documents and Settings\TempName\Application
Data\Macromedia\Flash
Player\#SharedObjects\D8F43EBD\localhost\Temp\Flash1.swf to
D:\Sample Plse reply Thank you ....
I've been freelancing my PHP / Web skills for about 8 months now. It seems like every job I
have taken is always much larger than I planned on. About 4 months ago, I answered an ad for Joomla
Tutoring! I get to the website, take a look around and realize that something is very wrong...
The individual that hired me to be a tutor had hired another developer to set up the new Joomla
based site and create a new template for it. Generally speaking, if you are really good at HTML and
CSS, you can create a Joomla template with very little PHP knowledge. At first I....
Hello, I post a link to some great tutorials at C/C++ programming with SDL. You can easily learn
how to make a 2D cross-platform game. They're really easy-to-comprehend and well-explained.
Link PS: I'm not an author of those! kaziorvb....
Ok I usually would use Linux to program because there is a compiler (gcc), but I need to use Windows
to program for now because of a few unexplained reasons. I need to find a compiler for Windows that
will compile the C language. I have tried Microsoft Visual C++ Express 2008 but I find it to be way
too bulky and hard to use. The command-line compiler is similar to gcc I guess, and it creates
executable files for Windows, but the compiler in the actual program compiles C++ but not C for some
reason. And it will only compile files in projects, not standalone files. In my....
So, I'm working on a media server that interfaces with iTunes to play my music for me. I've
run into a small nuisance, but not something critical. To work with iTunes, a C# application needs
to instantiate an iTunes COM object. This actually forces iTunes to open. Now, if a person were to
attempt to close iTunes, the C# application would receive an AboutToPromptUserToQuit event. If the
iTunes COM object is not destroyed and dereferenced so that iTunes thinks it can cleanly exit
without stranding any other application, the user will be prompted to confirm the....
There is an ongoing discussion about the nature of PHP that is taking place in the shoutbox, and I
think it should be moved into a topic in its own right. People seem to be divided into 3 camps.
Some people are saying things like: "but php is a programming language..." "it is a full-fledged
programming language; it's actually quite similar to c++, and also offers classes, which I
consider a powerful feature" Then again others are saying: "by official definition I would imagine,
I don't like thinking of it as one" "someone i know is making a php bnc, but in all....
Object Oriented Programming Object Oriented Programming is a methodology modeled on real
life. It comprises of the basic unit, an object, being used in implementing a program. Think of all
the objects around you - cars, buses, birds, trees, etc. You will find countless ones of them,
everywhere you go. In order to tackle this huge number, we started classifying them, thus came the
term Class. Class A class is a composition of the theoretic characteristics (attributes and
properties) of an object and the things it can do - behaviors, methods and features. Tak....
Conditional Branching By branching we imply, having different paths for execution.
Conditions are used to determine which statements need to be executed. Suppose, you have a program
to store the details of employees. Depending upon the post of the employee, there would be various
fields associated with it. A department head, for example, would have a property denoting the
department he heads, etc. We use conditional branching in such a scenario. C# provides the
following conditional constructs:- if .. else Syntax:- if ( ) { statements } else { statement....
I don't know where this topic is appropriate in so please move it if it's innapropriate for
this place as this involves PHP and OSCommerce Hi, I got an error stating the following: Warning:
reset(): Passed variable is not an array or object in
/home/content/j/w/s/jws8118/html/catalog/admin/includes/classes/object_info.php on line 17 Warning:
Variable passed to each() is not an array or object in
/home/content/j/w/s/jws8118/html/catalog/admin/includes/classes/object_info.php on line 18
Here's the source code: CODE <?php /* $Id: object....
This tutorial demonstrates how to use texture filters and will let you see the differences of each
filter. I will also be introducing lighting into this tutorial. We first have to create our
"bitmap.h" header file with the functions we use to load our bitmaps, this is changed from the last
tutorial to fit the needs of this one. The first thing to do is to link all of our OpenGL libraries
and include our needed headers for the functions we will call. CODE #pragma comment(lib,
"opengl32.lib")//Link to the OpenGL libraries #pragma comment(lib, ....
Hello, in this tutorial we will be creating a 3D pyramid. We are building this tutorial from Lesson
3, but I took out the 2D objects and placed a 3D pyramid in there instead. The 3rd axis for drawing
can be a litle confusing, but after you get the hand of it you'll do fine. Now when you are
setting a 3D vertex just remember that the camera is on the positive end of the z axis. So things
that have a more positive z axis value are closer than verteces with a more negative value. Well
let's get started We always start by including the glut library CODE #i....
In this tutorial I am going to talk about how to get animation in your program. I will be working
directly off of Lesson 2 and will now take out the notes left behind from Lesson 1, but I will leave
the notes from Lesson 2. CODE #include<glut.h>//include our glut library First we
are going to initialize a variable called "time" which will record how much time has passed so we
can use it to determine how to animate the objects. Then we have our init function that initializes
some stuff in GLUT CODE float time = 0;//(NEW) variable to recor....
Hello, I'm starting a series on how to program in OpenGL using the OpenGL Utility Toolkit,
a.k.a. GLUT. I chose GLUT because it is quick and easy to write, and very easy to learn. In this
tutorial I am going to teach you how to create a basic window which we will build off of in later
tutorials. Throughout the tutorial I will leave notes to let you know what each command does, and
how you can modify it to fit your needs. Everything in the code section can be copied and pasted
into your compiler and it should compile proporly, if it does not, please let me know, a....
Hi all, I have decided to do a major IT project on Visual Basic .Net 2005. I know some of the basics
and know what i'm doing. But i have come asking for some help in how to program with databases.
I was wondering if there was anyone out there that knows what they are doing and if they can help.
All I really need to do is to make the program read several different fields and open the as one
entry to be edited. and also to find a value in one of the entry's (like a search) and use other
entry's in that field to input into the program. Even if you could point....
What are the methods from the "Time" class in the RPG Maker XP. Is it native from Ruby? Since
it's not open for editing, I don't now what are the methods I can use with it. What are the
options I have for "comparing dates" there? ....
Well, I was going through a few posts on C / C++ on asta .. and found a very less C related
subjects. I went through the entire tutorial of mastercomputers >>HERE .. It was a nice
tutorial for guys who have a little knowledge of programming basics and want to go into hardcore
programming. Since there was no Basic overview of what C was, i thought of writing one /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />. I wil make shure that what i
write will be 100% accurate, but its human to error so please correct me if i am wrong. Let....
I want to learn how to crate new programs but i dont know where to begin. Please tell me the best or
easy to use program that will help me create new programs. /biggrin.gif"
style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> Thanks....
Here is my problem, I want to create a modal dialog box (application modal) that has a keyboard
accelerator assign to it. I just don't know where to put the TranslateAccelerator() function
with regards to modal dialog box since the message loop is inside the function DialogBox(). So how
to I make a modal dialog box which has a keyboard accelerator assign to it?....
Hey guys i'm posting here because i've a doubt, about 1 year ago i started to develop a
certain taste for programming, at first i tryed code Websites using Html ,then with php, then Mysql,
and at last all together. Now i alreday finished my hardware Reparation course, but that old taste
for programming is calling me to do other thing else besides repair hardware. Meanwhile i've
develop taste for other several kinds of languages and i'm a bit confused because i dont know
whitch programming language bring me future. So i wonder what programming language sha....
I would like to make some game- no matter what but I have NO idea about programming. I only know php
a bit, html, java script and css, but I'd like to have game not in the internet but let's
say a real one... any idea, or progamm which might help?....
I am a beginer to programming i wish to know from which language should i start programming C, C++
Is there any problem if i jump directly to vb or like please respond where can i find good beginer
tutorials Thank you....
Does anyone use Turing here? It's a Delphi/Pascal based programming language developed by
University of Toronto and is now owned by Holt Software in Toronto. Sample: var name:string var
input:string put "Please enter your name" get name:* cls put "Please enter your message: " ..,
input cls put "Your name is: ", name put "Your message : ", input It should accept your name and
show your name and message. xboxrulz....
there is someone that know programming on runuo and ultima online? I was trying to make so that he
could himself be created account through web but the script that I have for the game server (that he
update the account stored in database and synchronize them with the database) gives an error to me:
( if someone is even than it helps me, it says to me that it does not find the data origin (i think
the database that i specified) given that I have specified: ( perhaps mistake driver -. -....
Alright html wizards...i've got a question ^_^ I assume that, like other programming codes, html
and php compilers read a code from top to bottom. Say I have a object though...and I want it to load
last...how do I do that? Let's just pretend I have an image that I do not want to load until
everything else on the webpage is loaded...how can I set that up? Is there perhaps a javascript code
for it...or maybe a CSS style I could add onto the object? Or better yet, is it possible to make
everything within a div/span/table tag load last? Another thing...if I leave an....
Lets start this thread and find out more about our coding roadmap! The first code I ever wrote
was on a BBC Micro Computer that came with its on embedded ROM-OS and ROM-BASIC - this was when I
was in my 5th grade (1990-91). It was pretty powerful for those times, offering decent 16-color
graphics and a powerful sound engine behind it (using normal computer speakers) - that PCs never
achieved. In about an year or so, I shifted over to PCs coz the lack of applications for the BBC
Micro was getting to me (all appz for it had to be either written in Assembly or that ....
Can anyone tell how to save an image into a PDF file and download it without need to save it on the
server? Thanks. All sugesstions are welcome! Wrong section. Topic moved to Software >
Graphics & Web Design. ....
OK. This tutorial may be helpful to people who use Delphi, for anyone else... it will probably be
boring /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> . This tutorial is
going to explain briefly how to use the TFileStream Class. For anyone who has wanted to say... save
any data from a listbox and during run-time you wanted to append different information to it, or
throughout the applications running time and then save the information when the application closes
then you should use the TFileSteam Class. The great thing about this is it can re....
Looking for object, orientated, programming, understand, oop
Searching Video's for object, orientated, programming, understand, oop
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE
forum, Create your own topics, Ask Questions, track topics, setup
subscriptions & notifications and Get a Free Website w/ Email and FTP.