Filed under: Tutorials, Websites | Tags: 00-00-0000, age, birth, birthday, caculate, current date, date, day, DD-MM-YYYY, Development Tools, dob, explode, Languages, MM-DD-YYYY, month, of, php, programming, Quick, Source code, tip, year
Calculating age from Date of Birth
This has baffled me for years but a couple of nights ago I finally cracked it. How to accurately work out someones Age from their DOB. For this tutorial I’m using the english method of presenting dates DD-MM-YYYY rather than the american way.
It actually rather simple by comparing the date of birth to the current date you can not only work out their age but also whether it’s their birthday or not.
Filed under: Software, Tutorials, Websites | Tags: -radius, border, box-shadow, Cascading Style Sheets, columns, css, CSS3, form, forms, html, html forms, Login, Markup, Moder Browsers, moz, Opera, Panel, Quick, Sans-serif, simple, Source Files, Style Sheets, Typeface, webkit
Making A CSS3 Login Panel
Today i’m going to show you how you can use CSS3 make the login panel shown below.
I’m not going to go into to much detail about the code, if you’d like some more information of CSS3 you can look at this article here CSS3 Guide. You can download the source files for it here. Download the source files.
Filed under: Computers, Tutorials, Websites | Tags: @font-face, attribute selectors, background, border, border-image, border-radius, box, box-shadow, Cascading Style Sheets, Coloumn, count, css, CSS3, custom fonts, Data Formats, gap, Google, hsl, hsla, Image, moz, opacity, raidius, resize, rgba, rule, shadow, Style Sheets, text-overflow, text-shadow, Typeface, webfonts, webkit, width, word-wrap
A Complete Guide to CSS3
CSS3 is a very hot topic at the moment and probably my favourite code at the moment, as W3 Mozilla and Webkit are releasing new features all the time. Although it is only compatible with modern browsers such and Safari, Mozilla and Chrome, and only partially compatible with IE, It’s still an incredible useful to be using especially as when used by incompatible browsers, it’s just ignored so unless you’re using it for key features of your blog, you should be able to add it and forget about backwards compatibility.
Filed under: Tutorials, Websites | Tags: 1.4, actions, add, automatic, basics, Cascading Style Sheets, class, css, delay, do, dynamics, fade, forms, Fred101597, functions, hide, html, java, javascript, jQuery, Languages, less, library, more, programming, relaod, showing, sliding, stylesheets, submitting, write
jQuery Basics
Since jQuery 1.4 has just been released I thought i might be a good time to go through some basic jQuery functions and how they can easily be used to enhance a website, keeps users entertained and cut pages. The jQuery library is simple just a large chunk of code that allows you to quickly and simply write JavaScript and AJAX functions.

Filed under: Tutorials, Websites | Tags: blog, code, connect, database, dreamweaver, free, header, hosting, html, index, Languages, mysql, php, programming, root, Source code, sql, submit, tutorial, variable, webhost, website, wordpress, xtreemhost
Creating a basic blog using php and mysql Part 3
Creating the create.php page
In the last tutorial we created a dynamic page to display our blog entries but we couldn’t test to see if it was working or not as we didn’t have any entries, so in this part we’re going to build a form so we can submit our entries.
Filed under: Tutorials, Websites | Tags: basic, blog, code, connect, database, Development Tools, dreamweaver, easy, free, from, header, hosting, html, index, Languages, mysql, php, programming, root, scratch, Scripts, simple, sql, tutorial, variable, webhost, Webserver directory index, website, wordpress, xtreemhost
Creating a basic blog using php and mysql Part 2
Creating the index.php
The index page is the homepage for your blog, for this tutorial the index page will display your blog entries. Why is it called index not home or entries? It’s called index because when we stick it in the root directory the index.php bit won’t appear in the URL so out URL will only be www.yourdomain.com for example. This keeps the URL tidy, because a tidy URL is a happy URL. This page is where we start to use php to its full potential. We are only going to have one page to display all our blog entries, how are you going to do that I hear you asking, well I will explain below.
Filed under: Tutorials, Websites | Tags: Adobe Dreamweaver, blog, code, connect, database, dreamweaver, free, header, hosting, html, index, Languages, mysql, php, programming, root, sql, tutorial, variable, Web browser, webhost, website, wordpress, xtreemhost
Creating a basic blog using php and mysql Part 1
Introduction
In this tutorial I will be showing you how to create a very basic blogging site. This tutorial will be covering:
- Setting up a database and then connecting to it with php
- Setting up your dynamic page to display your blog entries
- Setting up a html form to create new blog entries
These will be covered in detail with all the coding explained and detailed instructions, this tutorial also includes all the source files I’ve created in the process of making this tutorial, these are available to download under the creative commons act (See http://creativecommons.org/licenses/by/2.0/uk/ for licensing agreement).


