Posts in category PHP

How to create captcha in PHP using GD library

  • 14
  • Sep

Date: 14th Sep 2010 Author: admin Categories: HTML/CSS, JavaScript 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

Cropping images in runtime using Jcrop (jQuery)

  • 01
  • Sep

Date: 01st Sep 2010 Author: admin Categories: HTML/CSS, JavaScript, jQuery 24

Tags: , , , , , ,

Image Crop Plugin – using Jcrop (jQuery)

Due browsing web I noticed one new good plugin which we can use to work with images. This is JCrop plugin, it can help us to perform different effect with images (as example highlight some objects using animation or zooming images. But main purpose is cropping.
Read more

How to Easily display Digg posts via XSLT using Digg Api

  • 08
  • Jul

Date: 08th Jul 2010 Author: admin Categories: 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 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

How to Easily Make AJAX Style PHP Chat Application

  • 18
  • May

Date: 18th May 2010 Author: admin Categories: AJAX, jQuery 9

Tags: , , , , , ,

How to Easily Make “Ajaxy” Chat application with PHP + SQL + jQuery

Today I will tell you about another chat system. After making old-style chat described in previous post I decided to make modern, pretty version. I made several enhancements:

  • a) Login system. Now it using database to keep members. Also it have easy methods to take some necessary info about logged member.
  • b) Chat interface. Now it much more user friendly. And show last added messages via toggling (based on jQuery). Looks fine.
  • c) Inner code structure. Now here are good order. All libraries in ‘inc’ folder, all javascripts in ‘js’ folder, all template-related files in folder ‘templates’. More, class organization: now we have useful DB class, class of login system, chat class too.
  • d) of code safety. Added necessary methods to protect from hack attacks. As example function process_db_input in our DB class.

So, as result – we will able to chat with our logged members. We will use database to store messages as usual.
Read more

How to Easily Make a PHP Chat Application

  • 07
  • May

Date: 07th May 2010 Author: admin Categories: HTML/CSS, MySQL 63

Tags: , , , , ,

How to Easily Make Chat application with PHP + SQL

Today I will tell you about creating simple Chat application using our existing login system. This will useful and most simple solution. We will able to chat with our logged members. We will use database to store messages.
Read more

How to Easily Make a PHP Shoutbox Application

  • 09
  • Apr

Date: 09th Apr 2010 Author: admin Categories: MySQL 14

Tags: , , , ,

How to Easily Make Shoutbox application with PHP
Today I will tell you about creating easy Shoutbox application using our existed login system. This will useful and simple solution. We will able to shout something with our logged members. We will use database to store messages.

Read more

Advance Level Php Tutorials and Scripts

  • 26
  • Mar

Date: 26th Mar 2010 Author: ayazmalik Categories: AJAX, HTML/CSS, jQuery, 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