Get halfway through a model and find it's an unworkable mess? Can't add edge loops where you need them? Can't subdivide a mesh properly? If any of this sounds familiar check this course out.
I can write you something out in a mo. But for a gallery I would not use HTML on its own, as the code can become quite unmanagable. Get an Access database version 2003 or lower and create a table called gallery and enter data into fields like:
You can then use ASP, or PHP or any other CGI code to access the data in the database to allow you to simply add stuff to the page without you having to recode the gallery page everytime you want to add or remove something.
But for the time being you need to create a table and then rows and cells to add the image data in. Also if you want to add a popup so when the image is clicked it will open in a new window as a larger version then you need to code a bit of Javascript to allow this and as the page wouldn't be dynamic you would have to create a function for every image. Continued on new post...
Chris (formerly R@nSiD) Twitter When the power of love overcomes the love of power the world will truely know peace - Jimmy Hendrix
Winner SM VFX Challenge 1
3rd Place SM SteamPunk Challenge (May 2007)
This would continue until all the images have the desired code. Then you have to create the table and link each image up to the correct javascript function. Like this...
The table above will create a table 1 row along with 3 cells, to add more rows you need to copy the code form the <tr> to the </tr> and paste it under like this...
Chris (formerly R@nSiD) Twitter When the power of love overcomes the love of power the world will truely know peace - Jimmy Hendrix
Winner SM VFX Challenge 1
3rd Place SM SteamPunk Challenge (May 2007)
Once you have your table structure you need to look at adding your images into each cell (between the <td></td> code). The code needed would be...
<img src="myfirstimagethumb.jpg" border=0>
but to get this to link to the javascript code for each larger popup image is like this...
<a href="javascript : popupmyimage_1 ();"><img src="myfirstimagethumb.jpg"></a> (there should be no spaces, but the site put a :p in instead of what is shown lol)
This would be entered into very cell for everyimage. Getting a bit cluttered in there...
So if you are able to use PHP or ASP on your host let me know and I can show you the code to get you connected to an access database test it and then dynamicly link each image using one javascript link and one line of code for the table.
My gallery uses a language called Coldfusion and is done with this technique, of a database and single bits of code.
Hope it helpls, and you might want to chekc out this free site on Web Tutorials.
Chris (formerly R@nSiD) Twitter When the power of love overcomes the love of power the world will truely know peace - Jimmy Hendrix
Winner SM VFX Challenge 1
3rd Place SM SteamPunk Challenge (May 2007)
Chris is right, if you did a table it could end up being a right pain the in the rear to keep it managble.
You could have it as one image set up with a background that when you click over an area (the pic of the work) it links to the larger pic, that would be a ain to set up too as you would have to, make the main pic then write down the coordinates and then link them together.
If it was me I would use something like dreamweaver, if youve got it of course, then you wont have to bother with the coding of the page as it will do it for you, I seem to remember that there was a free programme from Mozilla that had a similar drag and drop way of creating HTML websites, just googled it and its now called seamonkey, heres the link
cheers guys (and really thx you R@nSiD)
for taking the time for the messages. Its the whole data base stuff that has had my head in a spin. even going thought these posts I`m still a little confused. I have access but it came with office 2007 so I think its a different process. The tables and rows stuff I got - I have had to deal with them before on the old flash site.
My boss pointed me to a cheap and cheerful program called "Magic Gallery" https://www.raizlabs.com/Magic/
which has done the job in about 12 min with just the trial so I got the full thing - nice and cheap.
Again thx you very much - and I`m going to look in to how to do this myselfand these tips were a great starting point. Look out for my new site soon.
oh and gster123 seamonkey is a internet browser could not find any edit options in it that ain`t html based
didnt get here in time but I've played with a few free php based ready made image galleries that take all the hassle out of building one from scratch - especially if a) you dont have time to code a full featured system or b) you dont know much about it all. https://gallery.menalto.com/ https://coppermine-gallery.net/
both are web-based and do what you expect - web-based interface for creating and editing galleries and uploading content. They also auto-generate thumbnails and you can tag content and export it out etc.
Anyways, more for reference now
You may not post new threads |
You may not post replies |
You may not post attachments |
You may not edit your posts |
BB code is On |
Smilies are On |
[IMG] code is On |
HTML code is Off