Hi ! Friends Welcome to Education Forums

Please Get Registered in these Forums and Get Complete Information regarding your Interests ,If You Wanna Ask Any Questions or Doubts On Any Topic.
Then Please Post Your Questions In Correct Section For Getting Perfect Solutions From Our Registered User's .
Thanks For Viewing Our Forums.
(This Notification wil Remove After Login Or Registration !!)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Web Designer Resources
11-15-2011, 11:56 PM
Post: #1
Web Designer Resources


The information listed below is collected from other members who do web designs and web development on a daily basis. I take no credit for what I am sharing, but the information presented below is invaluable. The links at the bottom are from my personal collection.

Its great information for the novice designer, to the professional.

These types of threads pop up a lot, so, I have decided to inform some of you of what is what in the world of what we call, e-commerce!

Understanding the Web as a Medium


Television is a medium. Print is a medium. Radio is a medium.

The web is also a medium. As an interactive information medium, the beauty of the web is it can do this instantaneously, globally, and to a variety of devices (a.k.a. user agents) like web browsers, iPhones, Nintendo Wiis, as well as assistive technology for the disabled such as screen readers.

What Makes a Web Page?

A webpage consists of three things.
  • HTML (Structure)
  • CSS (Design)
  • PHP, MySQL, ASP, JS (Site Behavior)

There are three standards at work on any given web page.

HTML (Hyper-Text Markup Language)
HTML is a markup language (it's right in the name). To "mark something up" is to give it semantic and structural meaning. Markup is used to show relationships between items of content and describe that content.

When writing HTML don't think about "what do I want this to look like" - think about "what does this mean." This is what people mean by "semantics."

CSS (Cascading Style Sheets)
CSS is a presentational language. It is used to alter the visual (and aural and printed) appearance of a web page. Fonts, colors, borders, padding, margins, layout, positioning - these are all handled by CSS.

People used to use HTML tables to lay out web pages. This practice is out of date and frowned upon by the professional web development community. CSS was introduced in 1996 to provide web designers a way to make their websites look attractive.

Due to browser limitations, it wasn't until the first years of the 21st century when we were able to use it more-or-less as it was intended! In other words, there has been no excuse to use a table-based layout for at least 5 years.

DOM (Document Object Model)
The DOM is a bit more involved and confusing for beginners (and applies to more than just HTML). The DOM provides pathways and hierarchies for scripting languages (JavaScript, usually) to manipulate the structure and content of a document. If you can imagine an HTML document as a nested tree, then you have an understanding of the DOM. Don't worry too much about it until you understand the first two.

Feel Free to Send PM . For Any Query
Reply


Forum Jump:


User(s) browsing this thread: 1 Guest(s)