Authors Posts by Andrey

Andrey

443 POSTS 1741 COMMENTS
I am a web developer with huge experience (in web languages and even in system languages). Also I am the founder of current website (and several another). I like to write blogs about web development/design.

11 674
APC caching with PHP

APC caching with PHP

Today I have another interesting article for PHP. We will talking about caching, and practice of using caching in php. I will make review of APC caching and will show you how you can use APC in PHP. We will prepare useful class for working with APC for us and several examples. A little of history: Long ago, when computer networks and Web sites only evolved, most web sites were static (and all data/files stored at disks). After, people invented a ‘database’ to store the data they. This was great innovation, was comfortably hold data in database, not in the files as before.

1 261

10 fresh jQuery plugins – AJAX

Today I selected the most interesting AJAX jQuery plugins that have emerged over the last month. Here are different plugins like terminal, paging, chart, shopping cart etc.

1 229
Making 3D WebGL demonstration

Making 3D WebGL demonstration

Today we continue HTML5 canvas examples. And today we will try to begin learning WebGL. In my demonstration I will show you how to initialize WebGL and draw simple 3D object. Also we will animate this object too.

2 421
HTML5 Image Effects App - Adding Noise and Invert

HTML5 Image Effects App – Adding Noise and Invert

Today we continue HTML5 canvas examples, I hope you enjoy this series of articles. Even for me, working with graphics, images brings pleasure. Sure that and for you too. Today we will be adding two new filters – Noise and Invert.

8 422
Watermark processing on images using PHP and GD

Watermark processing on images using PHP and GD

Today is interesting tutorial for PHP. I will show you how to use GD library. And, main task today is adding watermark to image and generate result as PNG image into browser. We will using PHP and GD library. This is nice library to work with images at server side. Also (as additional tasks) I will draw little frame over image and will draw some text. Between, you can use this method (of adding watermarks in realtime) to protect original photos.

1 111
Ten Fresh iPad Apps for Web Designers & Developers

10 Fresh iPad Apps for Web Designers & Developers

iPad is new modern gadget from Apple inc. iPad primarily made as a platform for audio-visual media including books, music, movies, games, and web content. And in same time – this is interesting device and for web designers and for developers too. Today I selected 10 fresh interesting apps for you by own hands. You will be satisfied at what iPad is able to do.

16 919
click action multilevel css3 dropdown menu

Click action Multi-level CSS3 Dropdown Menu

Nowadays, pure CSS3 menus still very popular. Mostly – this is UL-LI based menus. Today we will continue making nice menus for you. This will multilevel dropdown menu, but today submenus will appear not onhover, but onclick action.

4 354
Art HTML5&CSS3 single page layout

Creating new HTML5&CSS3 single page layout – Art theme

Today I will like to product new great masterpiece – new template with codename: ‘Art theme’. This will nice HTML5 template with nice gray colors. Hope that you will like new styles and you will learn some new coding lessons.

I going to start step-by-step tutorial for creating html5-css3 layout.

SOCIAL

19,332FansLike
1,433Subscribers+1
8,467FollowersFollow
76,881FollowersFollow

POPULAR TUTORIALS

Creating Your Own RSS Reader Using Google Feed API

46 27262
Creating Own RSS Reader Using Google Feed API I think every one faced with the task of connecting RSS feeds to your website, you can...