Posts
 
Reputation
Joined
Last Seen
Ranked #280
Strength to Increase Rep
+9
Strength to Decrease Rep
-2
77% Quality Score
Upvotes Received
20
Posts with Upvotes
19
Upvoting Members
15
Downvotes Received
6
Posts with Downvotes
6
Downvoting Members
5
13 Commented Posts
~144.04K People Reached
About Me

@ Honeywell

Favorite Tags

354 Posted Topics

Member Avatar for chait_anya
Member Avatar for pavankumar77

try: [code='c'] int sum(int num1,int num2) { for(int i=0;i<num2;i++) num1++; return num1; } [/code]

Member Avatar for pritaeas
0
643
Member Avatar for debasisdas

Be great in act, as you have been in thought. William Shakespeare How poor are they who have not patience! What wound did ever heal but by degrees. William Shakespeare

Member Avatar for James_28
8
17K
Member Avatar for hey_shishir
Member Avatar for Doctor Inferno
Member Avatar for arny1

Could you please post the code where you are exporting image to excel? It would help us to help you.

Member Avatar for gilesbradley
0
2K
Member Avatar for priyad2

Hi use array of button to make calculator then assign code on button click, on the base of index process the request. if you are not stick to server side programming you can use javaScript also to make nice calculator.

Member Avatar for Zvjezdan23
3
4K
Member Avatar for mowen85

hi you can see event list for drop down box [URL="http://www.w3schools.com/tags/tag_select.asp"]here[/URL]. for showing tooltip you can use div element.

Member Avatar for juliorodmax
-1
2K
Member Avatar for hket89

I think you should start with a basic C book. You can not learn each and every language construct by communities.

Member Avatar for dani_277
0
270
Member Avatar for Anupkumar

DEEP WEB is nice, you can also choose [URL="http://en.wikipedia.org/wiki/Comet_(programming)"]comet[/URL] or [URL="http://en.wikipedia.org/wiki/Semantic_web"]semantic web[/URL] or ask [URL="http://www.google.com/search?client=opera&rls=en&q=seminar+topic&sourceid=opera&ie=utf-8&oe=utf-8"]him[/URL]

Member Avatar for waheednm
0
152
Member Avatar for GMSI

is it zipped one ? if so no need to install just unzip it and put in to c drive, i think it will work. u just have to set environment veriable.

Member Avatar for Adak
0
775
Member Avatar for ecksdee

for 1st: use quitYesNo.compareToIgnoreCase("q"); see the [URL="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html"]doc[/URL]

Member Avatar for danzz143
0
175
Member Avatar for orcboyx

use: [code='java'] boolean b; int iSomeValue; b=true; if(iSomeValue==0)b=false; [/code] or use function [code='java'] boolean intToBool(int iVal) { boolean b=true; if(iVal==0)b=false; return b; } [/code]

Member Avatar for javaAddict
-1
886
Member Avatar for anakanya

click() function will not work, but onclick() function will work, for that you have to set onclick='function_name' for <a> element. see example: [code='html'] <html> <head> <script> function ClickURL() { document.getElementById('xyz').onclick(); } </script> </head> <body onLoad="ClickURL()"> <a href="javascript:alert('hi')" id="xyz" onclick='javascript:alert("click")'>Link </a> </body> </html> [/code] here difference is also given.

Member Avatar for almostbob
0
4K
Member Avatar for daniellamae

So what really you want from us?? Do you expect us to write complete code for you?

Member Avatar for jwenting
0
681
Member Avatar for love_dude1984
Member Avatar for rodrigobraz
0
454
Member Avatar for RoyMicro

Actually you are looking something like storing user preferences, see this article: [url]http://msdn.microsoft.com/en-us/magazine/cc163949.aspx[/url]

Member Avatar for sknake
0
179
Member Avatar for Begjinner

hi you can not do directly like this, the way you have tried is wrong. getElementById() takes only id. use elem.getElementsByTagName('tag name'); this will return array of element('tag name') inside elem. using loop you can........... i think this much is enough.

Member Avatar for wrivera
0
179
Member Avatar for vinnijain

I dont think any one will give you complete code. You first try your self and then ask question, if you face any problem. The solution adatapost has given in mentioned post, is a way to solve the problem, you can extend it. The Python solution is also a hint …

Member Avatar for vinnijain
0
135
Member Avatar for JohnSample

Hi there is no direct way to get elements by class name. but you can access the class name attribute using dom api: take help of following example: [code='html'] <html> <head> <script> function clickMe() { var aElems=document.getElementsByTagName('a'); var href=aElems[0].getAttribute('href'); alert('href='+href); } </script> </head> <body> <a href="javascript:clickMe();">click</a> </body> </html> [/code] as …

Member Avatar for dsom73
0
120
Member Avatar for tatyana84

the way you are using clearInterval is not correct. its should be something like this: [CODE] var t; //to start t=setTimeout("someFunction()",1000); //to stop clearTimeout(t); [/CODE] for more information in this, just see: [url]http://www.w3schools.com/js/js_timing.asp[/url]

Member Avatar for Airshow
0
285
Member Avatar for Dani
Member Avatar for Mongz

What you have done so far? Post here the problem you are facing. If you want to start from scratch [URL="http://www.c-sharpcorner.com/UploadFile/nanujogi/chat_server11282005233459PM/chat_server.aspx"]this[/URL] may help you.

