Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+2
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 #4K
~6K People Reached
Favorite Tags
Member Avatar for pspwxp fan

Hi, Whats currently the hot tool for developing simple games for the Internet? I'm talking about games like the ones you might see on Miniclip.com, freeaddictinggames.com or newgrounds.com. I want to start developing some games. Also, if you a tool in mind that is not "hot" but one that you …

Member Avatar for bugz313
0
128
Member Avatar for Amr_Mohammad_R

Hello everyone I know that my question may be asked before by many people I want to start learning programming games. Have knowledge of the language C, C ++, C-Sharp, and a little Java. Since considerable length of time and I want to start in this field programming games and …

Member Avatar for Heanre
0
213
Member Avatar for Himesh_1

cannot update the db with below query. little help will be much aprreicated. Thanks in advacne $order_number=$_GET['order_number']; $invoice_id=$_GET['invoice_id']; $credit_card_processed=$_GET['credit_card_processed']; $total=$_GET['total']; $key=$_GET['key']; $email=$_GET['email']; $query = "UPDATE register_users SET order_number=$order_number, invoice_id=$invoice_id, credit_card_processed=$credit_card_processed, total=$total, key=$key WHERE email=$email";

Member Avatar for Riteman
0
213
Member Avatar for david.nicely.393

i have my algorithm but i can't get the flowchart to come out. Main() Declare Sticker_Price as Real Declare Discount_Percent as Real Declare Tax_Percent as Real Declare Tag_Color as Character Declare Answer as Character Declare Final_Price as Real Set Tax_ Percent = 0.07 Final_Price = 0.00 Repeat Process Get_Price(Sticker_Price) Process …

Member Avatar for patrick.sylvester.90
0
153
Member Avatar for hamza195

Hi ! My name is hamza and i'm new here ! An advertise from a C++ compiler attracted me here so that I can share my knowledge and learn from you guys ! :) I'm currently working on developping a game even thought i'm still a newbie on C , …

Member Avatar for happygeek
0
81
Member Avatar for anubhavat

Hi, i want to submit list of object of selectted check box and want to receive same object in controller from jsp. Jsp Code-><form name="multiCheckBox" method="post" action="multiCheckbox.html"> <table> <th>Below are the list of items with status</th> </tr> <tr> <td>Select</td> <td>Print Strip</td> <td>Planogram DB Key</td> <td>Planogram Name</td> <td>Planogram Description</td> <td>Status</td> <td>Print …

Member Avatar for anubhavat
0
200
Member Avatar for vivekH

Apply undo,redo operations on string pool. please friends help me to get its answer.

Member Avatar for janissantony
0
136
Member Avatar for lea_1

Hey, all! I'm trying to figure out how to add collision detection to the following code but I'm having trouble trying to figure out how to pull in the x and y coordinates of the different eggs that are falling randomly. Would you be able to tell me what I'm …

Member Avatar for janissantony
0
856
Member Avatar for sami saba

hey there i find it difficult to write pseudocode of two stacks that sum two binary numbers and print the answer i can use a third stack for help. for example S1 is 11001110 and S2 101010 the answer will print 11111000 please help me with that

Member Avatar for Taywin
0
214
Member Avatar for My_1

