1-10 of 169 hubssort by Hot | Best | Latest

Alpho011 profile image93

PHP and CSS menu

Today we will use PHP to control CSS styles to highlight the tab or hit area of a html menu with styles controlled by CSS. Example page: click here First let's start off with a simple menu, markup: ...

24 comments    technology internet how to
89

Simple PHP web based address book using MySql

Today we will be creating a web based address book using PHP and MySql, it will be using the $_GET superglobal, as a means of reviewing the database contents. Before we start here are the source files: ...

8 comments    business technology internet
Alpho011 profile image86

Simple File or Image Uploads Using PHP HTML

Today we are going to learn how to upload a file or image using PHP and a web form. No knowledge of PHP is needed or HTML as the full file structure is included: Build a simple HTML form: Please Choose a...

11 comments    life technology internet
93

A List of Essential Web Design Skills

I've described the key list of web design skills you'll need in order to work as an effective freelance web designer. Or your're writing your website yourself, I give you the best places and ideas from which to start your journey.

110 comments    technology internet web
Alpho011 profile image86

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...

5 comments    technology internet how to
Alpho011 profile image78

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...

5 comments    advice technology how to
69

The Easiest Web Design Software in the World

Looking for the easiest web design software? If you're building a website, there's the hard way and then there's the easy way. HTML is quite easy to learn but some people just don't have the time or the will...

2 comments    software design web design
Alpho011 profile image92

Use Windows Login in PHP Applications

As a developer you may run into a situation such as what I had, numerous applications deployed and or created and deployed. With multiple logins for all the apps, we had to find way to integrate all logins...

12 comments    technology internet web
PHP code to generate static HTML pages from a database77

Generate Static HTML Pages From A Database

I have a rule, when it comes to webpages. Keep it simple. No scripts, no flashy templates. It's no big secret that the most successful websites are those which are the simple and easy to use. See Google. But...

2 comments    technology programming php
EileenL profile image72

A Beginner's Guide to the ModX Content Management Framework

ModX is a content management framework. This differs from a content management system in that ModX is designed for customization and extensibility.  There are a lot of content management systems out there,...

0 comments    technology php cms
working