Creating A Dark and clean HTML CSS website layout

Creating A Dark and clean HTML CSS website layout

Creating nice clean HTML CSS website layout #3 – Dark theme Today we have a little anniversary. Today`s article has a demo with the number 100 :) So I prepared a very interesting article – this will new nice template (in dark colors) for our readers. You can learn some new coding lessons and download…

How to create water Ripple effect using HTML5 canvas

How to create water Ripple effect using HTML5 canvas

How to create water drops effect using HTML5 canvas Today we continue JavaScript examples, and our article will about using javascript in modeling of water effects. This will emulation of water drops at images. We should click at image in desired place to see this effect. Sometimes we can create very interesting solutions using ordinary…

Creating CSS3 Dropdown Menu #3

Creating CSS3 Dropdown Menu #3

Creating CSS3 Dropdown Menu #3 This is our third CSS3 menu. This will colored tabs with slideout submenus. I don`t used any defined palette – tabs in different colors. Can warn, that all sliding effects will work only in FF, Chrome, Safary browsers, possible in Opera too. But not in IE (transitions still not available…

Custom scrollbars – cross-browser solution

Custom scrollbars – cross-browser solution

Custom scrollbars – cross-browser solution Today we will create custom stylized scrollbars for our website(s). We will use pure javascript to build own scrollbar. So this will really cross browser solution. We can use keys Up/Down keyboard keys to scroll content, mouse roller, drag and drop of scroller, etc (all what should have normal scrollbar).

Using Flux Slider jQuery plugin

Using Flux Slider jQuery plugin

Using Flux Slider jQuery plugin Today I will make review (example of implementation) of fresh and cool slider plugin – Flux. This slider using CSS3 animation with great transition effects (like: bars, zip, blinds, blocks, concentric, warp). And, what is most great – now it can support 3D transitions too (bars3d, cube, tiles3d, Blinds3D effects)….

Creating an Under Water Themed HTML5 & CSS3 single page Layout

Creating an Under Water Themed HTML5 & CSS3 single page Layout

Creating next HTML5 & CSS3 single page template #2 – Under Water Today we will create another one HTML5 web template (named as Under Water) with combination of CSS3 and jQuery. Current template will contain header area (with logo and navigation menu), promo area (I will use jQuery jCarouselLite Slider), center area with some content,…

Creating a CSS3 Dropdown Menu #2

Creating a CSS3 Dropdown Menu #2

Creating CSS3 Dropdown Menu #2 This is our second drop down menu. Today it is in the green palette. The menu will include a submenus that will slide when we hovering the parent elements. That menu will good for green palette templates. And of course – no any JS – only pure CSS. Since this…

Creating a cool CSS3 Dropdown Menu

Creating a cool CSS3 Dropdown Menu

Creating CSS3 Dropdown Menu During last several years, CSS-based menus are becoming more and more popular. Almost any website have own navigation menu, and quite often the menu plays a major role in mapping the site. Just because this is great solution to display lot of links and keep clean layout. Today I will show…

Creating a HTML5 & CSS3 Single Page Web Layout

Creating a HTML5 & CSS3 Single Page Web Layout

Creating a HTML5 & CSS3 single page template Today we will create HTML5 web template with combination with CSS3 and jQuery. Current template will contain header area (with logo and navigation menu), promo area (I will use jQuery Nivo Slider), center area with some content, bottom area (which you can use for footer links as…

Creating Cross-browser Compatible Wave Effects Using Javascript

Creating Cross-browser Compatible Wave Effects Using Javascript

Cross-browser effect of waves using javascript Today’s lesson quite entertaining, we’ll learn how to construct a wave effect. For clarity, we will apply that effect to the picture. I will explain how it works directly in our tutorial, now, its time to see our online demonstration.

Creating Modern jQuery Pagination for Content

Creating Modern jQuery Pagination for Content

Creating modern jQuery pagination for content After a short break, I decided to create a new own JQuery plugin for pagination (for different content), which will be based not on the number of elements (childrens) per page, but will take care of the height of the content. And it will try to keep the same…

How to use Multiple backgrounds and Animation with CSS3

How to use Multiple backgrounds and Animation with CSS3

Multiple backgrounds with CSS3 and a little of animation In CSS3 appear new possibility to use multiple backgrounds for the objects, in our new article I will demonstrate how to do it. And, I going to add a bit of JS code for simple animation (to make it not so boring). Commonly, it is very…

How to create Animated 3D canvas object in HTML5

How to create Animated 3D canvas object in HTML5

How to create 3D canvas object in HTML5 Today’s lesson very interesting, we’ll learn how to create 3D objects using HTML5. This is our first lesson on the practice HTML5. In this tutorial we will make a quadrangular star. Which will rotate around its axis. Read more.

Creating your own Kaleidoscope for iPhone

Creating your own Kaleidoscope for iPhone

Creating Kaleidoscope for iPhone Today we will start our lessons where we will create own first applications for iPhone. Last time this mobile device become more and more popular. In our tutorial I will show you about first steps – creating pretty easy Kaleidoscope application. Kaleidoscope itself we already made here. Today we will try…