Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
40% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
Ranked #3K

16 Posted Topics

Member Avatar for Mbot

Hey, Im trying to write a chat program which should be able to run multiple clients using threads. But I seem to get this "java.io.StreamCorruptedException: invalid type code: 00" error the whole time. My server code: [CODE] import java.io.*; import java.net.*; public class Server{ ServerSocket serverSocket; Socket connection = null; …

Member Avatar for Qiqa
0
579
Member Avatar for BleepyE

Have a look at this article, doesnt look to tough [Click Here](http://arteraktiv.com/2010/10/22/simple-php-mysql-blog-example/)

Member Avatar for nevenov
1
119
Member Avatar for warpstar

The log is caused by the `j <= n/i` As i gets larger n/i will get smaller Try replacing n with and actual number and see the results

Member Avatar for Mbot
0
153
Member Avatar for jacob21
Member Avatar for charisma

jQuery has a fadein function if you are using it. Not to difficult to add it to existing code. Function would look something like: $(document).ready(function() { $('#yourPic').fadeIn(1000); });

Member Avatar for JorgeM
0
76
Member Avatar for tubzz

For a start you can read up on [ifstream](http://www.cplusplus.com/reference/iostream/ifstream/ifstream/) . Once you have something to show we'll help you

Member Avatar for tubzz
0
191
Member Avatar for Mbot

Hey, I am having some difficulty drawing my lines correctly using flash.Box2D. The fault isnt with box2D, rather with my math. I attached a swf with the basic engine as well as some angles drawn on it. Why doesnt the lines want to draw correctly for anything greater than +-40 …

Member Avatar for Mbot
0
149
Member Avatar for Buppy

Is your mouseover suppose to reposition them in any way or does it have a completely unrelated purpouse?

Member Avatar for Biiim
0
82
Member Avatar for Mbot

Im trying to make a highlighter that will highlight a word after I have typed it in a JTextArea. The problem I have, is that after I press space, the highlighter doesnt stop. It continues highlighting the next words as well. public class highLighter { JTextArea ref; Highlighter hilite; String …

Member Avatar for Mbot
0
289
Member Avatar for andy8521

Thinking in Java, by Bruce Eckel. The 3rd edition can be downloaded legally for free. http://www.mindview.net/Books/TIJ/

Member Avatar for Krokcy
0
269
Member Avatar for joankim

Why not name them `public float pow(float base, float exponent)` > public float pow(float first, float power){ `

Member Avatar for NormR1
0
2K
Member Avatar for Mbot

Hi, Im having difficulty getting my form contents to send to my php page using ajax, jquery and json. The results just doesnt want to show. My javascript, where I create the JSON object and try to send it through to the php page: [CODE] var JSONobj; var JSONstr; function …

Member Avatar for Airshow
0
2K
Member Avatar for yumyam09
Member Avatar for twiss
-1
155
Member Avatar for Mbot

Hey, We got an assignment to host a website, our members must be kept in a mySQL database. I honestly have no idea where to start. If you could just help me with the basics steps. Ill research the details myself. Here's what I've done so far. 1.I downloaded and …

Member Avatar for cheelee
0
219
Member Avatar for Mbot

Im getting the folowing error while trying to implement a friend function between two classes. "Board.C: In member function ‘void Board::input(bool)’: Board.C:227: error: ‘class Piece’ has no member named ‘castSpell’ make: *** [Board.o] Error 1" Piece's Header file [CODE] #ifndef PIECE_H #define PIECE_H # include "Spellcaster.h" # include <iostream> #include …

Member Avatar for Fbody
0
496
Member Avatar for Mbot

Hey, Im learning assembler and have written as small test program. the aim of the program is to take a char input from the keyboard and compare it wit "A". This section of the program works. At the start of the program I want to output a message just to …

Member Avatar for 1stDAN
0
179

The End.