shk's picture
From shk rss RSS  subscribe Subscribe

Understanding HTML For A Better Business 

Understanding HTML For A Better Business

 

 
 
Tags:  business software  html 
Views:  727
Published:  May 08, 2010
 
0
download

Share plick with friends Share
save to favorite
Report Abuse Report Abuse
 
Related Plicks
Creating  Wikis  (1)

Creating Wikis (1)

From: Ruth349Calles
Views: 22 Comments: 0

 
Graphics Presentation on a Website - Is it Important

Graphics Presentation on a Website - Is it Important

From: mserovey
Views: 17 Comments: 0
More information on how to use photoshop action scripts can be found at http://myinstantactionscriptssite.com
 
Domain Names and Web Design

Domain Names and Web Design

From: mandrake619
Views: 37 Comments: 0
Tips for domain name registration and picking the right domain. Web hosting basics.

Godaddy Website Builder & Domains Promo Codes: Save money at Godaddy using this special
p (more)

 
Leavitt's Diamond business diagram

Leavitt's Diamond business diagram

From: drawpack
Views: 2311 Comments: 0
Business diagrams and management models for your visual business knowledge

more diagrams on http://www.drawpack.com

 
Business Opportunities Internet Marketing

Business Opportunities Internet Marketing

From: anon-330681
Views: 512 Comments: 0
Business opportunities work from home jobonline business opportunities on the webamerican business opportunitiesbusiness opportunity trafficidentify opportunities importance businessbusiness home opportunity at worklouisiana internet home business o (more)

 
See all 
 
More from this user
5-25-2010 Manhattan NY Jumbo Refinance and Purchase Mortgage Loan Rates

5-25-2010 Manhattan NY Jumbo Refinance and Purchase Mortgage Loan Rates

From: shk
Views: 778
Comments: 0

Power Point On What I Learned

Power Point On What I Learned

From: shk
Views: 604
Comments: 0

70-630 Exam Questions | Free 70-630 PDF |70-630

70-630 Exam Questions | Free 70-630 PDF |70-630

From: shk
Views: 1950
Comments: 0

Toshiba Mobile Satellite M505-S4947 Sale

Toshiba Mobile Satellite M505-S4947 Sale

From: shk
Views: 648
Comments: 0

Ayojak

Ayojak

From: shk
Views: 1145
Comments: 0

SHAWGROUP  INC10KA

SHAWGROUP INC10KA

From: shk
Views: 456
Comments: 0

See all 
 
 
 URL:          AddThis Social Bookmark Button
Embed Thin Player: (fits in most blogs)
Embed Full Player :
 
 

Name

Email (will NOT be shown to other users)

 

 
 
Comments: (watch)
 
 
Notes:
 
