HTML, Hyper Text Markup Language

Compare Bargains on HTML and Dreamweaver

HTML Code Tutorial HTML Tags
HTML Primer
HTML Goodies
Dave's HTML Guide
Internet Related Technologies
HTML Help Central
HTML Goodies
Web Style Guide
HTML Help
HTML Codes Tutorial by Example
HTML Center
HTML Goodies
Computer Technical Tutorials
W3 Schools- Online Tutorials
HTML Tutorial W3 Schools
Your HTML source
irt.org (Internet Related technology)
w3schools
Egovision
HTML.Ref covers CSS
HTML Dog covers CSS

W3C The World Wide Web Consortium (W3C) develops interoperable technologies (specifications, guidelines, software, and tools) to lead the Web to its full potential. W3C is a forum for information, commerce, communication, and collective understanding. On this page, you'll find W3C news, links to W3C technologies and ways to get involved. New visitors can find help in Finding Your Way at W3C. We encourage organizations to learn more about W3C and about W3C Membership.

Introduction to HTML 5    
  Interested in HTML 5 and what's coming down the pipeline but haven't had time to read any articles yet? Brad Neuberg has put together an educational Introduction to HTML 5 video that goes over many of the major aspects of this new standard, including:

* Web vector graphics with the Canvas tag and Scalable Vector Graphics (SVG)
* The Geolocation API
* HTML 5 Video
* The HTML 5 Database and Application Cache
* Web workers

In the video we also crack open the HTML 5 YouTube Video prototype to show you some of the new HTML 5 tags, such as nav, article, etc. It's chock full of demos and sample source code.

HTML5 Video is a set of web standards being developed by the "Web Hypertext Application Technology Working Group"  The HTML5 standard includes many new features for more dynamic web applications and interfaces. One such component being specified and implemented is the <video> element.  See HTML5 Video in Action  for example Sublime HTML5 Video Player Demo   More Videos to Watch and Video Publishing   More Browser Links and browser add-on's

Example code, using the HTML5 <video> tag with a Flash fallback:-
<div id="demo-video-flash">
  <video id="demo-video" poster="http://www.acomputerportal.com/html5_video_tag/Compare Bargains.jpg" controls>
    <source src="http://www.acomputerportal.com/html5_video_tag/Compare Bargains.ogg" type="video/ogg" /> <!-- oog -->
    <source src="http://www.acomputerportal.com/html5_video_tag/Compare Bargains.swf" type="video/swf" /> <!-- swf Flash -->
</video>
</div>

Actual example using this HTML5 video tag code. (not the best quality video). May not function in all in your browser, (Appears to function in FireFox 3.6), in which case you may see a default image). Using the HTML5 <video> tag with a Flash fallback :-

Video for Everybody is simply a chunk of HTML5 code that embeds a video into a website using the HTML5 <video> element, falling back to Flash automatically, without the use of JavaScript or browser-sniffing. It therefore works in RSS readers (no JavaScript), on the iPhone / iPad (don?t support Flash) and on many, many browsers and platforms.

Dive into HTML5

HTML 5 Tag Reference. (W3Schools) HTML 5 improves interoperability and reduces development costs by making precise rules on how to handle all HTML elements, and how to recover from errors. Some of the new features in HTML 5 are functions for embedding audio, video, graphics, client-side data storage, and interactive documents. HTML 5 also contains new elements like <nav>, <header>, <footer>, and <figure>.  The HTML 5 working group includes AOL, Apple, Google, IBM, Microsoft, Mozilla, Nokia, Opera, and many hundreds of other vendors.

Learn About HTML5 Communications APIs from Peter Lubbers  

San Francisco Java, PHP, and HTML5 user groups hosted an event on May 11th, 2010 on HTML5 with three amazing speakers: Brad Neuberg from Google, Giorgio Sardo from Microsoft, and Peter Lubbers from Kaazing.

