Creating Fantastic Animated Buttons using CSS3

Creating Fantastic Animated Buttons using CSS3

How to Create a Pure CSS3 animated buttons Today I want to share some experience with creating interactive animated elements (buttons) with CSS3. In our example I going to use hover and active states of our buttons. Please pay attention that our demo will work in browsers that support used CSS3 properties.

Creating Your Own Ajax Poll System

Creating Your Own Ajax Poll System

Creating own ajax poll system Today I prepared new interesting tutorial – we will creating own Poll system (AJAX) for your projects with PHP. Polls, answers and results I going to keep in single SQL table. When we will vote for one of variants – jQuery will POST data, and then we will animate our…

10 Fresh HTML5 Tutorials

10 Fresh HTML5 Tutorials

10 Great HTML5 tutorials I selected some fresh great and amazing html5 tutorials for developers who going to learn html5 or who going to find new ideas for own projects. These tutorials and for beginners and advanced developers. The most simple article will show you about work with images, the most difficult thing will be…

Creating an E-Store HTML5 CSS3 Single Page Layout

Creating an E-Store HTML5 CSS3 Single Page Layout

Creating new HTML5&CSS3 single page layout – E-Store Today I want to introduce new great masterpiece – new template with codename: ‘E-Store’. This will nice HTML5/CSS3 template with nice light gray colors. This is template for online stores. Hope that you will like new styles and you will learn some new design methods. I going…

Fresh impressing WebGL demonstrations

Fresh impressing WebGL demonstrations

Fresh 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 fresh collection of interesting…

Creating a Diary style PHP Guestbook

Creating a Diary style PHP Guestbook

PHP guestbook Today I prepared new interesting tutorial – I will tell how you can create ajax PHP guestbook with own unique design. Our records will be saved into SQL database. This table will contain next info: name of sender, email, guestbook record, date-time of record and ip of sender. Of course, we will use…

Creating Animated Moving Clouds using HTML5

Creating Animated Moving Clouds using HTML5

HTML5 clouds Today I have prepared you something really entertaining. Of course, we implement it with our favorite html5. This work will show you how to create a beautiful flying clouds across the sky. In the implementation, I decided to use an additional library: https://github.com/mrdoob/three.js

10 interesting jQuery plugins of October 2011

10 interesting jQuery plugins of October 2011

10 interesting jQuery plugins (october 2011) This is our new roundup of most interesting jQuery plug-ins that have emerged over the last month. Here are different plugins like Editor, ajax tables, virtual keyboard, few galleries, and even noise generator.

HTML5 canvas – Creating Your Own Paint Program

HTML5 canvas – Creating Your Own Paint Program

HTML5 canvas – Creating own Paint program New interesting article about canvases in HTML5 – I will show you how you can create nice and simple Paint program. Main idea – to draw a color picker area (rainbow gradient), and load some image to another canvas (here we will draw with selected color).

Creating jQuery Templates – Usage Practice

Creating jQuery Templates – Usage Practice

jQuery Templates – practice of using Today we will talk about jQuery. I going to provide you with basic information to start working with jQuery templates. jQuery templates can help you with formatting data retrieved with an Ajax call (as example). Or, we can use already predefined data. Our example will consist of 2 parts….

How to Create a Pure CSS3 Animated Photo Gallery

How to Create a Pure CSS3 Animated Photo Gallery

How to Create a Pure CSS3 Animated Photo Gallery Today we decided to prepare nice css3 gallery. Without using any javascript. Yes, yes, you heard right. Today, we will not use scripts at all. This will PURE CSS3 photo gallery. Photos in the gallery will grow when we will click the mouse on them.