Hubs 1-10 (updated every 30 minutes)sort by Hot Best Latest

Create an Image Gallery without MySQL using JQuery LightBox78

Create an Image Gallery without MySQL using JQuery LightBox

Example: http://diadde.host22.com/img_gallery/gallery.php Creating this comes in some very easy steps: 1) Create a dir named "img". 2) FTP all the images that you want to be shown to that directory. 3) Paste and create and .php file using...

4 comments    php jquery
Simple Event calendar (Part Two)86

Simple Event calendar (Part Two)

The reason for this follow up, is because I was asked how would you go about editing the entries for this calendar. Well first here is the example: Going off the original code; we just add a little bit of...

12 comments    php mysql
Actionscript 3 (Event Listeners Primer)67

Actionscript 3 (Event Listeners Primer)

The goal of this small article is to give an understanding of Events in Actionscript, by creating a small app that will demonstrate the clicking of button and the events that follow. Here is the example: ...

1 comment    actionscript 3 event listeners
Create a Small Weather App (Actionscript 3,XML)71

Create a Small Weather App (Actionscript 3,XML)

Screen Shot Hello All, It has been sometime since I posted a blog concerning any topic, but I have been busy connecting the dots, so to speak. What we will be creating is a weather Bug like AS 3 App, they...

2 comments    flash xml actionscript 3
Open a text file within another text file using PHP69

Open a text file within another text file using PHP

This could be used for a number of things, but what we are taking a look at is opening a text file that contains a set of addresses that point to other text files, that we will open and use a loop to display...

2 comments    internet technology online
User Authentication using PHP and MySQL and web forms91

User Authentication using PHP and MySQL and web forms

This is a how to on establishing a login system for a web page or web based application. Source files You've seen them, account signups, email etc, well we are going to show the gist of a PHP login system using MySQL for user management. First...

26 comments    how to internet technology
Ternary Operator (shortcut for conditional statements)75

Ternary Operator (shortcut for conditional statements)

The Ternary operator in PHP, may be one of the most underutilized operators in PHP. The reason being, probably it seems awkward at first glance. $testVar = (condition) ? true : false; Seems almost cryptic. The operator is a shortcut, and it...

2 comments    technology tips php
Simple Event calendar (PHP, MySQL)85

Simple Event calendar (PHP, MySQL)

We will create a useful event calendar using PHP and MySQL and a sprinkle of javascript/ CSS for functionality and look. HERE ARE THE FILES: Here is the live example: http://diadde.com/test/cal.php //data base structure CREATE TABLE IF NOT...

238 comments    google history php
Show Javascript Confirmation Warning before deleting the record in MySQL , PHP and Javascript72

Show Javascript Confirmation Warning before deleting the record in MySQL , PHP and Javascript

We are going to update the address book tutorial in giving you a warning before you delete the record in MySQL. If you missed the address book how to go here. References are found above If not we continue on to our example: Example here. Same...

23 comments    advice how to internet
Web Page Text Resizing Example Using Javascript , HTML and CSS78

Web Page Text Resizing Example Using Javascript , HTML and CSS

Today we are going to use Javascript to resize text on a web page, while the example is not a catch all example, it does illustrate what can be done using client scripting, the goal of this is not copy and paste, it is to give a little knowledge and...

5 comments    how to internet technology
Please wait working