Freelancers Forum Messages on Wednesday June 7th 2006
Re: FN-FORUM: JSP help needed
date posted 7th June 2006 23:22
> > On Wed, 2006-06-07 at 22:16 +0000, John Wooding wrote:
> >> Thanks. Now I have a problem getting this to work :
> >>
> >>
> >>
> >
> > You don't need to import these.
>...
Re: FN-FORUM: JSP help needed
date posted 7th June 2006 22:30
> On Wed, 2006-06-07 at 22:16 +0000, John Wooding wrote:
>> Thanks. Now I have a problem getting this to work :
>>
>>
>>
>
> You don't need to import these.
>
>>...
Re: FN-FORUM: JSP help needed
date posted 7th June 2006 22:29
On Wed, 7 Jun 2006, John Wooding wrote:
>
>
You shouldn't have to import these.
>
>...
Re: FN-FORUM: JSP help needed
date posted 7th June 2006 22:26
On Wed, 2006-06-07 at 22:16 +0000, John Wooding wrote:
> Thanks. Now I have a problem getting this to work :
>
>
>
You don't need to import these.
>...
Re: FN-FORUM: JSP help needed
date posted 7th June 2006 22:11
Thanks. Now I have a problem getting this to work :
......
Cookie cookie2 = new Cookie(L, IntToString(...
Re: FN-FORUM: JSP help needed
date posted 7th June 2006 22:08
On Wed, 7 Jun 2006, John Wooding wrote:
> Integer ii = Integer.parseInt(s);
Integer.parseInt(String) returns an int not an Integer.
Install the API docs.
http://java.sun.com/j2se/1.4.2/docs/api/ja...
Re: FN-FORUM: JSP help needed
date posted 7th June 2006 22:04
On Wed, 2006-06-07 at 21:01 +0000, John Wooding wrote:
> I have a problem that I cannot determine whether it is a server setup or
> code problem:
>
> Code in simplest form is :
>
>
> String s = "...
Re: FN-FORUM: JSP help needed
date posted 7th June 2006 21:38
On Wed, 7 Jun 2006, John Wooding wrote:
> Alternatively the server produces an error report or the correct output : 2
Your error says: Type mismatch: cannot convert from int to Integer
i.e. you can...
Re: FN-FORUM: JSP help needed
date posted 7th June 2006 21:29
You have a problem there being that you should have the following:
Basically Integer.parse...
Re: FN-FORUM: JSP help needed
date posted 7th June 2006 21:24
On Wed, 2006-06-07 at 21:01 +0000, John Wooding wrote:
> Integer ii = Integer.parseInt(s);
This should be int ii = Integer.parseInt(s);
better to stick this code in a class file somewhere, probably....
FN-FORUM: JSP help needed
date posted 7th June 2006 20:56
I have a problem that I cannot determine whether it is a server setup or
code problem:
Code in simplest form is :...
RE: FN-FORUM: XP sp2 Task Manager - lost title bar
date posted 7th June 2006 18:30
> > On one of my PCs the taskmanager has lost its top title &
> > menu bar - can only close by right click.
> > I had a quick compare of obvious registry settings vs another
> > machine, but no...
Re: FN-FORUM: CSS image effects instead of JS
date posted 7th June 2006 12:23
It is possible.
Tony was just explaining how the positioning is calculated - it
doesn't stop you positioning it wherever you want to. How you do it
depends on the rest of your layout requirements,...
Re: FN-FORUM: ProtX Issues
date posted 7th June 2006 12:10
On Wed, 7 Jun 2006, D D Glendinning wrote:
> stage, and log back in to view unpaid orders and pay for them. The
> order number is created by taking the largest current OrderID (Primary
> key of order...
Re: FN-FORUM: CSS image effects instead of JS
date posted 7th June 2006 12:10
Punters Power wrote:
>
> so it's not possible, which is what I thought :(
>
it depends on your layout.
got a visual?
http://www.bclm.co.uk uses a link and image rollover on the front
page, you...
Re: FN-FORUM: VAT Question
date posted 7th June 2006 12:02
The problem may be the time is takes to process a registration. I had
to issue retrospective VAT only invoices for the VAT which should
have been charged on invoices before my registration number cam...
RE: FN-FORUM: CSS image effects instead of JS
date posted 7th June 2006 11:59
I would say it's possible using css layers and behaviours. A layer can be
positioned anywhere you want it and any layer can have a behaviour set
(mouseover/out/click etc) to affect any other layer ......
FN-FORUM: ProtX Issues
date posted 7th June 2006 11:53
Morning all!
For all of you with experience with ProtX payment (using the ProtX
secure form and passing details to it), see what you think of this.
I have built an online shop for a musical instrume...
Re: FN-FORUM: Day rate and week rate compared to hourly rate?
date posted 7th June 2006 11:51
Below the threshold VAT registration is indeed optional, but it has
some advantages. If you are not Limited then it offers new clients
some reassurance. If all your clients are themselves VAT register...
Re: FN-FORUM: CSS image effects instead of JS
date posted 7th June 2006 11:49
so it's not possible, which is what I thought :(
Tony Crockford wrote:
>
> Punters Power wrote:
>>
>> sometime ago I used a js script to produce a rollover effect where one
>> image would change...
Re: FN-FORUM: CSS image effects instead of JS
date posted 7th June 2006 11:41
Do all the images need to be visible all the time (in which case I
don't understand what should happen on mouseover)? Or just one?
In which case, instead of hiding the images all the time and displa...
Re: FN-FORUM: CSS image effects instead of JS
date posted 7th June 2006 11:31
Punters Power wrote:
>
> sometime ago I used a js script to produce a rollover effect where one
> image would change when a link was moused over is this now possible in
> css ? I know it is using...
Re: FN-FORUM: CSS image effects instead of JS
date posted 7th June 2006 11:28
actually no this is not the one, the images need to be visible all the
time but in another location, arh maybe just copy the same code. as dor
the main
Keith Alexander wrote:
>
> Is this similar...
Re: FN-FORUM: CSS image effects instead of JS
date posted 7th June 2006 11:22
that's the chap
Andrew
Keith Alexander wrote:
>
> Is this similar to what you're after?
> http://www.meyerweb.com/eric/css/edge/popups/demo2.html
>
> If so, it should be possible to get the same...
Re: FN-FORUM: CSS image effects instead of JS
date posted 7th June 2006 11:17
Is this similar to what you're after?
http://www.meyerweb.com/eric/css/edge/popups/demo2.html
If so, it should be possible to get the same effect with the image on
the other side of the page messing...
FN-FORUM: CSS image effects instead of JS
date posted 7th June 2006 11:06
sometime ago I used a js script to produce a rollover effect where one
image would change when a link was moused over is this now possible in
css ? I know it is using however this restricts the pos...
Re: FN-FORUM: Forum Digest Wednesday June 7th 2006
date posted 7th June 2006 10:59
I am away from my desk on anual leave between 7th June - 14th June
inclusive.
regards
Adam
emergencies only: TXT +44 7764 607 247...
RE: FN-FORUM: Day rate and week rate compared to hourly rate?
date posted 7th June 2006 10:56
Hi Bo
< Is VAT included in the prices you mention? How much tax do you pay/
calculate? Sorry for stupid questions but I am new to this. When I
asked my advicer about VAT I was recommended not to ch...
Re: FN-FORUM: Day rate and week rate compared to hourly rate?
date posted 7th June 2006 10:51
Tony Crockford wrote:
>=20
> FWIW I'm available for hire at =A330 ph or =A3200 per day and if you wa=
nt me=20
> for a month, stand in line with your chequebook out.
Snap. I offer a slight discount o...
Re: FN-FORUM: Day rate and week rate compared to hourly rate?
date posted 7th June 2006 10:35
Is VAT included in the prices you mention? How much tax do you pay/=20
calculate? Sorry for stupid questions but I am new to this. When I =20
asked my advicer about VAT I was recommended not to charge...
RE: FN-FORUM: XP sp2 Task Manager - lost title bar
date posted 7th June 2006 09:48
>On one of my PCs the taskmanager has lost its top title & menu bar - can
>only close by right click.
>I had a quick compare of obvious registry settings vs another machine, but
>no joy
>Anyone know...
RE: FN-FORUM: XP sp2 Task Manager - lost title bar
date posted 7th June 2006 09:42
> On one of my PCs the taskmanager has lost its top title &
> menu bar - can only close by right click.
> I had a quick compare of obvious registry settings vs another
> machine, but no joy Anyone...
Re: FN-FORUM:Going to say a horrible word - ufindus
date posted 7th June 2006 09:42
just had a sales call form one of these half wit Australians, ending
every sentence like it is a question!
Apparently they are now saying 'you are listed for free but we are
removing free listings,...
FN-FORUM: XP sp2 Task Manager - lost title bar
date posted 7th June 2006 09:30
On one of my PCs the taskmanager has lost its top title & menu bar - can
only close by right click.
I had a quick compare of obvious registry settings vs another machine, but
no joy
Anyone know how I...
Re: FN-FORUM: ASP.NET Problems
date posted 7th June 2006 09:05
Isn't it the default to serve static pages only on IIS in Win 2003?
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Kathy
http://www.vendetta.co.uk
+44(0)7005 982 261
DNRC...