Slide 1: Understanding HTML For A Better Business Jeremy Gislason http://www.memberspeed.com
Slide 2: What Is HTML?
Slide 3: HTML or Hypertext Markup Language, is the predominant language in which most Internet web pages are based. HTML accomplishes a number of tasks via a web page, including describing the structure of text based information to be displayed within the page (font sizes, text colors and formats, etc.), providing a means for the user to interact with the site via web forms, and embedding images and other types media for display to the user.
Slide 4: When an HTML page is provided to a user’s web browser over the Internet, the web browser will “translate” the HTML code into the format that will be displayed to the user.
Slide 5: HTML is written in the form of labels (known as tags). Each tag includes an “open” tag and a “close” tag, and the text that is contained within the opening and closing tags. For example, text can be made bold by using the <b> and </b> tag pair, so that the following HTML code will display the bold text word “Hello” in the user’s web browser.
Slide 6: <b> Hello </b> HTML pages can also incorporate or embed the code for one or more “scripting languages”, including JavaScript, PHP, CGI, and ASP.Net.
Slide 7: What Can HTML Do for Me?
Slide 8: HTML provides the basic structure for your website, so it’s the foundation for your business getting its message to customers and potential customers. When you understand the basic principles of HTML, you can begin to format your web pages to have a more unique and in- house appearance.
Slide 9: Brand recognition is important in business, and a little HTML coding can change a template style web page into something that is unique and recognizable. In addition to displaying advertising copy, pictures, brochures and the like, you can also:
Slide 10: • Provide users with a feedback form to submit basic information to you through the website. • Generate an email • Offer a Guestbook
Slide 11: How Do I Learn HTML?
Slide 12: As you might suspect, there is a seemingly endless supply of web-based tutorials and instructional materials for learning about HTML. There are a number of Internet-based tutorials to get you started, and to instruct you on any particular detail or HTML feature that you’re interested in.
Slide 13: Another way to “learn” HTML is simply to create you website using a webauthoring program, and examine the HTML code behind it. We’ll talk about a few of the leading web-authoring programs later in this article.
Slide 14: Do I Need To Learn It?
Slide 15: Strictly speaking, you don’t need to become an HTML expert to build and administer your businesses website. Many of the most popular tools for website construction include powerful capabilities (including many that most websites may never utilize). As an added benefit, some of these programs are available at no cost.
Slide 16: Since the HTML that serves as the backbone of a website is basically just text, any text editor (including Microsoft’s Notepad) can be used to create a website. Even though writing HTML code directly in a text editor can eventually help you to better understand what’s going on “under the hood”, spending the time necessary to become a hardcore HTML coder might simply not be an option.
Slide 17: In contrast, there are also popular programs that make it much easier to create your website layout and design through graphical user interface. These programs do the heavy lifting, and will automatically assemble the HTML code based on the design you make.
Slide 18: Dreamweaver
Slide 19: Adobe’s Dreamweaver is one of the leading commercial web design software packages available today. Dreamweaver has a reputation within in the web design community as being very rich in features, and one that generates very “clean” or more standards-compliant code. (This means that, in theory, the Dreamweaver code should run more predictably on a broader range of web browsers.)
Slide 20: Dreamweaver also has strong support for CSS, JavaScript, XML, and a variety of other functionalities that are commonly used on “higher end” websites. In addition, Dreamweaver has tight integration with Adobe’s other design programs, including Photoshop and Flash. This can be a time-saver if you are using (or decide to use) those other programs.
Slide 21: On the other hand, Dreamweaver is expensive, compared to other commercial options. In addition, many feel that because there are so many features and functions available in the program, it can be intimidating for new users and designers.
Slide 22: Expression Web
Slide 23: Microsoft’s Expression Web (the successor to the venerable FrontPage software) is Microsoft’s web authoring tool and is considered to be one of the leading web design tool available today.
Slide 24: Expression Web has many (if not most) of the same tools as are available in Dreamweaver, and boasts strong integration with Microsoft’s other design and infrastructure products, such as Visual Studio, SharePoint, and the Office suite of products.
Slide 25: In addition, Expression Web’s menu structures and look-and-feel will be familiar to users of other Microsoft Office products, which can make it easier for those already accustomed to Microsoft products.
Slide 26: Note, however, that the source code that Expression Web generates is sometimes not as clean as that created by Dreamweaver (or coded directly into HTML using a simple text editor), so this may result in some problems (or at least some additional time required) if you decide to use Dreamweaver to modify a page that was created in Expression Web.
Slide 27: In addition, some page elements (such as tables) can require additional work if created in one program and then edited in another.
Slide 28: Nvu
Slide 29: For those who want to create relatively simple websites, without some of the fancy features that are available with Dreamweaver and Expression Web might wish to consider the open source product Nvu. Nvu has a graphical user interface like Dreamweaver and Expression Web, and is very efficient at making much HTML coding easier and quicker.
Slide 30: As an open source product, Nvu is free of charge, and relatively well supported by its user community.
Slide 31: Web-Based Programs and Templates
Slide 32: Finally, be aware that there are a number of web-based authoring programs (such as Homestead) and template services available. These options often require very little effort in terms of design and coding, and are generally available at very reasonable prices.
Slide 33: Keep in mind, however, that because most templates are or have been available to other users, you might wind up with a design that is not unique, or doesn’t provide your website with a sufficiently distinct identity.
Slide 34: How to Move Forward
Slide 35: At the end of the day, any web authoring tool is likely to have both have pluses and minuses. Before committing to license any particular package, take a little time to try any available online or downloadable trial versions of the package. The key to deciding is to identify your current and future needs, and balance this against your budget for the project.
Slide 36: While choosing a particular tool won’t forever tie you to using that same tool in the future, making a thoughtful decision at the outset can help you to avoid spending time making corrections and adjustments down the road.
Slide 37: In closing, if you’d rather NOT learn HTML or just find it too confusing but still need it to help you with your business you should check out MemberSpeed software solution.
Slide 38: Brought to you by: Jeremy Gislason www.memberspeed.com

   
Time on Slide Time on Plick
Slides per Visit Slide Views Views by Location