sonesay
Nov 26 2008, 08:38 PM
http://sonesayi.com/si/portfolio.phpHey guys, In the past few days I was making changes to how I uploaded my images and portfolio entries. I now have a working form that takes new portfolio item entries and images then generates thumbnails as well when its uploaded. This makes my life easier when adding in new items  . My problem is that now since the thumb nails are generated automatically and vary in size due to the different heights and widths of each image I get inconsistent thumbnail sizes being generated and put on my portfolio entries. This results in my DIV for each portfolio entries height and width being inconsistent. This is not a huge problem but I want to know what others think. is it really a big deal to you? If so are they any ideas on how to improve the layout? The reason I have chosen go with floating DIV's instead of a table layout is I get the auto spreading and grouping of items as the page gets expanded. I think this is a nice feature because you utilize the entire page as opposed to fix width layouts. Comments on other sections are also welcomed and much appreciated. I'm pretty much brain dead from all this thinking so I may have miss something I could improve on that is so obvious. Cheers Sone note: also I am able to check in IE7 since my PC's power supply is dead so if anyone can check and let me know of any problems that would be nice.
Comment/Reply (w/o sign-up)
onscreen
Nov 27 2008, 04:32 AM
floating DIVs kill your layout. It is all overlapped viewed in Opera and Firefox. What you need is a fluid CSS layout where everything from header to content expand and shrink accordingly without the messed up layout. This link should give you a headstart : http://www.456bereastreet.com/archive/2005..._width_elastic/Also, do not rely on one browser in making sites. Make full use of the If..EndIf at the html headers to make workaround for other browsers. Example : <!--[if lt IE 8]><link rel="stylesheet" type="text/css" href="/css/ie.css" media="screen"><![endif]--> Explaination : if lower than IE 8, link the herf css for IE 8 browser viewing. End if.
Comment/Reply (w/o sign-up)
sonesay
Nov 27 2008, 10:09 AM
QUOTE(onscreen @ Nov 27 2008, 05:32 PM)  floating DIVs kill your layout. It is all overlapped viewed in Opera and Firefox. What you need is a fluid CSS layout where everything from header to content expand and shrink accordingly without the messed up layout. This link should give you a headstart : http://www.456bereastreet.com/archive/2005..._width_elastic/Also, do not rely on one browser in making sites. Make full use of the If..EndIf at the html headers to make workaround for other browsers. Example : <!--[if lt IE 8]><link rel="stylesheet" type="text/css" href="/css/ie.css" media="screen"><![endif]--> Explaination : if lower than IE 8, link the herf css for IE 8 browser viewing. End if. Ok maybe its my fault that I wasn't clear enough. I tried my best but I cant seem to understand how you came to the conclusion that I had a problem with my layout by referring me to that link. The link you gave me just explained a way to create elastic layouts but I have a fixed width for my navigation and elastic content already. I stated on my 3rd paragraph that I was happy with the way it expanded. My only problem was the inconsistent heights of the DIV for each portfolio items entry. I actually like the wrapping of the portfolio items as widths contracted. My problem was with the inconsistent heights. You say they overlap in firefox and Opera? What do you mean my portfolio items are overlapping? Can you take a screen shot and show me because I don't see that happening. Also what resolution are you viewing it at? I checked in ff3 and opera and it seems fine besides the height problem of item DIV's. There is a minimum width set so on both ff3 and opera and safari I get at least 2 portfolio items shown on each row. If all this problem is on IE7 I can understand as I have not got access to the browser and cannot check it for myself.
Comment/Reply (w/o sign-up)
jlhaslip
Nov 27 2008, 01:35 PM
Might want to check out this sourceforge software that manages the creation of thumbnails. You can specify the destination size and aspect so that the original shape is maintained, watermark them, add effects and several other features. A very complete thumbnail creation system. http://phpthumb.sourceforge.net/Try http://www.zubrag.com/scripts/thumbnail-generator.phpOr http://www.google.ca/search?q=php+script+t...lient=firefox-a
Comment/Reply (w/o sign-up)
Ruben
Nov 27 2008, 05:35 PM
To me there was one problem. When I first entered the site it looked jumbled, and I had no clue about what it was about. Now, your work looks great, but it shows that you aren't too into web design.  You need to lay it out better, but everything lined up maybe. All for now, hope you like it.  Overall: 6/10
Comment/Reply (w/o sign-up)
sonesay
Nov 27 2008, 10:29 PM
Thanks for the link jlhaslip. The script that I am currently using does keep aspect ratios the same. The problem is caused by different image sizes (The sizes vary and ratios vary for each image so the generated thumbs are just a smaller version of that). I seem to have fixed this by adding a div to contain the image and then setting a minimum height. I appears to be fine in ff3, safari 3.2, and opera 9.62. If anyone can check in IE that would be great.
Comment/Reply (w/o sign-up)
jlhaslip
Nov 28 2008, 02:15 AM
IE 6 won't like the min height. Can't recall if IE 7 and 8 work, either.
Comment/Reply (w/o sign-up)
contactskn
Dec 1 2008, 10:44 AM
Dear friend I have gone through your website and its a good one. What I think is the contents are really good and you should go for a good and professional look now. I am sure a bit change in the background and colour may give a catchy look to your website. And it will in turn attract more and more people towards your website.
Comment/Reply (w/o sign-up)
sonesay
Feb 2 2009, 10:26 AM
I've made some updates and have decided to lose the lightbox gallery. http://sonesayi.com/si/portfolio.php I think its much more subtle and elegant this time round. Any comments appreciated. I have tested the layout in IE7 using http://browsershots.org and see no errors but I cant test out the ajax calls since it only takes screenshots. If anyone can test it on IE7 much thanks. I will be changing it a bit so check back in a day or two  (using JQuery now. great library if you haven't already tried it )
Comment/Reply (w/o sign-up)
Saint_Michael
Feb 4 2009, 10:53 PM
After looking at your site and working on my portfolio I would say you should move your site to a wordpress as you can do a lot more with it in less time, especially with images, about page, resume and stuff like that. take a look at my portfolio to get an idea how to set it up or at least the pages and the images and what not and if you need plugin suggestions if you do decide to move over to wordpress let me know and I give you all the ones that I am using/
Comment/Reply (w/o sign-up)
Alex Cicala
Apr 6 2009, 12:30 AM
I like the new update, very well done. Personally I dont like the width of the site. [anyway dont take that into account I dont like large widths.] I'm rating it 7.5/10, i think the navibar needs a facelift, but everything else is super
Comment/Reply (w/o sign-up)
sonesay
Feb 15 2009, 10:22 PM
Gallery and Header updated! I've added a link on the main home page linking to the gallery when you click on the "view full-size image" link. It seems to be working on all browsers (sometimes opera and IE7 fail due to image size not getting obtained. I will need to fix this later when I have some time). I would say it works like 90% of the time on the min-width resizing lol. I changed the header a bit just seeing what will look good. Any bugs I missed please let me know thanks.
Comment/Reply (w/o sign-up)
sonesay
Feb 9 2009, 10:10 AM
Thats a nice flash site. I will take a good thorough look a little later on. I just happen to fix my rendering problem with images larger then the screen on IE7 and Opera. I found out there are differences on how they read images sizes compared to firefox and safari hence the min-width value not kicking in. You can look at the source code of the si.js if you really want to see. Anything else I missed? I'm interested in building a flash gallery like the one you showed me too so maybe that will be my next project. I have to say flash has advanced a lot since I touched on it a few years back. edit: I just saw your other post. Thats not a bad layout design. I don't think I can change it as easily now even if I really wanted to, since it seems to be ok as of now I will carry on but I would like to create a flash gallery soon just to see what it can do.
Comment/Reply (w/o sign-up)
novoAlias
Feb 9 2009, 09:24 AM
And incidentally here is an example of a full screen website that I would consider to be worthwhile: http://www.cassettenine.com/You might notice a couple of things about it, 1. It's completely flash/xml based, 2. The actual information is in a trendy small box with the nav bar at the top 3. The music only has three tracks which is really annoying 4. It's got many small touches that are only possible with fullscreen So really I think you should ask yourself WHY you are using full screen and putting the extra effort into coding if a centered box would be just as effective and a bazillion times easier to code. Don't worry, I went through exactly this problem while making my website. If you want to see what I did and why heres my process http://novoaliasuni.blogspot.com/search/label/Website
Comment/Reply (w/o sign-up)
novoAlias
Feb 9 2009, 09:11 AM
QUOTE (sonesay @ Feb 6 2009, 09:00 AM)  I previously had a light box gallery but I've chosen to move away from that. Flash gallery I might consider if this doesn't work out well.
Yeah the re size problem is something I just realized since truefusion mentioned it. I'm working on and tested out a javascript solution to get the width of the image and reset the min-width of the body and it seems to work but currently Its buggy since the image is being retrieved by ajax and I get inconsistent width values 0 or its real value. A problem I am currently working on.
You mean create a text description gallery then replace it with full size images when clicked on? Or do you mean show text descriptions on hover then replace with image when selected? that would be a good way to do it. I was considering javascript pop up windows for more description/info but that last idea isn't bad either.
I am going for a layout where it will use the maximum width of a users screen resolution so I will definitely not be using any standard fix width sizes. If it doesn't work then I may have to resort to that.
Also I'm curious to what screen resolution and browser your are using? Im using FF3, with a resolution of 1680X1050 (X2, dual screens =D) I had a play with your current gallery style in photoshop... I think this would work well if you made the image go full screen if you clicked on the window. I think auto resizing is an alright idea but unless you have stupid amounts of information/visual language to fill up the screen it is a bit of a waste... Anyway this is the result of me having your site open and seeing if i could make it look visually appealing while keeping the same elements/functionality. Very quick, just the very basics.. Anyway here you go.
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : feedback, portfolio, site, sonesayi, si
- My Site Moved
My site is now a dot com (4)
Review My Gaming Community Site, Please, :)
(3) Hey all, just wondering if anyone can help out with some input about my current gaming community
site.(http://www.clantakeover.co.cc) To start off with, the goals. Right now we are based on just
Warhammer Online, but I am wanting to over time expand it into other games as well. The information
that will be found about various games are things such as general information, tips and tricks(no
cheats/codes), walkthroughs, etc. Right now I think it will be based on just MMORPG's, but that
could always change. In terms of the layout, that is my biggest issue. I'm ju....
Please Review My Site
(10) I've had the same layout for ages but I decided that it's time to get a proper review. My
website url is: http://princesstimes.com I'd like to know what you think of the layout and
navigation. Content-wise I don't really need reviews because my website has always catered to
a specific group of audience so I don't know if everyone here appreciates my content and I
wouldn't want half-baked criticisms about things they don't understand. But if you want to
comment on my content, I won't stop you, just that I probably won't take your ....
Central-gaming. Please Review.
My new gaming site, that's taken me a few weeks to develop. (8) We have come to the time where we must advertise to get some more members. /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> I have finally and officially
opened up Central-Gaming. A gaming website and forum for people who love to play games, discuss
games and that lot. Our forum may look boring when your viewing as a guest. We protect our other
content on the forum from Guests for a good reason, and it is suppose to attract more members into
joining us. So if your a gaming gamer who loves and/or likes to play games, join us now and get....
Review Innosia.com
please review my website, this site is currently in trial and testing (6) Dear all, Please help me visit http://www.innosia.com This site is about spiritual (lots) and
computer (still few), and it discusses several spiritual perspective about life and hence has the
foundation from spiritual teachers who I have met myself and have seen his way of life, way of
thinking and his much every aspect of life. He can tell something that you don't know as
spiritual is a way to achieve something miraculously, he often able to know your mind, your thinking
and always give the best way of understanding yourself so that you could become better by bui....
Site Help
Been reviewed but needing ideas (7) Well seems as some like and some dislike Echo-Of-Thunder we have a few members, which is nice. and
PLEASE do not think this is spam to get ppl to join, IT'S NOT! What I am curious to know is how
I can inprove the site to get more members. I had been thinking of maybe adding a radio station of
my own. I know Bandwith. There is a chat, which nobody uses. I know some do not like or really
understand weather. Maybe that is the problem I dont know. I have spent a lot of my time on this
site, and really would like it to be one of the better weather sites on the net. ....
Can Someone Rate My Site?
Well i created this site about a month ago and i need some tips (15) I'm not as advanced as other website designers, but about a month ago i designed this local news
website. I need someone to rate it and tell me what they think and give me some pointers to fix it
up or even change the look completely. I've changed the design about 3 times already. It
contains local news about my home country Belize and i only take about an hour to update daily. Any
pointers, suggestions, questions i will appreciate. Armond Times Belize ....
Please Review My Blog Site Www.amirsblog.uni.cc
(0) I have been working hard on it and getting it right and finding the right template. I decided what
type of blog I wanted and I like the idea and am sticking to it I got my custom header and all too
/tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> If you guys
can tell me what else I can do with it, it'll be really great www.amirsblog.uni.cc....
Hobby Site/business
(6) Could you guys please review my website. I feel like it is suitable for what it is. I have a side
computer repair business, but am not investing a lot of money in it. I think the useability is good.
I am new to the web design world. I am just happy to have made this site and I am just happy to get
the php email form working. Any suggestions are welcome. http://www.ckcomputerstally.trap17.com ....
People Can Ask For Site Reviews? How Bout Mine?
(7) I've redesigned my website - from graphics to the CSS layouting. I was planning on a website
that would look personal not commercial, with a home-cooked feel. I ended up with a pretty simple
and straightforward design. I'm afraid it looks a bit packaged now, kinda like what you'd
get with ready-made blogs out there. I'm making a layout number 3 but I'm sticking with this
one for a while if I get not-too-terrible reviews, heehee. Anyways, I feel like I'm writing my
own review here /smile.gif" style="vertical-align:middle" emoid=":)" border="0"....
How Your Site Looks In Different Browsers?
(13) Most of the web designers, have this pain of working for a site which has to viewed perfectly for
all people and all users over the world, independent of their operating systems, their browser and
system and internet speed. There's no way no see it all manually and get the Idea about how the
site looks in different machines and browsers. Luckily, I've found a very handy and useful way
where people can really find this thing within matter of hours, Mostly minutes. Here's the site
to check out screenshots of how your site looks in different browsers in differ....
Rereview Of My Site
A re review of updated site (9) Okay everyone, I have read all the postes on the revies of my site. Echo Of Thunder I really do
thank you all for the last review, It helped alot. Maybe this one will be a little more to everyone
liking. Not as many Maps as I would have liked, but was throwing the template off, and I no very
very little of CSS but learning. ty....
Review My Site
Review my site please (30) Hello. I am new here to trap17.com and would really like some input on my site. Echo Of Thunder
Made using Dream Weaver and note pad. Planning on a better forum and chat page as time goes by.
This is just a little hobby that I have. "weather" and I hope that you all here at trap17 will take
a look see, and tell me what you all think. ....
Cool Site To Learn Languages
Learn to speak in Native accent (6) http://www.livemocha.com/ Discovered this site months before. And also I took some classes. I
should say this is really cool one. Try it. Learn new languages in a social way with LiveMocha.
Livemocha is the first-of-its-kind online language-learning community. With fun and interactive
lessons that move at the right pace for you. You can access their team of passionate language tutors
and start track your progress to reach your goals. Learn, practice, and share. Learn these
languages: English, French, Hindi, German, Spanish and Mandarin Chinese, among other....
Site To Check A Website Is Up Or Down
Very useful site to check uptime (2) I had came through this site: http://www.downforeveryoneorjustme.com/ This site lets you to
check a domain is up or down. This may be useful for the people who browse to check weather it is
really down or service provider blocks it or any-other issues.....
Review My Site?
At www.chantellepaige.org (22) Ok.. so. after almost trowing up on how disgusting my site used to look. i tried something
different.. please visit here . Its a flipsyde & chantelle paige fansite.. doubt you know who
they are.. but still i need opinions & advice on the way the site looks XD....
The Eirest Green
A forest animal RP site (1) The Eirest Green, at http://www.eirestgreen.proboards102.com is a rather new, but excellent, site
that I came across where you can roleplay any forest animal you would like. It is not very
well-known, and has 6 active members, but I would like to review it. Here is my review out of 3
points. ORGANIZATION (1 point) - 1 out of 1 : The organization on this site is fantastic. I am
pretty surprised at how well everything is placed, and how parallel everything is to everything
else. It is a very neat site, and everybody talks literate so it is very clean-looking. MEMBERS....
I Need Opinions On My New Site
please visit and tell me what you think! (15) Thanks to Trap17, and two days of non-stop work on my website, I am now ready to announce what is
now my third (and, I hope, final) relaunch of my website, Hangman, Inc. Gaming and Software. The
last time I launched this website, I had this idea of integrating Forum Software with an effective
Content Management System. The original aim was to make the website, forums, and the Games Database
interact with each other so that they all worked with one another. The problem was that, instead of
using an actual Content Management System, I instead chose to use a CMS-style Mo....
My Site
(8) Hi, I would like to know your views regarding my site. For now, please comment on its layout only
since I don't have my own writing inside. The site is originally meant for storing articles of
technical stuffs in my areas of interest. Please kindly log on to: http://day-workshop.trap17.com
In this time being, though, I have some problem with css in different browsers. See this (about
160kb or so): http://www.day-workshop.trap17.com/images/css_diff_brwsr.jpg The one that I really
want to get is Firefox' (so, log on it with FF for better views). Any idea w....
Feedback Needed Please On My Website
its not complete yet. (16) I need helpful feedback on what I can do to improve my site. I've fixed most of the layout
issues I've had before so there is no more horrible horizontal scrolling when viewed in 1024 x
786 resolution and it also works in Internet Explorer 7 surprise surprise. The only section I've
manage to complete is the application section where users who wish to join the Linkshell will have
to sign up providing details of themselves and their online game details. The final part where
their information is saved to a database for voting by members and for them to review t....
Www.liamssite.uni.cc, My Website
I need some feedback on my games website. (10) Hey, I've got a website found at www.liamssite.uni.cc . I'm looking for some feedback, and
advice on it. What I should change, what I should get rid of, and what I should add. It does not
have to be a completely games website, as it is now, I have considered putting pictures and videos
on it. Anyway, discuss. www.liamssite.uni.cc ....
Finally (sorta) Finished With My Site - Critiques Please.
(5) I'm sort of finished with my new design for my blog, I say sort of, because it seems every
couple of hours when I come back to it I see things I want to change, anyways please let me know
what you think! http://www.blogcontestsite.com ....
Website Review Requested
Please review my site (17) I just launched my site, http://designify.org , please tell me what you think. It is a website
design and management discussion forum. It's brand new, so changes are still to come. Be sure to
tell anybody that needs design help to go there /smile.gif" style="vertical-align:middle"
emoid=":)" border="0" alt="smile.gif" />....
Feedback On The Website -- Www.computerkindness.org
Computer Kindness Foundation -- Non Profit (6) Computer Kindness This is a charity (non-profit) foundation started recently. This initiative was
launched 10 days back and i am looking forward for more response. Our motive behind is to help
students realize their dream. I would like to have feedback on the website and other details that
could be changed or modified... Everything will be greatly appreciated. Expecting valid suggestions
from trap17 members. Also i strongly believe there are many members in the forum, so i would like
to have more tips... http://www.computerkindness.org Also it would be great i....
Handy PHP
A New PHP Resource Site (11) Well, I started a new website in September 2006 to try and answer some of the most frequently asked
PHP questions I have come accross. The website is Handy PHP . The website is ultimately designed
to be a PHP resource sharing medium. Currently there are several Handy PHP functions which I have
written that are available to everyone to use and a tutorial on converting from HTML to PHP. I will
add more tutorials and functions as I get time but currently, I am working on the website's
other features like the ability for members to submit new resources. I chose to u....
Review My Campus Radio Station Site
(4) Ok here is the deal. I am at college and I jsut developed a new dynamic site posting all of the
recorded radio shows from the college. There are podcasts and some other stuff and some simple news
topics for the djs. Right now I think I have about 47 djs including myself. Tell me what you think
about the site. Be very frank. I still need to update the news on the lleft hand column but that
is minor stuff. Also comment on how the music is organized. See if you can navigate easily and see
if you get lost. Also there is a blog link from the site. Can you please com....
What Do You Think Of My Site?
Do you have what it takes to review my site. (28) The site is located at http://www.IndoxylDesigns.com (don't ask about the name... its just a
random name) This site was built on the Joomla CMS (v1.0.8). It also has a directory within it
(using the Mostes Tree Directory component for Mambo/Joomla) The site design was bulit using ONLY
NOTEPAD and VERY LITTLE ImageReady (nope, i didnt use photoshop for this one /wink.gif"
style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />). Some cool things about my
site include, the "Loading..." script and the transparency on the loading screen, The nice menu....
Esnips.com - Great Storage Site
Great Storage site (16) http://www.esnips.com I have to admit this site is really nice. Not only do they have no upload
limits, but they have a really cool app to uplaod to theie site as well. This site is really great
for video clips, photos, and files. Just a really great site! Ease of use and 1 Gig of storage. A+
and 10 Edited topic title. Please note that topic title has to be descriptive. ....
Site: Check It Out
(16) What do you think about www.ds-portal.net? And please regsiter on the forums.....
Web Site What Do U Think
(26) Hey i was just wornding what do u think of clan LsK site http://clan-lsk.cjb.net ....
Looking for feedback, portfolio, site, sonesayi, si
|
Searching Video's for feedback, portfolio, site, sonesayi, si
See Also,
|
advertisement
|
|