Posts tagged tutorial

How to setup a web development environment

  • 16
  • Jul

Date: 16th Jul 2012 Author: admin Categories: MySQL, PHP, resources 1

Tags: , ,

How to setup a web development environment

How to setup a web development environment

Welcome to our first video tutorial. Where I’m going to show you in detail how to setup a local web development environment. This tutorial is for novices and beginner in web development. Most of us are using Windows systems, this is because I selected WAMP at the most appropriate tool for us. We will install WAMP at our computer, and I will show you how you can use your database (phpMyAdmin), and, as some extra – I will show you a process of making own php-based RSS feed (on PHP).
Read more

Flying CSS3 Navigation Menu

  • 13
  • Apr

Date: 13th Apr 2012 Author: admin Categories: HTML/CSS 9

Tags: , ,

Flying CSS3 Navigation Menu

Flying CSS3 Navigation Menu

Today, I would like to show you another pure css3 navigation menu where I implemented several nice animate effects. I have just taught our sub menus to fly from nothing, and beat as the heart when you hover your mouse over elements. If you are ready, lets start.

Read more

HTML5 animation – patterns with loops

  • 03
  • Dec

Date: 03rd Dec 2011 Author: admin Categories: HTML5, JavaScript 1

Tags: , , ,

HTML5 animation - patterns with loops

HTML5 animation – patterns with loops

I have prepared new HTML5 tutorial for you. This is not quite regular ‘html5 game development’ tutorial, but I like to show you another demonstration of html5 canvas animation. We will create patterns with loops and animate it. Today I have prepared nice demo with the sun and with three cars.
Read more

Creating HTML5 3D circle text with shadows

  • 30
  • Nov

Date: 30th Nov 2011 Author: admin Categories: HTML5 5

Tags: , , , , ,

HTML5 3D circle text with shadows

HTML5 3D circle text with shadows

Another one great HTML5 tutorial. It tells us how to draw 3D text and display it in a circle. Also it tells us about applying shadow and 3D effect to text. Plus I am going to rotate text in a circle.
Read more

Creating Your Own Ajax Poll System

  • 16
  • Nov

Date: 16th Nov 2011 Author: admin Categories: AJAX, HTML/CSS, jQuery, MySQL 7

Tags: , , , ,

Creating 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 results in realtime.
Read more

10 Fresh HTML5 Tutorials

  • 14
  • Nov

Date: 14th Nov 2011 Author: admin Categories: resources 3

Tags: , , ,

10 Great 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 associated with the development of games. Hope you find it useful for you!
Read more

Creating an E-Store HTML5 CSS3 Single Page Layout

  • 11
  • Nov

Date: 11th Nov 2011 Author: admin Categories: HTML/CSS 7

Tags: , , ,

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 to start step-by-step tutorial for creating html5-css3 layout.

Read more

Creating a Marble Style CSS3 Navigation Menu

  • 08
  • Nov

Date: 08th Nov 2011 Author: admin Categories: HTML/CSS 2

Tags: , , ,

CSS3 Green Marble Menu

CSS3 Green Marble Menu

In our new tutorial we’ll create a new horizontal dropdown CSS3 menu. This menu will be suitable for black and for white websites. It made of green marble colors.

Read more

Creating a Diary style PHP Guestbook

  • 07
  • Nov

Date: 07th Nov 2011 Author: admin Categories: AJAX, HTML/CSS, jQuery, MySQL, PHP 16

Tags: , , , ,

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 jQuery too (to make it ajaxy). One of important features will spam protection (we can post no more than one record every 10 minutes)!
Read more

Creating Animated Moving Clouds using HTML5

  • 04
  • Nov

Date: 04th Nov 2011 Author: admin Categories: HTML5 50

Tags: , , ,

HTML5 clouds

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
Read more