Posts tagged tutorial
How to create captcha in PHP using GD library
- 14
- Sep
How to create captcha in PHP using GD library
Today I will tell you about very important thing – captcha protection. Usually this is very important to prevent automated sign-ups in your registration forms, comment spam in blogs and guestbooks, or another brute force attacks. I will give sample how to draw protection image using our hands.
Read more
Creating photo gallery using jQuery and VisualLightBox
- 25
- Jul

Creating photo gallery using jQuery and VisualLightBox
Today I will tell you about one useful JQuery plugin – VisualLightBox.
This plugin can help you to create good-looking galleries. And this is very easy to implement.
Read more
How to Easily display Digg posts via XSLT using Digg Api
- 08
- Jul
How to Easily display Digg posts via XSLT using Digg Api
As we know, Digg become very popular last time, so why not use it for our purposes? I decided to investigate Digg a little and learn how possible to draw Digg posts at my own website. And I make own unique method. Hope you will like it.
Reading http://digg.com/api/docs/1.0/groups/ I find necessary ways to get posts XML results. Just check story.getPopular method. Yes, this is usual to use different reparse methods in PHP, but lets learn something new like XSLT (Extensible Stylesheet Language Transformations).
Read more
How to Easily Make Your own RSS Feed
- 03
- Jun
How to Easily Make your own RSS feed using PHP + SQL
RSS Feed is an important part of a website/blog to attract and bring back users and make them permanent readers. Blogs like wordpress have built in rss reader, but if your website doesn’t have a rss system this tutorial is just the thing you need. As we know, RSS feeds usually using to transfer some news to readers. Today I will tell you how to create such feeds and fill it with information from database.
Read more
Advance Level Php Tutorials and Scripts
- 26
- Mar
Advance Level Php Tutorials and Scripts
Some pretty cool and amazing working php scripts with sources and tutorials for you to use on your sites. Some are Tutorials for security, some are images manipulation techniques while some are really high level plugins like sponsor flips, jquery sorting and vote poll etc. Hope you find it Useful !
All Tutorials are properly linked back to their original sources.
Jquery CSS Tutorial on Zooming Image
- 15
- Mar
Jquery CSS Tutorial on how to Zoom Images
Today I will tell you about another one useful tool of JQuery – Zoomimage plugin. It allow to reach different design ideas with images resizing.
