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 Tuesday January 9th 2007

Re: FN-FORUM: tiny url

date posted 9th January 2007 22:18

Gina Dessalines wrote: > Hi, > > Has anyone experience in using tiny url? I've done a google search and it > seems to get fairly decent comments - I'd like to shorten a url for a > customer presentat...

Re: FN-FORUM: Lightbox Javascript Problems

date posted 9th January 2007 21:42

Hi I've only just today upgraded to the newest firefox so before I was using version 1.something. But i've seen the lightbox work in both versions, is the light box examples on the dynamicdrive lin...

Re: FN-FORUM: Lightbox Javascript Problems

date posted 9th January 2007 21:31

Ok... what version of firefox is it that your using martin? I'm using 1.5.0.9 which is probably quite old now considering version 2 is out! So do you think this is a problem with the way firefox (an...

FN-FORUM: tiny url

date posted 9th January 2007 21:04

Hi, Has anyone experience in using tiny url? I've done a google search and it seems to get fairly decent comments - I'd like to shorten a url for a customer presentation tomorrow, but I'd like to be...

Re: FN-FORUM: Lightbox Javascript Problems

date posted 9th January 2007 21:00

Sorry but can you send the code again because i didnt receive that email and when i looked on the freelancers forum on the website there was a post but no code.... dont know why but tiscali (my ISP)...

Re: FN-FORUM: Lightbox Javascript Problems

date posted 9th January 2007 20:58

sorry it seems to now, this is getting crazy lol thanks. ----- Original Message ----- From: "James Herrington" [EMAIL REMOVED] To: [EMAIL REMOVED] Sent: Tuesday, January 09, 2007 9:40 PM Subject: R...

Re: FN-FORUM: Lightbox Javascript Problems

date posted 9th January 2007 20:57

cheers, just clicked but doesnt seem to work. ----- Original Message ----- From: "James Herrington" [EMAIL REMOVED] To: [EMAIL REMOVED] Sent: Tuesday, January 09, 2007 9:40 PM Subject: Re: FN-FORU...

Re: FN-FORUM: Lightbox Javascript Problems

date posted 9th January 2007 20:55

Really, well the example on the page works fine in both IE and firefox so, hum...... I'll check it out thanks Martin atdc ----- Original Message ----- From: "Alex Libby" [EMAIL REMOVED] To: [EMAI...

Re: FN-FORUM: Lightbox Javascript Problems

date posted 9th January 2007 20:52

O yer sorry i forgot to add the url... its http://james.isafreelancer.co.uk...

RE: FN-FORUM: Lightbox Javascript Problems

date posted 9th January 2007 20:47

Hi Martin, Hehe - this is actually the same thing that James is trying to use - for others who have not used it before, the homepage is http://www.huddletogether.com/projects/lightbox2/. Alex. ----...

Re: FN-FORUM: Lightbox Javascript Problems

date posted 9th January 2007 20:40

As I do not know the url to the website I don't know what is going on but looking at some of the code in these posts it looks similar to one I have come across, if not then maybe you could try using...

RE: FN-FORUM: Lightbox Javascript Problems

date posted 9th January 2007 20:26

Hi James - I am sorry - I have just relooked at your code (it has been a very busy, long day!) I think I know better where the issue is - in your links to each example site, you are naming each map...

RE: FN-FORUM: Lightbox Javascript Problems

date posted 9th January 2007 20:07

Hi James, I know of Lightbox, and have had some problems getting it to work for me (to an extent that I can reproduce it, should I use it for new websites that I build). I have had a look at your cod...

Re: FN-FORUM: PHP mail

date posted 9th January 2007 19:47

Thanks for the responses ... all sorted now. Paul...

Re: FN-FORUM: Lightbox Javascript Problems

date posted 9th January 2007 19:43

Hi you haven't included a link to the site? Martin ----- Original Message ----- From: "James Herrington" [EMAIL REMOVED] To: [EMAIL REMOVED] Sent: Tuesday, January 09, 2007 7:34 PM Subject: FN-FOR...

Re: FN-FORUM: HSBC Payment integration

date posted 9th January 2007 19:33

my advise with hsbc payment processing is stay well clear with it. ----- Original Message ----- From: "Keith Avery" [EMAIL REMOVED] To: [EMAIL REMOVED] Sent: Monday, January 08, 2007 2:21 PM Subj...

RE: FN-FORUM: asp/sql - the correct way to get the ID of the record you just added?

date posted 9th January 2007 19:29

Scope_identity() seems to be the most appropriate solution but make sure that you check out the other options as well. Also, wrap your multiple inserts in a transaction and rollback if there's a prob...

FN-FORUM: Lightbox Javascript Problems

date posted 9th January 2007 18:46

Hi all, I have just finished rebuilding my site in CSS however i have a problem with the lighbox image gallery component which i am using to load the images. The script loads the images on top of t...

RE: FN-FORUM: asp/sql - the correct way to get the ID of the record you just added?

date posted 9th January 2007 17:46

> MS Access (not going to start a flame war by describing it) has no direct way > afaik, so then yes you are stuck with highest id or making it unique on other > fields. Don't use accesss much so...

RE: Re: FN-FORUM: CSS help please - dissapearing DIV Background image in Explorer

