Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
~11.5K People Reached
About Me

Student

Interests
Surfing,
PC Specs
800 MHZ ,256 SD RAM
Favorite Tags
Member Avatar for Mahesh59

i'm able to upload files using jsp into my server.Now i want to download those files with a popup window showing open save or cancel options.can anyone tell me the code for it.

Member Avatar for cuddlefish
0
2K
Member Avatar for chunalt787

I just finished with my first year of Computer Science in college and over the break I wanted to learn how to do output from a computer using a C++ program to control different I/O hardware. I was thinking I would start somewhere simple with something such as turning on …

Member Avatar for Ancient Dragon
0
1K
Member Avatar for shaikh_mshariq

I have written some code to fetch details from database according to the given id. I am using ajax to help the ui. I can see the responseText in alert box but when i use it as reponseXML than it doesnt give me any child node my server side and …

Member Avatar for gecata83
0
152
Member Avatar for shaikh_mshariq

Here is the code to write a serverSocket which listens on a given port. I have used a dummy Socket to change serverSocket's port dynamically. This method uses a inner class which is basically a thread and it creates a serversocket in thread by given port no. If you want …

Member Avatar for shaikh_mshariq
0
159
Member Avatar for shaikh_mshariq

Hi All, I have used eval function before this. But I am not sure why this one is not working for me. I do have one function which returns me some filter string. It returns string something like this. [CODE]AND TM_ID=$row_tMain[TM_ID] AND TM_DATE=$row_tMain[TM_DATE][/CODE] I want to use this string in …

Member Avatar for shaikh_mshariq
0
127
Member Avatar for shaikh_mshariq

Hi All, I need to create one application which can be install on windows platform. After installation it should add custom menu item in windows right click menu. When we click on this custom menu it should do certain things as per my requirement but it is secondary thing. I …

Member Avatar for ashishchoure
0
165
Member Avatar for shaikh_mshariq

I have one table which is generated using javascript dynamically. In have write one function which creates table dynamically for IE i have writed [B]mytable.onClick=some_function();[/B] for onclick event it works fine. But when i generate more than one table dynamically using the same function then onclick does not work. If …

Member Avatar for nish123
0
174
Member Avatar for shaikh_mshariq

I want to pass a large string in ajax request that would be parsed and resultant data is returned by the server. How can I achieve this ? Is POST method can read a large string from any html element using AJAX ? And if yes than how it is …

Member Avatar for hielo
0
236
Member Avatar for shaikh_mshariq

I need to write a small application which can be used to store html from any web server. I have written some code that is able to fetch HTML page along with header. I need to know is there any way to distinguish these headers from actual html content. Can …

Member Avatar for Salem
0
1K
Member Avatar for aarya

i am learning jsp so i wanted to know any body offer free jsp web hosting? thanks

Member Avatar for stephen84s
0
1K
Member Avatar for shaikh_mshariq

I have Installed apache http server 2.2.4 [COLOR="red"][B]on[/B][B] Windows [/B][/COLOR]and configure the doc_root to my htdocs directory and its working fine. But when is add these lines in httpd.conf file it gives error. [COLOR="green"]LoadModule php5_module "C:/php/php5apache2.dll" PHPIniDir "C:/php" AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps[/COLOR] It gives error like"[B][COLOR="Green"]server cant load …

Member Avatar for abinash.b
0
569
Member Avatar for shaikh_mshariq

Hi EveryOne, I am working on 5.1.18 mysql community edition. It has a large number of records. I wanted to create an event to handle some particular tasks regularly. So I googled and found that i would have to set a global variable event_schedular=ON. So I have run following command: …

0
62
Member Avatar for ndeniche

k... so, here's the thing... I'm creating a User's Interface to insert some data into a database, and there are some fields that have foreign keys to other tables, which i have listed in a [ICODE]<SELECT>[/ICODE] form, so the user would just select the vlue from a list instead of …

Member Avatar for shaikh_mshariq
0
80
Member Avatar for shaikh_mshariq

I am little bit confused. I have intel 845 chipset mother board which has two slots in it. I want to upgrade my ram. I found that in my mother board ram is DDR and in market DDR2 ram are there which are cheap and easily available. Only thing confusing …

