Search Results

Showing results 1 to 15 of 15
Search took 0.01 seconds.
Search: Posts Made By: DangerDev
Forum: JavaScript / DHTML / AJAX 32 Days Ago
Replies: 3
Views: 381
Posted By DangerDev
the way you are using clearInterval is not correct.
its should be something like this:

var t;
//to start
t=setTimeout("someFunction()",1000);
//to stop
clearTimeout(t);
Forum: JavaScript / DHTML / AJAX Oct 9th, 2009
Replies: 2
Views: 321
Posted By DangerDev
i guess this would help you:
http://punbb.informer.com/forums/topic/17351/how-to-add-a-font-file-to-my-website/
Forum: C++ Oct 9th, 2009
Replies: 2
Views: 187
Posted By DangerDev
Don't look for code here. Spoonfeeding is strictly avoided here. Let us know what you have done so far.
Forum: C Aug 10th, 2009
Replies: 21
Views: 913
Posted By DangerDev
Please use proper English, didn't you read above posts by yellowSnow?
Forum: C Aug 7th, 2009
Replies: 12
Solved: GOTO command
Views: 730
Posted By DangerDev
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.
Forum: C# Aug 7th, 2009
Replies: 4
Views: 409
Posted By DangerDev
Its not a good idea to have source code sent via email. Please answer everything here in this community, let others also learn. :)
Forum: C# Aug 6th, 2009
Replies: 5
Views: 344
Posted By DangerDev
wpf (http://en.wikipedia.org/wiki/Windows_Presentation_Foundation)
wcf (http://en.wikipedia.org/wiki/Windows_Communication_Foundation)
wwf (http://en.wikipedia.org/wiki/Windows_Workflow_Foundation)
Forum: Java Aug 5th, 2009
Replies: 6
Views: 397
Posted By DangerDev
try for your self.
if you face problem while trying post here.
Forum: C# Jul 23rd, 2009
Replies: 2
Views: 444
Posted By DangerDev
do in this way:

...............
Object x;
x = s.Pop();
ArrayList al=x as ArrayList ;
if(al!=null)
{
al.Add("Something");
}
Forum: C# Jul 23rd, 2009
Replies: 5
Views: 437
Posted By DangerDev
Hi,
Read example here (http://msdn.microsoft.com/en-us/library/system.data.oledb.oledbdatareader(VS.71).aspx). It will help you. You have to call dataReader4.Read() before reading it. If still...
Forum: C++ Jan 29th, 2009
Replies: 22
Views: 1,012
Posted By DangerDev
do you want to create tool for this? if yes then try using regular expression.
Forum: ASP.NET Mar 5th, 2008
Replies: 3
Views: 4,386
Posted By DangerDev
you can use data base,
from the second application (after authentication has been done) you can query session variable from the browser and check the value of that data from data base.
Forum: JavaScript / DHTML / AJAX Feb 6th, 2008
Replies: 4
Views: 5,080
Posted By DangerDev
hi
dont use innerHTML property with text box. its property of tag element like div.
use
document.getElementById('txtSMS').value="hiiiii";

or see an example;

<%@ Page Language="C#"...
Forum: IT Professionals' Lounge Jan 30th, 2008
Replies: 2
Views: 607
Posted By DangerDev
I think following things are necessary:
--------------------------------------------
1. You should be good at HTML
2. You should be familiar with JavaScript
3. You should be familiar with CSS
4....
Forum: Geeks' Lounge Jan 21st, 2008
Replies: 30
Views: 2,747
Posted By DangerDev
It should be noted that no ethically-trained software engineer would ever consent to write a DestroyBaghdad procedure. Basic professional ethics would instead require him to write a DestroyCity...
Showing results 1 to 15 of 15

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC