Small Update and Something Else15-10-2008Posted in: News/Updates by: sumario First things first, instead of doing my work for Uni, I started to mess around with the site. So did a little clean up etc etc. Its only a small visible update to you (rest is kinda under the hood) but I added another link option when you upload images which gives you the direct link to the actual image. I know this will come in handy for myself, hope it does for you too. Been added to all upload methods. The other thing I like to say is that running this site is not free, I Share this Article | Comments[0] Account Registration Problems13-10-2008Posted in: News/Updates by: sumario It was brought to my attention today that registration for a new accounts always failed. I seriously have no idea how long this has been like that and apologise for any inconvenience for anyone who tried to register. Just was a minor thing I had to change which was over looked I guess. Sorry again. Also, I know I have not updated this site for aaaages, but Studies come first I guess. If people are still interested in tutorials to be added in the programming side of things and you have questions, please let me know via email at info [at] sumario.co.uk and I will try my best to get an article out for you about your subject area. Thanks people. Share this Article | Comments[0] How to Get User's Input03-08-2008Posted in: Programming/PHP by: sumario Nice and easy one here. How to get a users input from a form and/or query string. Say we have this form:
<form method="GET">
<input type="text" name="car" /> <input type="submit" value="Submit"/> </form> Now, first I have to say, there are two methods of sending and receiving data. One method is sending the data into the query string of the URL. The query string part of the URL is after the ? in this example, http://www.sumario.co.uk/index.php?car=rover. The other method is sending the data into the memory. Each method is good depending on the situation and data being sent. Sending data into the memory is more secure and allows for more space especially for tasks such as uploading images. Sending data into the query string is limited to the amount of data and can be easily manipulated by 3rd party users etc. Share this Article | Comments[0] More Content29-07-2008Posted in: News/Updates by: sumario Well, I have mate who has some skills with Photoshop (he made the banner for this website) and he may start making some tutorials or something and post them up here. So....yay! |
About this Site
What this site is mainly about is a learning experience for me, I love to program so I use this site to just mess about with and program stuff (well use too, not enough time now). One great feature this site offers is an Image Hosting for free to all users, registered and non registered. This site is now an Image Hosting provider first and a random tutorial/bloggish second. Register now for free and get more features when using the Image Host.
Upload an Image
Clicking the Submit button means you agree to our Terms & Conditions.
Search
Categories
Stats
|