Getting Div's value from a File/String/URL
hiya guys,
Before asking question let me tell you i am really bad at regular expressions (REGEX) :(
Well to start with, i want to get the value... more »
|
|
Eclipse vs. NetBeans
Hello guys. This is just an opinion. Which Java IDE should I use. Eclipse or NetBeans. I usually like to develop applications and create GUI... more »
|
|
Three tier PHP system
Is there anyone who codes PHP in three tier?
If you know anything about that, can you please send me links of some tutorials?
I'm not able get... more »
|
|
using shell script
help ,please
using shell script
i want know the all process are running or not in a particular path.
the result will shown in web page... more »
|
|
css file doesn't load from css/file.css
Hi,
I have a starnge behaviour if the css file exists in the same directory as the html file it is working but if I move the css file into /css... more »
|
|
Cross Broswer Q - How to force flash to have focus...
I want to have the flash document have focus when the page initially loads...so the user can use the mouse scroll wheel to zoom in and out on the map... more »
|
|
getElementByID/parameters problem
Hi All,
I have searched the forums to see if I can find an answer to my question but to no avail.
I have a form below with a 3 x 3 cell. Each of... more »
|
|
Formula Validation
Hello,
I have a expression like this -->
(a+b/c)
How to validate it ?
For eg: if the expression is (a+b/c then error should be thrown. more »
|
|
Need help in my code
Hi there, I need some help to correct my code. I would like to create a menu bar with the implementation of OO. So, i think i can edit and change it... more »
|
|
Pass info from one form to another
I've got a simple question, how do i pass information (lets say a name that is input in a textbox) to another form
Thanks more »
|
|
making an argument null
Let's say I have something like:
Object o;
main{
o = new Object();
makeNull(o);
system.out.println (o == null) // should be... more »
|
|
another bit of trickery-dickery
Since it's so quiet overhere: what will happen when this snippet is executed?
String s = "000A003B";
if (true == false) // "s" will be changed... more »
|
|
Align Center
How to open the MDI Parent form in center to the MDI form. more »
|
|
External databases
I have probably about 30 databases. Each of these have their own front end. Different users have different databases they use. I want to make up a... more »
|
|
Adding 2 Number In Java
HI PPL
I DID A SIMPLE PROGRAM THAT ADD 2 NUMBER BUT I AM HAVING PROBLEM IN ENTER THE NUMBER FROM THE USER
import java.io.*;
public class... more »
|
|
Construct Projected Date
Hello to all,
what i would like to do is have a bit of VB code to set a variable to the next tax year but am having trouble constructing... more »
|
|
Undefined function - trigonometry
I have the following functions:
Option Compare Database
Option Explicit
Public Function CalculateDistance(Lat1, Lon1, Lat2, Lon2) As Double
Dim a,... more »
|
|
Record Selector [Event Procedure]
All,
I am trying to have something happen on a form whenever the record selectors are clicked. This is access 2003. I tried the form's click event... more »
|
|
Controlling duplication in a subform
I have a form which shows information about our controlled documents. I also have a subform which tells you everything about the many places this... more »
|
|
Report's Second page changes it's margin to be higher
I have a report that has one record per page. It has to print on a pre-printed application so the fields have to print perfectly. All of the pages... more »
|
|
how to retreive a & as a value from query string
hi,
iam passing a name "sun & moon" in my query string as a parameter.
but when i receive it through request.getParameter iam getting only sun.
rest... more »
|
|
Data is changing that shouldnt
I am having a very perplexing problem that I'm hoping someone can help me solve. It's a little difficult to explain, but I'll do my best. I'm also... more »
|
|
Hard time with dictionnary
I have a dictionnary with variable in it that I would like to get it in global variable.
example:
sketch_dict = { "width":48.0, "length":12.5,... more »
|
|
Transparent Form...
Hi all,
I know how to make a form transparent and how to create fadein and out effects on forms and controls both. But i dont know how can i make a... more »
|
|
floor in C++
Will the casting operation int (x) on a double x have the same effect as floor (x) (except that floor returns a double)? If this is true, then I can... more »
|
|