Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #2K
~10K People Reached
About Me

Software Engineer

Interests
MUDs
Member Avatar for wrestle23

hey is there anyone in here who is good at these staff : coding,html,php,css,javascript and also i need a partner to do this coz wanna create a text based mafia game ......... thanx very much just contact me below thanx........ MSN : [I]<<snip>>[/I]

Member Avatar for JamesCherrill
0
710
Member Avatar for DarckHalf

:$ Hi every one! I'm new here, just finished my registration! I know a little of c++ and I'm starting a project for a game of the new generation of games... like Gears of Wars or Bioshock but I'm feeling a little lost! And I wanted to ask [B]what is …

Member Avatar for roax206
0
711
Member Avatar for Dani

**This forum is meant for discussing programming languages in addition to exchanging code and algorithms.** However, it has become a problem where too many students are posting homework problems expecting a quick solution without ever trying for themselves. Though we are all here to help, please don't expect quick solutions …

Member Avatar for BestJewSinceJC
5
4K
Member Avatar for TheNNS
Member Avatar for linkpartners

I noticed that search engines easily indexed titles and descriptions fast... and i don't see much value on meta keywords. any same insights?

Member Avatar for johnxflynn
0
147
Member Avatar for Ciubhran

Hello, I am having problems with Internet Explorer (as always) and AJAX. My code works with Firefox, but the page returns errors when trying to execute this script in Explorer: [ICODE] <script type="text/javascript" language="javascript"> var xmlHttp = false; function createPostRequest(url, parameters) { if (window.XMLHttpRequest) { xmlHttp = new XMLHttpRequest(); } …

Member Avatar for chaosprime
0
136
Member Avatar for veledrom

Hi, Code below returns true for (.). It should return false like it returns false for (,). Is there any other way to check (.) and (,). I simply want validate money. Thanks [code] if (isNaN(form1.paid.value)) { alert ("Syntax is not right."); return false; } return true; [/code]

Member Avatar for veledrom
0
134
Member Avatar for kidprogrammer

Hey I'm new to programming but I know enough now that I have been trying to program my own game. I works, but I think my code is too complicated. Does someone want to test it and give me some suggestions? Thanks!

Member Avatar for kidprogrammer
0
154
Member Avatar for kahaj

I'm trying to access a cgi script when a form is submitted. With that script, I want to display a page that basically says, "Is this info correct?" and show them what they entered. Then, if they hit "Yes", I want to send an email to myself with their info. …

Member Avatar for kahaj
0
141
Member Avatar for Natso

Without getting into too much detail about my own history, I'll be a junior in college this fall semester. My Bachelors Degree is "Computer Science" (the other degree offered being "CS - Information Technology" which is a bit more hardware based). My end goal is to be a programmer (on …

Member Avatar for ripsocrates
0
114
Member Avatar for Punky

The project I've been developing is Web TORPG where users develop their character(s) appearance and fighting tactics, adventure/discover new places, take on quests, join forces or go solo to battle against monsters/bosses or even other players, participate/effect the storyline via events, create/raid guild castles, steal from stores/players, open up shop, …

Member Avatar for ripsocrates
0
111
Member Avatar for rishabh2011

Hi Guys I want to know that when I use an image as a link the mouse pointer changes to hand type pointer. What to do to prevent it? I mean how could I make mouse pointer just remain same on image link. Should I buttons then instead. If yes …

Member Avatar for chaosprime
0
89
Member Avatar for invisal

I have argued with this guy for hours. In this conversation, I am [B]Silence[/B] and he is [B]link[/B] [code] [22:24] <link> Silence, how many times do you hack? [22:24] <Silence> link: hack me if you can [22:24] <link> I thought you were a programmer, yet you told me to hack …

Member Avatar for Ancient Dragon
0
383
Member Avatar for nowitzk

Hi, I just started using phpMyAdmin. I need to create a table with all the dates of the year. The date will be the primary key and for each date there will be five time fields. Is there any way to do that with one SQL query? Thanks in advance.

Member Avatar for Shanti C
0
120
Member Avatar for vikaspa

Need your help in javascript I am using following script for image over (to display another image) <html> <img src="mobilesmallimage.jpg" name="ShowRoom" width="129" height="96" onMouseOver=" ShowPic(name,'mobilebigimage.jpg') " onmouseout="ShowPic(name,'mobilesmallimage.jpg')" border="0"> </a> I am sending 2 parameters 1. Name of image - variable name 2. Name of image to be displayed Using following …

Member Avatar for chaosprime
0
127
Member Avatar for adnanahsan

i have to make a search engine for my client, but i am confusing about indexing websites to search engine database, please can any one tell me how can i achieve this goal? can any one tell me how can i make spider / crawler to do this ? please, …

Member Avatar for lordspace
0
198
Member Avatar for softdev

hey guys, anyone to provide a short lecture! is automata theory important in computer science? what are example of real applications of automata and formal languages? do they have anything to do with software development and verifications? kind regards

Member Avatar for sarehu
0
101
Member Avatar for buddy1

Can anyone tell me if I'm dong this correctly. S(10) = 1; S(n) = n + S(n + 1) for 0 < n < 10 I'm looking for the value of S(7) S(10) = 1 S(9) = 9 + S(9 + 1) = 10 S(8) = 8 + S(8 + …

Member Avatar for buddy1
0
69
Member Avatar for bgbiplab
Member Avatar for death_oclock

I am using DirectDraw to make a game and I am running it in 8-bit color mode. What I am having a problem with is making a macro to convert RGB values into a single 8-bit color. Here is the macro: [CODE=c++] #define RGB_8BIT(r, g, b) ((r & 224) + …

Member Avatar for chaosprime
0
152
Member Avatar for Vic842

Anyone have any links or info for me to start up a dedicated gaming server? Thanks VBM

Member Avatar for chaosprime
0
193
Member Avatar for Draygon

I am not a expert in sql or php and I took this project on with some knowledge of both. I am having some trouble designing a database for a campaign I am working on for a game (a mod to a mod basically). In this database I have 5 …

Member Avatar for chaosprime
0
86
Member Avatar for marrra

Hi, I'm working on application, that is similar to hotsanic or munin, cacti (it is system and network graphing tool) I want to store data to postgreSQL. I have a group of servers and a set of plugins. On every server run a diferent subset of plugins. Every plugin return …

Member Avatar for chaosprime
0
80
Member Avatar for veledrom

Hi, I have "Balance" table that is shown below. Table :Balance todaysDate/openBalance/closeBalance ------------ --------------- -------------- 2008-07-24 250000 100000 Above record will be inserted into next row as it is at 10:00pm. How do i do this? Thanks

Member Avatar for chaosprime
0
122
Member Avatar for kevin wood

have had to move some file across from one server to another and i am now getting access denied for user. it also says it could not connect to the server. i have changed the site path so it is now the address where the files have benn moved across …

Member Avatar for chaosprime
0
153
Member Avatar for scholzr

I am trying to find a way to calculate a running total of a field in my database, and while I have found a lot of good solutions, such as [URL="http://www.daniweb.com/forums/thread127644.html"]http://www.daniweb.com/forums/thread127644.html[/URL], they all require that I have a column which is ordered in the way that I want it to …

Member Avatar for chaosprime
0
312
Member Avatar for chaosprime

If you have any interest in Web form usability, you may find my [url=http://lostsouls.org/grimoire_form_autofocus]Web form autofocus JavaScript[/url] snippet useful. The idea is simple: if a user is presented with a form, they should be able to start typing right away in the most appropriate place. As all of us know …

0
80
Member Avatar for jbooth952

My script works successfully when I validate a form field using; <input type="submit" onClick="return chkrange(this.form)" But, when I remove the onclick from the input type and try to use onSubmit="return chkrange(this.form)" within the <form> tag it doesn't work Why not?

Member Avatar for chaosprime
0
199
Member Avatar for kneel

"Do you agree or disagree with the following statement: "since we deliver multiple increments to the customer, why should we be concerned about the quality in the early increments ---we can fix problems in later iterations "?

Member Avatar for chaosprime
0
137
Member Avatar for Equa

Hi! I'm new to this forum and the people here seem very knowledgeable. I was wondering what the best way to go about making a RPG was. I'm new to programming, and I'd like to focus heavily on graphics, such as ones in Mabinogi of FlyFF (3D games). Are there …

Member Avatar for chaosprime
0
91