HTML5 Game Development – Lesson 2

  • 06
  • Oct

Date: 06th Oct 2011 Author: admin Categories: HTML/CSS, HTML5 5

Tags: ,

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 – Button.

Our previous article you can read here: Developing Your First HTML5 Game – Lesson 1. I going to work with our previous script – we will just enhance it. I going to draw text using custom font, animate object (square) filled with gradient color, and will draw ‘Play / Pause’ button to pausing animation.
Read more

Creating a Photo Album with Galleriffic jQuery plugin

  • 05
  • Oct

Date: 05th Oct 2011 Author: admin Categories: HTML/CSS, jQuery 4

Tags: , , , , ,

creating photo album with Galleriffic

Creating photo album with Galleriffic jQuery plugin

Today we will make a new photo gallery. Recently I found another nice JQuery plugin – Galleriffic. This plugin well optimized to handle high volumes of photos. Also it have nice features like thumbnail navigation (with pagination), jQuery.history plugin integration, slideshow with Play/Pause, keyboard navigation etc. So I decided to practice with it today.
Read more

How to Create Your Own 5 Stars Voting System

  • 04
  • Oct

Date: 04th Oct 2011 Author: admin Categories: HTML/CSS, MySQL, PHP 1

Tags: , , , , , , ,

How to create own voting system

How to create own voting system

Today I prepared very interesting article – today I will tell you how you can create own voting system for your items (any units at your website) with PHP. I prepared two SQL tables: first table will keep our demo items. It contain several fields: title, description, time of adding, rate value and count of rates. Another table will keep records of voting (track). Of course – we will use jQuery too (for better behavior of interface). One of features will restriction to vote twice from one IP during 1 week!
Read more

Creating a Robo Splash Page Layout

  • 03
  • Oct

Date: 03rd Oct 2011 Author: admin Categories: HTML/CSS 2

Tags: , , , , ,

Robo splash page layout

Robo splash page layout

Today I present you a new layout – Robo splash page. This is will modern looking HTML5 / CSS3 splash page layout which you will able to get for your website. So, let’s go inside and read up – how to make similar page.
Read more

Creating a Multilevel CSS3 Metal Navigation with icons

  • 29
  • Sep

Date: 29th Sep 2011 Author: admin Categories: HTML/CSS 3

Tags: , , , , , ,

CSS3 Metal menu with icons

CSS3 Metal menu with icons

In our new tutorial we’ll create a beautiful CSS3 menu with icons in metal style. This is will pretty standard UL-LI multilevel menu.

Read more

10 interesting jQuery plugins (september 2011)

  • 28
  • Sep

Date: 28th Sep 2011 Author: admin Categories: jQuery, resources 0

Tags: , ,

10 interesting jQuery plugins (september 2011)

This is new roundup of most interesting jQuery plug-ins that have emerged over the last month. Here are different plugins like sliders, ui dialogs, images filter etc.
Read more

How to use Memcache with PHP

  • 27
  • Sep

Date: 27th Sep 2011 Author: admin Categories: PHP 12

Tags: , , , , ,

Memcache with PHP

Memcache with PHP

Today I have new article for PHP. Last time I did post about Memcache with PHP. Today we will talking about caching in PHP again. I will show you how you can use Memcache in PHP. We will prepare useful class for working with Memcache for us and several examples. Memcache itself providing procedural and object oriented interface to memcached, highly effective caching daemon, which was especially designed to decrease database load in dynamic web applications.
Read more

Creating HTML5 Image Effects App – Adding Horizontal Flip

  • 26
  • Sep

Date: 26th Sep 2011 Author: admin Categories: HTML5, JavaScript 4

Tags: , , , ,

HTML5 Image Effects App - Adding Horizontal Flip

HTML5 Image Effects App – Adding Horizontal Flip

Today we going to continue HTML5 canvas examples, I hope you enjoy this series of articles. Even for me, working with graphics, images brings pleasure. Sure that you like this too. Today we will be adding new filter – Horizontal Flip.
Read more

How to install APC on Linux

  • 23
  • Sep

Date: 23rd Sep 2011 Author: admin Categories: PHP 8

Tags: , , , , ,

How to install APC on Linux

How to install APC on Linux

About week ago I made post about using APC caching with PHP. As I noticed – this post was pretty popular, I even got several responses to personal email regarding this post. Today I will tell you how to install APC (for PHP) on Linux system.
Read more

Developing Your First HTML5 Game – Lesson 1

  • 22
  • Sep

Date: 22nd Sep 2011 Author: admin Categories: HTML/CSS, HTML5 28

Tags: , , , ,

HTML5 Game Development - Lesson 1

HTML5 Game Development – Lesson 1

Starting today we begin a series of articles on game development in HTML5. In our first article we will cover the basics – working with the canvas, creating simple objects, fill, and some linked event handlers by mouse. Also, pay attention at this stage, we will study this basis, not immediately work in 3D with WebGL. But we will get back to WebGL in the future.

In each next article we will make something new. The first time we create an object with seven vertices, in these vertices we will draw circles, we will able to move these vertices with dragging circles. Also we fill our result object with semi-transparent color. I think that this is enough for beginning.
Read more