Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 32 of 32
Search took 0.01 seconds.
Search: Posts Made By: dnathe4th
Forum: Python Jan 30th, 2005, 11:43 AM
Replies: 0
Views: 310
Posted By dnathe4th
Bound Method Error

the message reads:
<bound method MyFrame.UpdateNow of <__main__.MyFrame; proxy of C++ wxFrame instance at _00929500_p_wxFrame>>

UpdateNow is the function i'm trying to call. it doesnt actually...
Forum: PHP Dec 15th, 2004, 3:52 PM
Replies: 2
Views: 235
Posted By dnathe4th
Two functions are giving me trouble,a nd im not...

Two functions are giving me trouble,a nd im not liking them. First, mail() works once, then doesnt again. Ex:
mail( "dnathe4th@gmail.com", "dnathe4th.serverbob.org", "Username:...
Forum: HTML / XHTML / CSS Dec 7th, 2004, 8:47 PM
Replies: 8
Views: 564
Posted By dnathe4th
use iframes they're better <TABLE width=100%...

use iframes they're better
<TABLE width=100% border=0>
<TR>
<TD rowspan=2 width="33%"><IFRAME name="1" src="YOUR SIDE PAGE"></IFRAME></TD>
<TD><iFRAME name="2" src="YOUR TOP...
Forum: PHP Dec 7th, 2004, 8:07 PM
Replies: 6
Views: 313
Posted By dnathe4th
still no beans, its still telling me it doesnt...

still no beans, its still telling me it doesnt work. I'm really stumped
Forum: PHP Dec 6th, 2004, 5:29 AM
Replies: 6
Views: 313
Posted By dnathe4th
CHMOD in PHP is simple right? CHMOD($filename,...

CHMOD in PHP is simple right?
CHMOD($filename, $permissions);


but then I can't figure out why this doesn't work
<?
if(!chmod("test.txt", 0777))
{
echo "dood no good";
}
Forum: PHP Dec 5th, 2004, 5:39 AM
Replies: 0
Views: 183
Posted By dnathe4th
This part of the code doesn't print anything. ...

This part of the code doesn't print anything. All those files (when logged in as "dnathe4th" they're dnathe4th_avatar.txt; dnathe4th_costum.txt etc.) contain text, but that isn't printed to the...
Forum: PHP Oct 30th, 2004, 1:47 PM
Replies: 8
Views: 279
Posted By dnathe4th
be careful for people signing on as other people...

be careful for people signing on as other people and uploading not very pretty pictures........
Forum: PHP Oct 30th, 2004, 11:20 AM
Replies: 3
Views: 234
Posted By dnathe4th
Is it possible to transfer variables, or at least...

Is it possible to transfer variables, or at least the information stored in them, to variables in other languages. How can I easily get the values in a PHP array into a Javascript array?
Forum: PHP Oct 30th, 2004, 11:06 AM
Replies: 11
Views: 382
Posted By dnathe4th
just search google for an online tutorial, those...

just search google for an online tutorial, those are nice
Forum: JavaScript and Client-Side Browser Scripting Oct 30th, 2004, 10:54 AM
Replies: 1
Views: 422
Posted By dnathe4th
ok lets see if i can explain this well...

ok lets see if i can explain this well enough
cur_pil = document.first.person.value;
cur_fld = document.first.field.value;
hid_name = "$all[" + cur_pil + "][" + cur_fld + "]";
tablevals_answer =...
Forum: Project Ideas Oct 17th, 2004, 8:24 PM
Replies: 11
5d
Views: 178
Posted By dnathe4th
Ooble, i mean as in : (1/2)A + (1/4)B + (1/8)C +...

Ooble, i mean as in :
(1/2)A + (1/4)B + (1/8)C + (1/16)D + (1/32)E = 1/2
as stated in my first post :P

Ade: It was a homework assignment for my brother (he's 12, i think they were just supposed to...
Forum: PHP Oct 17th, 2004, 3:28 PM
Replies: 9
Views: 375
Posted By dnathe4th
I got it, by adding if (!$rs) { die('Invalid...

I got it, by adding
if (!$rs) {
die('Invalid query: ' . mysql_error());
}
i found were it was exactly erring out, and fixed it :D
Forum: PHP Oct 17th, 2004, 2:42 PM
Replies: 9
Views: 375
Posted By dnathe4th
no beans, I've tried every variation, adn it...

no beans, I've tried every variation, adn it still doesn't like it


function getMessages() {
$rs = mysql_query("SELECT * FROM MINICHAT ORDER BY NB");

$ret = Array();
$msg =...
Forum: Project Ideas Oct 17th, 2004, 2:36 PM
Replies: 11
5d
Views: 178
Posted By dnathe4th
I used different letters rather than "X" because...

I used different letters rather than "X" because each variable needs to be different based on the coefficient. I'll get back to this post once i work it out
Forum: Project Ideas Oct 17th, 2004, 12:37 PM
Replies: 11
5d
Views: 178
Posted By dnathe4th
What would the easiest way to go about scripting,...

What would the easiest way to go about scripting, or writing a program, that output all the (positive) solutions to a 5dimensional problem?
for instance:
(1/2)A + (1/4)B + (1/8)C + (1/16)D + (1/32)E...
Forum: PHP Oct 15th, 2004, 4:24 AM
Replies: 9
Views: 375
Posted By dnathe4th
Warning: mysql_fetch_array(): supplied argument...

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/h2zdesig/public_html/chat.php on line 39

*its impossible to search Google for this cause it appears so...
Forum: Community Announcements and Feedback Oct 14th, 2004, 8:25 PM
Replies: 52
Views: 1,367
Posted By dnathe4th
I remember a previous programming forum i...

I remember a previous programming forum i belonged to, where poeple would just post a challenge, specify a language (or not), and the competitors would send the original poster the programs

that...
Forum: PHP Oct 14th, 2004, 8:20 PM
Replies: 10
Views: 341
Posted By dnathe4th
very neat, i never thought of that...

very neat, i never thought of that application,
where are you using that?
Forum: HTML / XHTML / CSS Oct 14th, 2004, 8:10 PM
Replies: 8
Views: 627
Posted By dnathe4th
lolx i love how everyone repeats my...

lolx i love how everyone repeats my answer!!
Anyways, ya, just do it inline, or if its for a number of images, use CSS, just remember, it doesnt show up on all browsers the same way it does on yours!
Forum: Visual Basic .NET Oct 14th, 2004, 8:08 PM
Replies: 14
Views: 1,146
Posted By dnathe4th
its made for whatever yoru want-ish meaning, if...

its made for whatever yoru want-ish
meaning, if you want something to run on Windows, and is kinda BASIC (hehe)
Forum: Community Introductions Oct 14th, 2004, 8:03 PM
Replies: 12
Hi
Views: 327
Posted By dnathe4th
hey guys, thanks for the great welcoming!

hey guys, thanks for the great welcoming!
Forum: C++ Oct 14th, 2004, 8:01 PM
Replies: 6
Views: 305
Posted By dnathe4th
Thanks guys, and by guys i mean MJordan :P it...

Thanks guys, and by guys i mean MJordan :P
it makes a lot more sense now
Cheers
Forum: Existing Project Development Oct 14th, 2004, 7:58 PM
Replies: 5
Views: 146
Posted By dnathe4th
thanks guys, not too long after making this post,...

thanks guys,
not too long after making this post, i decided to slow down, if n ot stop work on my program. it works for me, but there are so many otehr OS's and versions to test, I can't release a...
Forum: Existing Project Development Oct 11th, 2004, 4:57 PM
Replies: 5
Views: 146
Posted By dnathe4th
I'm a member of a Virtual Airline...

I'm a member of a Virtual Airline (http://www.californiaair.net) based out of the flight simulation software X-Plane. Being the lasy butt that I am, I decided I didn't want to have to go to their...
Forum: HTML / XHTML / CSS Oct 11th, 2004, 4:54 PM
Replies: 8
Views: 627
Posted By dnathe4th
<img border="0"...

<img border="0" src="Files/Images/Site/header-3.gif" width="200" height="100" style="-moz-opacity:INSERT_OPACITY%;filter:alpha(opacity=INSERT_OPACITY)">

Unfortunately, the code doesn't show up in...
Forum: C++ Oct 11th, 2004, 4:47 PM
Replies: 30
Views: 541
Posted By dnathe4th
use Ooble's array to do it, it's much cleaner and...

use Ooble's array to do it, it's much cleaner and easier. I agree with his method.
Forum: C++ Oct 11th, 2004, 4:46 PM
Replies: 6
Views: 305
Posted By dnathe4th
a pointer refers to the location of memory which...

a pointer refers to the location of memory which stores the value of a variable

that much I've gathered from online tutorials, but tell me this, why use pointers instead of the variables themselves?
Forum: Community Introductions Oct 11th, 2004, 4:36 PM
Replies: 12
Hi
Views: 327
Posted By dnathe4th
thank you

thank you
Forum: C++ Oct 11th, 2004, 4:36 PM
Replies: 22
Views: 732
Posted By dnathe4th
aw man, I just tested out that 8000+ line...

aw man, I just tested out that 8000+ line program, its no fun
I had the AI cornered, so it just quit the game
I was X's:
X2O
4O6
X8X

i was gonna win!
Forum: C++ Oct 11th, 2004, 4:30 PM
Replies: 22
Views: 732
Posted By dnathe4th
I tried TTT as my first program. I never finished...

I tried TTT as my first program. I never finished it though, i should get checked for ADD

#include <iostream>
#include <string>
using namespace std;

int winnerz(char current_board[3][3]);
int...
Forum: Community Introductions Oct 11th, 2004, 4:11 PM
Replies: 12
Hi
Views: 327
Posted By dnathe4th
im dom

im dom
Forum: Visual Basic Oct 11th, 2004, 3:55 PM
Replies: 0
Views: 184
Posted By dnathe4th
Does anyone here use REALbasic? I learned it to...

Does anyone here use REALbasic? I learned it to allow programming for Macs
Showing results 1 to 32 of 32

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:05 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC