View Poll Results: What language use?

Voters
4. You may not vote on this poll
  • PHP+MySQL

    3 75.00%
  • Flash+XML

    1 25.00%
  • Java+XML

    0 0%
  • Others (specify)

    0 0%
+ Reply to Thread
Results 1 to 8 of 8

Thread: Portfolio gallery advice needed

  1. #1
    miguelkp's Avatar
    miguelkp is offline x10 Lieutenant miguelkp is an unknown quantity at this point
    Join Date
    Oct 2009
    Location
    El Bierzo - Spain
    Posts
    263

    Portfolio gallery advice needed

    Hi, dudes.
    I'm going to do an image gallery for my portfolio and there's something I'm not sure about: what language to use.
    I first thought about a PHP+MySQL based gallery. I've got experience with Flash (Actionscript) too. And, lastly, I've seen very profesional works made with Ajax. So I'm pretty unsure about the question.

    What do you think it would be better? Another one that is not listed here?
    Besides voting in the poll, argumented pros and cons will be welcome, of course
    Last edited by miguelkp; 02-17-2010 at 03:44 PM.
    Clic on userbar to visit my band's website:

    Portfolio (under construction) - http://mygs.uni.cc

  2. #2
    Zubair's Avatar
    Zubair is offline x10 Super Spammer Zubair has a reputation beyond reputeZubair has a reputation beyond reputeZubair has a reputation beyond repute
    Join Date
    Jul 2009
    Location
    Pakistan
    Posts
    8,743

    Re: Portfolio gallery advice needed

    I think Flash will be the best option..

    Flash Galleries looks awesome..
    Zubair Barkat | Level 2 Tech
    █ 888-X10-9668 - zubair[@]x10hosting.com
    x10Hosting - Giving Away Hosting Since 2004

  3. #3
    leafypiggy's Avatar
    leafypiggy is offline Community Advocate leafypiggy is on a distinguished road
    Join Date
    Aug 2007
    Location
    Massachusetts
    Posts
    2,212

    Re: Portfolio gallery advice needed

    Definitely go with javascript. Flash is all cool and fancy, and is nice sometimes, but javascript/ajax is the obvious choice. Almost all browsers will output the same effects (if they have javascript enabled) and if they don't, you can easily make it so that those without javascript see a dumbed-down version of the page. Whereas with flash you have to have it installed, and it causes a lot of issues with browsers, even new ones.
    Neil Hanlon | x10Hosting Support Representative
    Neil[at]x10hosting.com
    █ I'm always happy to help. Just ask a question in Free Hosting
    Terms of Service IRC

  4. #4
    farscapeone's Avatar
    farscapeone is offline Community Advocate farscapeone is on a distinguished road
    Join Date
    Dec 2008
    Location
    Србија (Serbia)
    Posts
    1,166

    Re: Portfolio gallery advice needed

    PHP+MySQL for beckend script and AJAX (jQuery) for display and interactivity. That's the ideal combination for more then just a photo gallery ;)

    If you need a static gallery then you don't need PHP and MySQL.

  5. #5
    miguelkp's Avatar
    miguelkp is offline x10 Lieutenant miguelkp is an unknown quantity at this point
    Join Date
    Oct 2009
    Location
    El Bierzo - Spain
    Posts
    263

    Re: Portfolio gallery advice needed

    Quote Originally Posted by leviathon View Post
    PHP+MySQL for beckend script and AJAX (jQuery) for display and interactivity. That's the ideal combination for more then just a photo gallery ;)

    If you need a static gallery then you don't need PHP and MySQL.
    I see. My idea was to build a flexible gallery to make easier adding more images. And I had planned to use an external image hosting service so I'll need to store image links somewhere.

    By the way, I found a framework for Ajax. It's called Spry and you can see it here in action:
    http://labs.adobe.com/technologies/s...mos/index.html

    Can this one be a good way of make what I want? Its photo gallery looks pretty nice. Probably not as eye-catching as some Flash galleries but beautiful anyway. And since it uses XML files, I supose I can do without MySQL.
    Would this way be faster (I mean loading the page, not developing it) than others, since it wouldn't have to connect to MySQL server and so?

    On the other hand, I really like Flash but, generally, it takes long to load. I don't worry about the need of having it installed. 99.9% of people see Youtube videos, isn't it? Hehehe.
    Clic on userbar to visit my band's website:

    Portfolio (under construction) - http://mygs.uni.cc

  6. #6
    farscapeone's Avatar
    farscapeone is offline Community Advocate farscapeone is on a distinguished road
    Join Date
    Dec 2008
    Location
    Србија (Serbia)
    Posts
    1,166

    Re: Portfolio gallery advice needed

    Using XML is ok if you have a small gallery with hundred or so pictures. For bigger ones I recommend MySQL cos XML would be a lot slower.

    If you want a flexible gallery than you have to use PHP. Just thinks about it. You need a script for uploading, a script to dynamically create thumbnails, maybe a rating system and so on.

    Here's an excellent video tutorial for dynamically created thumbnails with PHP and GD library:
    http://net.tutsplus.com/videos/scree...te-thumbnails/

    I see you are thinking of storing pictures on a different site. Maybe Flickr? Look at this tutorial and you'll see how easy it is to make a nice looking gallery with Flickr, SimplePie and, of course, jQuery:
    http://net.tutsplus.com/tutorials/ph...ith-simplepie/

    As for Spry I remember trying it once it become a part of Dreamweaver but I never used it that much cos I'm happy with jQuery.

    I agree with you about Flash. Avoid it if possible.

  7. #7
    miguelkp's Avatar
    miguelkp is offline x10 Lieutenant miguelkp is an unknown quantity at this point
    Join Date
    Oct 2009
    Location
    El Bierzo - Spain
    Posts
    263

    Re: Portfolio gallery advice needed

    Well. I think that, at last, I finished the gallery.
    I made it only with Javascript (actually jQuery... thanks, leviathon, for advise me to try it XD That framework is just amazing). Nor XML, neither MySQL. It's static but I realised that I didn't really need a dinamic one since there will not be too much images (about 50 or so).

    Now I have to make the contact form . And to fill the gallery with high quality content, of course hehe.

    I think I'll have the whole site online in a few days or maybe in a week (because almost sure I will get a job and I'm pretty busy right now )

    Thank you for your replies, dudes.
    Last edited by miguelkp; 02-28-2010 at 05:41 AM.
    Clic on userbar to visit my band's website:

    Portfolio (under construction) - http://mygs.uni.cc

  8. #8
    farscapeone's Avatar
    farscapeone is offline Community Advocate farscapeone is on a distinguished road
    Join Date
    Dec 2008
    Location
    Србија (Serbia)
    Posts
    1,166

    Re: Portfolio gallery advice needed

    I'll be happy to see the end result

+ Reply to Thread

Similar Threads

  1. Replies: 1
    Last Post: 02-10-2010, 09:10 AM
  2. Advice needed about rubbishy internet
    By callumacrae in forum Computers & Technology
    Replies: 4
    Last Post: 09-25-2009, 03:42 PM
  3. Advice Needed Regarding Domain
    By Lacerta in forum Free Hosting
    Replies: 2
    Last Post: 11-14-2008, 11:53 AM
  4. please review my site advice needed
    By b0bv1la in forum Review My Site
    Replies: 10
    Last Post: 02-20-2008, 10:17 AM
  5. Advice Needed
    By ampdt in forum Programming Help
    Replies: 5
    Last Post: 12-19-2007, 10:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers