Posts tagged css

float css – one of various CSS properties

  • 18
  • Feb

Date: 18th Feb 2011 Author: admin Categories: HTML/CSS 2

Tags: , ,

float css – one of various CSS properties

Today I will tell you about CSS. This is will property called ‘float’. This property already in CSS since first version. And of course supporting of all possible browsers – Firefox, IE, Safari, Opera etc.

By default, all basic HTML elements floating from left to right as possible. If the item reaches the end of the page (or the boundaries of its parent element), it goes lower – to next line.

Of course, we can play with these rules via float css attribute.
Read more

How to make Smooth jQuery validator for Forms

  • 17
  • Feb

Date: 17th Feb 2011 Author: admin Categories: HTML/CSS, jQuery 2

Tags: , , , ,

jQuery validator – checking forms

Today I will tell you how to build professional web forms with validation. I will use jQuery Validator Plugin for our tutorial.

You can ask me – where I can use it? – Quite anywhere: login or join forms for your website, forms of adding content, different guest books or blocks for comments. Really many ways for using it. I already saw several projects where validation was at server side. And submit of form just reload whole page where we seens – are we made any errors or not. Sometimes webmasters using ajax to send data invisible to server for validation. But in most of cases, this is much faster just to check all entered information at user side (using javascript/jQuery). Just check these several demos – and I will explain how to use it.
Read more

Creating a Simple yet Stylish CSS Jquery Menu

  • 27
  • Sep

Date: 27th Sep 2010 Author: admin Categories: HTML/CSS, jQuery 9

Tags: , , , , ,

Creating a Simple yet Stylish CSS Jquery Menu

Currently, css menus are becoming more and more popular, which is not surprising. Small size, speed, ease to create. I want to introduce you to one very interesting and useful resource – http://www.cssplay.co.uk/. Here you can find tonns of really nice menus which you can use in your projects. Today I want to tell you how to enhance these menus using our library – jQuery.
Read more

Easily Animate Web Buttons/Objects using jQuery

  • 08
  • Sep

Date: 08th Sep 2010 Author: admin Categories: HTML/CSS, JavaScript, jQuery 2

Tags: , , , ,

Easily Animate Web Buttons/Objects using jQuery

Today I will tell you about animations in web using jQuery. As we know – jQuery offer us several default methods of effects: fade(In/Out/To), hide, show, slide(Down/Toggle/Up), toggle. This is ok, but what if we need more? So, animation will help us! It will help to slide between 2 states using really good effects. By default, ‘easing’ is optional param, so to use extra effects we will use additional jquery.easing.js library.
Read more

Advance Level Php Tutorials and Scripts

  • 26
  • Mar

Date: 26th Mar 2010 Author: ayazmalik Categories: AJAX, HTML/CSS, jQuery, PHP, XHTML 1

Tags: , , , ,

Advance Level Php Tutorials and Scripts

Some pretty cool and amazing working php scripts with sources and tutorials for you to use on your sites. Some are Tutorials for security, some are images manipulation techniques while some are really high level plugins like sponsor flips, jquery sorting and vote poll etc. Hope you find it Useful !

All Tutorials are properly linked back to their original sources.

Read more

Positioning Backgrounds with Jquery

  • 17
  • Mar

Date: 17th Mar 2010 Author: admin Categories: HTML/CSS, JavaScript, jQuery 5

Tags: , , , ,

Jquery Tutorial on how to Position Backgrounds

Today I will tell you about another one useful tool of JQuery – backgroundPosition plugin. It allow to reach different design ideas with color/background changing.

As example, we want to create animated user friendly buttons or website navigation menu.

Someone can ask, why we need script if we can use hover effect + CSS styles. Here you will able to compare possibilities and see advantages of JQuery.

Read more

Jquery CSS Tutorial on Zooming Image

  • 15
  • Mar

Date: 15th Mar 2010 Author: admin Categories: HTML/CSS, jQuery 4

Tags: , , , , ,

Jquery CSS Tutorial on how to Zoom Images

Today I will tell you about another one useful tool of JQuery – Zoomimage plugin. It allow to reach different design ideas with images resizing.

Read more