Website Test?
Page 1 of 1
[sYn]
[Moderator] Elitist



Posts: 8374

PostPosted: Tue, 15th Jan 2008 21:16    Post subject: Website Test?
Possibly a bad idea, but if people could take the time to test a website for me that would be ace!

http://beta.deskpimp.com

If you could resize your own images for now to make them 100x100 for thumbs and make the desktops slightly smaller in size than the originals. The upload limit is around 4mb, so if things fuck up that's why Wink!

*preys the site doesn't die*

Post any comments here, please be aware this is a BETA website, there is a lot of stuff that has just started working or hasn't been implemented yet! Comment on features and design.. be nice Wink.. (if you want to comment on a bug or a badly fitting design state your browser and screensize Smile)


Last edited by [sYn] on Tue, 15th Jan 2008 21:20; edited 2 times in total
Back to top
X_Dror




Posts: 4957
Location: Jerusalem, Israel
PostPosted: Tue, 15th Jan 2008 21:17    Post subject:
Doesn't work :/
Back to top
[sYn]
[Moderator] Elitist



Posts: 8374

PostPosted: Tue, 15th Jan 2008 21:20    Post subject:
That would be because I put the wrong URL.. *shoots self*.. my friend just pointed it out to me on gtalk haha.
Back to top
Mortibus




Posts: 18053
Location: .NL
PostPosted: Tue, 15th Jan 2008 21:23    Post subject:
kinda loox like this one

www.wegame.com
Back to top
EMESiS




Posts: 39
Location: BO' SELECTA I TELL THEE!
PostPosted: Wed, 16th Jan 2008 03:20    Post subject:
Pretty good stuff. Nice Idea.

But, when I come to upload a picture, It says this...

Code:
ERROR: Data too long for column 'image_description' at row 1 at MySql.Data.MySqlClient.MySqlStream.OpenPacket() at MySql.Data.MySqlClient.NativeDriver.ReadResult(UInt64& affectedRows, Int64& lastInsertId) at MySql.Data.MySqlClient.MySqlDataReader.GetResultSet() at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() at _Default.Upload_Click(Object sender, EventArgs e) in c:\Inetpub\wwwroot\users\upload.aspx.cs:line 68


Laughing Just thought it might help solve some problems or summin'.

Anyway, good site. Hope it develops a bit more over time, keep it up.


01001110 01000110 01001111 01110010 01100011 01100101
Back to top
tainted4ever
VIP Member



Posts: 11336

PostPosted: Wed, 16th Jan 2008 03:22    Post subject:
DDoS time? Smile


Sense Amid Madness, Wit Amidst Folly
Back to top
$en$i
VIP Member



Posts: 3127

PostPosted: Wed, 16th Jan 2008 04:34    Post subject:
Try to implement pic's thumbnail generation. Also do pack the javascript (mootools & multibox) before release.
Back to top
[sYn]
[Moderator] Elitist



Posts: 8374

PostPosted: Wed, 16th Jan 2008 09:36    Post subject:
EMESiS wrote:
Pretty good stuff. Nice Idea.

But, when I come to upload a picture, It says this...

Code:
ERROR: Data too long for column 'image_description' at row 1 at MySql.Data.MySqlClient.MySqlStream.OpenPacket() at MySql.Data.MySqlClient.NativeDriver.ReadResult(UInt64& affectedRows, Int64& lastInsertId) at MySql.Data.MySqlClient.MySqlDataReader.GetResultSet() at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() at _Default.Upload_Click(Object sender, EventArgs e) in c:\Inetpub\wwwroot\users\upload.aspx.cs:line 68


Laughing Just thought it might help solve some problems or summin'.

Anyway, good site. Hope it develops a bit more over time, keep it up.


Yeah, the limit on a VARCHAR is 255 characters which is what is causing the error, I should limit the number of characters someone can actually type into the thing or increase it. Thanks for that! Still, that should have been caught by my error management.. Neutral

$en$i wrote:
Try to implement pic's thumbnail generation. Also do pack the javascript (mootools & multibox) before release.


It is next on the todo list, but as the website is primarily for my studies at this stage I ran out of time Wink (hand in is today). The next release of the website (not for a while yet) will have this implemented. By pack do you mean compress?

