View Full Version : Just Out Of Interest
Mashi
30-05-2007, 05:57 PM
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 :)
Unpred5000
30-05-2007, 05:59 PM
Your So Coool
Ask Adam On Here I Think He Knows.
Mashi
30-05-2007, 06:04 PM
Did I spot a hint of sarcasm?
:alexxTURNER
30-05-2007, 06:04 PM
1. Stop abusing the shift key
2. I use 800x600 for layouts
3. I don't know what my favourite layout is.
Unpred5000
30-05-2007, 06:21 PM
Did I spot a hint of sarcasm?
Do What Alexx Said, Then It Answer's Your Question.
:alexxTURNER
30-05-2007, 06:27 PM
Do What Alexx Said, Then It Answer's Your Question.
1. Stop abusing the shift key
Both of you do it mkay :)
Both of you do it mkay :)
He was joking around "/
:Edzy
30-05-2007, 06:29 PM
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 :)
there isnt rele a best size i'd say :D
Unpred5000
30-05-2007, 06:30 PM
He was joking around "/
yup i was, i tried doing it, its hard.
always clicking the caps lock =/
:alexxTURNER
30-05-2007, 06:30 PM
He was joking around "/
Oops sorry "/
yup i was, i tried doing it, its hard.
always clicking the caps lock =/
Use this then:
www.froobe.co.uk/kk.php
I was bored.
Script:
<?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>
';
}
?>
Aflux
30-05-2007, 06:54 PM
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!
:Edzy
30-05-2007, 06:54 PM
Use this then:
www.froobe.co.uk/kk.php (http://www.froobe.co.uk/kk.php)
I was bored.
Script:
<?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>
';
}
?>
lol loser :P
Mashi
30-05-2007, 08:20 PM
Why do ppl go off topic
Aflux
30-05-2007, 08:27 PM
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
:rolleyes:
Edited by micky.blue.eyes (Super Moderator): Please don't create short and meaningless posts.
ScottDiamond
30-05-2007, 08:30 PM
:rolleyes:
He obviously means Ed. ;P
Mashi
30-05-2007, 08:36 PM
IS IT A GOOD IDEA TO JUST RESIZE THEM. SO CREATE AT 1024x768 THEN RESIZE TO 800X600?
:Edzy
30-05-2007, 09:40 PM
He obviously means Ed. ;P
Quit yo foolishness :P
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.