Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
6
Posts with Upvotes
6
Upvoting Members
6
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
4 Commented Posts
0 Endorsements
Ranked #2K
~46.8K People Reached
About Me

Java Developer

PC Specs
intel p4 3.0 ghz, 512 ram, geforce 4 128, debian + freeBSD. toshiba 2.4 ghz celeron, windows xp.
Favorite Tags
Member Avatar for POW

I need help with my big integer calculator program. The program should receive two large integers using vectors and calculate the sum, difference, product, and quotient o the two integers. The main file is: [code]#include <iostream> // cout, <<, >> #include <fstream> // istream, ofstream #include <string> // string #include …

Member Avatar for Daniel_19
0
2K
Member Avatar for djbsabkcb

I am new to both ASP and HTML. I am trying to create a questionnaire on the web for students to view and fill out. I am almost done with the form in HTML but not sure what to do after that. I was told that I need to know …

Member Avatar for austinluthers
0
127
Member Avatar for MIGSoft

Hey All. Have a question. I have this situation: in JavaScript I have a parent window that opens a child window using window.open(). Now, through the course of the whole thing, comes a point where the child refereshes the parent window using opener.location.reload(). After the reload happens, I have realized …

Member Avatar for ankurg11
0
3K
Member Avatar for Sailor_Jerry
Member Avatar for akmr
-1
7K
Member Avatar for sam1

hi you know I'm doing a project on java instant messenger. I was thinking how would i implement it. should i use a seperate class for each component of the messenger. for example one class for its gui, one class for its chat diaglog, one for it jtree panel(to show …

Member Avatar for stultuske
0
458
Member Avatar for zaki

I have a code that I call from `Button_click` event. The code adds a new row to the table and attempts to add onclick element to every td element in the new row. Somehow, onclick does not work. Any help is appreciated. Here is the code: function insRow() { var …

Member Avatar for giveitarip
0
3K
Member Avatar for jeeva86

Hi, I wanted to know how would you be able to change an image on a website to another one when refresh is hit on the tool bar in IE or how would i get it to open up a different html file when i hit refresh and i'm not …

Member Avatar for KazmiLahore
-1
4K
Member Avatar for Madhusudhan

Hi All, I have specific requirement in web development. I am Programmer Analyst in .Net, would like to know the difference between Firefox and IE6.0. Some of the Javascript will not execute in Firefox !! Does any one have better idea about this !!. Thanks and with regards, Madhusudhan.H.K.

Member Avatar for vijayraghav
0
168
Member Avatar for NimbusSoftware

I'm trying to append a function to the body tag's onload event... [CODE]<body onload="Do_This();"...> ... ... <script....> document.body.onload =+ " And_This();"; alert(document.body.onload); </script>[/CODE] The alert reports "undefinedDo_This();". The Do_This() function does load (and run) but I want both funcions to run on the onload event. The body tag is in …

Member Avatar for rajarajan2017
0
404
Member Avatar for soccerdevil221

I made a form in that is supposed to send people's messages to my e-mail. How come it isn't working? The website it is on is: [url]http://www.freewebs.com/soccerman_291/qicpage.html[/url]

Member Avatar for diafol
0
132
Member Avatar for Ghost

Hi Everybody, I was wondering how to make a java image editing application. Basically, I really want to make a program that allows the user to drag and stretch images. I don't want the code. I'm only in search of a decent tutorial. Thanks in advanced for your help.

Member Avatar for manojnbn
0
2K
Member Avatar for alpha_foobar

Hey, I'm having an issue getting the height and width of DIV elements that have resized themselves to fit their content. Note: I do not have a problem getting the height and width of DIV elements that I have set using Javascript. The probel is that this value appears to …

Member Avatar for lasi7
0
1K
Member Avatar for prophetboy

Hi everyone I'm more than a little stuck and would appreciate a hint. I'm struggling to read files in a folder and then pass the variable to the following: </body> <OBJECT ID="MediaPlayer" width=320 height=310 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" type="application/x-oleobject"> <PARAM NAME="FileName" VALUE="video/RC Radio Controlled Model Airplane [from].wmv"> <PARAM NAME="AutoStart" Value="false"> <PARAM NAME="ShowControls" VALUE="true"> …

Member Avatar for johnvarenda
0
105
Member Avatar for odee

why does the event.clientX and event.clientY is working in IE but not work in firefox? clientX and clientY shows the coordinate of the cursor relative to the screen

Member Avatar for Troy III
-1
356
Member Avatar for red_evolve

Greetings. First of all, I hope I got the correct forum. ;) My final semester is approaching soon :sad: and I've got to do a final year project by then. I'd like to propose my own title to my supervisor but I do not have any ideas as yet. Well, …

