Aqua-Soft Forums: New portfolio design - Aqua-Soft Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

New portfolio design Rate Topic: -----

#1 User is offline   sascha Icon

  • Group: Member
  • Posts: 64
  • Joined: 15-October 06

Posted 13 February 2008 - 05:48 PM

:))))))))))))))))
0

#2 User is offline   Narfmaster Icon

  • Group: Member
  • Posts: 140
  • Joined: 08-February 08

Posted 14 February 2008 - 04:53 PM

I like it. :]
Remember to preload the images for when you hover over the menus though. Waiting make it baaaad.

<script>
img1 = new Image();
img1.src = "1.png";
img2 = new Image();
img2.src = "2.png";


or whatever,
0

#3 User is offline   sascha Icon

  • Group: Member
  • Posts: 64
  • Joined: 15-October 06

Posted 15 February 2008 - 04:01 PM

Cheers mate for suggestions and comment
0

#4 User is offline   danilux Icon

  • Group: Member
  • Posts: 71
  • Joined: 15-August 06

Posted 16 February 2008 - 12:57 AM

I like it very clean, the only thing i don't like is the logo, it looks like a comercial entity logo or a web hosting logo and IMO it doesn't look good on a portafolio. but other than that it looks great.
0

#5 User is offline   sascha Icon

  • Group: Member
  • Posts: 64
  • Joined: 15-October 06

Posted 16 February 2008 - 10:38 AM

danilux;491667 said:

I like it very clean, the only thing i don't like is the logo, it looks like a comercial entity logo or a web hosting logo and IMO it doesn't look good on a portafolio. but other than that it looks great.


I'll think about the logo.. thanks!
0

#6 User is offline   andrew_ Icon

  • Group: Developers
  • Posts: 473
  • Joined: 12-April 04

Posted 17 February 2008 - 08:40 PM

Instead of javascript, use css for image rollovers. http://alistapart.com
0

#7 User is offline   Link Icon

  • Group: Member
  • Posts: 322
  • Joined: 14-July 03

Posted 19 February 2008 - 04:28 AM

Also, if you want to take it a step further with CSS rollovers, you can do what I do to eliminate the issue with them flickering upon initially being hovered over.

Simply combine both image states side by side in the same image when you save it. In my case I have the default to the left and the rolled over state to the right. Which makes the image the same height but twice the width.

In regards to making it a rollover lets say you made a button that's 100x30.

What I do is create a class for it in the CSS like so:

.link1{
width: 100px;
height: 30px;
background-image: url(images/link1.png); <---(or whatever your directory is)
}

THEN rather than linking to a separate image to roll over in the hover state, I simply change the background position which moves the original already loaded image over and displays the other state seamlessly.

.link1:hover{
background-position: -100px 0;
}

Since the fixed dimensions are 100x30 and the image is 200x30 it only shows half at a time and is positioned in the "top left" corner by default so it only shows the left half of the image until rolled over.

Long story short, what that does is when the page is first loaded, it shows your links as they are by default but since the rolled over state is the same image it's technically loading those too you just don't see it. Then when you roll over them, they change and don't flicker one bit.

Also, to simply apply it to a link in case you didn't already know just assign a class property to it like so:



Hope this helps.
0

#8 User is offline   sascha Icon

  • Group: Member
  • Posts: 64
  • Joined: 15-October 06

Posted 19 February 2008 - 09:43 PM

Wow, so much suggestions, thanks Link!
0

#9 User is offline   sascha Icon

  • Group: Member
  • Posts: 64
  • Joined: 15-October 06

Posted 20 February 2008 - 08:43 AM

danilux;491667 said:

I like it very clean, the only thing i don't like is the logo, it looks like a comercial entity logo or a web hosting logo and IMO it doesn't look good on a portafolio. but other than that it looks great.



Made it simpler!
0

#10 User is offline   rick22 Icon

  • Group: Member
  • Posts: 14
  • Joined: 28-February 08

Posted 29 February 2008 - 01:16 PM

your site isn't opening man...? or is there a problem with my Net?
0

#11 User is offline   sascha Icon

  • Group: Member
  • Posts: 64
  • Joined: 15-October 06

Posted 04 March 2008 - 11:11 AM

rick22;493168 said:

your site isn't opening man...? or is there a problem with my Net?


Everything works okey! :slant:
0

#12 User is offline   Jeter2Fan93 Icon

  • Group: Subscribers
  • Posts: 140
  • Joined: 21-December 07

Posted 08 March 2008 - 07:37 PM

I like the site; however, why is the resume 5.9MB? From what I saw, you could easily make that less than 1MB. Cheers!
0

#13 User is offline   sascha Icon

  • Group: Member
  • Posts: 64
  • Joined: 15-October 06

Posted 11 March 2008 - 09:24 PM

its pleasure still to get comments. :)
0

#14 User is offline   brokenlighter Icon

  • Group: Member
  • Posts: 26
  • Joined: 04-April 08

Posted 08 April 2008 - 11:30 PM

I like it, The sections that slide open and closed are nice.
0

#15 User is offline   AirForceOnes Icon

  • Group: Member
  • Posts: 427
  • Joined: 11-February 07

Posted 10 April 2008 - 05:10 AM

very nice design. you rely a lot on ajax :P.

i might steal a few ideas for my portfolio ;) natekasco.com.
0

#16 User is offline   sascha Icon

  • Group: Member
  • Posts: 64
  • Joined: 15-October 06

Posted 10 April 2008 - 06:03 AM

AirForceOnes;497571 said:

very nice design. you rely a lot on ajax :P.

i might steal a few ideas for my portfolio ;) natekasco.com.


What ideas you gonna nab?
0

#17 User is offline   terabyte Icon

  • Group: Member
  • Posts: 1
  • Joined: 10-July 08

Posted 12 July 2008 - 12:31 AM

AirForceOnes;497571 said:

very nice design. you rely a lot on ajax :P.

i might steal a few ideas for my portfolio ;) natekasco.com.


Well be careful, since it seems like some ideas he has are already stolen by him from other people.

Yes, he delivered some Wp themes that were direct ripp-offs from free themes copyrighted to other people!

Just be careful!
0

#18 User is offline   ausaf Icon

  • Group: Member
  • Posts: 1
  • Joined: 14-July 08

Posted 14 July 2008 - 04:05 AM

Web lay out is very simple. Plz check the site(http://www.datadubai.com) and other sites which i giving below signature.





Dubai Directory - Links Business & Real Estate | UAE & Dubai Business Services Directory | Sports Wholesalers & Suppliers Directory|Something Directory
0

#19 User is offline   AirForceOnes Icon

  • Group: Member
  • Posts: 427
  • Joined: 11-February 07

Posted 14 July 2008 - 05:56 PM

@terabyte - I have never made or delivered a WP theme in my life... i dont believe in CMS so dont be talking trash to me when you dont even know the truth.
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic