Please post here anything else (not relating to Maxwell technical matters)
User avatar
By insomnia3d
#172304
Price is extreemly fair... and the fact of the matter is that the only point in which you would suffer if there is someone with the same template would be if that someone is a local competitor; and a client happens to go on both web sites.... With that mentality i would then have to model every little thing, person, and create all my maps, instead i opt to purchase what i need to make my company efficient with the most cost effective ways in order to make more proffit...
I totally agree with you Herve... i much rather pay 65 than 3000
User avatar
By Leonardo
#172364
Just like, 3d.. not everybody has the time to go out and take pics and do every single texture from scrath or model all the funiture themselves.... :lol:

Does who do, have the best looking works ofcourse!!!

leo
User avatar
By -Adrian
#172404
Yeah i think it isn't much of a big deal. I'm sure there are many flash sites i visited that are templates but i've never even spend a thought about it, most flash sites have a lot in common anyway.

Leonardo, here a basic layout:
Code: Select all
01	<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
02	<html lang="en-US">
03
04	<head>
05		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
06		<meta name="author" content="Samuel Leroy Jackson">
07		<meta name="description" content="This is a website about motherfucking snakes on a motherfucking plane">
08		<meta name="keywords" content="snakes, planes, motherfucking">
09		<title>Snakes on a plane!</title>
10		<style type="text/css">
11		<!--
12			body { color: #fff; background-color: #000 }
13		-->
14		</style>
15	</head>
16
17	<body>
18		<object blablabla flash blablabla>
19		</object>
20	</body>
21	</html>
01: Tell the browser what kind of rules the document follows.
02: Start of HTML Markup. Language is american english. Note that all markup is written in lowercase nowadays.
05: Tell Browser what kind of document to expect and what Character Set to use (e.g. latin or korean)
06: Author, who created the document. "name" identifies what we inform about, "content" is the information.
08: Keywords. Used by search engine bots to index your site and allow people to find it. Usually not case sensitive, so you can type everything lowercase and people searching for LEONARDO and MAXWELL will still find it.
09: The Title. A mandatory element just like the meta-tag in line 05. The other meta-tags are just some useful examples, so you can remove them or add others as you wish.
10-14: CSS values for your body element. This is the perferred method to <body bgcolor="#000">, though it plays a minor role in a flash-only website. Note that this has nothing to do with the bgcolor attribute in your flash object, which i imagine is prettymuch necessary for the site to look right.
17: Beginning of the main document body.
18+: The lines parsed by the Flash Dev Tools. If the parameters have \> at the end, remove the \ as it doesn't apply to HTML.

This site won't validate once you put the flash part in it. Oddly enough i was able to validate a page with flash as XHTML1.1 which is what i recommend anyone else use for normal websites, but it would probably break old browsers and possibly even the crappy IE6, so going with HTML4 is a safer bet for now if you want to keep low-end customers which are still roaming around all over the web.
User avatar
By Leonardo
#195564
question about "keywords"
Code: Select all
<meta name="keywords" content="snakes, snake, plane, snakes plane">
Let say I want them to find me when I type: snakes in a plane

Also, I wouldn't mind if the find me when I just type: "snakes" or snake

is my code the right way to do it or it should be
Code: Select all
<meta name="keywords" content="snakes plane">
leo

sorry for bringning back such an old post :lol:
User avatar
By -Adrian
#195654
I'm not entirely sure but the way i understood it, the exact words together (non-seperated) usually get the highest priority, so if you know a certain term is gonna be searched by far the most, you can start with that.
Code: Select all
content="leonardo design, ...
Might get preference over
Code: Select all
content="leonardo, design, ...


Now you could of course you might think, why not go
Code: Select all
content="leonardo design, leonardo 3d, leonardo archvis, ...
But beware that good bots like google's recognizes a high repetition of leonardo and once you get indexed as spam you can say byebye to your ranking. In any case it depends on the bot how well you get placed, there's no "right way" for every single one, but having a good index on google and yahoo is probably all one needs anyway ;)

Here another example:

search string: leonardo 3d design

page1:
Code: Select all
content="design, leonardo, 3d"
page2:
Code: Select all
content="leonardo, 3d, design
page3:
Code: Select all
content="leonardo, design, 3d
You can expect page 2 to get the highest ranking of the three.


I usually separate every keyword with a comma and make sure the website is clean and well coded, and google-bot really appreciates that. So the keyword meta-tag isn't that important nowadays, i suggest you make it quality over quantity and choose a few well fitting words.
User avatar
By KRZ
#195660
google doesnt like flashsites. if you still want to be found you have to put all your database content on a div layer that you move out of view. and if you only have static stuff you have to write everything twice. -> not very cool. also think about keyword-density in your content. to find more about it do a search on SEO.

flashsites look good but thats all about it. well for most ppl thats enought :)

css+db+remote rewrite+ flash graphics/buttons -> they way the web works best
User avatar
By Leonardo
#195672
well, our business has been without a website until now :shock: so anything is better than nothing :P

You guys can check it out at www.RuizBritoArchitects.com
(sorry insomnia3d, for highjacking your post :lol: )

and the code that I used:
Code: Select all
<head>
<title>Ruiz Brito Architects</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="author" content="Ruiz Brito Architects">
<meta name="description" content="Ruiz Brito Architects and Planners. Coral Gables, FL. Miguel Ruiz. Guido Brito">
<meta name="keywords" content="miguel ruiz, guido brito, ruiz brito, ruiz brito architects, architects miami, architects coral gables, architecture, luxury home, miami design, coral gables design">
</head>
User avatar
By ivox3
#195845
First off, ..... Why not start a new thread Leo ?? ...you feel alright? :P

Anyway, .. .I like it, ... simple, sweet and snappy. ;)

ok thanks for explaining. actually I do copy the T[…]

Sketchup 2026 Released

Fernando wrote: " Now that Maxwell for Cinema[…]

Hello Gaspare, I could test the plugin on Rhino 8[…]

Hello Blanchett, I could reproduce the problem he[…]