How do you via for loop to get the number? I know how the for work. for (int i = 0; i < 256; i++) { System.out.print (i) //That will print out 0 to 255 } how do you read by as byte while (read is not end) { // …

Member Avatar for JamesCherrill
0
73
Member Avatar for Daniel_31

I really would like to know the best way of going about this issue I need to union 2 select statements and then do a select statement from result of the union

Member Avatar for janissantony
0
220
Member Avatar for Febel

I want to find who is the heaviest borrower among the student and displaying Sname and heavy count. I have the following tables. tablename student having attributes SID,Sname,Spho. tablename sborrow having attributes SID,CDID,borrow_date,return_date. tablename Cd having attributes CDID,title. I have executed the following query in Mysql but it gives me …

Member Avatar for janissantony
0
291
Member Avatar for nadiam

i was trying to login to this website I'm trying to create and i got this error: > Connection failed: SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) please help me. TIA!

Member Avatar for janissantony
0
854
Member Avatar for joshua_8

Get records between date for example in mysql 2009-08-11 to current date 2009-08-11 is to retrieve all date , this is just an example I have tried WHERE time between date(time) and DATE(time) = CURDATE();

Member Avatar for janissantony
0
146
Member Avatar for coder123

Dear experts I am running one mysql query which contains selection from multiple tables.The problem is sometimes the query runs very slow, but sometimes it is ok.Acctually when i run it first time it is very very slow, and from the next time it becomes fast.I wonder if it is …

Member Avatar for janissantony
0
378
Member Avatar for jorwill.harion

Hi! I am currently working on my thesis and I don't have any idea on how can I view the records stored in 3 mysql tables. Can someone please give me some code regarding on this. The records should be displayed in a table form then when you click a …

Member Avatar for janissantony
0
270
Member Avatar for Tycellent

Hey guys, Not sure if i should be posting this here so i'll just give it a shot. I've been planning a board game but as of this moment i'm just thinking of concepts for the movement of a player. Because it is an Alien theme where aliens invade earth …

Member Avatar for janissantony
0
180
Member Avatar for KushMishra

Hello All, I am just a newbie trying to explore areas into game developement using .Net (may be XNA studio) though I am not familier with the same. Could you please suggest some tutorials, ebooks for this so that I can start as a beginner and then later on, may …

Member Avatar for janissantony
0
250
Member Avatar for Alex_20

Good second programming language or a second programming languages to learn at once?

Member Avatar for janissantony
-1
241
Member Avatar for A***

hello everyone this is my first offical post lol i just wanted to know the requirements of being a programmer in todays gaming industry. i want to get as much information as possible before making a descison regarding my future. here are a list of things im intrested in.if you …

Member Avatar for janissantony
0
173
Member Avatar for Moaid

hello im sort of new to game development and i want to know how to make my own 3d models i searched online and found alot of tools to use such as blender ,maya ,3ds max ... etc , but i dont which one to learn . Im using unity …

Member Avatar for janissantony
0
202
Member Avatar for Saleem_3

I am looking for Java Webservice Framework that support creation of SOAP as well as REST webservices. I know Apache CXF supports both. Could someone Please suggest more frameworks supporting creation of both type of webservices.

Member Avatar for janissantony
0
81
Member Avatar for N S K

hello friends i am trying to do an virus scanning file(antivirus)..i have spent more times but i cant please any one give me the sample source code i can modify it..i also tried CLAMAV but it is not used for me. thanks in advance...

Member Avatar for janissantony
0
112
Member Avatar for Om Omer

find the distance between two numbers(source and distination)in an array.the array size must be more than 5 and less than 10.

Member Avatar for janissantony
-1
103
Member Avatar for NagaSwarupa

As we observe during online ticket reservation we will enter passenger details in textfields in a table. how values will be fetched from that Jsp page to action class?

Member Avatar for janissantony
0
101
Member Avatar for amita_1

how can I sent value to JSP by javascript? I want to sent latitude and longitude parameters to JSP <body> <button onclick="getLocation()">click</button> <script> function getLocation() { if (navigator.geolocation) navigator.geolocation.getCurrentPosition(displayLocation); else alert("Oops, no geolocation support"); } function displayLocation(position) { var latitude = position.coords.latitude; // ดึงเอาค่า lat var longitude = position.coords.longitude; // …

Member Avatar for janissantony
0
152
Member Avatar for janissantony

Hello, I am new here. I am a java developer. hope to contribyte here

Member Avatar for janissantony
0
67
Member Avatar for Kapeesh

Hello Dear, Plz tell me how to create a bar chart fetch data from database using in jsp. this is my connection code and plz tell me i add new code in same page or another page. Thanks <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Customer …

Member Avatar for janissantony
0
185
Member Avatar for ankit1122

hello, how can i access a variable or object defined in a java class to my jsp in same project?

Member Avatar for janissantony
0
98