Here is the C program to find a prime number. #include <stdio.h> void main(void) { unsigned int n,half,i,flag=1; printf("Enter the...
Well there are lots of sorting algorithms, the easiest being Bubble Sort, which is easy to implement in any programming language. Checkout this...
You'll need to parse the URI and print it out with an ANCHOR (<a href=''>) tag. Then only will it be clickable.
OK! So does it mean that I create the object with some different paramater and without using the constructor??
What is a Factory Method??
This can be done with VB's shell command. See the example below. Dim str, str1 As String str = Chr(34) & "c:\Program Files\Microsoft...
Delphi is a Rapid Application Development (RAD) developed by Borland International, Inc. Delphi is a powerful, high-productivity application...
Sometimes we need a sorted UL (un-ordered list) in a static page, like a blog, we can use JavaScript to the sort the list. I faced a similar...
Where can we read about it??
Yes, setting the value for each property to 0 (which is the default value) prevents the OnComm event from firing. Setting the value to something...
A bit field is a common idiom used in computer programming to store a set of Boolean datatype flags compactly, as a series of bits. The bit field...
Try using the onchange event for file upload field.
What is crontab? Actually it is called 'cron daemon'. Cron is an automatic task machine. You will use it on your Unix or Linux operating...
Many times we need to write certain parts of our script according to the browser, i.e. we need to detect the browser. Here's a snippet of how to...
Recursion in computer programming defines a function in terms of itself.A function that calls itself repeatedly, satisfying some condition is...
Hi, If you have programming experience with C,C++,Java then its quite easy to catch up with JavaScript, 'cause it's syntax shares a lot of...
Yeah! MySQL QueryBrowser won't work with MS SQL. Try Googling for a such a tool.
Well, for MySQL Server there is a tool called MySQL Query Browser which does exactly what you want.
That's pretty good enough, that'll do the trick here.
Trying using the /E switch insted of /T switch for cacls. Good Luck!
Separate names with a comma.