CSS

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 each function.
  • Cross-browser support

2 comments - What do you think?  Posted by admin - May 23, 2011 at 12:53 am

Categories: CSS, jQuery   Tags: , , , ,

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
  • Read more…

8 comments - What do you think?  Posted by admin - May 21, 2011 at 8:12 am

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…

4 comments - What do you think?  Posted by admin - at 7:56 am

Categories: CSS, Database, Programming   Tags: , , ,

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…

4 comments - What do you think?  Posted by admin - at 7:54 am

Categories: .Net Framework, CSS, PHP & MySQL, Programming   Tags: , , , , ,

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…

5 comments - What do you think?  Posted by admin - at 7:29 am

Categories: .Net Framework, CSS, PHP & MySQL, Programming   Tags: , , , , , , , , ,

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…

4 comments - What do you think?  Posted by admin - at 6:31 am

Categories: .Net Framework, CSS   Tags: , , , , , , ,

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…

2 comments - What do you think?  Posted by admin - at 6:29 am

Categories: CSS   Tags: , , , ,

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!

3 comments - What do you think?  Posted by admin - at 6:27 am

Categories: CSS   Tags: , , , , , ,

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…

2 comments - What do you think?  Posted by admin - at 6:26 am

Categories: CSS   Tags: , , ,

CSS Tutorial – 3 – Grouping Elements

8 comments - What do you think?  Posted by admin - at 6:21 am

Categories: CSS   Tags: , , , , ,

Next Page »