Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~4K People Reached
Interests
lots
PC Specs
Nvidia GTX560TI Asus OC II, I.core i7 2600k, Asus Sabertooth P67 mobo, 8GB DDR3 1600mhz Kingston Hyper…
Favorite Tags
Member Avatar for infinitus

Hello guys im having problem displaying a math equation result in the textbox. It shows 0 and i dont really know where i got the error. Name of the textbox where result shall be displayed is **total1** Thx for help :) int textboxnumber1; int textboxnumber2; int textboxnumber3; int textboxnumber4; textboxnumber1 …

Member Avatar for muze
0
201
Member Avatar for infinitus

Hello guys im having a problem and i dont see where i made error. Im tryting to write something into XML file. Also how do you read textbox input and save it into XML ?? Cheers for help :) public class CourseName { string _name; public CourseName(string name) { this._name …

Member Avatar for skatamatic
0
163
Member Avatar for infinitus

hello guys im having a little problem here. I have few text boxes and few labels. User enters values into textboxex. Values in lables are from XML file, so the program reads for egz **<price>30</price>** and this price is set as a label **label1 => 30** And now im wondering …

Member Avatar for ChrisHunter
0
203
Member Avatar for infinitus

Hello there guys, im having little problem and help would be appreciated :) I have few tags <name> <capacity> <lectureslot> <tutorialslot> and so on, and i want to read each tag separatly into separate field(label), or listbox. Here is part of my XML <?xml version="1.0" encoding="utf-8"?> <timetable> <module code="3SFE504"> <name>Algorithms …

Member Avatar for thines01
0
211
Member Avatar for infinitus

Hello there Quick insight of what im trying to achieve here is. User adds data to a database called property in (addproperty.php) Then user can search for specific data in that property database Here is the code addproperty.php [CODE]<?php $dbhandle = sqlite_popen("property", 0666, $err_msg); if(!$dbhandle) die("Could not open the database"); …

Member Avatar for infinitus
0
271
Member Avatar for infinitus

Hello there i would like someone to have a peek at this code and does it solve the question correctly ?? Are there any mistakes or any improvements i could add ?? Thank you Question: 1. (a)modify the addnames.php script to read in and store two fields of data – …

Member Avatar for infinitus
0
200
Member Avatar for infinitus

Hello there i would like someone to have a peek at this code and does it solve the question correctly ?? Are there any mistakes or any improvements i could add ?? Also If any one could tell me how to save the data entered by person into one file(XML)so …

Member Avatar for infinitus
0
142
Member Avatar for infinitus

Hello there i would like someone to have a peek at this code and does it solve the question correctly ?? Are there any mistakes or any improvements i could add ?? Also i struggle in this questions as i do not get it fully(in fact i dont get what …

0
175
Member Avatar for infinitus

Hello there i would like someone to have a peek at this code and does it solve the question correctly ?? Are there any mistakes or any improvements i could add ?? Question 3. Write a script to search for the properties which match a postcode (call it search.php ). …

0
91
Member Avatar for infinitus

Hello fellas :) I have a task to do, there are 10 questions and i obviously need 10 answers :) I have done (attempted) some of them /not every yet/ but i wonder if there are any errors or any correction or improvements that could be made :) Thank you …

Member Avatar for urtrivedi
0
302
Member Avatar for infinitus

Hello guys ;) Im quite new to PHP and i run into a problem. I was given a PHP task to do and its got to be submited by 27th this month in my uni... unfortunately i was not attending any Web programming class as i was so into Java …

Member Avatar for infinitus
0
228
Member Avatar for infinitus

Hello there I have been given an assignment at Uni to write program (obviously thus im here hehe) The user (customer wishing to purchase a computer) should be able to login by typing his user name and password and pressing the “Login” button. The layout of this first screen of …

Member Avatar for infinitus
0
253
Member Avatar for infinitus

i'm having problems displaying XML. When i remove 3rd line i got error(that on line 5 is an extra bit, that is wrong...), and when i keep 3rd line i cant see anything when displaying it on website.. :( i'm not a XML pro so help would be appreciated [CODE]<?xml …

Member Avatar for xml_looser
0
169
Member Avatar for infinitus

when i run this in Dreamweaver (website preview) it works perfectly but as soon as i put it into FTP i got this ... [url]http://www.infinit0s.cba.pl/tutorial6/mathgame1.html[/url] here is the code [CODE]JavaScript / DHTML / AJAX Syntax (Toggle Plain Text) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta …

Member Avatar for floatingDivs
0
86
Member Avatar for infinitus

when i run this in Dreamweaver (website preview) it works perfectly but as soon as i put it into FTP i got this ... [url]http://www.infinit0s.cba.pl/tutorial6/mathgame1.html[/url] here is the code [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Maths game</title> <script language="JavaScript"> var …

Member Avatar for Taywin
0
118
Member Avatar for infinitus

i'm having problem displaying number of points scored in a game for every one right answer users scores 2 points... and i'm having little problem in displaying these points in a box below the game :( can any one help me out on that one thank you :) [CODE]<!DOCTYPE html …

Member Avatar for infinitus
0
214
Member Avatar for infinitus

i'm having little problem here, i have got timer here that counts down from a set time, but what i want to do now is instead of having timer, i just want to make a counter so if(counter=10) stop the game, and not when time = 0 [CODE]<!DOCTYPE html PUBLIC …

Member Avatar for Pnorq
0
189
Member Avatar for infinitus

Hi i'm trying to create a drop down menu but there is a problem here is the website "www.infinit0s.cba.pl" it just shows hyperlinks and not the full drop down menu :(. I'm using Dreamweaver CS5 here is the SS of how the menu should look like "http://img412.imageshack.us/i/screenshotproblem.jpg/"

Member Avatar for Agarsia
0
88
Member Avatar for infinitus

I dont know how to kill this JOptionPane pop out eveytime i do something... it just pops [CODE]Object[] options = {"Option 1", "Option 2"}; Component frame = null; int n = JOptionPane.showOptionDialog(frame, "Chose Game Option \n *Option 1 - Enter Secret Word\n *Option 2 - Random word selection from secret …

Member Avatar for infinitus
0
161
Member Avatar for infinitus

Hello, i have came across a problem when trying to create a hangman game. I want to read a String of letters inputed from keyboard and then i want someone else to guess this word(typical hangman rules). I have used this code. [CODE]InputStreamReader FindWord = new InputStreamReader(System.in); BufferedReader in = …

Member Avatar for harsuraj
0
407
Member Avatar for help!

how do i display a histogram that is horizontal to vertical without using arrays. from: 0-29 **** 30-39 ** 40-69 * to: where the stars * in the catergory (0-29,30-39,40-69...) goes downwards not across the screen:

Member Avatar for jon.kiparsky
0
128
Member Avatar for infinitus

Hello i'm having a problem with a program. Let me tell you first what program should do. The program should allow the tutor to enter in the various marks which the students have been awarded, until the tutor enters in a mark exceeding 100. At this point the program should …

Member Avatar for jon.kiparsky
0
447