CSS3 Optical Illusions

CSS3 Optical Illusions

CSS3 Optical Illusions Today I have prepared something interesting to you. This is demonstration of several optical illusions in CSS3 (without use any images or javascript). Welcome to test results.

10 fresh jQuery plugins (december 2011)

10 fresh jQuery plugins (december 2011)

10 fresh jQuery plugins (december 2011) Before coming New Years holidays – I have decided to prepare last one collection of interesting jQuery plugins released over the last month. Here are different plugins for sharing content, scrollers / sliders, webcam plugin, time grid etc.

CSS3 Animated Photo Slider

CSS3 Animated Photo Slider

CSS3 Animated Photo Slider Today I have prepared new great CSS3 demonstration. This is 3D slideshow where I have used WebKit CSS 3D transforms. On the demo you will see a free-floating 3D object with photos. Hint – you have to use Chrome or Safari browser to see all these delights.

CSS3 Christmas Tree with Snow

CSS3 Christmas Tree with Snow

CSS3 Christmas Tree with Snow Today we will continue use CSS3 in drawing complex shapes. We will create very nice CSS3 Christmas Tree demonstration. We will be drawing the tree, six colored balls on it, three snow hills and snowfall.

Access Control with Bit Masks

Access Control with Bit Masks

Access Control with Bit Masks Today I want to tell you about the organization of access rights to users (on your site) using bit masks. Perhaps you have already known it, probably not, but anyway I want to give you this information. Why bit masks – easy, because this is and fast and easy way…

HTML5 canvas – Custom brush (BezierCurveBrush)

HTML5 canvas – Custom brush (BezierCurveBrush)

HTML5 canvas – Custom brush (BezierCurveBrush) for your paing program I hope that you still remember when we did our first Paint program with HTML5. Today I have decided to enhance it with adding new additional brush to it. This brush will use ‘bezierCurveTo’ function. In result we will have interesting effect, just check out…

HTML5 Game Development – Lesson 5

HTML5 Game Development – Lesson 5

HTML5 Game Development – Lesson 5 Finally I decided to prepare next Game-development article. We continue a series of articles on game development in HTML5 using canvas. Today I prepared musical example (it will something like program – synthesizer) with alternative DOM-based dialogs on CSS3. Why I added separated dialogs – easy, mostly because CSS…

How to Create a Pure CSS3 Slideshow

How to Create a Pure CSS3 Slideshow

How to Create a Pure CSS3 Slideshow Today we will develop cool css3 slideshow (without any javascript). Slideshow will contain left and right navigation buttons, images, and tracker bar. We have to use left/right buttons or extra tracker bar to navigate through images.

HTML5 and Games

HTML5 and Games

HTML5 and Games Today we will talk a little about future of HTML5 in the gaming industry. As you know, HTML5 continues to have a dramatic impact on the web world during few last years. At current time, HTML5 still under development, but I sure that you have already seen many really great examples of…

How to start developing own applications for Android

How to start developing own applications for Android

How to start developing own applications for Android Several of our readers asked us what they begin to write even a simple application for android. So today I decided to write an introductory article for them. This material provides practical introduction to developing applications for Android.

CSS3 Drop Caps

CSS3 Drop Caps

CSS3 Drop Caps Today is design orienting article. I am going to tell you about making nice-looking drop caps with css3. I sure that you have been already saw these big letters in each children’s book of fairy tales. Especially in old books. To repeat this effect some webmasters separated this first letter (into own…

HTML5 Face Builder

HTML5 Face Builder

HTML5 Face Builder This is another interesting application of HTML5. Today I have developed a little ‘toy’. This little toy can be enhanced into something big. Welcome to test new HTML5 tool – Face Builder (canvas). This tool will allow your members (visitors) to compose their faces, you can select through predefined elements (face, eyes,…

Pure HTML5 file upload

Pure HTML5 file upload

Pure HTML5 file upload Today we will be developing a great HTML5 file upload form with progress bar and preview (at client-side). We have already gave you jQuery based solution, but today’s application don’t require jQuery at all. All made in pure HTML5 Javascript. I’m going to use FileReader (html5) to implement live preview (without…