In this last of the three videos, Peter Lubbers, co-author of Pro HTML5 Programming (Apress 2010), explained how the new HTML5 Communication APIs can be used to build real-time web applications. He covered: Web Sockets, Server-Sent Events, XMLHttpRequest Level 2, and Cross-Document Messaging

This event was organized by Aleksandar Gargenta, Johanne Quiambao, and Laurent Tonon from Marakana; Michael Tougeron from Gamespot; and Bruno Terkaly from Microsoft.

Microsoft was our host and Marakana, Gamespot, Medallia, TEKsystems, and Guidewire Software sponsored the event.

Kaazing Real-Time Web Communication

HTML5 Web Sockets. Full Duplex Live Data Communication. Sending less data, (much less if any header data, mainly only sending data that is required), to server and back to improve speeds and scalable while reduces latency. Cross Broswer support. Dynamic real time interaction with sever data using less data flow than with HTTP, etc....

Wireshark® is the world's most popular network protocol analyzer. It has a rich and powerful feature set and runs on most computing platforms including Windows, OS X, Linux, and UNIX. Network professionals, security experts, developers, and educators around the world use it regularly. It is freely available as open source, and is released under the GNU General Public License.

Wireshark® is developed and maintained by a global team of protocol experts, and it is an example of a disruptive technology.

Wireshark used to be known as Ethereal®. See the next question for details about the name change. If you're still using Ethereal, it is strongly recommended that you upgrade to Wireshark.

 

Learn About HTML5 and the Future of the Web  

Learn About HTML5 and the Future of the Web from Brad Neuberg

San Francisco Java, PHP, and HTML5 user groups hosted an event on May 11th, 2010 on HTML5 with three amazing speakers: Brad Neuberg from Google, Giorgio Sardo from Microsoft, and Peter Lubbers from Kaazing.

In this first of the three videos, Brad Neuberg from Google (formerly an HTML5 advocate and currently a Software Engineer on the Google Buzz team) explains why HTML5 matters - to consumers as well as developers! His overview of HTML5 included SVG/Canvas rendering, CSS transforms, app-cache, local databases, web workers, and much more. He also identified the scope and practical implications of the changes that are coming along with HTML5 support in modern browsers.

This event was organized by Marakana, Michael Tougeron from Gamespot, and Bruno Terkaly from Microsoft.

Microsoft was the host and Marakana, Gamespot, Medallia, TEKsystems, and Guidewire Software sponsored the event.

San Francisco Java, PHP, and HTML5 user groups hosted an event on May 11th, 2010 on HTML5 with three amazing speakers: Brad Neuberg from Google, Giorgio Sardo from Microsoft, and Peter Lubbers from Kaazing.

In this first of the three videos (1, 2, 3), Brad Neuberg from Google (a former HTML5 advocate) explains why HTML5 matters - to consumers as well as developers! His overview of HTML5 included SVG/Canvas rendering, CSS transforms, app-cache, local databases, web workers, and much more. He also identified the scope and practical implications of the changes that are coming along with HTML5 support in modern browsers.

This event was organized by Marakana, Michael Tougeron from Gamespot, and Bruno Terkaly from Microsoft.

Microsoft was our host and Marakana, Gamespot, Medallia, TEKsystems, and Guidewire Software sponsored the event.

Aleksandar Gargenta

 

HTML Working Group Charter. The mission of the HTML Working Group, part of the HTML Activity, is to continue the evolution of HTML (including classic HTML and XML syntaxes).

HTML5 Working Group

The HTML 4 Specification

XHTML® 2.0. W3C Working Draft

The World Wide Web Consortium HTML validator

The World Wide Web Consortium Tips for Webmasters

The XHTML 1.1 Specification

XHTML 1.0 specification

Ultimate Web Developer Lists

WHATWG is a growing community of browser vendors, web developers, and other people interested in the development of the the next generation of HTML and related technologies, specifically designed to allow authors to write and deploy applications over the World Wide Web.

