Define "Hard Core" HTML

liunx

Guest
I have a rare job interview on Monday, and they're looking for a "Hard Core" HTML coder, amongst other things. Anyone want to recommend some stuff I should prepare for in case they quiz me? Thanks.<!--content-->As a current fulltime IT person, I'd have to say that they more than likely want someone who can hand code HTML instead of using a wysiwyg editor like frontpage or dreamweaver. <br />
<br />
I'd try your hand at some quizzes online, online tutes, and generally brush up on related skills (javascript especially). <br />
<br />
<!-- w --><a class="postlink" href="http://www.trainingtools.com">www.trainingtools.com</a><!-- w --><!--content-->I thought the whole of the net was hardcore. Naw, thats porn I think. I bet they mean do you actually know and can write from scratch HTML. No WYSIWYG editors please.<!--content-->yea, since hard core coder could mean anything I would think they are looking for someone that knows how to code by hand and knows most html conventions/standards by memory.<br />
<br />
A person that can be given general concepts and can turn them into webpages pretty quickly, doesn't need to break open the books or fiddle around for days trying to get it to work.<br />
<br />
If you have to prepare for a quiz you may not be a hard code HTML coder ;)<!--content-->Jeess, hardcore hey!!!, depends , there's lots of things that could affect it really, say size of company, position of the job etc. But be sure these days it's not going to be just html, expect to be asked about your knowledge on css, ssl, ssi, photoshop/illustrator possibly, cgi, flash etc, but ofcourse all depends on the job description, you could be just purely working with html while you have a load of companions that will just do the flash side, ssi side etc.<br />
Heres a couple of job requirements that came under html coder on a yahoo search:<br />
<br />
HTML coder vacancy:<br />
The HTML Coder requirements include 5+ years of hands-on experience doing HTML coding of the user interface to support cross-platform and cross-browser requirements. Previous experience with HTML development for Internet Explorer, Netscape, and Linux-based browsers on a PC, Mac, and Linux operating systems are an absolute requirement. Strong experience developing client-side JavaScript are also a must. This position is also responsible for ensuring cleanliness and optimization of all HTML on the site<br />
<br />
html coder at digital arts group:<br />
Requirements:<br />
html/css ?exellent knowledge;<br />
experience of html-coding;<br />
skill to work with the text.<br />
<br />
<br />
Also:<br />
perl/cgi;<br />
javascript;<br />
wap/wml;<br />
php;<br />
Photoshop, ImageReady;<br />
HomeSite;<br />
knowledge of Internet protocols<!--content-->>> This position is also responsible for ensuring cleanliness and optimization of all HTML on the site <<<br />
<br />
Looks like they want someone who knows how to validate their code.<br />
<br />
Mwhahaha.<!--content-->let us know how the interview goes. And also let us know if anyone at any time asks any questions about validated code. I've never had the experience in my IT career.... but there could be a first. :rolleyes:<br />
<br />
I severly doubt that they want someone to run code through a validator all day. More than likely, they want results that make things work.... but who knows? :confused:<!--content-->seeing as we're talking about validated code.... does it really matter that much?? the first few websites i did looked grand and worked no problems but when i later on checked them in the validator they had tons of errors!!<br />
what are the consequences, if any, of code not being validated?<!--content-->It depends what the errors are.<br />
<br />
If it is tags or attributes spelt incorrectly like <tbale> or <img witdh="100" hiehgt="100"> then the code isn't going to work.<br />
<br />
If it is nesting errors like <u>Some<i>words<b>that</i>should</u>appear</b>differently then the code will produce different results in different browsers.<br />
<br />
If the stuff highlighted is just some browser specific code like <blink> or <marquee>, then you'll be aware that the code only works in some browsers and fails in others.<br />
<br />
Don't play Russian Roulette with your code by just checking that it works in a single version of Internet Explorer and then hoping for the best. Run it through a code checker, fix as many of the errors as possible, and benefit from a site that will work on a greater range of browsers.<!--content-->I just use the validator to make sure I didn't improperly nest tags or forgot to close a tag... fairly serious errors like that.<br />
<br />
If the validator *****es about something like <embed>, saying that it's an error, who cares. Can't rely on the validator all the time. A page that doesn't validate doesn't mean it won't look good with Netscape/Opera/etc.<!--content-->>> If the validator *****es about something like <embed>, saying that it's an error, who cares. Can't rely on the validator all the time. A page that doesn't validate doesn't mean it won't look good with Netscape/Opera/etc. <<<br />
<br />
Hmm, I think that is exactly what I was saying.<br />
<br />
Check this thread out: <!-- m --><a class="postlink" href="http://www.htmlforums.com/showthread.php?s=&threadid=20915">http://www.htmlforums.com/showthread.ph ... adid=20915</a><!-- m --> in particular this post: <!-- m --><a class="postlink" href="http://www.htmlforums.com/showthread.php?s=&postid=133124">http://www.htmlforums.com/showthread.ph ... tid=133124</a><!-- m --> and this validator link: <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww22.brinkster.com%2Fdkdarkstar%2FBrinksterExamples%2FMain.HTML&doctype=HTML+4.01+Transitional&charset=iso-8859-1+%28Western+Europe%29&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=http% ... ine=1&sp=1</a><!-- m --> to see what I mean.<!--content-->I found this old VHS tape where these two <table> tags, from W3C, got all nested wrong with this <td> tag from some new dot com venture... well this Swedish pipe music started playing in the background... you know the stuff 1970's elevator music. Well I love to describe it more but I was almost sick. That poor little <td> tag. I had to turn it off. Anyway I hear all the 2.0 markup get it on in the final scene with the 4.01 markup. Is that hardcore enough? Oh the nurse is back with the crayons... I have to go.<!--content-->All this stuff about jobs... has anyone read the post I made in the feedback section about a little sub forum for career advice and what not? Your thoughts there would be welcome.<!--content-->
 
Back
Top