NYTimes.com Hand-Codes HTML & CSS
eldavojohn writes "The design director of NYTimes.com, Khoi Vinh, recently answered readers' questions in the Times's occasional feature 'Ask the Times.' He was asked how the Web site looks so consistently nice and polished no matter which browser or resolution is used to access it. His answer begins: 'It's our preference to use a text editor, like HomeSite, TextPad or TextMate, to "hand code" everything, rather than to use a wysiwyg (what you see is what you get) HTML and CSS authoring program, like Dreamweaver. We just find it yields better and faster results.'"
This is the case for almost any dynamic website. There's no story here.
...and yet they get 455(!) errors. That's not very good. http://validator.w3.org/check?uri=http%3A%2F%2Fnytimes.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0.
46487 466780 252994 376409 96920 39622 205366 244315 622115 512361 668040 63608 259203 955314 811176 652718 166330 23922
How much work does that actually involve? I don't read their online edition, but I imagine that they have all their articles in a database and put its contents into an HTML wrapper. That involves coding the wrapper once, and maybe a couple of conversions in the article text to make it HTML-friendly. You can do this when the article is converted into the database, or you can do it on the fly in your scripts, but the point is it shouldn't be that difficult to do.
He doesn't mean that they hand-code every page -- he says very clearly that they use a CMS with templates. All he said is that they don't use a GUI tool to create the templates. This is true of just about any significant site. What is the imagined news here?
CSS support is very good in DW.
Actually, no, it's not. At least through Dreamweaver 8, CSS is sort of a bolted-on afterthought. The Dreamweaver "Properties" pane and the CSS system do not play well together. Dreamweaver has a useful GUI for table-based layout, but falls down on DIV-based layout. (This isn't entirely Dreamweaver's fault. DIV-based "float" and "clear" just weren't a well chosen set of primitives. It's trying to solve a 2D problem with a 1D mechanism.)
Dreamweaver 3 was easier to use.
Yes, it is. Don't just take my word for it, take a look at what the HTML specification has to say on the matter.
You are confusing a URI with the representation of that URI within an HTML document. Just because it appears as & in the document, it doesn't mean that's what you end up with after it has been parsed.
Bogtha Bogtha Bogtha
Like one of these?
http://www.subir.com/lynx/enhanced_images.html
Pulp Audio Weekly - Geek News and Reviews
Not really, unless you're using tables for layouts. CSS layouts don't look right.
Management tools? What, ftp? Why the hell would you run some bloated WebDev environment entirely in code mode?
Dude. Let me help you.
This will be KDE-specific, but I'm sure you could use Gnome programs for the same thing. For that matter, you could also setup SSHFS, or NFS.
Open Kate.
Click File, Open.
In the file selector, type: fish://user@someserver/some/path/and/file.html
Edit.
Save.
Marvel as your file is magically updated, without any bizarre management tools. With the benefit of being secure.
For extra credit, you can even figure out how to commonly accessed remote directories in the left-hand sidebar.
Bill