What is your favourie size in pixels for habbo layouts.
And what is your best one (post it with some form of anti-ripping thing).
so please post both :)
Printable View
What is your favourie size in pixels for habbo layouts.
And what is your best one (post it with some form of anti-ripping thing).
so please post both :)
Your So Coool
Ask Adam On Here I Think He Knows.
Did I spot a hint of sarcasm?
1. Stop abusing the shift key
2. I use 800x600 for layouts
3. I don't know what my favourite layout is.
Use this then:
www.froobe.co.uk/kk.php
I was bored.
Script:
PHP Code:<?php
/**
* @author Ryan
* @copyright 2007
* @function PHP.NET
*/
// This function is off PHP.NET. It can be found under the ucfirst function (www.php.net/ucfirst)
function sentence_cap($impexp, $sentence_split) {
$textbad=explode($impexp, $sentence_split);
$newtext = array();
foreach ($textbad as $sentence) {
$sentencegood=ucfirst($sentence);
$newtext[] = $sentencegood;
}
$textgood = implode($impexp, $newtext);
return $textgood;
}
// This bit is coded by me :D (except from the sentace_cao bit, but oh well)
if( isset($_POST["text"] ) )
{
$text = $_POST["text"];
$text = sentence_cap( " ", $text );
echo $text;
}
else
{
echo
'
<form action="' . $_SERVER["PHP_SELF"] . '" method="POST">
<input type="text" name="text" />
<input type="submit" value="Submit!">
</form>
';
}
?>
Canvas size = 900x900px.
I only do small pixel layouts so that's all that's needed but remember; 800x600 is nearly gone - start designing for 1024x768 screen resolutions!
Why do ppl go off topic
IS IT A GOOD IDEA TO JUST RESIZE THEM. SO CREATE AT 1024x768 THEN RESIZE TO 800X600?