Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for shandow

hey guy, i found a problems during my project, i write a web apps in jsp html, i found that i can call a java function by succesfully. the scenario is like this : Below is my html code of button, i got two button here, 1 is submit button …

Member Avatar for sunnykeerthi
0
101
Member Avatar for shandow

hey guys, im new in web services. Recently i develop a project in netbean 7.1 which provide rest web services from this link http://netbeans.org/kb/docs/websvc/rest.html I tested it with test restful in netbean and its work. But now i have no idea how to consume it. My idea way is develop …

0
65
Member Avatar for shandow

hey guys, im new in web services. Recently i develop a project in netbean 7.1 which provide rest web services and which is done in pretty way, i tested it with test restful in netbean and its work. But now i have no idea how to consume it. My idea …

0
100
Member Avatar for shandow

hey guy, i got a project which need to perform in two server, 1 is host server and another is client server. So my SV asked me to performe it into two different VM. I using VM player now and 1 of the VM is window XP and another 1 …

Member Avatar for suley04
0
360
Member Avatar for shandow

hey guys, i got a question which stuck my brain few days and here is it. i studies some drop down list tutorial but some how i still have no idea to generate a three level drop down list by which value of the drop down list is dynamic, mean …

Member Avatar for shandow
0
1K
Member Avatar for shandow

Hi, im new for networking, recently i got a project is need to apply restful web services. So now i need to implement two of my web apps into two different VM, 1 is window xp and another 1 is window 7. But so far i stil unable to connect …

Member Avatar for scudzilla
0
202
Member Avatar for shandow

I need to calculate the difference between two timestamp or datetime fields (0000-00-00 00:00:00) into hours, any idea or reference can share ?

Member Avatar for shandow
0
70
Member Avatar for shandow

Hi, i have my FYP now, the title is build a web apps by present restful web services. I have some basic knowledge of Jsp and J2EE, but i have no idea how to present restful into my project, anyone have idea or any references recommend ? i stil have …

Member Avatar for shandow
0
97
Member Avatar for shandow

I have a project to create a game. This is my code since i am the way improvement. But now i face a problems is, when i run the code and play it, there have a bug and i don't know how to fix it, pls help me. When i …

Member Avatar for NormR1
0
521
Member Avatar for shandow

Hi, I'm trying to make my own sokoban game in java. Sokoban is a top down 2D puzzle game where you move around a level trying to push boxes to the goal area in the least possible moves. I'm already pretty stuck at an early stage. My first objective it …

Member Avatar for adams161
0
413
Member Avatar for shandow

#include <iostream> using namespace std; int main() { int i,j,k; int Matrix1[3][3] = { {1,2,3}, {4,5,6}, {1,2,3}, }; int Matrix2[3][3] = { {3,2,1}, {6,5,4}, {3,2,1}, }; int Matrix3[3][3]; cout << "Matrix 1: " << endl; for( i = 0; i < 3; i++) { for( j = 0; j < …

Member Avatar for sandeep.ank
0
92