Welcome Guest [Log In] [Register]
.CO.NR Free Domain Anime Toplist - Find the Best Anime and Manga Sites :: Watch Streaming Anime :: Downloads :: Wallpaper :: Online Manga Reader
Welcome the NeoAC! We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you're limited to certain areas of the board. If you join our community, you'll be able to access member-only sections, and join a welcoming community of anime fans!


Join our community!


If you're already a member please log in to your account to access all of our features

Username:   Password:
Add Reply
The Anime Dragons Club Website; How I design and publish my website
Topic Started: Dec 17 2008, 07:37 PM (183 Views)
InuYashaAD1
Member Avatar
Themer Mod

I publish through FreeWebs.com

The current version of the website is done in basic HTML so that people who want to learn the basics can copy the format and interchange images at will.
I'm currently working on a new version that will be in XML and Flash.
Offline Profile Quote Post Goto Top
 
Nollog
Member Avatar
(ノ゚-゚)ノ旦 ☆ DOZO

Why do you hate dynamism?
Offline Profile Quote Post Goto Top
 
Yashafan2004
Member Avatar
AC's Gay Guy Since 2004!

No, he likes to teach as he goes...he's not bad actually, his current project is skinning this forum...
Offline Profile Quote Post Goto Top
 
Nollog
Member Avatar
(ノ゚-゚)ノ旦 ☆ DOZO

robots, html and frames. :s

How does it teach to do everything in static pages though?
Offline Profile Quote Post Goto Top
 
InuYashaAD1
Member Avatar
Themer Mod

I like active content, that's why I made a toolbar... *points at sig*
Offline Profile Quote Post Goto Top
 
Nollog
Member Avatar
(ノ゚-゚)ノ旦 ☆ DOZO

You should look into php.
Keep up the good work~
Offline Profile Quote Post Goto Top
 
InuYashaAD1
Member Avatar
Themer Mod

PHP doesn't support a lot of the variable I like to use. Java is great but it's way too slow. So, I stick with XHTML so that I have full control and compatability with browsers.
Offline Profile Quote Post Goto Top
 
Nollog
Member Avatar
(ノ゚-゚)ノ旦 ☆ DOZO