Member Avatar for sittas87
1
509
Member Avatar for shaikh_mshariq

I want to develope stock ticker application in java. I dont know how to update JTable's specific cell's backcolour. In my application one thread running in background which randomly update's cell's text which is integer. I want to change cell's colour on the time of update. If previous cell's value …

Member Avatar for Ezzaral
-1
114
Member Avatar for shaikh_mshariq

Hello To Every One I have transformed xml document using servlet now i need to know how can i transform xml document using jstl. I have found this code very often but it doesn't work with a relative or absolute url. I need to pass parameters dynamically. [CODE]<c:import var="xml" url="<%=xmlFile%>" …

Member Avatar for jwenting
0
132
Member Avatar for 5447tina

this form calculates and it works in IE and safari but not in firefox - in firefox everything works EXCEPT the calculation. can anyone pleae help me know why so i can fix it? thank you i am including script first, then the form code: script: [code=JavaScript]<SCRIPT language="JavaScript"> function Calculate() …

Member Avatar for shaikh_mshariq
0
168
Member Avatar for shaikh_mshariq

I am developing an application in which i want to set up ServerSocket's port on requirement. I have given an interface which accepts port number and this port number i want to assign my previously running serverSocket but serverSocket.accept() method blocks and I am unable to execute the code after …

Member Avatar for shaikh_mshariq
0
502
Member Avatar for shaikh_mshariq

Hi, To all posters. I am in a confusion. I want to make a popup using JFrame. I am using `JFrame.setUndecorated(true);` in one class i made for popup,it works fine when i execute that class but if i use this class to get my customize popup messages it doesnot paint …

0
66
Member Avatar for shaikh_mshariq

Hi to all the posters. I have come up with new problem using crimson parser to parse an xml file. I am creating xml file using crimson parser and DOM object. I have created a xml file using xmldocument object and i am setting nodes value according to tag name …

0
78
Member Avatar for shaikh_mshariq

I am developing a program to gather information from the client. I have apache tomcat web server and all the client have one client program to communicate to the server. I want to make this connection http for security reason but i know how can i do this. It is …

Member Avatar for vpcse
0
261
Member Avatar for shaikh_mshariq

Hi, I am new in programming snmp using java. I found snmp4j api for java to snmp programming but it does not contain any example to create agent and deploy it. Any one have solution for my problem. One more question using snmp can we deploy snmp agent remotely ? …

Member Avatar for shaikh_mshariq
0
93
Member Avatar for shaikh_mshariq

Thanx to daniweb and all the posters. I have created a program for viewing process and hardware information on windows platform. Now i want to run this program on remote machine. How can i do this. I have administrator permission on that machine. Making dll of this program would help …

Member Avatar for shaikh_mshariq
0
253
Member Avatar for shaikh_mshariq

I want to develop process viewer for windows in c or c++. Is there any api or any information so i can start from that. Anyone know about this please help. Thanx in advance.

Member Avatar for shaikh_mshariq
0
101
Member Avatar for shaikh_mshariq

I want to develope a new tool like Nmap written in c++ and can be easily downloaded from wwwdotinsecuredotorg. Can any one knows how do i start. I know how to detect ports but how to map them with services.

Member Avatar for shaikh_mshariq
0
605
Member Avatar for prathima.bs

Can some enlightened one please help me!! :cheesy: How do i place a value into a datagrid cell. It is an unbound datagrid and i have fetched some values from a database using a dataset. Now i want to place that value in the datagrid. Also, how do i add …

Member Avatar for shaikh_mshariq
0
100
Member Avatar for shaikh_mshariq

:confused: Hello i am a newbie in programming in c++ and in linux. I hav knoppix in cdrom and i want to start programming in c++ with the help of knoppix. But I does not know anything about how to start. I don't know create a new c++ file in …

Member Avatar for andor
0
751
Member Avatar for That Man

Any ideas on how to do this program because I have the slightest idea. This is what I have to do, [I][B]Multi-Function Calculator - Ask the user for 2 numbers, then ask them to select from a numbered list of operations. As rudimentry error checking, give them an extra chance …

Member Avatar for shaikh_mshariq
0
303