First, I'd get annoyed if I found you tried to bug a CV you sent me. I'd definitely tell you not to send something like that to my clients.
Second, I think that while HTML resumes are a fine thing to post on your website, they are a terrible format for sending to a prospective employer. You are virtually guaranteed that it will be mangled behind comprehension by the time an interviewer gets it.
Don't send HTML resumes. Don't send DOC files. Send PDFs. Hiring managers expect to have to read PDFs, they will print reliably, and they won't launch MS Office when someone clicks on them. PDF. It's the way to go.
tptacek, would you consider that a 'bug' even if you noticed it and carefully traced it? I think I'd assume the guy previously referred to a CSS file but now included it inline and forgot to remove the old <link type='text/css'>. Maybe I'd be suspicious if python responded with headers that said, "hi this is a python web server!". But linking to an empty CSS (or getting a 404 !) would not ever raise my suspicions. That's part of its beauty!
Hmm, on 2nd thought, getting the server to send a 404 while tracking the resume's travels is even more elegant.
I'd only be annoyed if in the interview he bragged about bugging the resume!!!
How does that stop them? Most 3rd party readers have basic editing capabilities and any unethical recruiter could trivially afford (or unethically obtain) Acrobat Pro.
It just makes it more difficult. Everyone has Microsoft Word, but not everyone has Acrobat Pro, or the other 3rd party tools. If you're really paranoid, you could digitally sign your PDF, but that seems like overkill.
Recruitment companies use automated CV parsing software to extract structured data (contact details, employment/education histories, coded skills based on keywords in your CV, etc, etc) from all kinds of CV formats, including PDF.
From that structured data, they can recreate your CV content in their house style, even if it was originally a PDF.
(My employer is a market leader in this area, although 90%+ CVs I see are Doc files, and we mostly use an automated Word process for stripping contact details from those and adding recruiter's logos.)
Only the smallest recruiters are doing any of this stuff by hand using Word/Acrobat. It's all automated, like a sausage factory.
Anyway, if you make it hard for them to process your CV how they like it, they'll just chuck it. In that case, why bother sending it to recruiters at all? If you need their help, you need to play by their rules.
Right, it's just deterrence. No amount of signing is going to stop a determined and evil recruiter from just retyping your CV with their buzzwords added. Can't imagine that actually happening, but I am reminded of the employer looking for "pink box testing" experience...
You've been leading a sheltered life. The majority of CVs we received via a recruitment agency at Kuju (game developer) had been changed by the agency, and I'm not just talking about removing the contact details.
Some CVs were so mangled that I'm pretty sure they were a copy & paste job from a PDF into MS Word.
My piece of advice: if you ever have an agency apply for jobs on your behalf, insist on seeing the final version of your CV before they send it. They probably mean well, but they frequently end up misrepresenting you because they just don't understand your job. Yes, this also applies to agencies specialised on the tech sector.
First, don't send bugs. It's not going to tell you anything worthwhile when people don't detect it and it's just going to annoy people who do.
Second, send resumes in the format expected by the recipient. This is still occasionally a .doc file. PDF covers most bases but not always. I think, statistically, nobody ever failed to get a job because they failed to produce an HTML resume. Send what the person on the other end is easily going to read. Consider figuring that out your first interview question.
Most big resume processing systems mangle them anyway. I have referred friends during my time at both Google and Microsoft. Both companies ask you to paste a plain text version of the resumes.
I usually get asked to help screen resumes for applicants to the department I'm in... every single one has either been a .doc attachment (pretty much all of the contractor positions) or pasted into a html email (pretty much all of the permanent positions). I don't believe I've ever seen one in PDF (except when I was looking for work after college... they asked me to re-send it as a .doc).
And I'm a hiring manager who just checked 121 resumes in his mail spool, ~65% of which were in PDF. But sure, I guess there's someone out there who's never seen a PDF resume.
Likewise, it seems in the UK Infosec industry recruiters send CVs in Word format where possible (and usually track changes), whereas individuals tend to send PDFs generated in Word, OpenOffice or commonly (for technical folk) Latex.
Since when? I've made my PDF CVs using LaTeX (XeLaTeX, actually) for years. I've never had a problem, and I get the occasional comment about how nicely presented the CV is.
Agencies hate PDFs in general, since they can't mess around with them as easily, but that's their problem.
Wait a minute: Do you mean LaTeX source code, or LaTeX generated PDF, or just PDF? And what do you mean by "recruiters"? The guy you will work with? the HR people? Or the agencies?
Most of all, why do "recruiters" hate "Latex"? (This is a real question, whose response might serve me soon.)
> But sure, I guess there's someone out there who's never seen a PDF resume.
Seems to imply that he feels that his experience is the same for 99% of the rest of the world, and that tbrownaw's evidence is in the minority. The problem is that both of them only have anecdotal evidence, so neither can claim to have 'the big picture,' though tptacek seems to infer that he does ("But sure, I guess there's someone out there" implies that this 'someone' is all alone/the only person).
Yes. I've seen way too many mangled CVs. Stick to PDFs unless the company in question requests a specific format. Beware of agencies deliberately changing your CV regardless of format (see my other comment).
There are exactly no mainstream browsers that print even fairly basic HTML pages reliably, IME. Typically, the scaling and positioning of page elements ranges from poor to seriously clipped/unreadable once you get beyond the most trivial formatting.
Yes. At first I thought he was italicizing each mention of a programming language, which is a nice idea. Then python was bold and not italic, and I lost the thread.
This is also a fairly common way to track people down. I used something similar, with an HTML email, to find an SEO shuyster who had defrauded a friend. It helped prove he was in the country (despite his claims). It gave us a good reason to try and setup a sting where instead of meeting a potential customer, he was greeted by a process server.
Second, I think that while HTML resumes are a fine thing to post on your website, they are a terrible format for sending to a prospective employer. You are virtually guaranteed that it will be mangled behind comprehension by the time an interviewer gets it.
Don't send HTML resumes. Don't send DOC files. Send PDFs. Hiring managers expect to have to read PDFs, they will print reliably, and they won't launch MS Office when someone clicks on them. PDF. It's the way to go.