Archive for the ‘Web Design’ Category
Wednesday, May 14th, 2008
So everyone knows, I know the layout in the blog doesn't work right in IE6 and IE7. You may be wondering to yourself why I haven't bother to fix it yet. The real question should be why are you use IE to look at the site. The truth is, I ...
Posted in Anime Community, SEO, Web Design | 1 Comment »
Tuesday, April 1st, 2008
I got to thinking about something today, I spent a good part of the day redesigning the MySpace layout for Majin Planet. Now I have to tell you that I believe myself to be a damn good html coder and I have to tell you not only does coding the ...
Posted in CSS, HTML, SEO, Web Design | No Comments »
Sunday, March 30th, 2008
Its a problem has had start a crazy of people to start using scripts called Anti-leech. So what is it? Anti-Leech is a script that stops hot links. Someone desided their going to link right to one of the images on your site. So what happens? Someone visit the leeching ...
Posted in Web Design | No Comments »
Wednesday, March 5th, 2008
This is part two one of my old articles I wrote a while ago called "A Webmaster's Life". Alright well those of us who are webmasters can understand this better then anyone else. But what is a webmaster? I mean if you run your own forum, say on a server ...
Posted in Web Design | No Comments »
Monday, February 11th, 2008
Well its been a while since I've updated the blog over here. I have some good news and some bad news. The first the bad news. We no longer will be running a board here on Unrivaled Studio's. For the most part its been dead for a while now. No ...
Posted in Photography, Unrivaled Studio's, Web Design | No Comments »
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 »
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 »