Posts tagged tutorial

How to create captcha in PHP using GD library

  • 14
  • Sep

Date: 14th Sep 2010 Author: admin Categories: HTML/CSS, JavaScript, PHP 36

Tags: , , , ,

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

Date: 25th Jul 2010 Author: admin Categories: jQuery 2

Tags: , , ,

Creating photo gallery using jQuery and VisualLightBox

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

Date: 08th Jul 2010 Author: admin Categories: PHP, XSLT 13

Tags: , ,

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

Date: 03rd Jun 2010 Author: admin Categories: HTML/CSS, MySQL, PHP 7

Tags: , , , ,

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

Date: 26th Mar 2010 Author: ayazmalik Categories: AJAX, HTML/CSS, jQuery, PHP, XHTML 5

Tags: , , , ,

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.

Read more

Jquery CSS Tutorial on Zooming Image

  • 15
  • Mar

Date: 15th Mar 2010 Author: admin Categories: HTML/CSS, jQuery 15

Tags: , , , , ,

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.

Read more