Welcome Guest [Log In] [Register]
Hello There,

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community you'll be able to access member-only sections and use many member-only features such as customizing your profile, sending personal messages, voting in polls, and a variety of different services. Registration is simple, fast, and completely free.

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
  • Pages:
  • 1
My website; //Short and Simple
Topic Started: Feb 17 2009, 04:24 PM (737 Views)
aznkidzx
Member Avatar
$spammer="topicstarter"
My website :D
I M G P L A N
Quote Post
 
Vocal. ³
Member Avatar

It really isn't bad and the colors are great but I feel that if it had more depth it would be better.


Posted Image

Quote Post
 
aznkidzx
Member Avatar
$spammer="topicstarter"
Lol I didn't design it ;]
I M G P L A N
Quote Post
 
Vocal. ³
Member Avatar

aznkidzx
Feb 17 2009, 04:56 PM
Lol I didn't design it ;]
Oh well you should have stated that in your first post so people can give accurate comments. Anyway, the coding is good (if you did that). Also, shouldn't the designer be given credit at the bottom instead of you just putting your name? Just saying.


Posted Image

Quote Post
 
aznkidzx
Member Avatar
$spammer="topicstarter"
Oh yeah I didn't realize. Fixed. :wut:
Edited by aznkidzx, Feb 17 2009, 05:41 PM.
I M G P L A N
Quote Post
 
Mr.Maniac
Member Avatar
The Only "True" Maniac
Pretty nice and simple, good job, but you could add something that will give it a little pep and more pizazz.
Posted Image
Quote Post
 
Viral ³
Member Avatar
i love lokyr. =)
Just a suggestion, in your gallery page you have resized the images to something like 100x100 pixels each. You should be resizing them proportionally. A very simple solution to this you can find below, but if you want it to be a bit more complicated, just google it. You know some PHP, so hopefully this shouldn't be too hard to understand:

Code: HTML
 
list($width,$height) = resize_image($original_width,$original_height,$max_width,$max_height);

Code: HTML
 
function resize_image($o_w,$o_h,$m_w,$m_h){
$n_w = ($o_w > $m_w) ? $m_w : $o_w;
$n2_h = ($o_w > $m_w) ? $o_h * ($n_w/$o_w) : $o_h;
$n_h = ($n2_h > $m_h) ? $m_h : $n2_h;
return array($n_w,$n_h);
}

pm me

latest modification: zbnb news ticker feed

need a php mod for your zetaboard? I do paid requests - > riverofvalor [ a t ] hotmail [ d o t ] com
Quote Post
 
aznkidzx
Member Avatar
$spammer="topicstarter"
Viral
Feb 18 2009, 09:09 AM
Just a suggestion, in your gallery page you have resized the images to something like 100x100 pixels each. You should be resizing them proportionally. A very simple solution to this you can find below, but if you want it to be a bit more complicated, just google it. You know some PHP, so hopefully this shouldn't be too hard to understand:

Code: HTML
 
list($width,$height) = resize_image($original_width,$original_height,$max_width,$max_height);

Code: HTML
 
function resize_image($o_w,$o_h,$m_w,$m_h){
$n_w = ($o_w > $m_w) ? $m_w : $o_w;
$n2_h = ($o_w > $m_w) ? $o_h * ($n_w/$o_w) : $o_h;
$n_h = ($n2_h > $m_h) ? $m_h : $n2_h;
return array($n_w,$n_h);
}

<?php include="link.php" ?>
<?php
function resize_image($o_w,$o_h,$m_w,$m_h){
$n_w = ($o_w > $m_w) ? $m_w : $o_w;
$n2_h = ($o_w > $m_w) ? $o_h * ($n_w/$o_w) : $o_h;
$n_h = ($n2_h > $m_h) ? $m_h : $n2_h;
return array($n_w,$n_h);
}
?>

Like that?
I M G P L A N
Quote Post
 
Render
Member Avatar
Le carnaval est à venir
Link doesn't work?

[Portfolio].....[Blog].....[Photo Album]
Posted Image
Quote Post
 
Monza Mike
Member Avatar

Render
Mar 5 2009, 05:20 PM
Link doesn't work?
Agreed.
M O N Z A M I K E
a whole new attitude
Posted Image
STOP BUGGING ME ABOUT STAFF SPOTS! I WON'T TAKE THEM!
Quote Post
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · Digital and Web Design · Next Topic »
Add Reply
  • Pages:
  • 1