Create Photo Gallery using Flickr API
Mar 23rd
Flickr is, without doubt, the biggest and best photography website on the internet. There are lots of widgets, badges and plugins which allow you to display your latest Flickr photos on your website, but we’ll take it a step further by tapping straight into Flickr and integrating your photostream into your website, giving you a photo gallery that is a breeze to update.
We’ll be creating this photo gallery using the Flickr API and phpFlickr . If the letters ‘A,P & I’ are enough to strike fear into your heart, don’t worry, we will take it slow and give full code examples that you can copy.

Flickr have also recently launched The App Garden, which is a showcase of tools, toys and sites which use the Flickr API to offer something useful or fun. Once you get to grips with using the API, you can let your imagination conjure up a new way to use it and submit your app. Read the rest of this entry »
Best Free HTML Editor for Download
Dec 23rd
One thing you will need when making simple web pages of your own, also known as “mini-sites”, and for other very simple tasks, is a web page editor.
While you can do it in Microsoft Word, Wordpad and other text editors, many folks choose to start out by download the free program called Kompozer, formerly known as NVU. This type of html editor is known as WYSIWYG ( or What You See Is What You Get).
It saves a whole lot of work and study in your biginning stages of learning html coding. You need to learn this before you move on to the more often used coding called xhtml. Don’t worry, it will make alot more sense as you gain knowledge and experience.
The Graphical User Interface of Kompozer makes it very easy to use, but it is a powerful program. There are tutorials on how to use it online as well.
One way you will use Kompozer in a very simple fashion is to change the name on sales pages so that YOUR name appears on them. You can do other simple tasks like changing the price, adding a “form” from your autoresponder so you capture folks information such as their name and email, and more. These are all basic functions that are simple to do, and you should make sure you learn to do them as we progress.
So go download what could be the best freebie ever, Kompozer, and have a blast!
posted from SonyEricsson G502 handset.
Display Images from mySQL Binary Data
Nov 10th
First of all we must connect to our database
<?php
$username = "";
$password = "";
$host = "localhost";
$database = "";

