How to Use APC Caching with PHP

How to Use 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…

10 fresh Ajax related jQuery plugins

10 fresh Ajax related jQuery plugins

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.

Creating an Animated 3D WebGL Demonstration

Creating an Animated 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.

HTML5 Image Effects App – Adding Noise and Invert

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.

Watermark processing on images using PHP and GD

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…

Creating Ajaxy Photo Gallery (jQuery) with Custom Images Sets

Creating Ajaxy Photo Gallery (jQuery) with Custom Images Sets

Creating ajaxy photo gallery (jQuery) with custom images sets Today we will make simple and nice jQuery gallery which will load images ‘ajaxy’. Also our gallery will support working with predefined custom sets of images. I hope that our result will interesting for you.

10 Fresh iPad Apps for Web Designers & Developers

10 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…

Creating a Rotating Slider with Easing Effects in jQuery

Creating a Rotating Slider with Easing Effects in jQuery

Creating rotate slider with easing effects Today I decide to make another one slider (jQuery), where image is scrolled on its axis (emulating 3D). Also I will allow to use custom easing effects for switching of images. In result – this will our own jQuery plugin.

Click action Multi-level CSS3 Dropdown Menu

Click action Multi-level 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.

Creating new HTML5/CSS3 single page layout – Art theme

Creating new HTML5/CSS3 single page layout – Art theme

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…

10 interesting jQuery plugins (august 2011)

10 interesting jQuery plugins (august 2011)

10 interesting jQuery plugins (august 2011) Today I selected the most interesting jQuery plug-ins that have emerged over the last month. Here are different plugins like progressbar, image zoomer, tooltips, combogrid, smartspin etc.

Fresh collection of Original Captchas

Fresh collection of Original Captchas

Fresh collection of original captchas (version 3) As all we know, Captcha is some test, which help us (to our website) to ensure that answer was not generated by computer. Today I prepared collection of friendly, good looking captcha`s which you will like to implement at your own websites.

Animated jQuery Progressbar Plugin

Animated jQuery Progressbar Plugin

Animated jQuery progressbar Today we will back to back to jQuery tutorials. Today we will make dynamic animated progressbar. I think you already know this jQuery widget – Progressbar. By default – this is static widget without any animation. Today we will expand possibilities of that plugin – we will make it – dynamic. And…

Creating an ID3 Tags Reader with PHP

Creating an ID3 Tags Reader with PHP

ID3 Tags Reader with PHP Today we will work with PHP again. Today I will show you how you can use PHP to obtain ID3 meta info from music files (mp3). Most easy way to store id3 info – winamp software. So you will able to test our result script with your music files. We…