HTML 5XHTML5WF2 This specification introduces features to HTML and the DOM that ease the authoring of Web-based applications. Additions include the context menus, a direct-mode graphics canvas, inline popup windows, and server-sent events.

HTML5: Cross-Browser Best Practices Creating complex sites that work well across browsers is a constant challenge for developers. See how Internet Explorer 9 makes it easier to create Web sites using interoperable HTML, CSS, and JavaScript. We'll show best practices you can use today to target a broad range of browsers. Internet Explorer 9, beta will not run on Windows XP. Somewhat ironically, this makes Microsoft the first of the few big browser-makers to drop support for Windows XP, which is the world's most popular operating system, even though it is about 9 years old. Microsoft state this is necessary because "Internet Explorer 9 requires the modern graphics and security underpinnings that have come since 2001," according to a company spokesperson. This comment is backed up by the fact that Windows XP lacks certain DirectX APIs that is found in Vista and Windows 7, but not in XP, even with the last service pack.  More Browser and Browser Tools  More Microsoft® Windows 7, Windows 8, Vista. XP, etc.

HTML.net

FTLS Tutorial HTML

HTML - Kit resources for web developers.

Xara Menu Maker   Xara Menu Maker:
A dedicated tool for creating top quality graphical NavBars with DHTML menus. Simply choose from the collection of professionally designed NavBars, then customize the wording and font, the color and size to exactly suit your site. Add rollovers and DHTML menus with easy one click actions - all the JavaScript and HTML is automatically created for you and optimized for export to the Web. Integrates directly with Macromedia Dreamweaver and Microsoft FrontPage.

Hypertext Links in HTML WC3     HTML Manual from World Wide Web Consortium develops interoperable technologies (specifications, guidelines, software, and tools) to lead the Web to its full potential. W3C is a forum for information, commerce, communication, and collective understanding.

Web Hypertext Application Technology Working Group (WHATWG) are working on what is referred to as HTML5, hoping that it will eventually be accepted as a W3C recommendation. The current main focus is on the Web Applications 1.0 specification, sometimes referred to as "HTML5" or "XHTML5". 

The W3C Workshop on Web Applications and Compound Documents.

Web 3.0 from Kate Ray on Vimeo.   Web3Logistics: The road has started

A story about the Semantic Web

What is Web 3.0 and how will it impact PR? Matthew Gain

If like me you have heard the term Web 3.0 and the semantic web, but aren?t really sure what it means then watch the video I have embedded below. It is around 15 minutes, but is well worth the time investment. If you can?t spare the time I have attempted a summary below it.

The mini doco is by Kate Ray, a NYU Psychology and Journalism major student. It is incredibly interesting and got me thinking about the impact of Web 3.0 on the PR industry.

As I note below, the impact and potential of the semantic web is difficult for even the experts in the field to get their head around, so this post is a fairly large act of hubris by me, but hopefully it is a conversation starter. I would love to hear your thoughts as well, even if they are to tell me I don?t have a clue.

Also see Web 3, Web 2 and Internet 2 (Much Faster),  Semantic Search. Latent Semantic Indexing. LSI and Press Release, Article and Physical Publishing

Internet Explorer 8 Developer Information HTML, CSS (in browser debugging),  Ajax and much more...  More Browser Links

HTML tutorial - The Basics.  From How to create

Learn HTML This HTML Tutorial will give you an easy, yet thorough and correct introduction on how to make websites. The tutorial starts from scratch and requires absolutely no prior knowledge of programming. From Netscape.

HTMLfixIT is a help and news site for anything Internet or web design related.

Optimize your HTML. Checks your html for any aspects that can be optimized then provides you with the results to simply copy and paste for improved website speed and less errors!

HTML & Website Help

w3schools Free HTML, XHTML, CSS, JavaScript, XML, ASP, PHP, SQL tutorials with lots of working examples and source code.

SMIL is an easy-to-learn HTML-like language for describing audiovisual presentations. After you have studied this tutorial you will know what SMIL is, and how to create web based multimedia presentations which integrate audio, video, images, text or any other media type. Start learning SMIL today!

