Creating a Toggle CSS3 Bottom Navigation Bar

Creating a Toggle CSS3 Bottom Navigation Bar

CSS3 Bottom navigation menu Today I prepared nice CSS3 bottom navigation menu for you. This is will sliding drop down menu with fixed position in bottom of screen. Also, I going to use jQuery for sliding effects.

Creating a Smooth Curve Graphs with PHP and GD

Creating a Smooth Curve Graphs with PHP and GD

Smooth Curve Graphs with PHP and GD Today I have new article for PHP. I will tell you about drawing graphs with GD. Plus – we will smooth our graph with curve lines using cubic splines interpolation method. You can read more about method at Wiki.

10 Attractive Tutorials for Developing iPhone Applications

10 Attractive Tutorials for Developing iPhone Applications

10 Attractive iPhone tutorials for developers I selected some pretty great and amazing tutorials for developers who going to learn how to make applications for iPhone. These tutorials and for beginners and advanced developers. The most simple article will show you how to create your first ‘hello world’ project, the most difficult thing will be…

Creating an Image Zoomer in HTML5 Canvas

Creating an Image Zoomer in HTML5 Canvas

HTML5 canvas – Image zoomer New interesting tutorial – I will show you how you can create nice and easy Image zoomer using HTML5. Main idea – to draw a picture on the canvas, add event handlers to mousemove, mousedown and mouseup (to move the enlarged area of ??the motion while holding the mouse).

HTML5 Game Development – Navigating Your Spaceship- Lesson 3

HTML5 Game Development – Navigating Your Spaceship- Lesson 3

HTML5 Game Development – Lesson 3 Today we continue a series of articles on game development in HTML5 using canvas. Finally, today we will start adding animation, and few more interesting features. Our demonstration will include a spaceship flying through space, and a new element – the Dialogue. The dialogue will contain two pages, and…

Creating a Photo Array in WebGL

Creating a Photo Array in WebGL

Creating photo array in WebGL Today we continue HTML5 WebGL examples. I prepared a nice photo gallery for you. Images in this gallery will be replaced by a mouse click.

How to Generate Runtime Multi-columns with CSS3

How to Generate Runtime Multi-columns with CSS3

How to do Multi-columns with CSS3 Have you ever had the need to create multi-column layout to display any information? What looks like the columns of newspapers. I think that your answer is – yes. And many of you may have implemented it using just ordinary DIV (or other) elements, with the property float: left….

Creating Your Own Commenting System from Scratch

Creating Your Own Commenting System from Scratch

How to create own commenting system Today I prepared new interesting article – I will tell how you can create own commenting system (AJAX) for your items (any units at your website) with PHP. For our demonstration – I prepared two SQL tables: first table will keep records of our items. It contain several fields:…

Most impressing HTML5 with WebGL demonstrations

Most impressing HTML5 with WebGL demonstrations

Most impressing WebGL demonstrations What is WebGL? This is new modern software library that extends the JavaScript language to allow it to generate real interactive 3D graphics into compatible web browser. WebGL supported by many new web browsers, such as Google Chrome, Mozilla Firefox (from v4.0), Safari. Today I prepared new collection of interesting HTML5…

Autocomplete with PHP, jQuery, MySQL and XML

Autocomplete with PHP, jQuery, MySQL and XML

Autocomplete with PHP, jQuery, MySQL and XML Today I have new article for PHP. I will tell you about implementation autocomplete for your sites. Data can be located in different sources – directly in the JS code, in the database, and even in the XML file.

12 Beautifully Creative Flash Websites of 2011

12 Beautifully Creative Flash Websites of 2011

12 most creative Flash websites 2011 Today I did a brief review of the most creative and new websites made ??in Flash. We have compiled this collection of his own hands. I hope you will be interested to see what people are doing on the new flush.

Creating an HTML5 Canvas Image Color Picker

Creating an HTML5 Canvas Image Color Picker

HTML5 canvas – Image color picker New interesting tutorial – I will show you how you can create nice and easy Image color picker using HTML5. Main idea – to draw a picture on the canvas, add event handlers to mouse move, to mouse click (for picking colors).

HTML5 Game Development – Lesson 2

HTML5 Game Development – Lesson 2

HTML5 Game Development – Lesson 2 Today we continue a series of articles on game development in HTML5. Today we will continue basics (and maybe even advanced basics). I going to show you how to fill objects with gradient color, draw text, use custom fonts to draw text, basic animation, and most important: ui element…