Archive for December 18th, 2007
Tuesday, December 18th, 2007
Well I didn't do anything as it comes to coding Project Majin. I did however get both Unrivaled Studio's, my design site and Sith Masters up to where I want them to be. So I feel lot better about that. Tomorrow I'm going to begin working on the new system. ...
Posted in Project Majin | No Comments »
Tuesday, December 18th, 2007
In this Tutorial, I'll show you how to make a simple top menu like the one feature on this web site. Just follow the code examples below. You are welcome to change the code to more your liking. Remember when using display: inline over using a float, you have much ...
Posted in CSS, HTML | No Comments »
Tuesday, December 18th, 2007
Generally this is a very weak form of security, and by doing this, should NOT be your own step towards making your PHP scripts more secure.<!--more-->
First off to hide your php scripts is to have access to use of the .htaccess directive, whihc is where all the magic works. If ...
Posted in PHP, Tools & Resources | No Comments »
Tuesday, December 18th, 2007
HTML 4.01 Transitional
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
HTML 4.0.1 Strict
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
XHTML 1.0 Transitional
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
XHTML 1.0 Strict
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
XHTML 1.1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html ...
Posted in HTML | No Comments »
Tuesday, December 18th, 2007
HTML and Web Design 10 Do's and Don'ts
1. DONT - Page Counters: Page counters do one thing for you, nothing at all but make you look like an amateur. They make your design look very mess. Also the last thing you should be letting your visitors know ...
Posted in CSS, HTML, SEO, Web Design | No Comments »