date posted 9th January 2007 11:49

Thanks Guys, I'll try the things you suggest. Regarding the splash page - actually i agree absolutely with you and would like not to use it but my problem is that i have so many sites in the root tha...

Re: FN-FORUM: asp/sql - the correct way to get the ID of the record you just added?

date posted 9th January 2007 11:38

Assuming ID is an identity, you can use SCOPE_IDENTITY http://msdn2.microsoft.com/en-us/library/ms190315.aspx Bruno On 9 Jan 2007 12:11:52 -0000, Juraj Seffer [EMAIL REMOVED] wrote: > > Hi there...

RE: FN-FORUM: asp/sql - the correct way to get the ID of the record you just added?

date posted 9th January 2007 11:33

[EMAIL REMOVED] wrote: > This isnt something I'm doing now, but its something I've > often wondered if I do the right way, I'm fairly sure I dont. > > Imagine you have a membership database, a user s...

RE: Re: FN-FORUM: asp/sql - the correct way to get the ID of the record you just added?

date posted 9th January 2007 11:30

Well thats the other method I've used in the past but again it has pitfalls (albeit probably less than the highest-ID method) so I cant see it being the 'right' way. Someone must know! > >Hi there,...

RE: FN-FORUM: asp/sql - the correct way to get the ID of the record you just added?

date posted 9th January 2007 11:27

Chris, Make a call to SCOPE_IDENTITY() (rather than @@IDENTITY) after you do = the INSERT. More info from Microsoft here: http://msdn2.microsoft.com/en-us/library/ms190315.aspx And a further expla...

Re: FN-FORUM: asp/sql - the correct way to get the ID of the record you just added?

date posted 9th January 2007 11:23

Hi there, I would love to know this as well. When I had to, I searched for the ID of the just added record by other columns such as name, title, description etc to ensure that I get the one I want....

Re: Re: FN-FORUM: CSS help please - dissapearing DIV Background image in Explorer

date posted 9th January 2007 11:18

Yes this is what originally confused me, I never use these I really dont see the point well unless its a flash website that requires a load screen. Its because the original post had a link to the sp...

FN-FORUM: asp/sql - the correct way to get the ID of the record you just added?

date posted 9th January 2007 11:07

This isnt something I'm doing now, but its something I've often wondered if I do the right way, I'm fairly sure I dont. Imagine you have a membership database, a user signs up and you add their info...

FN-FORUM: Looking for good Actionscript 3 and Flex2 learning/training/examples sites

date posted 9th January 2007 10:37

Hi Folks I've recently taken up Flex 2 and am having difficulty bending my head around Actionscript 3. Could any of you recommend good Actionscript 3 and Flex 2 sites for learning, preferably with...

Re: FN-FORUM: CSS help please - dissapearing DIV Background image in Explorer

date posted 9th January 2007 10:35

A common cause of this in Explorer is that you haven't set the height of the . I know, you shouldn't need to, but IIRC IE sometimes has a problem with this. Set the height of the div to be the hei...

Re: FN-FORUM: CSS help please - dissapearing DIV Background image in Explorer

date posted 9th January 2007 10:27

Jay Alvarez wrote: > Could someone please shed some light on why I can't see the background > header image for the Div called Container on my site? It shows up fine in > Firefox and Opera. Any help mu...

Re: FN-FORUM: CSS help please - dissapearing DIV Background image in Explorer

date posted 9th January 2007 10:06

I've had another look and it might be the height attibute in div called content in your style.css file, internet explorer might not like the 100%, try using pixels, explorer gives me trouble with pe...

RE: Re: FN-FORUM: CSS help please - dissapearing DIV Background image in Explorer

date posted 9th January 2007 10:03

Martin, the screen you see is a splash screen; click it and then you go to the real site. As an aside, I've never understood the reason for a splash screen; don't they just cause every visitor to hav...

Re: FN-FORUM: CSS help please - dissapearing DIV Background image in Explorer

date posted 9th January 2007 10:01

I do apologise for my original (usless post), guess I was a bit to quick on that one, I looked at the index page rather clicking enter to the main site, so now I see what you mean, sorry, lets have...

RE: Re: FN-FORUM: CSS help please - dissapearing DIV Background image in Explorer

date posted 9th January 2007 09:47

Martin - theres a table with the ID 'content' which has this style (amongst others) applied to it... background-image:url(bg.jpg); I've not had chance to dig in to the code enough to spot the proble...

Re: FN-FORUM: CSS help please - dissapearing DIV Background image in Explorer

date posted 9th January 2007 09:41

Hi I've had a look and the only image I see is the main logo image in the center there aren't any in the css code as a background, have you changed it since your post. Plus if you are going to use...

RE: FN-FORUM: CSS help please - dissapearing DIV Background image in Explorer

date posted 9th January 2007 08:23

> Could someone please shed some light on why I can't see the background > header image for the Div called Container on my site? It shows up fine in > Firefox and Opera. Any help much appreciated. >...

FN-FORUM: CSS help please - dissapearing DIV Background image in Explorer

date posted 9th January 2007 01:00

Could someone please shed some light on why I can't see the background header image for the Div called Container on my site? It shows up fine in Firefox and Opera. Any help much appreciated. the link...



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


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


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