![]() |
|
|
Are you a eMedia designer, producer or buyer? If you are, then we need to know each other. Form a mutually beneficial partnership. Or just have lunch and trade shop-talk. Find out more about: Design Vs Technology Guerilla Web-development Advanced Webcoding? Custom Servers My contact details. Digital Artisan Perhaps the best way to see what I do is to look at some recent projects: Case of The Wired Golfers! A Very Thin Client. Live Event Netcasting. Customizable Emulators And here is the inevitable page of past glories. Project Screenshots. Testimonials These folks have graciously given of their time to vouch for me and the quality of my work. Connecting Images Digital Cafe ViewSonic Corporation Lectec Corporation (1986) Ozone Ramblers (1983) are from my earliest years in the United States. I have included them as character references This page and it's contents are copyright © 1996 - 2003 by Chino and Chino.Com. All rights reserved. |
The first method is to automate the process of
code-writing by using a WYSIWYG authoring application. There are many good
applications available, Dreamweaver from Macromedia, or
Frontpage from Microsoft, to name 2 of the most popular.
The largest drawback to using an application is you are limited by the
capabilities of that application. HTML itself is capable of much more than
any one application can automate.
The second method is to write raw HTML. This allows much
greater control over how a webpage is rendered in a browser. Many things that
were thought of as "hard to do" or "impossible" (we
don’t know the meaning of the word) are actually quite achievable in raw
HTML and custom written javascript. The drawback to this method is that it is
slower, but the resulting product is modular and of much higher precision and
quality.
The webcoders of Chino.Com author webpages using raw HTML, we usually have to in order to deliver HTML components that look
exactly like the original design document, across multiple browsers. In many cases we get requests for
pixel-accurate placement.
Coding in raw html is an important skill when authoring
websites that take into consideration that a webpage is not a print document.
When designed and programmed correctly, content can re-flow, resize, and even
re-purpose to fit the brand and size of the browser.
This is now especially important with the
advent of devices with smaller viewing surfaces (PalmOS, WinCE) and larger ones
(WebTV on HDTV).
|