Forum: Coder's Corner Lounge
Jun 28th, 2006, 11:10 PM
|
|
Replies: 7
Views: 179
|
Forum: Coder's Corner Lounge
Jun 28th, 2006, 11:03 PM
|
|
Replies: 7
Views: 179
|
Forum: Coder's Corner Lounge
Jun 15th, 2006, 1:19 AM
|
|
Replies: 53
Views: 1,036
|
Forum: C#
Jun 15th, 2006, 1:10 AM
|
|
Replies: 5
Views: 669
|
Forum: C#
Jun 14th, 2006, 12:19 AM
|
|
Replies: 5
Views: 669
C# StatusStrip
I tried finding tutorials on google but all I came up was with the 2003 and not the 2005 version. None of the 6 books on C# have anything about the progress bar in the statusstrip or the other...
|
Forum: C++
Jun 12th, 2006, 11:58 PM
|
|
Replies: 30
Views: 640
|
Forum: C#
Jun 11th, 2006, 3:08 AM
|
|
Replies: 47
Views: 1,078
|
Forum: Project Ideas
May 30th, 2006, 1:25 AM
|
|
Replies: 15
Views: 263
|
Forum: C++
May 26th, 2006, 3:21 PM
|
|
Replies: 14
Views: 414
|
Forum: Coder's Corner Lounge
May 25th, 2006, 2:17 PM
|
|
Replies: 13
Views: 299
|
Forum: C++
May 25th, 2006, 3:06 AM
|
|
Replies: 13
Views: 448
|
Forum: C++
May 25th, 2006, 3:01 AM
|
|
Replies: 23
Views: 529
|
Forum: Community Announcements and Feedback
May 24th, 2006, 10:54 PM
|
|
Replies: 18
Views: 616
|
Forum: C++
May 24th, 2006, 9:03 PM
|
|
Replies: 23
Views: 529
|
Forum: C++
May 24th, 2006, 1:44 PM
|
|
Replies: 23
Views: 529
|
Forum: C++
May 23rd, 2006, 10:51 PM
|
|
Replies: 23
Views: 529
|
Forum: C++
May 23rd, 2006, 5:45 PM
|
|
Replies: 13
Views: 448
|
Forum: C++
May 23rd, 2006, 2:11 AM
|
|
Replies: 13
Views: 448
|
Forum: C++
May 23rd, 2006, 1:14 AM
|
|
Replies: 13
Views: 448
|
Forum: C++
May 23rd, 2006, 12:56 AM
|
|
Replies: 13
Views: 448
yeah i been trying to find tutorials on WinAPI...
yeah i been trying to find tutorials on WinAPI for C++ but they are scarce(sp?). Yes I know WinAPI was really made for C but you can also use C++. But it just sucks theres no docs hardly for C++....
|
Forum: C++
May 16th, 2006, 12:21 AM
|
|
Replies: 2
Views: 130
Strange Output
I get this when I try to do this line "Keith2313Hilary"
std::cout << *a_firstPersonsName << '\t\t' << *a_secondPersonsName << std::endl;
#include <iostream>
#include <string>
int main()
|
Forum: Assembly
May 14th, 2006, 2:06 AM
|
|
Replies: 17
Views: 779
|
Forum: Assembly
May 13th, 2006, 9:52 PM
|
|
Replies: 17
Views: 779
|
Forum: PHP
May 13th, 2006, 1:25 PM
|
|
Replies: 26
Views: 722
|
Forum: Python
Apr 17th, 2006, 6:03 PM
|
|
Replies: 43
Views: 1,221
i don't understand whyhave a teacher that don't...
i don't understand whyhave a teacher that don't know jack about programming teach programming. Get teachers that are qualified for that class and a dumb wad that doesn't know jack from a hole in the...
|
Forum: Python
Apr 16th, 2006, 11:14 PM
|
|
Replies: 43
Views: 1,221
|
Forum: HTML / XHTML / CSS
Feb 19th, 2006, 2:06 AM
|
|
Replies: 1
Views: 158
Link and Table Problem
I am designing my layout and all and I have a top nav bar but have the links show up in IE7 beta 2 but in Firefox the latest version they all show up?
http://70.114.227.174/hi/
And also I have a...
|
Forum: HTML / XHTML / CSS
Feb 16th, 2006, 10:53 PM
|
|
Replies: 1
Views: 144
Form/Image Question
I have this bar that is an image and I am wanting to place a login/password form on it and I am wondering how do I place it over the image. I never have done this before so forgive me :(
|
Forum: PHP
Feb 16th, 2006, 6:45 PM
|
|
Replies: 2
Views: 148
|
Forum: PHP
Feb 16th, 2006, 6:15 PM
|
|
Replies: 2
Views: 148
Login Problem
ok i have this and it works
<?php
include("./backend/config.php");
$username = $_POST['username'];
$password = md5($_POST['password']);
$ip = $_SERVER['REMOTRE_ADDR'];
|
Forum: Java
Feb 6th, 2006, 10:51 PM
|
|
Replies: 23
Views: 658
|
Forum: PHP
Feb 6th, 2006, 7:24 PM
|
|
Replies: 5
Views: 189
|
Forum: PHP
Feb 6th, 2006, 7:02 PM
|
|
Replies: 5
Views: 189
|
Forum: Java
Feb 6th, 2006, 1:50 AM
|
|
Replies: 23
Views: 658
|
Forum: PHP
Feb 6th, 2006, 1:37 AM
|
|
Replies: 5
Views: 189
Banning Problem
I am having trouble with the banning of a member. Everything works correctly except for the ban reason. I have set up everything correctly and have the info in order as in phpmyadmin. And I get...
|
Forum: PHP
Feb 1st, 2006, 1:55 AM
|
|
Replies: 3
Views: 171
|
Forum: PHP
Jan 30th, 2006, 3:49 AM
|
|
Replies: 7
Views: 242
|
Forum: PHP
Jan 29th, 2006, 7:27 PM
|
|
Replies: 8
Views: 231
ok i figured it out
$user_check_sql =...
ok i figured it out
$user_check_sql = mysql_query("SELECT username
FROM user
WHERE username='$username'");
$email_check_sql = mysql_query("SELECT email_address...
|
Forum: PHP
Jan 29th, 2006, 12:06 AM
|
|
Replies: 8
Views: 231
|
Forum: PHP
Jan 28th, 2006, 7:36 PM
|
|
Replies: 8
Views: 231
Ok what I am doing is. Okay the user registers...
Ok what I am doing is. Okay the user registers into the database for login etc. And lets say another user comes along and trys to register and either trys to use the same user or email as that one...
|