Member Avatar for Nick Evan
0
950
Member Avatar for tgreer

Hi. I'm having some difficulty with a project that involves working with very large binary files. These are PCL files, where the decimal character "12" represents a Form Feed, but only if it's not embedded within a string of binary data. In other words, I'm looking for decimal "12", then …

Member Avatar for bpazhoor
1
996
Member Avatar for Cr4nberry

Hi there, I have a little problem working with JavaScript, I was wondering if i could use some trick to call different variables with a base name. I'll explain it: var number1 = new Array(); var number2 = new Array(); number1[1] = "one"; number1[2] = "two"; number1[3] = "three"; number2[1] …

Member Avatar for captainbeef
0
412
Member Avatar for technicalganesh

I am having two servers viz., Windows and Linux. A service is running in Linux to produce a text file of around 8 MB per minute. If I would like to replicate (or copy) this text file to windows server which supports .Net as soon as the file is produced. …

Member Avatar for jwenting
0
114
Member Avatar for michael123

I can run the following javascript code succefully in IE browser: <script language="JavaScript" type="text/JavaScript"> document.formname.submit(); </script> this javascript automatically submit the form when running the page. However I have problem in Firefox browser, it's stuck at this code (cannot submit form). Any idea what I need to modify so it …

Member Avatar for Luckychap
0
165
Member Avatar for SnotRockit

I am working with comparing dates. The problem I am having is that August (08) comes AFTER July (07). However, it seemed to consider Aug (08) and Sep (09) to be earlier than Jan-Jul. When I took a look at the values, they were shown as... July = "07" August …

Member Avatar for gbenjamin
0
85
Member Avatar for anonymous100

I am new to web development. Can somebody advise me on how I can pass an ArrayList from my JSP to action class. I have the following link in my JSP which links to an action class. <li> <A href="inboxMsg.do">Link to action</A></li> Can I pass the arraylist in the above …

Member Avatar for RVG123
0
279
Member Avatar for darkie_99

Hi My skill for javascript is very poor. But, I had a task to do for the project I am currenlty doing. I first searched you site, and saw some people asking about something similar to what I have. But, I didnt know understand the answers posted since Im not …

Member Avatar for darkie_99
0
289
Member Avatar for mairaj

how i m putting java script in my blog which is in xml ,my java script code is like <script type="text/javascript"> </script> <script language=JavaScript> --------------- ------------------- some code ------------------- </script> in between which tag i m puting this code my blog is in blooger.com and the code is for mouse …

Member Avatar for ~s.o.s~
0
196
Member Avatar for saurav

Hi All, I have not got much expousre into JS.I have been trying to work Ajax with Java through DWR. I have a code like this <%@ taglib uri="/tags/spring-form" prefix="form" %> <body> <h6> Saurav </h6> <br> <h3>Aquofusion Testing</h3> <form:form commandName="contact"> <table> <tr> <td>Hey Saurav</td> <td><form:input path="firstName"/></td> </tr> <tr> <td><form:input path="lastName"/></td> …

Member Avatar for alpha_foobar
0
138
Member Avatar for George2

Hello everyone, I am wondering if I want to debug JNI application (upper layer Java and lower layer C), are there any tools to debug through Java code to C code and return back from C code to Java code. I am using Eclipse. But I do not find such …

Member Avatar for vvl
0
141
Member Avatar for Duki

I'm looking for a powerful tool to study that will benefit me in the creation of a company intranet. Any suggestions?

Member Avatar for alpha_foobar
0
93
Member Avatar for Pro2000

I saw a chat prog on the Internet The web page shows the messages quickly without reloading the web-page... Can anybody do that or teach me how to do that?

Member Avatar for alpha_foobar
0
167
Member Avatar for Ventrix

Hello, I have a link that carrys out a DHTML function within my page, and once this link is clicked, i use the following js to change the text of the link. In an external js file [code]function exp(obj) { var el = document.getElementById(obj); el.innerHTML = 'This text has changed!'; …

Member Avatar for alpha_foobar
0
152
Member Avatar for michael.ngobeni

Hi guys, I have a form with many text fields that are created from another program (java) <input type=text name = 'myname1'> <input type=text name = 'myname2'> <input type=text name = 'myname3'> . . . . . and I have a javascript that loops through these text fields for (var …

Member Avatar for hollystyles
0
136
Member Avatar for tshivaraj

Hi All, Is there a way to terminate an AJAX thread. I have an application where if a user selects multiple options in a rapid succession it causes a deadlock situation. I would like to terminate the previous thread, if a new one is spawned. I am using prototype. Thanks, …

Member Avatar for digital-ether
0
137