WDG, Web Design Group, HTML, CSS References includes help for the Apple. From HTML Help

HTML Basix contains a good variety of tools for the beginner through to the advanced webmaster who's looking for a snippet of code to place in their page.

Bulletproof HTML: 37 Steps to Perfect Markup

Optional HTML tags    Google Coding Web Pages Speed tips

Dreamweaver Support Center

HTML tips, JavaScript and much more...

KHTML is an open portal for developers and users of a set of Open Source implementations of Internet standards like HTML, SVG and JavaScript. It's a Wiki so if you feel some information is missing just register and edit the pages.

Nuthin but net Need a little help learning some HTML? Can't figure out how to add that spice to your graphics? Need a little push in the right direction for programming?

Plain Old Semantic HTML (POSH) 

Microformats Microformats are a way of adding simple markup to human-readable data items such as events, contact details or locations, on web pages, so that the information in them can be extracted by software and indexed, searched for, saved, cross-referenced or combined.

Advanced Html Optimizer Other Web Master Tools and Utilities

Komodo - HTML & Programmer's Editor. HTML & Programmer's Editor. You can edit your Web pages without an HTML editor. In our opinion this is the best free programmer's editor out there. Komodo is a complete programmer's editor for Perl, PHP, Python, Ruby and Tcl; plus support for browser-side code including JavaScript, CSS, HTML and XML

Nvu (pronounced N-view) Finally! A complete Web Authoring System for Linux desktop users as well as Microsoft Windows and Macintosh users to rival programs like FrontPage and Dreamweaver. Nvu (which stands for "new view") makes managing a web site a snap. Now anyone can create web pages and manage a website with no technical expertise or knowledge of HTML. Nvu is open source and covered under the MPL/LGPL/GPL tri-license

Alleycode is a fast, sleek and highly productive award winning HTML editor with unique features. If you are new to HTML, Alleycode's great tutorial will walk you through your first coding steps... If you are an established coder you will find a refreshing, non-bloated infrastructure with fast and accurate delivery. Beyond HTML, Alleycode's wizardry focuses on PHP and CSS interaction for professional and easy management of your projects. Best of all, Alleycode is FREE! (we do accept donations if you find it useful)

HTML <!DOCTYPE> Declaration. Definition and Usage The doctype declaration should be the very first thing in an HTML document, before the <html> tag. The doctype declaration is not an HTML tag; it is an instruction to the web browser about what version of the markup language the page is written in. The doctype declaration refers to a Document Type Definition (DTD). The DTD specifies the rules for the markup language, so that the browsers can render the content. Doctypes Available in the W3C Recommendations correctly. Ref: w3schools

Choosing a DOCTYPE. According to HTML standards, each HTML document requires a document type declaration. The "DOCTYPE" begins the HTML document and tells a validator which version of HTML to use in checking the document's syntax. If standard HTML does not meet your needs but you still wish to gain the benefits of HTML validation, see the section on using a custom DTD. Ref: htmlhelp

FINECOUNT  Freeware. An essential free software package for translators and translation managers - providing a wide range of features and functionality needed for document analysis. FineCount can quickly provide detailed statistics for documents in many different formats (Microsoft Word, PDF, HTML, and many, many others.) FineCount can also be used to prepare cost estimates and invoices for translation work. FineCount also allows the user to create their own report templates that can be reused with different documents.

AJAX stands for Asynchronous JavaScript And XML. AJAX is a web development technique used for creating interactive web applications. AJAX is the logical next step in the services-oriented architecture revolution. With AJAX, user interfaces from within the browser can use web services as their data source to store and retrieve information. Asynchronous JavaScript and XML is not a technology in itself, but is a term that describes a "new" approach to using a number of existing technologies together, including: HTML or XHTML, Cascading Style Sheets, JavaScript, The Document Object Model, XML, XSLT, and the XMLHttpRequest object. When these technologies are combined in the AJAX model, web applications are able to make quick, incremental updates to the user interface without reloading the entire browser page. This makes the application faster and more responsive to user actions. AJAX is said to be quicker at Internet use.

