Page 1 of 1 |
[sYn]
[Moderator] Elitist
Posts: 8374
|
Posted: Tue, 15th Jan 2008 21:16 Post subject: Website Test? |
|
 |
|
|
Back to top |
|
 |
X_Dror
Posts: 4957
Location: Jerusalem, Israel
|
Posted: Tue, 15th Jan 2008 21:17 Post subject: |
|
 |
|
|
Back to top |
|
 |
[sYn]
[Moderator] Elitist
Posts: 8374
|
Posted: 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 |
|
 |
|
Posted: 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!
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
$en$i
VIP Member
Posts: 3127
|
Posted: 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
|
Posted: 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
|
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..
$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 (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?  |
I wouldn't suggest it, the NFOrce admins may not be very happy with you attacking there servers .
|
|
Back to top |
|
 |
EMESiS
Posts: 39
Location: BO' SELECTA I TELL THEE!
|
|
Back to top |
|
 |
Horrordee
Soderator
Posts: 8867
Location: England
|
Posted: 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!
|
Posted: 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 |
|
 |
|
Posted: 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..
|
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
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 
rgds
Sabalasa
|
|
Back to top |
|
 |
[sYn]
[Moderator] Elitist
Posts: 8374
|
Posted: 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..
|
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
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  |
Thanks for the info sabalasa! I'll keep that in mind when doing further updates !
EMESiS wrote: | Yeah, I managed to sign up and upload my Windows desktop. Im under the name '1llusion'.  |
Thank you so much EMESiS, you made my day ! Showing that someone could use the website allowed me to at least state it was in a working state to my tutor .. Did find some more bugs which need fixing though.. But tonight is my night off, I'll sort them tomorrow !
|
|
Back to top |
|
 |
Page 1 of 1 |
All times are GMT + 1 Hour |