Archive for December, 2007
Thursday, December 20th, 2007
Well I got a very slow start today, I finally got around on how I wanted to do the roster pages for Graphic War and AMV Raw. I think it came out good. I haven't gotten to the real crazy stuff like the polls and match set up system. Right ...
Posted in Project Majin, Web Design | No Comments »
Thursday, December 20th, 2007
This is just a little post to say that in Majin Planet's Final Evolution Event, I (SAW) was representing Unrivaled Studios in a Graphic Studio Battle against XSpik a very good GFXer from King Graphics and a learning GFXer (Gene Starwind 21122). It was a good battle and ended with ...
Posted in Unrivaled Studio's | No Comments »
Wednesday, December 19th, 2007
Well I got a late start today, in fact I'm working on it right now. I'm starting the Competition section of the site and well this is going to be the hardest one to do as of now. Why? Well because I have made so many changes and for the ...
Posted in Project Majin | No Comments »
Wednesday, December 19th, 2007
Step 1.
After you finish your signature make a new layer by going to Layer->New Layer and fill it with black.
Step 2.
Move the fill slider to 0% in the layer window.
Step 3.
Right click on the layer and choose "Blending" a pop-up window will come up. Click on Stoke.
Step 4.
Most of the ...
Posted in Photography | No Comments »
Wednesday, December 19th, 2007
In this tutorial I will show you how to make dashed lines (- - - -). It's very simple to do.
Posted in Photography | No Comments »
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 »