1-10 of 246 hubssort by Hot Best Latest
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.
120 commentsSimple 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 is the live example: http://diadde.com/test/cal.php //data base structure ...
79 commentsUser 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...
13 commentsGenerate 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...
4 commentsFunctional Form To Send Email From Web Page
There are many cases when building a web-page when you have the need to send an email to your own email address, such as the case of a "contact-us" form. These are typically used for requesting information or...
12 commentsPHP 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: ...
26 commentsPHP Regular Expressions
IntroductionConsider the string, “This is a man”.Assume that you do not know the content of the string; the string might have been typed by the user and...
0 commentsSimple 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: ...
17 commentsPHP form inserts data into CSV file
Today we are going to use a .csv (comma seperated values) file to store values from a online PHP web form. A csv file is file that you can create easily with Microsoft Excel, here are the full and upgrade...
32 commentsUse 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...
14 comments










