jQuery Easy Tutorial from Scratch!!
jQuery is a cross-browser JavaScript library designed to simplify the client-side scripting of HTML.[1] It was released in January 2006 at BarCamp NYC by John Resig. Used by over 43% of the 10,000 most visited websites, jQuery is the most popular JavaScript library in use today.
The jQuery library is a single JavaScript file, containing all of its common DOM, event, effects, and Ajax functions. It can be included within a web page by linking to a local copy, or to one of the many copies available from public servers
jQuery contains the following features:
- DOM element selections using the cross-browser open source selector engine Sizzle, a spin-off out of the jQuery project
- DOM traversal and modification (including support for CSS 1-3)
- Events
- CSS manipulation
- Effects and animations
- Ajax
- Extensibility through plug-ins
- Utilities – such as browser version and the
eachfunction. - Cross-browser support
Creating CSS Themes for multiple pages in ASP.Net
- CSS stands for Cascading Style Sheets
- Styles define how to display HTML elements
- Styles were added to HTML 4.0 to solve a problem
Categories: CSS Tags:
How to make a CSS dedicated server with a BATCH file
Descendant selectors are used to select elements that are descendants of another element in the document tree. Read more…
Categories: CSS, Database, Programming Tags: css, html, web development, website
How to add maps to your CSS Server
CSS Image technique makes use of the Sliding Doors technique combined with a definition list.
The sliding doors technique allows you to contain all your image rollover effects in one image file, Read more…
Categories: .Net Framework, CSS, PHP & MySQL, Programming Tags: css, html, it, tutotial, web htm, website
How to Easily configure Dreamweaver for your own Website!
Adobe Dreamweaver (formerly Macromedia Dreamweaver) is a web development application originally created by Macromedia, and is now developed by Adobe Systems, which acquired Macromedia in 2005. Read more…
Categories: .Net Framework, CSS, PHP & MySQL, Programming Tags: css, dreamweaver, htm, html, java, mysql, php, theitvideos, training, web site
What is the Differences between .skin file and .css file
CSS defines HOW HTML elements are to be displayed.
Whereas, .skin files are you used to change the look and feel of the Read more…
Categories: .Net Framework, CSS Tags: ajax, asp, asp.net, css, how learning, html, tutotrial, website
CSS Tutorial – 6 – More on Descendant Selectors
Descendant selectors are used to select elements that are descendants of another element in the document tree. Read more…
CSS Tutorial – 5 – Relationships
This video talks about the relationship between elements in a CSS file which stands for Cascading Syle Sheet. HTML was never intended to contain tags for formatting a document.
HTML was intended to define the content of a document, like:
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
When tags like <font>, and color attributes were added to the HTML 3.2 specification, it started a nightmare for web developers. Development of large web sites, where fonts and color information were added to every single page, became a long and expensive process.
CSS defines HOW HTML elements are to be displayed.
Styles are normally saved in external .css files. External style sheets enable you to change the appearance and layout of all the pages in a Web site, just by editing one single file!
CSS Tutorial – 4 – Universal Descendant
This video gives an introduction to CSS which stands for Cascading Syle Sheet. HTML was never intended to contain tags for formatting a document. Read more…
CSS Tutorial – 3 – Grouping Elements
- CSS stands for Cascading Style Sheets