php is a hypertext parser, so I don't know what you could mean by that.
Java is not slow, use it correctly, and use it sparingly (that is, don't use it to make a website, use it to make a backend of a real web-system)
And xHTML... http://validator.w3.org/
Offline Profile Quote Post Goto Top
 
InuYashaAD1
Member Avatar
Themer Mod

I use xHTML, mostly transitional so it's more compatible with different browsers.
Offline Profile Quote Post Goto Top
 
Nollog
Member Avatar
(ノ゚-゚)ノ旦 ☆ DOZO

xHTML is just "clean" HTML... browsers shouldn't render anything any differently based on the hypertext format.
Though I do realise ie3 and some ridiculously old browsers that should be destroyed have problems dealing with the cleaniness.
Offline Profile Quote Post Goto Top
 
InuYashaAD1
Member Avatar
Themer Mod

Actually, I can prove you wrong with the ADC website! lol! Go to the URL in both IE and Firefox *if you have Firefox just use IEtab...* The two engines render the same exact code differently.
Offline Profile Quote Post Goto Top
 
Nollog
Member Avatar
(ノ゚-゚)ノ旦 ☆ DOZO

Yea, they use different rendering engines...
It's just the css styling, not the (x)html.
For instance, in ie the margins for the css blocks start at the outside, and for firefox they start in the middle of the outside.
Bleh, I explained that really badly, but oh well.
Offline Profile Quote Post Goto Top
 
InuYashaAD1
Member Avatar
Themer Mod

lol! No the code is interperated differently. look at the menu! :P IE corrects it to matching font but Firefox makes funky font variations.
Offline Profile Quote Post Goto Top
 
Nollog
Member Avatar
(ノ゚-゚)ノ旦 ☆ DOZO

Yeah, that's part of "styling"...
Offline Profile Quote Post Goto Top
 
InuYashaAD1
Member Avatar
Themer Mod

I didn't use CSS... >.> It's all code.
Offline Profile Quote Post Goto Top
 
Nollog
Member Avatar
(ノ゚-゚)ノ旦 ☆ DOZO

Code:
 

<div id="fw-blockContainer">
<div id="fw-mainnavwrap">
<div id="fw-nav-menu">
<ul>
<li><a class="section" href="http://www.freewebs.com/anime_dragons_club" target="_blank">ADC Website</a></li>
</ul>
...

Unless you mean the ADC website, in which you have serveral overlapping, and crazy styles running all over the page.

I like to see that you use the if IE block though, that is pretty handy. I still prefer using php to make sure each browser gets the correct styling, but all my pages probably look terrible in opera, since I don't think it's got enough of the market to bother installing it.
Offline Profile Quote Post Goto Top
 
InuYashaAD1
Member Avatar
Themer Mod

That's Div not CSS! :p lol! Div is a streaming format techniquely...
Offline Profile Quote Post Goto Top
 
Nollog
Member Avatar
(ノ゚-゚)ノ旦 ☆ DOZO

...
Those are calls to CSS classes and ID's.
In your CSS stylesheet, you have a class called section, and an ID which is called fw-blockContainer.
From your code, these are from a template from freewebs, so I understand you not knowing about them being referenced.
Offline Profile Quote Post Goto Top
 
InuYashaAD1
Member Avatar
Themer Mod

lol! Finally you explain it for the people! :P I know it was CSS because I made the page in Dreamweaver. Also, only CSS would use words in the manner the page does. Assets aren't used in ML's only CSS does, and a few cases in PHP.
Offline Profile Quote Post Goto Top
 
Nollog
Member Avatar
(ノ゚-゚)ノ旦 ☆ DOZO

Assets?
Offline Profile Quote Post Goto Top
 
InuYashaAD1
Member Avatar
Themer Mod

Read the code in the area where it reffers to assets for the sidebar menu. I actually had to upload the folders and files one by one for it being a free site.
Offline Profile Quote Post Goto Top
 
Nollog
Member Avatar
(ノ゚-゚)ノ旦 ☆ DOZO

I don't get it... SpryAssets?
What has that to do with anything?
Offline Profile Quote Post Goto Top
 
InuYashaAD1
Member Avatar
Themer Mod

It's CSS, nothing else can use the term, it's specific to CSS alone! o.0
Offline Profile Quote Post Goto Top
 
Nollog
Member Avatar
(ノ゚-゚)ノ旦 ☆ DOZO

I can call anything whatever I want. :|
Offline Profile Quote Post Goto Top
 
InuYashaAD1
Member Avatar
Themer Mod

You can, as long as you have the string for it! lol! *destroys Visual Basic*
Offline Profile Quote Post Goto Top
 
Nollog
Member Avatar
(ノ゚-゚)ノ旦 ☆ DOZO

String for what now? o.O
Offline Profile Quote Post Goto Top
 
InuYashaAD1
Member Avatar
Themer Mod

Code! o.0 *this is not a spam section*
Offline Profile Quote Post Goto Top
 
Nollog
Member Avatar
(ノ゚-゚)ノ旦 ☆ DOZO

A string for code?
I am not understanding you...
Offline Profile Quote Post Goto Top
 
InuYashaAD1
Member Avatar
Themer Mod

A string is a preset list of commands for a specific value. Say someone in PHP is using profanity son the admin creats a rule on the forum that censores the foul language. So the PHP cod would have a string that would replace, say "Pineapple" with "Asparagus", the word "Pineapple triggered a string in the codes runtime that replaced the word "Pineapple" with "Asparagus". You get it now?
Offline Profile Quote Post Goto Top
 
Nollog
Member Avatar
(ノ゚-゚)ノ旦 ☆ DOZO

No. I don't see any relation.
Also, a string is a grouping of characters.
Also Also, PHP is weak-typed, meaning every variable is basically a string unless you force it to a type with a loose fuction (currency() is a good example).

So what you're trying to say is that I can't say "Assets" in html or javascript, I can only type it in css?
That's false.
Offline Profile Quote Post Goto Top
 
InuYashaAD1
Member Avatar
Themer Mod

I'm saying it only performs the same function in CSS. v.v
PHP has strange rules with strings.
Offline Profile Quote Post Goto Top
 
Nollog
Member Avatar
(ノ゚-゚)ノ旦 ☆ DOZO

Same function?
lol, I don't even know what its function is. :p
What does it do?
Offline Profile Quote Post Goto Top
 
InuYashaAD1
Member Avatar
Themer Mod

it's actually a subfunction that allows code to be recognized as objects rather then code.
Offline Profile Quote Post Goto Top
 
Nollog
Member Avatar
(ノ゚-゚)ノ旦 ☆ DOZO

I get it now. Assets is refering to making javascript switch styles rather than using proper ways.
I haven't seen that in a while.

I didn't have a clue what your Assests js was doing and what you meant. :x
You know, you could have just said this. :p
Offline Profile Quote Post Goto Top
 
InuYashaAD1
Member Avatar
Themer Mod

Indeed, I am lazy and do not like traditional values.
Offline Profile Quote Post Goto Top
 
Nollog
Member Avatar
(ノ゚-゚)ノ旦 ☆ DOZO

a:hover in css would do what you've done. 'course, I'm too lazy to look at what your code actually does below changing colours.
My laziness would put you to work!
Offline Profile Quote Post Goto Top
 
InuYashaAD1
Member Avatar
Themer Mod

lol. meh, everyone has their style.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Web Design · Next Topic »
Add Reply

Theme copyright © 2009 by InuYashaAD1