Posts tagged css
float css – one of various CSS properties
- 18
- Feb
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
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
Easily Animate Web Buttons/Objects using jQuery
- 08
- Sep
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
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.
Jquery CSS Tutorial on Zooming Image
- 15
- Mar
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.