Adobe AIR® lets developers use their existing web development skills in HTML, AJAX, Flash and Flex to build and deploy rich Internet applications to the desktop.

Xajax Project Introducting Xajax Ajax-enable your PHP application with a simple toolkit that gets the job done fast. Runs on any PHP 4.3.x/PHP 5.x and Apache/IIS platform.

FireBug lets you explore the far corners of the DOM by keyboard or mouse. All of the tools you need to poke, prod, and monitor your JavaScript, CSS, HTML and Ajax are brought together into one seamless experience, including a debugger, error console, command line, and a variety of fun inspectors.

RSS2HTML     RSS to HTML, generated url to your website to display RSS. Allows you to retain complete control over how and where you RSS feed is displayed.

rss2html.php A free PHP script, converts RSS feeds to HTML. Users can create webpages that will always display the most current information from the RSS feed, and because the resulting page is pure HTML, it

RSSxl is an HTML to RSS converter that will generate an RSS feed from pretty well any HTML web page - with no requirement to edit the source HTML first. It is a free online service that translates HTML to RSS. Use it to syndicate your web page as an RSS feed.

CaRP, (Caching RSS Parser) RSS to HTML converter Auto-updating website content. Grouper RSS Manager  XML Converter, Website Scraper and many more from Gecko Tribe LLC

K.R.S.S. is a Linux-based application that downloads RSS, Rich Site Summary feeds and displays them on your desktop, in HTML.

The Web IDE Aptana is a robust, JavaScript-focused IDE for building dynamic web applications. Highlights include the following features: Code Assist on JavaScript, HTML, and CSS languages, including your own JavaScript functions. jQuery is a fast and JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.

HTML 4 from Rich in Style Useful CSS guide. CSS 1 and CSS 2. Includes an exhaustive bug pages, which detail nearly 1000 bugs, all organized into easy-to-read sections, as well as to its bug table, which provides at-a-glance access to information. Also covers HTML.

Mime Types. File types, file extensions

Clean up your Web pages with HTML TIDY  An open source utility for cleaning up HTML with a wide range of available options.

Validome Validate your Google SiteMap. Validation Services for your HTML,  XHTML,   WML.

Free Internet Explorer Debugging Tool Expression Web SuperPreview for Internet Explorer is a free stand-alone visual debugging tool that makes it faster and easier to migrate your sites from Internet Explorer 6 to Internet Explorer 7 or 8. Expression Web SuperPreview for Internet Explorer shows your Web pages rendered in IE 6 and either IE 7 or IE 8, depending on which version you have installed on your machine.  Expression Web SuperPreview for Internet Explorer not only shows a high-fidelity rendering of how pages will look on different browsers, but it also identifies the element?s tag, size and position, applied styles, and location in the DOM (Document Object Model) tree so you can quickly fix the error.

Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.

Generic JavaScript Validator is a cross-browser JavaScript library that combines DOM and regular expressions for client-side validation of forms. It can validate any number of forms on HTML documents. It also supports user-defined JavaScript functions.

Color Code Generator / Color Picker From Free Webmaster Tools More Web Master Tools and Utilities

Rex Swain's HTTP Viewer See exactly what an HTTP request returns to your browser.  Helps check for BOM, Byte Order Marks which may show up as    Usually top left of display) This may depend of how the webpage is saved, This will be shown as (EF,BB,BF) with the Rex Swain's HTTP Viewer

Image splitting is a technique most often used to slice a larger image into smaller parts to make it load faster. Online Image Splitter makes it easier to slice images and download the HTML tags for pasting the slices back together. It also provides options for optimizing the sliced images and quickly creating navigational bars with mouse-over effects.  From HTML-Kit

