Tag Archives: Php

For radio station DJ’s or Shows

For radio station DJ’s or Shows

The following script will allow radio station’s website to display the show or dj’s that is currently on air. To use this code make sure your page has .php extention not .html Paste the code... 

Kentico CMS License & 1-Year Maintenance

Kentico CMS License & 1-Year Maintenance

Today, we are announcing an awesome giveaway: a full license to Kentico CMS which includes one-year maintenance/support. Read on to see how you can participate and get a chance to win this awesome prize... 

SnackTools Makes Creating Rich Media Content Easy

SnackTools Makes Creating Rich Media Content Easy

Creating rich professional-level Flash media components isn’t simple for the ordinary designer or developer who doesn’t have a strong command of Flash/Flex. And even if you were a Flash/Flex... 

20 Beautiful And Inspirational iPhone App Website Designs

20 Beautiful And Inspirational iPhone App Website Designs

There are so many iPhone applications available for download today. Many of them have their own website that tells everyone about them, aswel as being included on the iTunes app store. Showcased here... 

20 Super Website Designs Featuring People

20 Super Website Designs Featuring People

I decided to write about something different today. Many designers incorporate people into web designs. Weather its a big photo, or the person is actually within the website design. Here is a showcase... 

WDL Premium: PhotoSpin CS Flash Component

WDL Premium: PhotoSpin CS Flash Component

Today we’re giving you the PhotoSpin CS Flash component from, Digicrafts. FotoSpin provides a unique touch and spin control experience to the user. This component normally goes for $49.90, which... 

Display Random Image from a Directory

Display Random Image from a Directory

This script outputs random image from a defined directory. Make sure to change the path to your images directory and also an image to display if directory listing fails. I have found this piece of code... 

Display different image each day of the week

Display different image each day of the week

This PHP script will get the day of the week from the server date and then display an image (jpg or gif) to match.  Change the name of the image folder, Images must be named Monday.gif, Tuesday.gif etc,... 

PHP code to get user IP and Ban by IP

PHP code to get user IP and Ban by IP

PHP code to get user IP and compare to others in a file, and ban if they match. This code snippet will read the IP’s  from the txt file with your IP’s listed that you would like to ban, this...