View Full Version : Netball Website - PHP & MySQL
alexpayne
05-09-2006, 09:02 PM
http://www.moresense.co.uk/netball
After login, Admin's are able to add/change teams, fixtures and results.
Other users can use a forum.
All users can view the fixtures, league table (which is calculated each and everytime it is displayed using the results entered by an admin) and match reports.
XHTML/CSS & PHP/MySQL
alexpayne
05-14-2006, 11:14 AM
i have now improved the navigation.
thanks.
alexpayne
05-20-2006, 11:08 PM
is there any more constructive critisms?
would be greatly appreciated.:)
ttttt
05-21-2006, 02:54 PM
The images in the gallery are slow at loading try using another format and I'm not too sure about the colour sceme...
alexpayne
05-21-2006, 06:48 PM
unfortunatly for the images, they are posted by the user.
i could impose a limit, but netball players wont have the ability to shrink the size etc...
unless someone, knows how to do this?
im sure it will come down to the upload limit of my host.
ttttt
05-21-2006, 07:16 PM
You could use a tool like this on your website:
http://tools.dynamicdrive.com/imageoptimizer/
alexpayne
05-21-2006, 11:39 PM
the images are posted by the user, i do not personally upload the images myself.
are you suggesting that i manually go through all the pictures i get and optimize them and re-upload them?
can the picture be modified using code on my site, i.e. once uploaded i then pass it to be optimised at an external source and replace the image?
this site has CMS for the admin users, i dont want to be too much involved. just updates.
ttttt
05-22-2006, 04:02 PM
What I meant is the you code use that kind of code on your site but not make it obvious.
Like, for example, a field to upload the image which is, using the code, optimized behind the scenes and then submitted to your site.
alexpayne
05-22-2006, 04:18 PM
sorry, i understand what you are saying and that what i want to do.
but obviously i need the code to optimize the images before i upload.
do you have any?
goughy000
05-26-2006, 10:39 PM
but obviously i need the code to optimize the images before i upload.
no..do it after, kind of
user uploads
site receives file
site optimizes picture
site submits the new optimized file
doing it this way the user does not need to know how to optimize as it is done once transfered to the site.
alexpayne
05-27-2006, 08:57 AM
i understand that.
but how do i optimize the image?
goughy000
05-27-2006, 10:23 AM
resize it to a smaller image.. change the file format to something like "gif" or "png".. the list goes on
ttttt
05-27-2006, 10:43 AM
resize it to a smaller image.. change the file format to something like "gif" or "png".. the list goes on
He means the what code does he need to make it automated
goughy000
05-27-2006, 11:26 AM
it depends what extensions the PHP has to what image functions you can use
alexpayne
06-17-2006, 02:47 PM
this site is almost up and live: www.thanetnetballleague.co.uk
i still need to find an image optimizer, is there any php functions that will do this automatically?
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.