FTLS web Server. Linux : You can find here many Linux links... Tutorial : A HTML tutorial... Archives : You can find here Java programs, and if you have a web server, into this CGI resource, there're more over 15 Free Perl CGI / applications scripts to help make your web site more interactive... Free : You can find here free webs services links... Search : You can find informations and direct access to many search engines, and a List of more over 400 search engines + links to add you URL into... Free eMail services, etc 

Free Online HTML Image Mapping Tool. Basic online html image mapping tool. No software to download. Use images from the web or your PC. Load the image, map out your links and get the code! The Best and most Simple online image mapper and free. Make clickable HTML areas on your image. More graphics links

Microsoft Expression® Web Designer. Community Technology Preview, (CTP) of Expression Web Designer. Expression Web Designer is a professional design tool to help you create modern standards-based Web sites. Expression Web Designer helps you create and work with:-

The HTML 4 Specification

Link Validation. HTML Validation. Link Checking. Link Verification. Web Page Validation

Copy and paste How to

The XHTML 1.1 Specification

Beware of XHTML

HTML Color Code

The Color Wheel

RGB color model

Fix Text - Converts out strange non-web character codes when filling out web forms

Google Sitemap Generator and Editor Creates Google Site Maps, RSS and HTML sitemaps etc... More site map tools Web Master Tools and Utilities

Semantic Web provides a common framework that allows data to be shared and reused across application, enterprise, and community boundaries. It is a collaborative effort led by W3C with participation from a large number of researchers and industrial partners. It is based on the Resource Description Framework (RDF). See also the separate FAQ for further information.  Semantic Search. Latent Semantic Indexing. LSI

How to change the FrontPage or Expression Web default direct folder    
   

Rex Swain's HTTP Viewer See exactly what an HTTP request returns to your browser.  Helps check for BOM, Byte Order Marks which may show up as    Usually top left of display) This may depend of how the webpage is saved, This will be shown as (EF,BB,BF) with the Rex Swain's HTTP Viewer

UTF-8 and the Byte-Order Mark (BOM) Headers must be written before any data is sent to the client. Unicode files may include a Byte-Order Mark (BOM) to help distinguish the big endian and little endian byte order. Unfortunately, the BOM isn't understood by PHP. Upon encountering the BOM, PHP assumes that it is dealing with data, by which time it's too late to modify headers. Solution? Save the file in UTF-8 encoding without a BOM.

Specifying an image's license using RDFa    
  RDFa, which stands for Resource Description Framework in attributes, is a W3C recommendation, which adds a set of attribute level extensions to XHTML for embedding rich metadata within web documents

RDFa actually has implications beyond just Google's regular web search. With respect to Google® Image search, the owner of images can also use RDFa to provide license information about the images they own.

There is also RDFa
support for video.

RDFa A Markup That Could Have Big Implications for SEO

Creating Effective Semantic Markup How can you make your HTML easier to update, get higher SEO rankings, and offer better accessibility.

DHTML Dynamic HTML

Cascading Style Sheets CSS

.htaccess Files and .htaccess Help. How use to .htaccess

Apache open-source software and Apache Servers. Mod Rewrite

Operating Systems and Graphical User Interfaces. Windows Visa/XP, Linux, Apple, BeOS, etc.

Hosting Question you should ask

Web Masters. Click Here Now to start making money. A Great opportunity to make some money. Receive 50% by offering your users Ton's of Keywords on A Great Portal websites. Our Affiliate Program Pays you 50% on Level 1 of Every Sale of our Text Link both searchable and static Text Link!

 Enter the Bargain to search for at Compare Bargains.
Search Help for Compare Bargains.

Home   Advertising Methods FREE TIPS

A Computer Portal. Freeware, Shareware. Download software. Computer languages and Programming code. Including  PERL Scripts and Java Scripts. Webmaster Tools. Internet Marketing, Website promotion. Hardware Help from BIOS to Windows and UNIX.

® © ™ are owned by respective authors and websites. There may be a charge for some software. Google™ is a trademark of Google Inc, These pages are not endorsed by Google or any other Company