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
~12.0K People Reached
About Me

Student

Interests
Surfing,
PC Specs
800 MHZ ,256 SD RAM
Favorite Tags

28 Posted Topics

Member Avatar for Mahesh59

You want to download Files from the server using jsp page ? If You want a file browser in jsp than you should search on google for Browser.jsp created by [B]Taylor Bastien, David Levine, David Cowan[/B] It has all the thing you require. I cant paste its code here because …

Member Avatar for cuddlefish
0
2K
Member Avatar for chunalt787

May be this content will help to you. [B]Question What additional skill and devices are required for activating any electronic devices with the help of c++ programming. Please give me a programming example and concept ,atleast for swithching On/Off an electronic bulb with the help of programming language.[/B] [I] There …

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
153
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
164
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
133
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
168
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
178
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
247
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

Try [URL="http://www.myjavaserver.com"]http://www.myjavaserver.com[/URL]. You will have to solve its registration puzzle which is a factory method problem. myjavaserver[dot]com provides 5 MB space for hostin jsp,servlet. But for learning it is enough. Am I right ?:)

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
573
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
64
Member Avatar for ndeniche

Try to debug the code. Echo your query on your page and then copy paste that code to your mysql client's console there u can have a brief idea about that. I dont know what is the problem in that but I used this trick to solve problem quickly.

Member Avatar for shaikh_mshariq
0
81
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
567
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
118
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
134
Member Avatar for 5447tina

[ICODE] <%@ page contentType="text/html; charset=ISO-8859-1" language="java" import="java.sql.*" errorPage="" %>[/ICODE] This declaration is for java server pages. It has nothing to do with java script. If you write this in an html page it would consider it as plain text and display it on browser as text. In a jsp page …

Member Avatar for shaikh_mshariq
0
172
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
512
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
68
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
79
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
266
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
97
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
274
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
104
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
629
Member Avatar for prathima.bs

u r working with unbound datagrid , first u will have to create a datatable with a particular schema and add all the column u need to show on datagrid it will be easy and effective work to place data into datagrid with the use of datatable finally add that …

Member Avatar for shaikh_mshariq
0
103
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
761
Member Avatar for That Man

I am not very good programmer. But i just want to help you with my ideas. C++ contains operator overloading. You can refer the operator overloading methods. Or simple way u can also try function which adds , substracts and performs all the operation. First ask for input on the …

Member Avatar for shaikh_mshariq
0
405

The End.