Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

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...



Messages by Day
June 30th 2006
June 29th 2006
June 28th 2006
June 27th 2006
June 26th 2006
June 25th 2006
June 24th 2006
June 23rd 2006
June 22nd 2006
June 21st 2006
June 20th 2006
June 19th 2006
June 18th 2006
June 17th 2006
June 16th 2006
June 15th 2006
June 14th 2006
June 13th 2006
June 12th 2006
June 11th 2006
June 10th 2006
June 9th 2006
June 8th 2006
June 7th 2006
June 6th 2006
June 5th 2006
June 4th 2006
June 3rd 2006
June 2nd 2006
June 1st 2006


Messages by Month
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006


Messages by Year
2008
2007
2006
2005
2004
2003
2002
2001
2000