Posts by admin

How to create a game using jQuery

  • 12
  • Sep

Date: 12th Sep 2012 Author: admin Categories: JavaScript, jQuery 10

Tags: , ,

How to create a game using jQuery

How to create a game using jQuery

Today we are making a simple puzzle game called “Fifteen”. The purpose of the game is to slide 15 square blocks around to form an image. The goal of this tutorial is to look at this simple browser-based game and explain how it was made line by line. It’s a great way to learn jQuery. For this tutorial, We will use a 2D image square-sliding game I created last week and I will go over each line of code to demonstrate the train of thought. I really do believe that breaking this game up into explanations on per-line basis will help you understand how to use jQuery in your own projects.
Read more

Fancy Image gallery – jqFancyTransitions

  • 10
  • Sep

Date: 10th Sep 2012 Author: admin Categories: HTML/CSS, jQuery 4

Tags: , , ,

Fancy Image gallery - jqFancyTransitions

Fancy Image gallery – jqFancyTransitions

In our new tutorial I would like to show you how to create a nice looking photo gallery with transition effects. I’m going to use a ready jQuery plugin – jqFancyTransitions. It is easy and effective jQuery plugin to display photos as photo slideshow with fancy transition effects (wave, zipper and curtain). There are a lot of ways to customize the result. All the possible options will be published at the end of this article.
Read more

CSS3 Loading elements – part 2

  • 05
  • Sep

Date: 05th Sep 2012 Author: admin Categories: HTML/CSS 0

Tags: , ,

CSS3 Loading elements - part 2

CSS3 Loading elements – part 2

We received a lot of feedback on this article CSS3 Loading elements, so we decided to prepare the second part of this article. Where we will create 4 new loading elements. All of them use pure CSS3 animation and don’t use images. Let’s review them.
Read more

Pure CSS3 galleries collection

  • 03
  • Sep

Date: 03rd Sep 2012 Author: admin Categories: resources 1

Tags: , ,

Pure CSS3 galleries collection

In our new collection of web tutorials you can find a new collection of pure CSS3 photo galleries (it means – without using javascript). Most of them support ‘click’ behavior. Usually it means that you can get enlarged version of image (or other object) when you click on it. If you are looking forward to add similar CSS3 photo gallery at your website or you are learning how to develop similar galleries – our collection is for you.
Read more

3D CSS3 Book Generator with jQuery

  • 30
  • Aug

Date: 30th Aug 2012 Author: admin Categories: HTML/CSS, JavaScript, jQuery 13

Tags: , , ,

3D CSS3 Book Generator with jQuery

3D CSS3 Book Generator with jQuery

Today we made up my mind to develop something really interesting and useful for you. A new jQuery plugin – as a generator of books. The main idea is to display user friendly book basing on raw text (with images). The book consists of pages, each page consists of 2 sides (as in a usual book), there are buttons Back-Next at the sides of pages to navigate through the pages, and when we turn the pages we see that the pages are turned in 3D (powered by CSS3). In order to achieve this 3D effect we use CSS3 transform (rotate3d, preserve-3d and rotateY) and transition effects.
Read more

Webcam Video Capture in HTML5 and CSS3 filters

  • 27
  • Aug

Date: 27th Aug 2012 Author: admin Categories: HTML5, JavaScript 20

Tags: , , ,

Webcam Video Capture in HTML5 and CSS3 filters

Webcam Video Capture in HTML5 and CSS3 filters

As we know – HTML5 defines a new element called <video> for embedding video. Usually people use this element to embed a video into web page. It is very convenient. Because the <video> element is designed to be usable without any detection scripts. You can just specify multiple video files, and browsers that support HTML5 video will choose one based on what video formats they support. Now, let’s imagine that we can use the same element to access a user’s camera and microphone. Our article opens these boundaries. I’m going to show you how to capture a video from your webcam in HTML5, and even more, I will show you how to pass this video into <canvas> object, and even – how to apply custom CSS3 filters to our video.

Read more

How to create an animated old letter

  • 24
  • Aug

Date: 24th Aug 2012 Author: admin Categories: HTML/CSS, JavaScript 5

Tags:

An old letter

How to create an animated old letter

Today we will create an animated old letter. In this letter, we will use an animated pen. When the pen dries out – we’ll dip it in the ink. And even more, we add the feature to emulate the errors that will be erased during typing. Now let’s look at the implementation.

Read more

Javascript cross-domain api for your website

  • 22
  • Aug

Date: 22nd Aug 2012 Author: admin Categories: JavaScript, jQuery, PHP 7

Tags: , , ,

Javascript cross-domain api for your website

Javascript cross-domain api for your website

Welcome our readers. Today I would like to give a small but very important lesson where we will create our own cross-domain javascript api. I think that many of you have already tried to implement something similar, and maybe you faced with the impossibility of normal operation with the API functions at third-party domains. Basically, you just can not make a normal AJAX requests to a remote server and receive a reply in your javascript function. And all because of security regulations. But today I’ll show you how to solve this problem.

Read more

Modern Website Designs Collection

  • 20
  • Aug

Date: 20th Aug 2012 Author: admin Categories: resources 0

Tags: , ,

Modern Website Designs Collection

Today we have collected a new collection of websites with unique designs for your inspiration. And I would like to share with you our new web design roundup of websites. This is a hand-made collection of really modern looking websites. If you are looking for new ideas and inspiration – this is the best place to start from. Just check it – and you will find something interesting for your soul.
Read more

A Job for web developers and designers

  • 17
  • Aug

Date: 17th Aug 2012 Author: admin Categories: resources 3

Tags: , , , ,

Infographic: A Job for web developers and designers

Our today’s collection of infographics is .. about our work (job). Sometimes we can ask ourselwes: Is my work a well paid?, or, Am I really satisfied with my work? And even: Should I work for free? Or, we are thinking about our future, our plans. Answers to these questions will give our new hand made collection of infographics about our work.

Read more