tainted4ever wrote:
DDoS time? Smile


I wouldn't suggest it, the NFOrce admins may not be very happy with you attacking there servers Razz.
Back to top
EMESiS




Posts: 39
Location: BO' SELECTA I TELL THEE!
PostPosted: Wed, 16th Jan 2008 18:04    Post subject:
Yeah, I managed to sign up and upload my Windows desktop. Im under the name '1llusion'. Smile


01001110 01000110 01001111 01110010 01100011 01100101
Back to top
Horrordee
Soderator



Posts: 8867
Location: England
PostPosted: Wed, 16th Jan 2008 19:33    Post subject:
what is the purpose of the site Syn?


Space for rent. Contact me for rates!
Back to top
EMESiS




Posts: 39
Location: BO' SELECTA I TELL THEE!
PostPosted: Wed, 16th Jan 2008 19:47    Post subject:
Horrordee wrote:
what is the purpose of the site Syn?
Show off your desktop
Back to top
sabalasa




Posts: 369
Location: EST
PostPosted: Wed, 16th Jan 2008 19:55    Post subject:
[sYn] wrote:

Yeah, the limit on a VARCHAR is 255 characters which is what is causing the error, I should limit the number of characters someone can actually type into the thing or increase it. Thanks for that! Still, that should have been caught by my error management.. Neutral


the number does not represent the varchar length in characters but in bytes actually. As my company does different kind of software testing we have performed some very rigorous manual and automated tests of mission critical websites. One great free automated testing tool for websites is WebLoad. It will record it's scripts when you, ie the tester, click around the site. It will remember what you did and can repeat it like 1000 times per second or only once. Oh, please not use more then 100 session per second per computer or you will either kill your switch, network connection or lock up your computer Wink

It's very lightweight and easy to understand. And the recorded scripts are in JavaScript, so no biggie to be edited manually if necessary.

So instead of asking humans to try your website, let machines do the dull work. The result is always guaranteed to be identical with the last time you ran it. This way you can also test regression (after changing something you can assure that other functionality works as expected).

Oh, a hint as well...
If you would like to screw up most of the websites around then use non latin characters. They take 2 bytes off the 255 limit Wink


rgds
Sabalasa
Back to top
[sYn]
[Moderator] Elitist



Posts: 8374

PostPosted: Wed, 16th Jan 2008 20:49    Post subject:
sabalasa wrote:
[sYn] wrote:

Yeah, the limit on a VARCHAR is 255 characters which is what is causing the error, I should limit the number of characters someone can actually type into the thing or increase it. Thanks for that! Still, that should have been caught by my error management.. Neutral


the number does not represent the varchar length in characters but in bytes actually. As my company does different kind of software testing we have performed some very rigorous manual and automated tests of mission critical websites. One great free automated testing tool for websites is WebLoad. It will record it's scripts when you, ie the tester, click around the site. It will remember what you did and can repeat it like 1000 times per second or only once. Oh, please not use more then 100 session per second per computer or you will either kill your switch, network connection or lock up your computer Wink

It's very lightweight and easy to understand. And the recorded scripts are in JavaScript, so no biggie to be edited manually if necessary.

So instead of asking humans to try your website, let machines do the dull work. The result is always guaranteed to be identical with the last time you ran it. This way you can also test regression (after changing something you can assure that other functionality works as expected).

Oh, a hint as well...
If you would like to screw up most of the websites around then use non latin characters. They take 2 bytes off the 255 limit Wink


Thanks for the info sabalasa! I'll keep that in mind when doing further updates Wink!

EMESiS wrote:
Yeah, I managed to sign up and upload my Windows desktop. Im under the name '1llusion'. Smile


Thank you so much EMESiS, you made my day Very Happy! Showing that someone could use the website allowed me to at least state it was in a working state to my tutor Razz.. Did find some more bugs which need fixing though.. But tonight is my night off, I'll sort them tomorrow Razz!
Back to top
Page 1 of 1 All times are GMT + 1 Hour
NFOHump.com Forum Index - General chatter
Signature/Avatar nuking: none (can be changed in your profile)  


Display posts from previous:   

Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.8 © 2001, 2002 phpBB Group