Welcome to my site. My goals on this site is to provide you with as much information as possible within the technology arena.
Mr. Iniguez
Career Technology Educator
Ontario High School

Nested Lists and CSS Descendant Selectors – Examples

Posted by webdesign.guide@about.com

Examples of how the CSS descendant selector affects your HTML in ways you might not have intended.

<br />

Posted by webdesign.guide@about.com

The br tag defines a forced line break within an XHTML document.

Developers Hate Designers

Posted by webdesign.guide@about.com

Web developers and Web designers both work on websites, often on the same site at the same time. But they don't always work smoothly together. Web developers are the programmers of a website and tend to worry less about how the site looks than how it works.

Designers Hate Developers

Posted by webdesign.guide@about.com

Web developers and Web designers both work on websites, often on the same site at the same time. But they don't always work smoothly together. Web designers are the artists of a website and tend to worry less about the function of the site in favor of making it look good.

What is a Namespace?

Posted by webdesign.guide@about.com

When you use multiple XML specifications in one document, you can run into collisiohs between the two specifications. XML namespaces tell the parser which specification to use for the element in question.

10 Cheap SSL Certs

Posted by webdesign.guide@about.com

SSL certificates are generaly fairly expensive, but there are some less expensive options, and if you want your customers to be secure on your site, using an SSL certificate that is signed by a reputable certificate authority is important.

Software Pick of the Week 2010

Posted by webdesign.guide@about.com

There are lots of different tools out there for Web designers. Editors are just the tip of the iceberg. There are CSS editors, FTP clients, Web analytics software, CMS's, image map editors, databases, graphics software, and so much more. This list will have some of the better free tools for Web designers, and it's updated every week. These are my picks for 2010.

What is pre-formatted text?

Posted by webdesign.guide@about.com

The pre tag tells the Web browser to display the text exactly as you type it. This is called pre-formatted, because the text is formatted in the HTML itself, rather than by the browser.

Tabs in HTML with CSS

Posted by webdesign.guide@about.com

Tab 1 Tab 2 Tab 3 Tab 4 The only difference in the HTML code between this page and the other three tabbed

The Three Layers of Web Design

Posted by webdesign.guide@about.com

Understanding the three layers of Web development can help site maintenance easier as well as give you focus on what you're working on.