problem with collision
I want to test my collision. I created a invisible rectangle, it would be my floor. And I have a character, it also has a rectangle around it. I'm using intersects() method here, but it seems that it...
View ArticleUser indentify in Java
I'm a PHP programmer. In PHP I use SESSION to identity user ( logined or not ). And what about Java ? What we use to check whether user logined or not ? We use SESSION or something like SESSION or a...
View Article.getInputStream() returns java.util.zip.GZIPInputStream...
Hello everyone, I'm currently stuck. I'm currently developing an app for the 4.0.3 Android SDK, but I figured this is more of a Java problem then Android. I'm trying to establish an HTTP connection...
View ArticleCollision Detection ArrayList problem
Hey! I've run into a problem when detecting collision between the player and many of the same objects(in this case wall tiles). The problem is that my program only detects the collision when I'm in...
View Articleuse or not use runat = "server"
Hi Guys, i have a doubt were i am collecting info from a form with textboxes with run at server, but these textboxes values are being passed to a javascript function which in turn routes these values...
View Article[HELP] Look And Feel
Please give me some information about java look and feel or give some link on tutorial where I can easily understand. Thanks.
View Articlehow to concatinate 3 values in a textfied from resultset
I am trying to concatinate 3 resultset values from my database and display them together in one textfield but its not working i am getting only last value that is "city" displayed in textbox....
View ArticleWarning: Cannot modify header information - headers already sent by ..
my script okey i have upload my site everything works just fine except my contact form here's my code FYI - Im very new to the php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
View ArticleUpdating JComboBox without closing and opening GUI Frame again
A person wishes to add a NEW Job to the database. A `Combobox` list the existing employers already in the database for the new Job to be added against. But if an employer is not present customers have...
View ArticleWord scrambler
I often develop separate logics for word scrambler for different number of characters, i.e. a logic for 3 charcter word, another logic for 4 charcter word.. and so on. Is there any logic to generater...
View Articleputting a multiplication table into a function
Hi I am doing a project at the moment it compiles fine but i am getting an unexpected result being numbers on the end if anyone could give me an idea on why its coming up like this as its been a few...
View Articleunweighted shortest path algorithm using std::map<pair<int,int
Hey everyone! I've been stuck on this issue for a while now, and I feel like I can ask for help now. the problem: I basically need a search algorithm that finds the shortest path in an undirected,...
View ArticleSMTP : MAIL FROM LOCAL SERVER TO GMAIL how?
hi i am developing asp application. I want that when some event occur ,EMAIL will be sent to GMAIL via my local server, please help me to congfigure settings, and what sould be port or HOST ? thanks
View ArticleVS12 WPF Designer bug? Seems confused over what does and doesn't e
I really can't figure out why this won't render at design time. There is an error stating that an event can't be found or is inaccessible, yet the XAML editor is not underlining that line as an error...
View ArticleCan any one Help to find out key?
i am vijay studding in mca, i got a project in to find out key from your personal machine id, i try from long time but i cant solve this. here is given code Imports System Imports System.IO Imports...
View ArticleEvent Driven Timer issue
This progam aims to be a countdown timer for the last 10 seconds of a rocket take off However Nothing is printed to the console at all. It is meant to print something every second I have no idea what I...
View Articlenotification
Hello i want to make on my notification icon in the system tray that if i press right click on it then menu will open like "Exit" "Help" but i have no idea how to do this can someone help me?
View ArticleWindows server 2012 Service wont start
Hello, I have code that has been working on windows 2000-2008 and xp-7 but for some reason on 2012 server the service fails to start. Here is the onstart code. Any ideas? Thanks in advance. Protected...
View ArticleVector..counting repetitive numbers
hi guys..this short program is almost done..but the last part been beating me up since 3 days now..so am going to post the whole code here then we go straight to the problem #include <iostream>...
View ArticleUsing multiple files in C++
Any ideas on how I should make this a multi-file project (I am using Code::Blocks and the GCC compiler): #include <iostream> #include <windows.h> #include <cstring> #include...
View Article