Member Avatar for Rit
0
230
Member Avatar for ! !

may be u guys r right, but still i feel dhtml is having its own beauty. Browser compatibility problem could be handled through professional coding.

Member Avatar for peter_budo
0
180
Member Avatar for vedmack

hi i am not getting same problem as you are getting as i tried, any way you try to put action="#" hope it will help..!

Member Avatar for McVaio
0
193
Member Avatar for Pleasant Day

i guess this would help you: [url]http://punbb.informer.com/forums/topic/17351/how-to-add-a-font-file-to-my-website/[/url]

Member Avatar for Pleasant Day
0
142
Member Avatar for prinju

Don't look for code here. Spoonfeeding is strictly avoided here. Let us know what you have done so far.

Member Avatar for DangerDev
0
91
Member Avatar for tomtetlaw
Member Avatar for bshyama24@gmail

Try [URL="http://www.codeproject.com/KB/webservices/cpwebserviceconsumer.aspx"]this[/URL] or [URL="http://www.csharphelp.com/archives2/archive356.html"]this[/URL] or [URL="http://www.google.com/webhp?q=consuming%20web%20service%20u#hl=en&safe=active&q=consuming+web+service+using+c%23&aq=f&oq=consuming+web+service+using+c&aqi=&aq=f&oq=consuming+web+service+using+c%23&aqi=&fp=QKvNt1rSCb8"]this[/URL].

Member Avatar for Ezzaral
0
109
Member Avatar for Ancient Dragon
Member Avatar for gretty

In this scenario binary search will not do the job, simple go for linear search. Here is algorithm: [code] 1. take pattern as patternString. 2. take one string from string array as strToCompare 3. If patternString and strToCompare are matching then print strToCompare. 4. go for next string in array …

Member Avatar for VernonDozier
0
441
Member Avatar for BlackPhoenix
Member Avatar for BlackPhoenix
0
191
Member Avatar for shankbond

[QUOTE]In short I want to implement a feature used by gmail where one user can expire or log out all other users on different machines using same user id's.[/QUOTE] you can do this by having a table(say login_detail) in server with column: UserId, ClientSessionValue When ever user login, store unique …

Member Avatar for shankbond
0
177
Member Avatar for erinewold

By PDF form, do you mean .pdf or some thing? are you creating them using HTML? [QUOTE]For example: If someone chooses an item from a list on the first page. I want their selection to show up in a field on the following pages so they don't have to keep …

Member Avatar for DangerDev
0
104
Member Avatar for sven1981
Member Avatar for BobLewiston

Hi, You don't need to master it, just try to know how it works, then you can go to silver light. As you face problem in silver light come back and know more. :)

Member Avatar for DangerDev
0
149
Member Avatar for tig2810
Member Avatar for DdoubleD
Member Avatar for DdoubleD
0
615
Member Avatar for juner4
Member Avatar for DangerDev
0
159
Member Avatar for seebharath

Based on what information you want to add child nodes? Can you explain more about why you want to do this, this will help us to provide better solution.

Member Avatar for seebharath
0
153
Member Avatar for sanjaypandit

You can go for image buttons, and represent a button by two images. First image will be for normal state of button and second image will be for push state. you can search more about it in google. Now regarding second problem: when you push a button just set the …

Member Avatar for DangerDev
0
127
Member Avatar for polo_coins

Can you elaborate your question? Don't you want to use ASP or any server side language? you can go for PHP as server side language and MySQL as Database.

Member Avatar for DangerDev
0
129
Member Avatar for darab

[URL="http://www.google.com/search?hl=en&safe=active&client=firefox-a&channel=s&rls=org.mozilla:en-US:official&ei=VNF_SpjKF4vQsQPGtqTvCg&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=creating+screensaver+in+c%23&spell=1"]this[/URL] is how you can start.

Member Avatar for darab
0
126
Member Avatar for Srinivasa007

Its is security related problem. You need to give com permission to user who is trying to access your page. For this go to: 1. Control Panel->Administrative Tool -> Component Services. (click here, 'component services' window will open) 2. In component services window, in left side tree goto: Console Root …

Member Avatar for DangerDev
0
130
Member Avatar for franciskp
Member Avatar for DangerDev
0
73
Member Avatar for no1zson

Try to avoid GOTO. Put main loop inside one more loop or try some other logic. Use of GOTO will create all the mess at last.

Member Avatar for hket89
0
150
Member Avatar for chathuD

Did you see [URL="http://www.google.com/search?hl=en&safe=active&client=firefox-a&channel=s&rls=org.mozilla%3Aen-US%3Aofficial&q=creating+non+rectangular+form+in+window&aq=f&oq=&aqi="]this[/URL] ?

Member Avatar for DangerDev
0
56
Member Avatar for hket89

Please post your question. Please use English which every one can understand. What is vf?

Member Avatar for DangerDev
0
301
Member Avatar for rip_snoopy

1. Why you created two different threads for the same problem. @ moderators : please delete new one. 2. What you have done so far? i don't think any one will provide you source code here.

Member Avatar for VernonDozier
0
114
Member Avatar for happygeek
Member Avatar for ddanbe
0
186

The End.