Popularity: 50% [?]
Related Posts:
Tags for this post>> Javascript
| April 12, 2010 |
Popularity: 50% [?]
| March 22, 2010 |
Here are 4
HTML Reference Guides, from Ohio University, which
provide technical references into the intricacies of HTML, web forms,
CGI scripts, frames, HTML tags, creating HTML files, and testing these
files. These HTML tutorial guides are designed in a way that beginners
can move onto advanced topics easily. They are easy to follow and
understand with all of them having examples. All guides can be
downloaded for later reference and are in pdf format.
HTML
Advanced Reference
Guide 16 Pages, 154 Kb
This HTML tutorial guide explains what a Web Form is, how CGI
scripts work, what frames are, frame tags and the creation of HTML
files.
- What is a Web Form
- What is a CGI Script File
- Initiating the HTML File
- Composing the Form Tags
- Saving Your HTML Form
- Testing Your Web File
- Uploading the HTML File
- What is a Frame
- Frame tags
HTML
Intermediate Reference
Guide 13 Pages, 128 Kb
This HTML guide discusses the do’s and don’ts of designing web pages,
working with tables and images, and an introduction to forms.
- Different Web Servers
- Planning Steps
- Designing Do’s and Don’ts
- Creating the HTML Files
- Tables
- Images
- Image in a Table
- Forms Introduction
HTML
Reference
Guide 13 Pages, 282 Kb
This HTML reference guide explains the back end process of the working
of HTML files such as saving and testing web files and putting files on
the web server.
- Getting Ready
- What Will Be On a Page
- Creating the HTML Files
- Saving Your HTML File
- Testing Your Web File
- Putting Your File on the Server
HTML
Tag Reference
Guide 5 pages 69 Kb
This guide explains the various tags in an HTML file.
- STRUCTURE
- HEADINGS
- FORMATTING
- FONTS
- LINKS
- GRAPHICS
- DIVIDERS
- LISTS
- COLORS
- FORMS
- SPECIAL CHARACTERS
- TABLES
- FRAMES
- JAVA
- JAVASCRIPT
- MISCELLANEOUS
Popularity: 46% [?]
| January 14, 2010 |
Here are 54
JavaScript and Web Development Tutorials
at Switch On The Code. These tutorials will teach and show
you details about the scripting language of web, JavaScript which is
used in millions of web pages to add functionality, validate forms,
detect browsers, and much more. Wide ranging topics are covered in
these JavaScript and Web Development tutorials, including jQuery
snippets for different functionalities, using sIFR in Wordpress, XML
parsing using jQuery, inline sliding panels in JavaScript, PHP and
JavaScript, Silverlight and JavaScript, securing authentication without
SSL Using JavaScript and a many other web dev topics related to
JavaScript.
54
JavaScript and Web Development Tutorials:
- How to Build a jQuery
Treeview
- Building
a Twitter Extension for Google Chrome
- How to
Build a Star Ratings jQuery Plugin
- jQuery
Snippet – The e.preventDefault() Function
- jQuery
Snippet – Useful Form Selectors
- jQuery
Snippet – Relative Mouse Position
- jQuery Custom ToolTips
- Using sIFR in Wordpress
- Javascript
Snippet Tutorial – Dynamically Modifying Tables
- jQuery – Creating a
Slideshow
- jQuery -
Transmitting Data Using JSON
- XML Parsing with jQuery
- JQuery
Tutorial – Getting Browser Information
- JQuery
Tutorial – Dynamic Sliding Panels
- Using jQuery
Slider to Scroll a Div
- Drupal 6 Basic
Javascript w/ jQuery
- Javascript
Tutorial – Inline Sliding Panels
- Javascript
Tutorial – Radial Menus Part 1
- Javascript
Tutorial – Getting User Input with Prompt and Confirm
- Simple AJAX – PHP
and Javascript
- Javascript
Tutorial – Draggable View In A Container
- Javascript
Tutorial – Generic Resizeable Container
- Javascript
Sliding Panels – Starting the Panels Up
- Javascript
Tutorial – Continuous Pagination
- Javascript
Tutorial – Simple Fade Animation
- Javascript
Tutorial – Variadic Functions
- Javascript
Controls – Resizeable Textbox, Part Tres
- Spice
Up Wordpress with Resizable Comment Boxes
- Javascript
Controls – Resizeable Textbox
- Javascript
Tutorial – The Scroll Wheel
- Javascript
Controls – The Spin Control
- Javascript
Tutorial – Trackbar Component
- Javascript
And CSS Tutorial – Accordion Menus
- Javascript
Tutorial – Drag & Drop Lists
- Javascript
Tutorial – Resizeable Textboxes
- HTML
and Javascript – Putting it all Together
- Javascript
Tutorial – Generic Animation V2.0
- Javascript
Tutorial – Why The this Keyword Breaks
- Javascript
Tutorial – Fun Object Syntax
- How To Embed
Silverlight Into a Webpage
- Javascript
Tutorial – Using setInterval and setTimeout
- Javascript -
Interactive Color Picker
- Communicate
Between Flex and Silverlight using Javascript
- Javascript -
Draggable Elements
- Silverlight
and Javascript Interaction
- Javascript -
Working With Events
- Javascript
Sliding Panels using Generic Animation
- Javascript
Objects – A Useful Example
- Javascript
and CSS Tutorial – Generic Animation
- Secure
Authentication Without SSL Using Javascript
- Flex
& Javascript Tutorial – Simple Interaction
- Javascript
And CSS Tutorial – Dynamic Tabbed Panels
- Javascript
Tutorial – How to Auto Ellipse Text
- Javascript
and CSS Tutorial – How to make Sliding Panels
Popularity: 65% [?]
| November 13, 2009 |
Here are some excellent reference
materials and cheat sheets for HTML
And XHTML
at appletree for all web programmers from the novice to the
expert. HTML and XHTML are extensively used for creating and developing
interactive web pages. These HTML And XHTML cheat sheets and reference materials here discuss a wide range of topics such as
Core HTML, Character Entity Reference Chart, Framesets, DOM, best
practices, and configuration options. The reference materials provided
here are downloadable in pdf format, and can be used for future use.
- XHTML
Best Practice Cheat Sheet 230K
- Core
HTML 712K
- HTML5
Canvas Cheat Sheet
153K
- HTML
Character Entities Cheat Sheet 495K
- HTML
Cheat Sheet 62K
- HTML
DOM 65K
- HTML
Help Sheet 104K
- HTML
Help Sheet 02 1.9M
- HTML
Tidy Configuration Options Quick Reference 148K
- Web
Designer’s HTML Card 13M
- HTML
5 Cheat Sheet 3.0M
- What
Beautiful HTML Code Looks Like 787K
- XHTML
Character Entity Reference 163K
- XHTML
Cheat Sheet 72K
- Character
Entity Chart 121K
- HTML
Cheat Sheet 342K
- HTML
5 Cheat Sheet 75K
- HTML
Elements Coordinates 137K
- XHTML
1.0 Frameset 64K
- XHTML
1.0 Strict 62K
- XHTML
1.0 Transitional 64K
Popularity: 82% [?]
| October 14, 2009 |
Here is is a XML
Document Type Definition (DTD) Tutorial,
hosted at the New Mexico Tech Computer Center. This DTD tutorial
describes the Document Type Definition notation for describing the
schema of an SGML or XML document type. The purpose of a Document Type
Definition or DTD is to define the structure of a document encoded in
XML. This DTD tutorial also can be downloaded as pdf.
Document
Type Definition Tutorial:
What
is
a DTD?
- Definitions
Where
does
a DTD live?
- Linking
an XML file to an external DTD
- Including
the DTD inside your XML file
Types
of DTD declarations
Element
declarations
- Declaring
empty elements
- Elements
with text content only
- Elements
with mixed content
Attribute
declarations
- Tokenized
attributes
- Enumerated
attributes
Declaring
and
using entities
- General
entities
- Character
entities
- Parameter
entities
- Binary
(non-parsed) entities
Notation
declarations
Popularity: 86% [?]