|
|
 |
Re: FN-FORUM: Forum Digest Thursday January 25th 2007
date posted 25th January 2007 15:05
Remove please from your subscriber list...cheers
>
> From: FN-FORUM Digest [EMAIL REMOVED]
> Date: 2007/01/25 Thu PM 12:03:24 GMT
> To: FN-FORUM / [EMAIL REMOVED] [EMAIL REMOVED]
> Subject: FN-FORUM: Forum Digest Thursday January 25th 2007
>
> This is the daily digest of emails from the Freelancers.net forum
>
> Unsub: http://www.freelancers.net/rm.php?g=B607F0CA3199E7ED1F25
>
> ========================
> Wednesday 24th January 2007 11:26:38
> FN-FORUM: easy way to find missing closing tags? - [EMAIL REMOVED]
>
> I've a rather bloated xtml page which contains multiple DIV elements and it appears somewhere along the lines I've neglected to close one of them which not only prevents validation, but actually breaks part of the page.
>
> I've tried going through the page div by div and matching them up, I've tried using the validation results for a tip-off as to which div is still open but with no luck. Firebug doesnt throw up any useful information (unless I'm just not looking in the right place) and its starting to really bug me! I just can't see whats still open *angry face*
>
> Is there a tool which will help me here? something that runs through the page and picks up any open div's (or other elements) and flags them?
>
>
> ========================
> Wednesday 24th January 2007 11:36:20
> Re: FN-FORUM: easy way to find missing closing tags? - Dominic Raywood [EMAIL REMOVED]
>
>
> Well, if you use Firefox, there is a very nice add-on called "Web
> Developer" which adds a toolbar with more functionality than you can
> shake a stick at.
>
> What's the URL - I'll tell you if it finds it for you.
>
> --
> Dominic Raywood
> Rubicon Computer Services Limited
> W: http://rubiconcsl.com
> E: [EMAIL REMOVED]
> T: 08456 521 561 (+44 1823 698420)
> F: 08456 521 561 (+44 1823 690169)
> M: 07050 204998 (+44 7811 252573)
>
>
> Quoting [EMAIL REMOVED]
>
> >
> > I've a rather bloated xtml page which contains multiple DIV elements
> > and it appears somewhere along the lines I've neglected to close
> > one of them which not only prevents validation, but actually breaks
> > part of the page.
> >
> > I've tried going through the page div by div and matching them up,
> > I've tried using the validation results for a tip-off as to which
> > div is still open but with no luck. Firebug doesnt throw up any
> > useful information (unless I'm just not looking in the right place)
> > and its starting to really bug me! I just can't see whats still open
> > *angry face*
> >
> > Is there a tool which will help me here? something that runs through
> > the page and picks up any open div's (or other elements) and flags
> > them?
> >
> > --
> > Freelancers, contractors earn more with Prosperity4
> > Call 0870 870 4414 or visit www.prosperity4.com
> > and benefit from Inland Revenue approved expenses today.
> >
> > To advertise here: http://www.freelancers.net/advertising.html
> >
> >
>
> ========================
> Wednesday 24th January 2007 11:36:57
> RE: FN-FORUM: easy way to find missing closing tags? - pam [EMAIL REMOVED]
>
> If your using firefox you can use an add on called html validator, it will
> show you how many mistakes you have in your code and will show you where
> they are.
>
> Pam Gould
> Gouldsmiths
> www.gouldsmiths.co.uk
> [EMAIL REMOVED]
>
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of
> [EMAIL REMOVED]
> Sent: 24 January 2007 12:18
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: FN-FORUM: easy way to find missing closing tags?
>
>
> I've a rather bloated xtml page which contains multiple DIV elements and it
> appears somewhere along the lines I've neglected to close one of them which
> not only prevents validation, but actually breaks part of the page.
>
> I've tried going through the page div by div and matching them up, I've
> tried using the validation results for a tip-off as to which div is still
> open but with no luck. Firebug doesnt throw up any useful information
> (unless I'm just not looking in the right place) and its starting to really
> bug me! I just can't see whats still open *angry face*
>
> Is there a tool which will help me here? something that runs through the
> page and picks up any open div's (or other elements) and flags them?
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
>
>
> ========================
> Wednesday 24th January 2007 11:39:55
> RE: FN-FORUM: easy way to find missing closing tags? - Phil Reeve [Yapura] [EMAIL REMOVED]
>
> I've wondered about that as well, what about a 'pretty printer' type of
> thing that tabs out all your DIVs and nested elements nicely? That could
> serve the same purpose.
>
> Phil
>
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of
> [EMAIL REMOVED]
> Sent: 24 January 2007 12:19
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: FN-FORUM: easy way to find missing closing tags?
>
>
> I've a rather bloated xtml page which contains multiple DIV elements and it
> appears somewhere along the lines I've neglected to close one of them which
> not only prevents validation, but actually breaks part of the page.
>
> I've tried going through the page div by div and matching them up, I've
> tried using the validation results for a tip-off as to which div is still
> open but with no luck. Firebug doesnt throw up any useful information
> (unless I'm just not looking in the right place) and its starting to really
> bug me! I just can't see whats still open *angry face*
>
> Is there a tool which will help me here? something that runs through the
> page and picks up any open div's (or other elements) and flags them?
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
>
>
> ========================
> Wednesday 24th January 2007 11:42:44
> Re: FN-FORUM: easy way to find missing closing tags? - Alain Williams [EMAIL REMOVED]
>
> On Wed, Jan 24, 2007 at 12:18:16PM -0000, [EMAIL REMOVED] wrote:
> >
> > I've a rather bloated xtml page which contains multiple DIV elements and it appears somewhere along the lines I've neglected to close one of them which not only prevents validation, but actually breaks part of the page.
> >
> > I've tried going through the page div by div and matching them up, I've tried using the validation results for a tip-off as to which div is still open but with no luck. Firebug doesnt throw up any useful information (unless I'm just not looking in the right place) and its starting to really bug me! I just can't see whats still open *angry face*
> >
> > Is there a tool which will help me here? something that runs through the page and picks up any open div's (or other elements) and flags them?
>
> How about:
>
> http://validator.w3.org/
>
> --
> Alain Williams
> Linux Consultant - Mail systems, Web sites, Networking, Programmer, IT Lecturer.
> +44 (0) 787 668 0256 http://www.phcomp.co.uk/
> Parliament Hill Computers Ltd. Registration Information: http://www.phcomp.co.uk/contact.php
> #include
>
>
> ========================
> Wednesday 24th January 2007 11:47:44
> RE: Re: FN-FORUM: easy way to find missing closing tags? - [EMAIL REMOVED]
>
> yup, i've got that and firebug, although the webdev tool bar has been kind of redundant since installing firebug since it does the same stuff, but better
>
>
> >
> >
> >Well, if you use Firefox, there is a very nice add-on called "Web
> >Developer" which adds a toolbar with more functionality than you can
> >shake a stick at.
> >
> >What's the URL - I'll tell you if it finds it for you.
> >
> >--
> >Dominic Raywood
> >Rubicon Computer Services Limited
> >W: http://rubiconcsl.com
> >E: [EMAIL REMOVED]
> >T: 08456 521 561 (+44 1823 698420)
> >F: 08456 521 561 (+44 1823 690169)
> >M: 07050 204998 (+44 7811 252573)
> >
> >
> >Quoting [EMAIL REMOVED]
> >
> >>
> >> I've a rather bloated xtml page which contains multiple DIV elements
> >> and it appears somewhere along the lines I've neglected to close
> >> one of them which not only prevents validation, but actually breaks
> >> part of the page.
> >>
> >> I've tried going through the page div by div and matching them up,
> >> I've tried using the validation results for a tip-off as to which
> >> div is still open but with no luck. Firebug doesnt throw up any
> >> useful information (unless I'm just not looking in the right place)
> >> and its starting to really bug me! I just can't see whats still open
> >> *angry face*
> >>
> >> Is there a tool which will help me here? something that runs through
> >> the page and picks up any open div's (or other elements) and flags
> >> them?
> >>
> >> --
> >> Freelancers, contractors earn more with Prosperity4
> >> Call 0870 870 4414 or visit www.prosperity4.com
> >> and benefit from Inland Revenue approved expenses today.
> >>
> >> To advertise here: http://www.freelancers.net/advertising.html
> >>
> >>
> >--
> >Freelancers, contractors earn more with Prosperity4
> >Call 0870 870 4414 or visit www.prosperity4.com
> >and benefit from Inland Revenue approved expenses today.
> >
> >To advertise here: http://www.freelancers.net/advertising.html
> >
> >
>
> ========================
> Wednesday 24th January 2007 11:49:37
> FN-FORUM: OT inspiration/ dispair - webmetric [EMAIL REMOVED]
>
> Some nice stuff here
>
> http://www.carbonmade.com/
>
> Inspiring or depressing depending on just how much you suck at design ;-)
>
>
>
>
>
> ========================
> Wednesday 24th January 2007 11:50:13
> RE: FN-FORUM: easy way to find missing closing tags? - Andrew Bibby [EMAIL REMOVED]
>
> > I've a rather bloated xtml page which contains multiple DIV elements and it
> > appears somewhere along the lines I've neglected to close one of them which > not only prevents validation, but actually breaks part of the page.
>
> ____________________________
>
> Chris,
>
> The XHTML validator at the W3C should be able to help you out here:
>
> http://validator.w3.org/
>
> It will at least get you to the right ballpark area where the problem occurs and will tell you about unclosed tags and such. You can either give it a URL, upload a file or paste in the XHTML to be validated.
>
> HTH,
> Andrew.
>
> --
> _____________________________
> Andrew Bibby
> I.T. Solutions Ltd
> http://www.itsolutions.uk.com
>
>
>
>
>
> ========================
> Wednesday 24th January 2007 11:50:47
> RE: RE: FN-FORUM: easy way to find missing closing tags? - [EMAIL REMOVED]
>
> cheers, is that the one based on Tidy?
>
>
> >
> >If your using firefox you can use an add on called html validator, it will
> >show you how many mistakes you have in your code and will show you where
> >they are.
> >
> >Pam Gould
> >Gouldsmiths
> >www.gouldsmiths.co.uk
> [EMAIL REMOVED]
> >
> >-----Original Message-----
> >From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of
> [EMAIL REMOVED]
> >Sent: 24 January 2007 12:18
> >To: FN-FORUM / [EMAIL REMOVED]
> >Subject: FN-FORUM: easy way to find missing closing tags?
> >
> >
> >I've a rather bloated xtml page which contains multiple DIV elements and it
> >appears somewhere along the lines I've neglected to close one of them which
> >not only prevents validation, but actually breaks part of the page.
> >
> >I've tried going through the page div by div and matching them up, I've
> >tried using the validation results for a tip-off as to which div is still
> >open but with no luck. Firebug doesnt throw up any useful information
> >(unless I'm just not looking in the right place) and its starting to really
> >bug me! I just can't see whats still open *angry face*
> >
> >Is there a tool which will help me here? something that runs through the
> >page and picks up any open div's (or other elements) and flags them?
> >
> >--
> >Freelancers, contractors earn more with Prosperity4
> >Call 0870 870 4414 or visit www.prosperity4.com
> >and benefit from Inland Revenue approved expenses today.
> >
> >To advertise here: http://www.freelancers.net/advertising.html
> >
> >
> >--
> >Freelancers, contractors earn more with Prosperity4
> >Call 0870 870 4414 or visit www.prosperity4.com
> >and benefit from Inland Revenue approved expenses today.
> >
> >To advertise here: http://www.freelancers.net/advertising.html
> >
> >
>
> ========================
> Wednesday 24th January 2007 11:54:42
> RE: Re: FN-FORUM: easy way to find missing closing tags? - [EMAIL REMOVED]
>
> 'I've tried using the validation results for a tip-off as to which div is still open but with no luck.'
>
> Yup, used the w3c validators, it knows theres an open div but is highlighting one which I know is definatly closed.
>
>
> >
> >How about:
> >
> > http://validator.w3.org/
> >
> >--
> >Alain Williams
>
>
> ========================
> Wednesday 24th January 2007 11:57:01
> RE: FN-FORUM: easy way to find missing closing tags? - Andrew Bibby [EMAIL REMOVED]
>
> > I've wondered about that as well, what about a 'pretty printer' type of
> > thing that tabs out all your DIVs and nested elements nicely? That could
> > serve the same purpose.
>
> _________________________________
>
> Well, for formatting my XHTML I just use Visual Studio!
> Back to the topic, I also use this Windows app:
>
> http://www.htmlvalidator.com/
>
> It's got a shocking website, but the tool is actually very good, and
> thorough - it will whip through your XHTML and highlight any problems. I
> believe they do a trial version.
>
> Cheers,
> Andrew.
> --
> _____________________________
> Andrew Bibby
> I.T. Solutions Ltd
> http://www.itsolutions.uk.com
>
>
>
>
> ========================
> Wednesday 24th January 2007 12:01:53
> RE: FN-FORUM: easy way to find missing closing tags? - Andy Henderson [EMAIL REMOVED]
>
> [EMAIL REMOVED] wrote:
> > I've wondered about that as well, what about a 'pretty printer' type
> > of thing that tabs out all your DIVs and nested elements nicely?
> > That could serve the same purpose.
> >
> > Phil
>
> Internet Explorer can do that for you. Just do 'View source' on the page.
> Use Notepad's 'Save as' to save with an .xml extension. Double-click the
> new file and you get a formatted view. The diagnostics you get if the xhtml
> is wrong are usually useful.
>
> I tried doing the same thing in FF but I ran into problems.
>
> Andy
>
>
>
> ========================
> Wednesday 24th January 2007 12:01:54
> RE: RE: FN-FORUM: easy way to find missing closing tags? - pam [EMAIL REMOVED]
>
> Im probably the worst person on here, lol im still in learning stages of
> design, and I use this as it shows u each mistake line by line and shows u
> what should be there. I'm forever missing closing tags off.
>
> Pam Gould
> Gouldsmiths
> www.gouldsmiths.co.uk
> [EMAIL REMOVED]
>
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of
> [EMAIL REMOVED]
> Sent: 24 January 2007 12:42
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: RE: RE: FN-FORUM: easy way to find missing closing tags?
>
>
> cheers, is that the one based on Tidy?
>
>
> >
> >If your using firefox you can use an add on called html validator, it will
> >show you how many mistakes you have in your code and will show you where
> >they are.
> >
> >Pam Gould
> >Gouldsmiths
> >www.gouldsmiths.co.uk
> [EMAIL REMOVED]
> >
> >-----Original Message-----
> >From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of
> [EMAIL REMOVED]
> >Sent: 24 January 2007 12:18
> >To: FN-FORUM / [EMAIL REMOVED]
> >Subject: FN-FORUM: easy way to find missing closing tags?
> >
> >
> >I've a rather bloated xtml page which contains multiple DIV elements and it
> >appears somewhere along the lines I've neglected to close one of them which
> >not only prevents validation, but actually breaks part of the page.
> >
> >I've tried going through the page div by div and matching them up, I've
> >tried using the validation results for a tip-off as to which div is still
> >open but with no luck. Firebug doesnt throw up any useful information
> >(unless I'm just not looking in the right place) and its starting to really
> >bug me! I just can't see whats still open *angry face*
> >
> >Is there a tool which will help me here? something that runs through the
> >page and picks up any open div's (or other elements) and flags them?
> >
> >--
> >Freelancers, contractors earn more with Prosperity4
> >Call 0870 870 4414 or visit www.prosperity4.com
> >and benefit from Inland Revenue approved expenses today.
> >
> >To advertise here: http://www.freelancers.net/advertising.html
> >
> >
> >--
> >Freelancers, contractors earn more with Prosperity4
> >Call 0870 870 4414 or visit www.prosperity4.com
> >and benefit from Inland Revenue approved expenses today.
> >
> >To advertise here: http://www.freelancers.net/advertising.html
> >
> >
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
>
>
> ========================
> Wednesday 24th January 2007 12:03:30
> RE: RE: FN-FORUM: easy way to find missing closing tags? - pam [EMAIL REMOVED]
>
> Yes it is based on tidy, when page is free of errors it displays tidy logo
>
> Pam Gould
> Gouldsmiths
> www.gouldsmiths.co.uk
> [EMAIL REMOVED]
>
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of
> [EMAIL REMOVED]
> Sent: 24 January 2007 12:42
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: RE: RE: FN-FORUM: easy way to find missing closing tags?
>
>
> cheers, is that the one based on Tidy?
>
>
> >
> >If your using firefox you can use an add on called html validator, it will
> >show you how many mistakes you have in your code and will show you where
> >they are.
> >
> >Pam Gould
> >Gouldsmiths
> >www.gouldsmiths.co.uk
> [EMAIL REMOVED]
> >
> >-----Original Message-----
> >From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of
> [EMAIL REMOVED]
> >Sent: 24 January 2007 12:18
> >To: FN-FORUM / [EMAIL REMOVED]
> >Subject: FN-FORUM: easy way to find missing closing tags?
> >
> >
> >I've a rather bloated xtml page which contains multiple DIV elements and it
> >appears somewhere along the lines I've neglected to close one of them which
> >not only prevents validation, but actually breaks part of the page.
> >
> >I've tried going through the page div by div and matching them up, I've
> >tried using the validation results for a tip-off as to which div is still
> >open but with no luck. Firebug doesnt throw up any useful information
> >(unless I'm just not looking in the right place) and its starting to really
> >bug me! I just can't see whats still open *angry face*
> >
> >Is there a tool which will help me here? something that runs through the
> >page and picks up any open div's (or other elements) and flags them?
> >
> >--
> >Freelancers, contractors earn more with Prosperity4
> >Call 0870 870 4414 or visit www.prosperity4.com
> >and benefit from Inland Revenue approved expenses today.
> >
> >To advertise here: http://www.freelancers.net/advertising.html
> >
> >
> >--
> >Freelancers, contractors earn more with Prosperity4
> >Call 0870 870 4414 or visit www.prosperity4.com
> >and benefit from Inland Revenue approved expenses today.
> >
> >To advertise here: http://www.freelancers.net/advertising.html
> >
> >
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
>
>
> ========================
> Wednesday 24th January 2007 12:24:50
> RE: Re: FN-FORUM: easy way to find missing closing tags? - Andrew Bibby [EMAIL REMOVED]
>
> > Yup, used the w3c validators, it knows theres an open div but is highlighting > one which I know is definatly closed.
>
> _______________________
>
> I've never known the w3c validator to be 'wrong' - this probably means that you have an unclosed element somewhere inside the div it is highlighting.
>
> Do you feel like posting a link to the page so others can take a look?
>
> Cheers,
> Andrew.
>
> --
> _____________________________
> Andrew Bibby
> I.T. Solutions Ltd
> http://www.itsolutions.uk.com
>
>
>
>
> ========================
> Wednesday 24th January 2007 13:10:10
> RE: RE: Re: FN-FORUM: easy way to find missing closing tags? - [EMAIL REMOVED]
>
> I would, but its an internal system thing with some SOAP companants which arent accessible to the outside world, even if i did put it on a temp site.
>
> I sussed it out in the end, I had a self closing div element in the middle of the page constructed like this...
>
>
>
> I closed it twice! Thanks to pam, that plugin highlighted the mistake pretty quickly :)
>
>
>
> >
> >> Yup, used the w3c validators, it knows theres an open div but is
> >highlighting > one which I know is definatly closed.
> >
> >_______________________
> >
> >I've never known the w3c validator to be 'wrong' - this probably means that
> >you have an unclosed element somewhere inside the div it is highlighting.
> >
> >Do you feel like posting a link to the page so others can take a look?
> >
> >Cheers,
> >Andrew.
> >
> >--
> >_____________________________
> >Andrew Bibby
> >I.T. Solutions Ltd
> >http://www.itsolutions.uk.com
> >
> >
> >
> >--
> >Freelancers, contractors earn more with Prosperity4
> >Call 0870 870 4414 or visit www.prosperity4.com
> >and benefit from Inland Revenue approved expenses today.
> >
> >To advertise here: http://www.freelancers.net/advertising.html
> >
> >
>
> ========================
> Wednesday 24th January 2007 13:10:21
> FN-FORUM: GMail Spam Problems - Creative Digital Alliance [EMAIL REMOVED]
>
> Anyone noticed a lot of the forum messages are going into the spam
> folder in GMail, or is it just me?
>
> Paul
>
> --
> Creative Digital Alliance
> http://www.CreativeDigitalAlliance.Co.Uk
>
>
> ========================
> Wednesday 24th January 2007 13:15:13
> RE: RE: Re: FN-FORUM: easy way to find missing closing tags? - pam [EMAIL REMOVED]
>
>
> Wow, I'll post to this forum more often.lol glad to be of help
> Pam Gould
> Gouldsmiths
> www.gouldsmiths.co.uk
> [EMAIL REMOVED]
>
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of
> [EMAIL REMOVED]
> Sent: 24 January 2007 14:01
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: RE: RE: Re: FN-FORUM: easy way to find missing closing tags?
>
>
> I would, but its an internal system thing with some SOAP companants which
> arent accessible to the outside world, even if i did put it on a temp site.
>
> I sussed it out in the end, I had a self closing div element in the middle
> of the page constructed like this...
>
>
>
> I closed it twice! Thanks to pam, that plugin highlighted the mistake pretty
> quickly :)
>
>
>
> >
> >> Yup, used the w3c validators, it knows theres an open div but is
> >highlighting > one which I know is definatly closed.
> >
> >_______________________
> >
> >I've never known the w3c validator to be 'wrong' - this probably means that
>
> >you have an unclosed element somewhere inside the div it is highlighting.
> >
> >Do you feel like posting a link to the page so others can take a look?
> >
> >Cheers,
> >Andrew.
> >
> >--
> >_____________________________
> >Andrew Bibby
> >I.T. Solutions Ltd
> >http://www.itsolutions.uk.com
> >
> >
> >
> >--
> >Freelancers, contractors earn more with Prosperity4
> >Call 0870 870 4414 or visit www.prosperity4.com
> >and benefit from Inland Revenue approved expenses today.
> >
> >To advertise here: http://www.freelancers.net/advertising.html
> >
> >
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
>
>
> ========================
> Wednesday 24th January 2007 13:18:47
> Re: FN-FORUM: easy way to find missing closing tags? - Paolo Ciarrocca [EMAIL REMOVED]
>
> There is a Firefox extension called View Source Chart.
>
> http://jennifermadden.co m/scripts/ViewRenderedSource.html
>
> I find very useful for debugging nested containers and getting a good
> overview of the page hierarchy.
>
> On 24 Jan 2007 12:31:55 -0000, [EMAIL REMOVED] [EMAIL REMOVED] wrote:
> >
> > I've wondered about that as well, what about a 'pretty printer' type of
> > thing that tabs out all your DIVs and nested elements nicely? That could
> > serve the same purpose.
> >
> > Phil
> >
> > -----Original Message-----
> > From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of
> > [EMAIL REMOVED]
> > Sent: 24 January 2007 12:19
> > To: FN-FORUM / [EMAIL REMOVED]
> > Subject: FN-FORUM: easy way to find missing closing tags?
> >
> >
> > I've a rather bloated xtml page which contains multiple DIV elements and it
> > appears somewhere along the lines I've neglected to close one of them which
> > not only prevents validation, but actually breaks part of the page.
> >
> > I've tried going through the page div by div and matching them up, I've
> > tried using the validation results for a tip-off as to which div is still
> > open but with no luck. Firebug doesnt throw up any useful information
> > (unless I'm just not looking in the right place) and its starting to really
> > bug me! I just can't see whats still open *angry face*
> >
> > Is there a tool which will help me here? something that runs through the
> > page and picks up any open div's (or other elements) and flags them?
> >
> > --
> > Freelancers, contractors earn more with Prosperity4
> > Call 0870 870 4414 or visit www.prosperity4.com
> > and benefit from Inland Revenue approved expenses today.
> >
> > To advertise here: http://www.freelancers.net/advertising.html
> >
> >
> > --
> > Freelancers, contractors earn more with Prosperity4
> > Call 0870 870 4414 or visit www.prosperity4.com
> > and benefit from Inland Revenue approved expenses today.
> >
> > To advertise here: http://www.freelancers.net/advertising.html
> >
> >
>
> ========================
> Wednesday 24th January 2007 13:19:28
> Re: FN-FORUM: GMail Spam Problems - Paolo Ciarrocca [EMAIL REMOVED]
>
> Yep, in my case between 15 and 20 percent of messages from the forum
> go to the spam folder.
> It is only a recent development, started happening about a couple of weeks ago.
>
> On 24 Jan 2007 14:02:48 -0000, Creative Digital Alliance
> [EMAIL REMOVED] wrote:
> >
> > Anyone noticed a lot of the forum messages are going into the spam
> > folder in GMail, or is it just me?
> >
> > Paul
> >
> > --
> > Creative Digital Alliance
> > http://www.CreativeDigitalAlliance.Co.Uk
> >
> > --
> > Freelancers, contractors earn more with Prosperity4
> > Call 0870 870 4414 or visit www.prosperity4.com
> > and benefit from Inland Revenue approved expenses today.
> >
> > To advertise here: http://www.freelancers.net/advertising.html
> >
> >
>
> ========================
> Wednesday 24th January 2007 13:32:22
> Re: FN-FORUM: GMail Spam Problems - TheOriginal H [EMAIL REMOVED]
>
> On 24/01/07, TheOriginal H [EMAIL REMOVED] wrote:
> > Problem with distributed spam reporting. Suspect a few people have decided
> > to report FN stuff as spam rather than bothering to delete it or unsubscribe
> > - and gmail's clever algorithm has deemed x percentage spam.
> >
> > If enough people dig into their spam boxes and select "not spam", the
> > situation should reverse no?
> >
> >
> >
> >
> > On 24 Jan 2007 14:11:27 -0000, Paolo Ciarrocca [EMAIL REMOVED]
> > wrote:
> > >
> > > Yep, in my case between 15 and 20 percent of messages from the forum
> > > go to the spam folder.
> > > It is only a recent development, started happening about a couple of weeks
> > ago.
> > >
> > > On 24 Jan 2007 14:02:48 -0000, Creative Digital Alliance
> > > [EMAIL REMOVED] wrote:
> > > >
> > > > Anyone noticed a lot of the forum messages are going into the spam
> > > > folder in GMail, or is it just me?
> > > >
> > > > Paul
> > > >
> > > > --
> > > > Creative Digital Alliance
> > > > http://www.CreativeDigitalAlliance.Co.Uk
> > > >
> > > > --
> > > > Freelancers, contractors earn more with Prosperity4
> > > > Call 0870 870 4414 or visit www.prosperity4.com
> > > > and benefit from Inland Revenue approved expenses today.
> > > >
> > > > To advertise here:
> > http://www.freelancers.net/advertising.html
> > > >
> > > >
> > > --
> > > Freelancers, contractors earn more with Prosperity4
> > > Call 0870 870 4414 or visit www.prosperity4.com
> > > and benefit from Inland Revenue approved expenses today.
> > >
> > > To advertise here:
> > http://www.freelancers.net/advertising.html
> > >
> > > Unsubscribe:
> > http://www.freelancers.net/rm/1121185056303744830
> > >
> > > To Post a New Message: [EMAIL REMOVED]
> > > Forum Homepage: http://www.freelancers.net/forum.php
> > >
> > > http://www.freelancers.net - freelancers and freelance jobs
> > >
> > >
> >
> >
>
>
> ========================
> Wednesday 24th January 2007 13:39:52
> Re: FN-FORUM: GMail Spam Problems - Ady Wicaksono [EMAIL REMOVED]
>
> Agree,
>
> It happens to me too
>
> On 24 Jan 2007 14:03:00 -0000, Creative Digital Alliance
> [EMAIL REMOVED] wrote:
> >
> > Anyone noticed a lot of the forum messages are going into the spam
> > folder in GMail, or is it just me?
> >
> > Paul
> >
>
>
> ========================
> Wednesday 24th January 2007 14:01:23
> Re: FN-FORUM: refer a friend systems - Adam Reynolds [EMAIL REMOVED]
>
> I never understood those. What friend would supply your email address to
> somebody's site. That's what I call a 'wanker' and not a friend of mine.
>
> To be honest if you want people to become involved with your clients
> site, provide a referral scheme/system or just ask them to recommend the
> site to their friends.
>
> I mean these days my email client fills in the email address. All I type
> in is Fred Bloggs and it pulls up the possibilities. I wouldn't actually
> know their email address.
>
> If I like something I will Email/MSN/Skype it to relevant people. I have
> no wish to ever provide a site with other people's email addresses.
> There's enough spam in the world as it is.
>
> Bill Westhead wrote:
> >
> > Two tips:
> >
> > 1. sanitise the email addresses; ensure that only a single address is
> > entered and no newlines/line feeds are used to force through bcc:
> > addresses
> > 2. make sure the custom message is only a small part of the overall
> > email, ensure it is only plain text, or omit it completely
> >
> > Also, monitor emails sent through the form, either cc an admin address
> > or log to a DB, then you can see if the form is being abused and act
> > if necessary.
> >
> > NEVER allow a subject to be entered, this is just too easy to abuse.
> >
> > Regards,
> > Safehex.
> >
> > On 24 Jan 2007 11:11:22 -0000, webmetric [EMAIL REMOVED] wrote:
> >>
> >> I'm looking at adding one of these to a site for a client, and
> >> wondered if
> >> any one had any pitfalls to be aware of (and hopefully HOW they avoided
> >> them)
> >>
> >> It seems to me that when your asking some one to add there own email
> >> address, a "friends" email address AND a custom message, then what your
> >> actually writing is a spam gateway.
> >>
> >> The form WILL be locked down to registered users I hope (if I get my
> >> way)
> >> but even that is not enough really - on the other hand this needs to
> >> be a
> >> painless process, so CAPTCHAS are possibly out.
> >>
> >>
> >> Any thoughts welcome.
> >>
> >>
> >> D
> >>
> >>
> >>
> >> --
> >> Freelancers, contractors earn more with Prosperity4
> >> Call 0870 870 4414 or visit www.prosperity4.com
> >> and benefit from Inland Revenue approved expenses today.
> >>
> >> To advertise here: http://www.freelancers.net/advertising.html
> >>
> >>
>
>
>
> ========================
> Wednesday 24th January 2007 14:12:24
> RE: Re: FN-FORUM: refer a friend systems - [EMAIL REMOVED]
>
> Obviously you're not suggesting 'Webmetric' would do anything underhand with the email addresses people enter, are you ;)
>
> If you're looking to build an audience for your site and spread the word, a referal system is a very good way. People are lazy and if you provide them with a quick, simple way of telling their friends they're more likely to do so. Good marketing IMO.
>
>
> >
> >I never understood those. What friend would supply your email address to
> >somebody's site. That's what I call a 'wanker' and not a friend of mine.
> >
> >To be honest if you want people to become involved with your clients
> >site, provide a referral scheme/system or just ask them to recommend the
> >site to their friends.
> >
> >I mean these days my email client fills in the email address. All I type
> >in is Fred Bloggs and it pulls up the possibilities. I wouldn't actually
> >know their email address.
> >
> >If I like something I will Email/MSN/Skype it to relevant people. I have
> >no wish to ever provide a site with other people's email addresses.
> >There's enough spam in the world as it is.
> >
> >Bill Westhead wrote:
> >>
> >> Two tips:
> >>
> >> 1. sanitise the email addresses; ensure that only a single address is
> >> entered and no newlines/line feeds are used to force through bcc:
> >> addresses
> >> 2. make sure the custom message is only a small part of the overall
> >> email, ensure it is only plain text, or omit it completely
> >>
> >> Also, monitor emails sent through the form, either cc an admin address
> >> or log to a DB, then you can see if the form is being abused and act
> >> if necessary.
> >>
> >> NEVER allow a subject to be entered, this is just too easy to abuse.
> >>
> >> Regards,
> >> Safehex.
> >>
> >> On 24 Jan 2007 11:11:22 -0000, webmetric [EMAIL REMOVED] wrote:
> >>>
> >>> I'm looking at adding one of these to a site for a client, and
> >>> wondered if
> >>> any one had any pitfalls to be aware of (and hopefully HOW they avoided
> >>> them)
> >>>
> >>> It seems to me that when your asking some one to add there own email
> >>> address, a "friends" email address AND a custom message, then what your
> >>> actually writing is a spam gateway.
> >>>
> >>> The form WILL be locked down to registered users I hope (if I get my
> >>> way)
> >>> but even that is not enough really - on the other hand this needs to
> >>> be a
> >>> painless process, so CAPTCHAS are possibly out.
> >>>
> >>>
> >>> Any thoughts welcome.
> >>>
> >>>
> >>> D
> >>>
> >>>
> >>>
> >>> --
> >>> Freelancers, contractors earn more with Prosperity4
> >>> Call 0870 870 4414 or visit www.prosperity4.com
> >>> and benefit from Inland Revenue approved expenses today.
> >>>
> >>> To advertise here: http://www.freelancers.net/advertising.html
> >>>
> >>>
> >
> >
> >--
> >Freelancers, contractors earn more with Prosperity4
> >Call 0870 870 4414 or visit www.prosperity4.com
> >and benefit from Inland Revenue approved expenses today.
> >
> >To advertise here: http://www.freelancers.net/advertising.html
> >
> >
>
> ========================
> Wednesday 24th January 2007 14:16:01
> RE: FN-FORUM: GMail Spam Problems - Darren Seamark [EMAIL REMOVED]
>
> > Anyone noticed a lot of the forum messages are going into the spam
> > folder in GMail, or is it just me?
>
>
> Nope me too.
>
>
>
>
> ========================
> Wednesday 24th January 2007 15:08:30
> Re: FN-FORUM: GMail Spam Problems - Richard John [EMAIL REMOVED]
>
> Yep, I've created a filter to label them, but they still go to spam.
>
> On 24 Jan 2007 15:08:08 -0000, Darren Seamark [EMAIL REMOVED] wrote:
> >
> > > Anyone noticed a lot of the forum messages are going into the spam
> > > folder in GMail, or is it just me?
> >
> >
> > Nope me too.
> >
> >
> >
> > --
> > Freelancers, contractors earn more with Prosperity4
> > Call 0870 870 4414 or visit www.prosperity4.com
> > and benefit from Inland Revenue approved expenses today.
> >
> > To advertise here: http://www.freelancers.net/advertising.html
> >
> >
>
> ========================
> Wednesday 24th January 2007 15:19:47
> Re: FN-FORUM: GMail Spam Problems - Richard Flack [EMAIL REMOVED]
>
> Hi guys/gals,
>
> Simple solution to this. In Gmail create a 'label' for anything
> relating to the FN-Forum.
> In this instance I've used the label 'freelancer', without the quotes.
>
> In the search box, type in the following:
>
> in:spam label:freelancer
>
> replace 'freelancer' with the name of the label you've specified.
> Then select all emails it finds, then click the 'more actions' drop
> down box and then select 'not spam'. Over time I'm assuming this will
> whitelist these messages and the problem will slowly resolve itself.
>
> Cheers,
> Rich
>
> On 24 Jan 2007 15:59:07 -0000, Richard John [EMAIL REMOVED] wrote:
> >
> > Yep, I've created a filter to label them, but they still go to spam.
> >
> > On 24 Jan 2007 15:08:08 -0000, Darren Seamark [EMAIL REMOVED] wrote:
> > >
> > > > Anyone noticed a lot of the forum messages are going into the spam
> > > > folder in GMail, or is it just me?
> > >
> > >
> > > Nope me too.
> > >
> > >
> > >
> > > --
> > > Freelancers, contractors earn more with Prosperity4
> > > Call 0870 870 4414 or visit www.prosperity4.com
> > > and benefit from Inland Revenue approved expenses today.
> > >
> > > To advertise here: http://www.freelancers.net/advertising.html
> > >
> > >
> > --
> > Freelancers, contractors earn more with Prosperity4
> > Call 0870 870 4414 or visit www.prosperity4.com
> > and benefit from Inland Revenue approved expenses today.
> >
> > To advertise here: http://www.freelancers.net/advertising.html
> >
> >
>
> ========================
> Wednesday 24th January 2007 15:44:13
> Re: FN-FORUM: refer a friend systems - Adam Reynolds [EMAIL REMOVED]
>
> Well what about a mailto link filling in subject and body information?
>
> I just never use those refer a friend things. (could be personal
> choice). If I want somebody to see something. I'll email the link.
>
> http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&sspagename?ME%3AL%3ARTQ%3AUK%3A1&viewitem=&item0077026590&rd=1
>
>
> [EMAIL REMOVED] wrote:
> > Obviously you're not suggesting 'Webmetric' would do anything underhand with the email addresses people enter, are you ;)
> >
> > If you're looking to build an audience for your site and spread the word, a referal system is a very good way. People are lazy and if you provide them with a quick, simple way of telling their friends they're more likely to do so. Good marketing IMO.
> >
> >
> >
> >> I never understood those. What friend would supply your email address to
> >> somebody's site. That's what I call a 'wanker' and not a friend of mine.
> >>
> >> To be honest if you want people to become involved with your clients
> >> site, provide a referral scheme/system or just ask them to recommend the
> >> site to their friends.
> >>
> >> I mean these days my email client fills in the email address. All I type
> >> in is Fred Bloggs and it pulls up the possibilities. I wouldn't actually
> >> know their email address.
> >>
> >> If I like something I will Email/MSN/Skype it to relevant people. I have
> >> no wish to ever provide a site with other people's email addresses.
> >> There's enough spam in the world as it is.
> >>
> >> Bill Westhead wrote:
> >>
> >>> Two tips:
> >>>
> >>> 1. sanitise the email addresses; ensure that only a single address is
> >>> entered and no newlines/line feeds are used to force through bcc:
> >>> addresses
> >>> 2. make sure the custom message is only a small part of the overall
> >>> email, ensure it is only plain text, or omit it completely
> >>>
> >>> Also, monitor emails sent through the form, either cc an admin address
> >>> or log to a DB, then you can see if the form is being abused and act
> >>> if necessary.
> >>>
> >>> NEVER allow a subject to be entered, this is just too easy to abuse.
> >>>
> >>> Regards,
> >>> Safehex.
> >>>
> >>> On 24 Jan 2007 11:11:22 -0000, webmetric [EMAIL REMOVED] wrote:
> >>>
> >>>> I'm looking at adding one of these to a site for a client, and
> >>>> wondered if
> >>>> any one had any pitfalls to be aware of (and hopefully HOW they avoided
> >>>> them)
> >>>>
> >>>> It seems to me that when your asking some one to add there own email
> >>>> address, a "friends" email address AND a custom message, then what your
> >>>> actually writing is a spam gateway.
> >>>>
> >>>> The form WILL be locked down to registered users I hope (if I get my
> >>>> way)
> >>>> but even that is not enough really - on the other hand this needs to
> >>>> be a
> >>>> painless process, so CAPTCHAS are possibly out.
> >>>>
> >>>>
> >>>> Any thoughts welcome.
> >>>>
> >>>>
> >>>> D
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> Freelancers, contractors earn more with Prosperity4
> >>>> Call 0870 870 4414 or visit www.prosperity4.com
> >>>> and benefit from Inland Revenue approved expenses today.
> >>>>
> >>>> To advertise here: http://www.freelancers.net/advertising.html
> >>>>
> >>>>
> >>>>
> >> --
> >> Freelancers, contractors earn more with Prosperity4
> >> Call 0870 870 4414 or visit www.prosperity4.com
> >> and benefit from Inland Revenue approved expenses today.
> >>
> >> To advertise here: http://www.freelancers.net/advertising.html
> >>
> >>
> >>
>
>
>
> ========================
> Wednesday 24th January 2007 15:56:19
> Re: FN-FORUM: Actionscript 2 and JSON - Mike Duguid [EMAIL REMOVED]
>
> > I have been trying to get the following file:
> > http://www.theorganization.net/work/jos/JSON.as
> > and it no longer exists. Does anyone have a copy they can email over?
> > It is an actionscript 2 json class file which i found a link to at
> > www.json.org
>
> It's in here
> http://www.actionscriptclasses.com/2006/json/
>
> Mike
>
>
> ========================
> Wednesday 24th January 2007 16:01:58
> Re: FN-FORUM: refer a friend systems - Steve Pineger [EMAIL REMOVED]
>
> Its useful to have the referrer and referee emails if you're offering an
> incentive scheme for signups/referrals.
> Otherwise you end up with no link between the two. It doesn't make much
> sense to get the email for anything else, as the spam regs require
> explicit opt in for mailing lists.
>
> Best Regards
>
> Steve
>
>
>
> Adam Reynolds wrote:
> >
> > Well what about a mailto link filling in subject and body information?
> >
> > I just never use those refer a friend things. (could be personal
> > choice). If I want somebody to see something. I'll email the link.
> >
> > http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&sspagename?ME%3AL%3ARTQ%3AUK%3A1&viewitem=&item0077026590&rd=1
> >
> >
> >
> > [EMAIL REMOVED] wrote:
> >> Obviously you're not suggesting 'Webmetric' would do anything
> >> underhand with the email addresses people enter, are you ;)
> >>
> >> If you're looking to build an audience for your site and spread the
> >> word, a referal system is a very good way. People are lazy and if
> >> you provide them with a quick, simple way of telling their friends
> >> they're more likely to do so. Good marketing IMO.
> >>
> >>
> >>
> >>> I never understood those. What friend would supply your email
> >>> address to somebody's site. That's what I call a 'wanker' and not a
> >>> friend of mine.
> >>>
> >>> To be honest if you want people to become involved with your clients
> >>> site, provide a referral scheme/system or just ask them to recommend
> >>> the site to their friends.
> >>>
> >>> I mean these days my email client fills in the email address. All I
> >>> type in is Fred Bloggs and it pulls up the possibilities. I wouldn't
> >>> actually know their email address.
> >>>
> >>> If I like something I will Email/MSN/Skype it to relevant people. I
> >>> have no wish to ever provide a site with other people's email
> >>> addresses. There's enough spam in the world as it is.
> >>>
> >>> Bill Westhead wrote:
> >>>
> >>>> Two tips:
> >>>>
> >>>> 1. sanitise the email addresses; ensure that only a single address is
> >>>> entered and no newlines/line feeds are used to force through bcc:
> >>>> addresses
> >>>> 2. make sure the custom message is only a small part of the overall
> >>>> email, ensure it is only plain text, or omit it completely
> >>>>
> >>>> Also, monitor emails sent through the form, either cc an admin address
> >>>> or log to a DB, then you can see if the form is being abused and act
> >>>> if necessary.
> >>>>
> >>>> NEVER allow a subject to be entered, this is just too easy to abuse.
> >>>>
> >>>> Regards,
> >>>> Safehex.
> >>>>
> >>>> On 24 Jan 2007 11:11:22 -0000, webmetric [EMAIL REMOVED] wrote:
> >>>>
> >>>>> I'm looking at adding one of these to a site for a client, and
> >>>>> wondered if
> >>>>> any one had any pitfalls to be aware of (and hopefully HOW they
> >>>>> avoided
> >>>>> them)
> >>>>>
> >>>>> It seems to me that when your asking some one to add there own email
> >>>>> address, a "friends" email address AND a custom message, then what
> >>>>> your
> >>>>> actually writing is a spam gateway.
> >>>>>
> >>>>> The form WILL be locked down to registered users I hope (if I get
> >>>>> my way)
> >>>>> but even that is not enough really - on the other hand this needs
> >>>>> to be a
> >>>>> painless process, so CAPTCHAS are possibly out.
> >>>>>
> >>>>>
> >>>>> Any thoughts welcome.
> >>>>>
> >>>>>
> >>>>> D
> >>>>>
> >>>>>
> >>>>>
> >>>>> --
> >>>>> Freelancers, contractors earn more with Prosperity4
> >>>>> Call 0870 870 4414 or visit www.prosperity4.com
> >>>>> and benefit from Inland Revenue approved expenses today.
> >>>>>
> >>>>> To advertise here: http://www.freelancers.net/advertising.html
> >>>>>
> >>>>>
> >>>>>
> >>> --
> >>> Freelancers, contractors earn more with Prosperity4
> >>> Call 0870 870 4414 or visit www.prosperity4.com
> >>> and benefit from Inland Revenue approved expenses today.
> >>>
> >>> To advertise here: http://www.freelancers.net/advertising.html
> >>>
> >>>
> >>>
> >
> >
>
>
>
> ========================
> Wednesday 24th January 2007 16:16:52
> Re: FN-FORUM: GMail Spam Problems - Rob Thijssen [EMAIL REMOVED]
>
> I noticed about a week ago and started using "label:spam fn-forum" as
> a search string to un spam them. It's not happening so much any more.
> /rob
>
> On 24 Jan 2007 14:02:17 -0000, Creative Digital Alliance
> [EMAIL REMOVED] wrote:
> >
> > Anyone noticed a lot of the forum messages are going into the spam
> > folder in GMail, or is it just me?
> >
> > Paul
> >
> > --
> > Creative Digital Alliance
> > http://www.CreativeDigitalAlliance.Co.Uk
> >
> > --
> > Freelancers, contractors earn more with Prosperity4
> > Call 0870 870 4414 or visit www.prosperity4.com
> > and benefit from Inland Revenue approved expenses today.
> >
> > To advertise here: http://www.freelancers.net/advertising.html
> >
> >
>
> ========================
> Wednesday 24th January 2007 20:23:57
> Re: FN-FORUM: refer a friend systems - Dom Latter [EMAIL REMOVED]
>
> On Wednesday 24 Jan 2007 11:41 am, Bill Westhead wrote:
> > 1. sanitise the email addresses; ensure that only a single address is
> > entered and no newlines/line feeds are used to force through bcc:
> > addresses
>
> I've done a couple of these. I check that the entered email addresses
> are valid (insofar as you can: strip everything after [EMAIL REMOVED] and check
> it's a valid domain).
>
> > 2. make sure the custom message is only a small part of the overall
> > email, ensure it is only plain text, or omit it completely
> >
> > Also, monitor emails sent through the form, either cc an admin address
> > or log to a DB, then you can see if the form is being abused and act
> > if necessary.
>
> CC to an admin address AND log to a database, with "sender's"
> IP address and time. If you get more than say, ten referrals from
> one IP address in the space of five minutes, decline (politely).
>
> --
> 5: When responding to a post, delete all information that is not
> strictly necessary. This includes the freelancers tag line and .sig
> files. Delete anything you're not specifically responding to.
>
>
>
> ========================
> Wednesday 24th January 2007 21:50:06
> FN-FORUM: bulk rename file names - Punters Power [EMAIL REMOVED]
>
> anyone know of a program that will rename files in bulk?
>
> andrew
>
>
>
>
> ========================
> Wednesday 24th January 2007 22:23:34
> Re: FN-FORUM: bulk rename file names - Tony Crockford [EMAIL REMOVED]
>
> Punters Power wrote:
> > anyone know of a program that will rename files in bulk?
>
> this is what I use:
>
> http://www.1-4a.com/rename/
>
>
> ========================
> Thursday 25th January 2007 09:42:44
> Re: FN-FORUM: bulk rename file names - Steve Pineger [EMAIL REMOVED]
>
> I've used Flexible renamer for years - very simple to use and no install.
>
> http://hp.vector.co.jp/authors/VA014830/english/FlexRena/
>
> Also I think that IrfanView will batch rename, even though it is really
> for images. I've never used it like this, but if you've got a copy already.
>
> All the best,
>
> Steve
>
> > anyone know of a program that will rename files in bulk?
> >
>
>
>
> ========================
> Thursday 25th January 2007 09:47:03
> Re: FN-FORUM: bulk rename file names - Dominic Raywood [EMAIL REMOVED]
>
> Isn't windoze carp!?! How many basic utilities are just not there eh?
>
> How did they manage to market it so well in the face of Unix / Linux? It
> is as they say all in the packaging - doesn't matter what's in the box,
> just package it well :)
>
> Sorry - anti microshite rant over.
>
> --
> Dominic Raywood
> Rubicon Computer Services Limited
> W: http://rubiconcsl.com
> E: [EMAIL REMOVED]
> T: 08456 521 561 (+44 1823 698420)
> F: 08456 521 561 (+44 1823 690169)
> M: 07050 204998 (+44 7811 252573)
>
> >
> > Punters Power wrote:
> >> anyone know of a program that will rename files in bulk?
> >
> > this is what I use:
> >
> > http://www.1-4a.com/rename/
> >
> > --
> > Freelancers, contractors earn more with Prosperity4
> > Call 0870 870 4414 or visit www.prosperity4.com
> > and benefit from Inland Revenue approved expenses today.
> >
> > To advertise here: http://www.freelancers.net/advertising.html
> >
> >
>
> ========================
> Thursday 25th January 2007 09:54:38
> RE: FN-FORUM: bulk rename file names - Phil Reeve [Yapura] [EMAIL REMOVED]
>
> I'll second that, 1-4a Rename - can do regex replaces as well I think. And
> it's got a funky multicolour interface... what more could you want?
>
>
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Tony
> Crockford
> Sent: 24 January 2007 23:17
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: Re: FN-FORUM: bulk rename file names
>
>
> Punters Power wrote:
> > anyone know of a program that will rename files in bulk?
>
> this is what I use:
>
> http://www.1-4a.com/rename/
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
>
>
> ========================
> Thursday 25th January 2007 10:08:10
> Re: FN-FORUM: bulk rename file names - Steve Pineger [EMAIL REMOVED]
>
> Can I make a personal plea that we leave this fascinating (_cough_)
> subject at that ;-)
> >
> > Sorry - anti microshite rant over.
> >
> >
>
>
>
> ========================
> Thursday 25th January 2007 10:24:28
> Re: FN-FORUM: bulk rename file names - Dominic Raywood [EMAIL REMOVED]
>
> I think we had until you replied ;)
> --
> Dominic Raywood
> Rubicon Computer Services Limited
> W: http://rubiconcsl.com
> E: [EMAIL REMOVED]
> T: 08456 521 561 (+44 1823 698420)
> F: 08456 521 561 (+44 1823 690169)
> M: 07050 204998 (+44 7811 252573)
>
> >
> > Can I make a personal plea that we leave this fascinating (_cough_)
> > subject at that ;-)
> >>
> >> Sorry - anti microshite rant over.
> >>
> >>
> >
> >
> > --
> > Freelancers, contractors earn more with Prosperity4
> > Call 0870 870 4414 or visit www.prosperity4.com
> > and benefit from Inland Revenue approved expenses today.
> >
> > To advertise here: http://www.freelancers.net/advertising.html
> >
> >
>
>
> To Post a New Message: [EMAIL REMOVED]
> Forum Homepage: http://www.freelancers.net/forum.php
>
> http://www.freelancers.net - freelancers and freelance jobs
>
>
-----------------------------------------
Email sent from www.ntlworld.com
Virus-checked using McAfee(R) Software
Visit www.ntlworld.com/security for more information
|
 |
|