Forums » Critique

New Photography Portfolio

cherryseim
ITALY
2010-06-17 18:10:34
Permalink Post
 

It's been a long time...
i've just finished my photographic portfolio.
Tell me, here is the Link

ps: need more small fix

rocked
GERMANY
2010-06-18 07:21:04
Permalink Post
 

hey cherryseim,

very nice side.... how do make the perloader?
would be nice if you could tell me...

thanks and greetz from germany
alex

lemathieu A
FRANCE
2010-06-18 09:00:35
Permalink Post
 

Beautifull and simple.
Like the pre-loader, the type treatment… and your pics !
;)

cherryseim
ITALY
2010-06-22 20:25:16
Permalink Post
 
  1. Rocked, although i'm not actually into writing code for web, I will try to explain as simple as I can how to made the preloader.
  2. Simply put a div which wil contain the loading animation or text wherever in the body and add this js code in the head of your page:
  3. $(window).load(function(){
  4.      $('#preloader').fadeOut('normal',function(){$(this).remove();});
  5.      $('#content').fadeIn('slow');
  6.  });

Anyway try google for more detailed informations.

Lemathieu, thank you so much man, and thank you for everything you' re doing for indexhibit. I really appreciate it

sorry but I've tried to login into the forum for two days, deleted cookies and made all the blablas related to, but with no success. And the password recovery system doesn't seem to work! :)

Vaska A
I WROTE THIS
2010-06-22 20:56:20
Permalink Post
 

Hey Cherry!

Honestly, you don't need to change anything...except...you might consider that folks on iPhones, iPads, etc., don't get the mouseover effect on your nav. Maybe, you make that an onclick or perhaps serve up an alternate for other devices.

Looks great!

For your problem logging in...send me an email and I'll help you out: contact [at] indexhibit [dot] org

cherryseim
ITALY
2010-06-23 09:41:58
Permalink Post
 

Hey Vaska!
First of all, thank you.
I followed your advice and now the nav works onclick instead of mouseover.
But at the same time, now it becames a bit buggy:
when now one clicks on the sub nav to open an exhibit the menu slideup as it should do, but it also tries (randomly) to slidedown again for a very short period, until the new page is opened

As I told in the previous message, I'm not a javascript guru :)
Any tips?

For the login issue, I noticed that if i log in into www.indeshibit.org all goes fine. If I open (and I usually do it) indexhibit.org without www i can't log in

Vaska A
I WROTE THIS
2010-06-23 19:14:16
Permalink Post
 

Ah, that's what you mean...yes...that's how it works. I'll update the cookie system one of these days.

I'm travelling right now...I'll try to remember to look at the nav when I'm back on friday.

;)

Showing 1 - 7 of 7 posts in Forum > Critique > New Photography Portfolio
 

You need to be logged in to post.