Posts by admin

Creating HTML5 3D circle text with shadows

  • 30
  • Nov

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

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

10 Fresh Android tutorials

  • 29
  • Nov

Date: 29th Nov 2011 Author: admin Categories: resources 2

Tags: , , ,

10 Fresh Android tutorials

10 Fresh Android tutorials

I selected ten fresh tutorials for developers who going to develop own applications for android. For beginners and advanced developers. Some are tutorials which tells us about using Touch, OpenGL, Maps and even Speech engine of Android. Hope you will find it useful!
Read more

Creating new HTML5&CSS3 single page layout – Rock portal

  • 28
  • Nov

Date: 28th Nov 2011 Author: admin Categories: HTML/CSS 3

Tags:

Rock portal HTML5&CSS3 single page layout

Creating new HTML5&CSS3 single page layout – Rock portal

Today I want to introduce new nice design masterpiece – new template with codename: ‘E-Store’. This will nice HTML5/CSS3 template with dark colors for musical websites. 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

Pure CSS3 Slider

  • 25
  • Nov

Date: 25th Nov 2011 Author: admin Categories: HTML/CSS 4

Tags:

Pure CSS3 Slider

Pure CSS3 Slider

Today I’ll tell you about a remarkable thing that you can implement with CSS3 – it’s a slider. I think you may have noticed that some time ago was very popular variety of sliders, and many chose their decision to use jQuery easySlider example. But it appears the same tasks can be implemented using pure CSS3, today I will tell you exactly how this can be done.

Read more

Own XML/JSON/HTML API with PHP

  • 24
  • Nov

Date: 24th Nov 2011 Author: admin Categories: PHP 6

Tags:

Own XML/JSON/HTML API with PHP

Own XML/JSON/HTML API with PHP

Today I have new PHP article for you. I will tell you about developing own API service for your projects. As an example – let’s imagine that we have a video site for which we are going to write the API interface. We teach our API to work with POST / GET requests, and return the result in any of the following formats: XML / JSON / HTML. Also – as an additional sub-sample – will show you how to send CURL requests (for example to add records) to our service.
Read more

HTML5 canvas pixelate effect

  • 23
  • Nov

Date: 23rd Nov 2011 Author: admin Categories: HTML5 3

Tags:

HTML5 canvas pixelate effect

HTML5 canvas pixelate effect

New great HTML5 tutorial – I going to tell you about creating pixelate photo effect with html5 (at canvas). More, this is not static effect, but it will pixelating all time.
Read more

10 fresh jQuery Tutorials

  • 22
  • Nov

Date: 22nd Nov 2011 Author: admin Categories: resources 0

Tags: , , , ,

Ten fresh jQuery tutorials

10 fresh jQuery tutorials

Today I decide to select some fresh great and interesting jQuery tutorials for you. These tutorials and for beginners and advanced developers. The most simple tutorials will about creating weather plugin, draggable captcha, the more difficult will about creating new galleries. Hope you find it useful for you!
Read more

HTML5 Game Development – Lesson 4

  • 21
  • Nov

Date: 21st Nov 2011 Author: admin Categories: HTML5, JavaScript 9

Tags:

HTML5 Game Development - Lesson 4

HTML5 Game Development – Lesson 4

Today we continue a series of articles on game development in HTML5 using canvas. Today we going to learn next elements: animation with sprites and basic work with sound. In our demonstration you will see a flying dragon. We will hear the sounds of wings all time (we will loop this sound), and another sound – dragon’s roar (on mouseup event). And finally we will teach our dragon be closer to the mouse cursor (when we hold down the mouse).

Our previous article you can read here: Developing Your First HTML5 Game – Lesson 3. Our new script is new enhanced version of previous one.
Read more

Cool Background Image Sliding effect with jQuery

  • 18
  • Nov

Date: 18th Nov 2011 Author: admin Categories: HTML/CSS, jQuery 3

Tags: , , , ,

Cool Background Image Sliding effect with jQuery

Cool Background Image Sliding effect with jQuery

Today I am going to show you how to create sliding image cell effect. This is will something like small photo gallery. I prepared 3 demos for you with different effects. Please pay attention that our demo will work in browsers that support used CSS3 properties.
Read more

Creating Fantastic Animated Buttons using CSS3

  • 17
  • Nov

Date: 17th Nov 2011 Author: admin Categories: HTML/CSS 3

Tags: , , , , ,

Pure CSS3 animated buttons

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