Posts tagged tutorial
How to setup a web development environment
- 16
- Jul
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
HTML5 animation – patterns with loops
- 03
- Dec
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
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
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
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
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.
Creating a Diary style PHP Guestbook
- 07
- Nov
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
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
