Web Development tutorials

Showing tutorials 20 to 40 out of 95 Web Development tutorials.

ADVERTISMENT

ADVERTISMENT

Let s take a look at the good practices of pagination design as well as some examples of when and how the pagination is usually implemented

Pagination Gallery: Examples And Good Practices

Let’s take a look at the good practices of pagination design as well as some examples of when and how the pagination is usually implemented.

Not yet rated with 79 hits  Added on: Sep 16, 2008

Learn how to do the basics of HTML  Everything included will be needed in every HTML document you ever type

HTML - The Basics

Learn how to do the basics of HTML. Everything included will be needed in every HTML document you ever type.

Not yet rated with 39 hits  Added on: Sep 10, 2008

Learn how to format you HTML text in a number of various ways in this tutorial

HTML - Text Formatting

Learn how to format you HTML text in a number of various ways in this tutorial.

Not yet rated with 41 hits  Added on: Sep 10, 2008

How to make a cool and retro contact form using html and css styles

Retro contact form with CSS

How to make a cool and retro contact form using html and css styles.

Rated:*** with 149 hits  Added on: Aug 11, 2008

New colorful css designed textboxes  download them or check out the tutorial on how to make your own hightech colorful textbox

Css hightech styled textboxes

New colorful css designed textboxes, download them or check out the tutorial on how to make your own hightech colorful textbox.

Rated:**** with 294 hits  Added on: Jul 22, 2008

Cute retro inspired login form made using simple html and css styles free to download and a quick tutorial on how to make your own

Pink login form using CSS

Cute retro inspired login form made using simple html and css styles free to download and a quick tutorial on how to make your own.

Rated:*** with 273 hits  Added on: Jul 15, 2008

You want cool web site  but you don t now how to make it    then this is something for you  This is a complete tutorial about work in dreamweaver  You must read this

All about work in dreamweaver (includes: how to work whit javascripts).

You want cool web-site, but you don't now how to make it... then this is something for you! This is a complete tutorial about work in dreamweaver. You must read this!

Rated:*** with 1567 hits  Added on: Mar 22, 2008

CSS font family is the type of font used for rendering text similar to the fonts you select in word processors such as Microsoft Word   Georgia serif font  Georgia serif font  Verdana sans serif font  Verdana sans serif font    They can be divided into 2 families  serif fonts with little details on the ends of some strokes and sans serif fonts without those decorations  Serif fonts are easier to read on paper due to the higher resolution making the small decorations clearly visible  For computer screens on the other hand sans serif fonts have shown to have better readability unless the font size is very big such as headings     The fonts you specify can only be used if they re installed on the user s system  Because of this there s only a handful of safe web fonts that will work across all systems  There s little point in using special looking fonts that won t be displayed correctly 99 9  of the time     To change fonts you can use the font family property with font names as comma separated values  Note that font names containing spaces such as new times roman should be wrapped in quotes  new times roman    CSS font family           body  font family arial         strong  font family georgia     Display   This is some arial text with some georgia in between     It s good practice to always provide one of the generic fonts such as serif or sans serif at the end of your font family statement in case everything else fails   CSS generic fonts           body  font family verdana kalimati sans serif         h1  font family georgia  new times roman  serif     Web safe fonts    Here s a list of web safe fonts you can use for your website that will usually work cross platform   Serif font Display  times  times new roman    The quick brown fox jumps over the lazy dog  georgia   The quick brown fox jumps over the lazy dog  serif   The quick brown fox jumps over the lazy dog  Sans serif font Display  arial   The quick brown fox jumps over the lazy dog  helvetica   The quick brown fox jumps over the lazy dog  verdana   The quick brown fox jumps over the lazy dog  sans serif   The quick brown fox jumps over the lazy dog  Monospace font Display   courier new  courier   The quick brown fox jumps over the lazy dog  monospace   The quick brown fox jumps over the lazy dog

CSS Fonts beginers

CSS font family is the type of font used for rendering text similar to the fonts you select in word processors such as Microsoft Word. Georgia serif font Georgia serif font Verdana sans-serif font Verdana sans-serif font They can be divided into 2 families: serif fonts with little details on the ends of some strokes and sans-serif fonts without those decorations. Serif fonts are easier to read on paper due to the higher resolution making the small decorations clearly visible. For computer screens on the other hand sans-serif fonts have shown to have better readability unless the font size is very big such as headings. The fonts you specify can only be used if they're installed on the user's system. Because of this there's only a handful of safe web fonts that will work across all systems. There's little point in using special-looking fonts that won't be displayed correctly 99.9% of the time. To change fonts you can use the font-family property with font names as comma-separated values. Note that font names containing spaces such as new times roman should be wrapped in quotes "new times roman". CSS font-family: * body {font-family:arial} * strong {font-family:georgia} Display: This is some arial text with some georgia in-between. It's good practice to always provide one of the generic fonts such as serif or sans-serif at the end of your font-family statement in case everything else fails: CSS generic fonts: * body {font-family:verdana,kalimati,sans-serif} * h1 {font-family:georgia,"new times roman",serif} Web-safe fonts Here's a list of web-safe fonts you can use for your website that will usually work cross-platform: Serif font Display times,"times new roman" The quick brown fox jumps over the lazy dog georgia The quick brown fox jumps over the lazy dog serif The quick brown fox jumps over the lazy dog Sans-serif font Display arial The quick brown fox jumps over the lazy dog helvetica The quick brown fox jumps over the lazy dog verdana The quick brown fox jumps over the lazy dog sans-serif The quick brown fox jumps over the lazy dog Monospace font Display "courier new",courier The quick brown fox jumps over the lazy dog monospace The quick brown fox jumps over the lazy dog

Rated:*** with 638 hits  Added on: Mar 08, 2008

See how easy it is to pull in a lot of traffic by writing good  quality tutorials about your favourite application  Learn how to be original and remarkable  how to pull in a lot of traffic and earn money from it  Write tutorials like the ones you see on websites like this one and earn yourself money from it

Earning money by writing good tutorials

See how easy it is to pull in a lot of traffic by writing good, quality tutorials about your favourite application. Learn how to be original and remarkable, how to pull in a lot of traffic and earn money from it! Write tutorials like the ones you see on websites like this one and earn yourself money from it.

Rated:*** with 426 hits  Added on: Jan 23, 2008

An article that will help you with site building

Express yourself on the internet!

An article that will help you with site building.

Rated:*** with 371 hits  Added on: Jan 13, 2008

An article that will help you with your website maintaining building   etc

Importance of content

An article that will help you with your website maintaining,building...etc

Rated:*** with 326 hits  Added on: Jan 13, 2008

An article that will show you the right way to promote our site

Get ready to promote!

An article that will show you the right way to promote our site!

Rated:*** with 329 hits  Added on: Jan 13, 2008

Learn how the Dreamweaver CS3 workspace works with this in depth lesson

The Dreamweaver CS3 Workspace

Learn how the Dreamweaver CS3 workspace works with this in-depth lesson.

Rated:*** with 474 hits  Added on: Dec 07, 2007

An example of how to make a working registration form complete with validation in Flex  Database communication is handled through AMFPHP and PHP

Registration form with Flex and AMFPHP

An example of how to make a working registration form complete with validation in Flex. Database communication is handled through AMFPHP and PHP.

Rated:*** with 356 hits  Added on: Oct 24, 2007

Describes a workflow for creating Joomla templates from basic YAML skeletons

Joomla template design with YAML

Describes a workflow for creating Joomla templates from basic YAML skeletons.

Rated:*** with 530 hits  Added on: Oct 24, 2007

With this tutorial you can learn how to create whole website with CSS  More on zone studios com

Full CSS tutorial

With this tutorial you can learn how to create whole website with CSS. More on zone-studios.com

Rated:*** with 1307 hits  Added on: Oct 09, 2007

Show your less technically inclined friends exactly how to use Really Simple Syndication

Learn RSS in 7 Simple Steps.

Show your less technically inclined friends exactly how to use Really Simple Syndication.

Rated:*** with 443 hits  Added on: Jul 28, 2007

Take your text and offset it like it s on a piece of paper using some basic graphics and a layout

Make Paper From HTML.

Take your text and offset it like it's on a piece of paper using some basic graphics and a layout.

Rated:*** with 463 hits  Added on: Jul 28, 2007

Learn the basic syntax of CSS and its properties

CSS Syntax and properties

Learn the basic syntax of CSS and its properties

Rated:*** with 557 hits  Added on: Jul 26, 2007

All you need to know about CSS colors  text colors etc

CSS Colors and background colors

All you need to know about CSS colors, text colors etc

Rated:*** with 561 hits  Added on: Jul 26, 2007

Go to Top

» Hardware reviews

SOFTutorials

Highest Rated

Adding a lens flare to a photo with precise control after implementation

Adding a lens flare to a photo with precise control after implementation - Adding a lens flare to a photo with precise control after implementation ...

Rated:***** with 430 hits

Lighting effects in Adobe Photoshop are used to add flare and polish to images  They communicate feelings of creativity  technology  magic  and fantasy  Creating beams  glows  motion trails  rainbows  or an assortment of other lighting effects  give your images ambiance and depth     Now it s time for a sparkling dose of related Photoshop learning material

Rainbows, Glows and Light Effects - Lighting effects in Adobe Photoshop are used to add flare and polish to ima...

Rated:***** with 246 hits

Including rain or water drops in a scene can be a nice effect because water is a very compelling element  As you ll see in the tutorials below

Photoshop Tutorials On Rain Showers and Water Drops - Including rain or water drops in a scene can be a nice effect because water...

Rated:***** with 199 hits

Add textures to an image for a dramatic effect with layer masks

Add textures to an image for a dramatic effect - Add textures to an image for a dramatic effect with layer masks....

Rated:***** with 330 hits

Most Popular

If you want very realistic render you need to use V ray Render plugin  In this tutorial I will show you how to create V ray glass material

V-ray Glass Material - If you want very realistic render you need to use V-ray Render plugin. In t...

Rated:**** with 37088 hits

Easiest way to improve Capture performance in Windows MovieMaker  Follow the tutorial

Improving capture performance in Windows Movie Maker - Easiest way to improve Capture performance in Windows MovieMaker. Follow th...

Rated:**** with 35622 hits

Tutorial showing how to create and animate the raining code effect from the popular trilogy the Matrix  no plug ins necessary  step by step video tutorial streaming and direct download

The Matrix Raining Code Video Tutorial - Tutorial showing how to create and animate the raining code effect from the...

Rated:**** with 30690 hits

This photoshop tutorial will show you a fast technique to enhance eyes and make them stand out

HOW TO ENHANCE EYES IN PHOTOSHOP - This photoshop tutorial will show you a fast technique to enhance eyes and ...

Rated:**** with 24181 hits