DPChallenge: A Digital Photography Contest You are not logged in. (log in or register
 

DPChallenge Forums >> Photography Discussion >> My Website
Pages:  
Showing posts 1 - 25 of 37, (reverse)
AuthorThread
08/29/2006 09:16:51 PM · #1
I recently bought Dreamweaver and taught myself to use it so I could design a website for my photography. I've started my own small business mostly so I can just make money to buy my own gear. So far I've booked two jobs and am pretty excited. There's still a little bit of work that I need to do touching up the site and stuff but it's more or less finished. I have run into one problem though. In internet explorer when you click on the thumbnail it doesnt open up in another window. I haven't encountered this problem with any other browser though.

The url is www.charlesfischlphotography.com

Let me know what you think!!

Thanks
-Charles

Message edited by author 2006-08-29 21:17:20.
08/29/2006 09:32:26 PM · #2
few first impressions:

It would be rgeat to see a picture on your home page

When I go in your portfolio, and click on a thumbnail, your regular page goes to some funny thing and says [object Window]

For your customers, I think it would be nice if you could somehow link to your pictology site and then they only have to enter teh event number. I have no idea how this could happen though.

You've got a good base. Good luck!
08/29/2006 09:35:07 PM · #3
Well, last time I did this, I got ripped a new one, but here goes.

I love the colors, the layout is pretty intuitive and the photography is very good. The problem with your thumbnails is in your javascript coding. The borders around the thumbs are the default link/visited/hover links and do clash a bit with your color scheme. I would say you have a nice start, but there are a few suggestions I would make.

The fonts appear to be a mishmosh of Copperplate and Times New Roman. The Copperplate title works for me, but the body of the site could be in a more appealing font. The fonts are also TOO BIG IMHO. The navigation is OK, but you do have to jump through a lot of hoops to view the images in your portfolio.

You have a good start on a decent site, just needs some tweaking.
08/29/2006 09:35:20 PM · #4
Thanks for comments. I'm trying to get that problem with the javascript worked out as we speak and with regards to the pictology, as far as I know is not possible. oh well
08/29/2006 09:40:46 PM · #5
FWIW, you may want to avoid javascript altogether. Some people may have their browser settings to block javascript. You could accomplish basically the same thing by using a target="_blank" reference in your link.

Edited to emphasize misquote further down... I never said "many" people block javascript. The point is to design a site that is viewable by as many people as possible.

Message edited by author 2006-08-30 09:09:07.
08/29/2006 09:48:50 PM · #6
Site looks good. I like function over form so you've got it nailed in that regard. Color scheme is elegant. Lays out perfectly in firefox.

I don't like the gray rectangle behind the left menu. I don't like the gradient on the title - should be the same straight red as everything else.

Sites that pop-up external windows suck. If you must approach it that way, resize the spawned window to the exact dimensions of the image being displayed or else slightly bigger with a black background. Preferabbly just display the large image in the same browser window AND MOST IMPORTANTLY never make your visitor use their back button. Put nav links in to get around.

edit: who the hell blocks javascript? activex sure, java well maybe, but javascript?

Message edited by author 2006-08-29 21:49:52.
08/29/2006 09:54:18 PM · #7
Originally posted by Palmetto_Pixels:

You could accomplish basically the same thing by using a target="_blank" reference in your link.


Except it's not valid.
08/29/2006 09:55:02 PM · #8
Originally posted by routerguy666:

edit: who the hell blocks javascript? activex sure, java well maybe, but javascript?


Many people including myself.
08/29/2006 09:55:55 PM · #9
does internet explorer by default block it?
08/29/2006 10:02:45 PM · #10
Originally posted by cfischl:

does internet explorer by default block it?


JavaSCRIPT is not blocked by default by any browser. Do not confuse someone saying 'many people block it' with more than a handful of people ever visiting your site having it disabled. And even those would get prompted to turn it on.

One wonders how people who block Javascript are navigating the DPC menus...
08/29/2006 10:51:46 PM · #11
Originally posted by TechnoShroom:

Originally posted by routerguy666:

edit: who the hell blocks javascript? activex sure, java well maybe, but javascript?


Many people including myself.


In that case you can use in the HTML page and will get displayed if the JavaScript is disabled by the user.
08/29/2006 10:58:54 PM · #12
Originally posted by routerguy666:

Originally posted by cfischl:

does internet explorer by default block it?


JavaSCRIPT is not blocked by default by any browser. Do not confuse someone saying 'many people block it' with more than a handful of people ever visiting your site having it disabled. And even those would get prompted to turn it on.

One wonders how people who block Javascript are navigating the DPC menus...


DPC might have alternative for menu, usually we someone develop a professional website, developer keep in mind about this scenario and its failover. e.g. if you have gmail account just disabled JavaScript, you would see that gmail still works because they display gmail in html form with no JavaScript in it.
08/29/2006 11:01:22 PM · #13
Originally posted by TechnoShroom:

Originally posted by Palmetto_Pixels:

You could accomplish basically the same thing by using a target="_blank" reference in your link.


Except it's not valid.


you can try target = "new" in the hyperlink tag e.g. Statement or Image

Message edited by author 2006-08-29 23:01:39.
08/29/2006 11:49:17 PM · #14
Originally posted by TechnoShroom:

Originally posted by Palmetto_Pixels:

You could accomplish basically the same thing by using a target="_blank" reference in your link.


Except it's not valid.


What about it isn't valid?
08/30/2006 12:28:55 AM · #15
Not only will the "target=_blank" method will work, it will work in any browser. Although technically it may be on the "no longer valid" list, it still works fine and all browsers are backwards compatiable.

If this were a site that contained dynamic data and was pushing the technology edge, I might consider a different option. However, the site being what it is, just use it. You will certainly have less problems than with javascript.

I user explorer and got a javascript error as well.

Message edited by author 2006-08-30 00:29:41.
08/30/2006 01:58:36 AM · #16
Nice site so far, in addition to fixing up the site I think a little more post processing of your images might not be a bad idea.

For example I quickly played with one of your images in PS to see if I could improve the colors a bit. Hope you don't mind. I was trying to make the grass a little greener, the sky a little bluer, and the red reflection a little less. Just 10-15 minutes worth of PS work.

08/30/2006 07:27:29 AM · #17
The javascript isn't working because the format you're using is invalid.

If you really want to assign a javascript function to a href - and I'm not convinced that that is in any way a good idea - you'd need to do it as an onclick event, and you should really be using quotes around the data. Bear in mind that javascript-only based links are frowned upon from an accessibility point of view.

You could probably get away with either an onclick event or a target="_blank" reference and be legal XHTML transitional.

In any event, I'm confused as to why you would want the images to open in a seperate window, as it can be a very annoying thing for a website to do to assume that you want a new window. If I wanted a link to open in a new window, then I'd right click on it and choose the option that makes it do so, I'd rather that the website didn't make that choice for me, ta very much.

Other than that, the webpage as a whole -

I personally would prefer a sans-serif font.

It would be nice if the contact page had a contact-me form on it. Most web providers allow for this, or it's fairly simple to add your own. It's far better to allow the user to complete the whole "contact" experience without having to leave the website and write an email.

It'd be nice to have a (small) photo on every page, to show off. The front page, for example, has a lot of text for a photo site.

Where you do have image-based links, be sure to include the element border="0" within your A tag, so that the horrible blue border doesn't appear. If you want a nice border, you could style your img with style="border : 1px solid black; padding : 2px;"
08/30/2006 07:46:18 AM · #18
I would say well done but the menu systems annoy me a tad, ok i'm a brit and its like being in the U.S. ordering a breakfast and getting option after option of breakfast for example. drop down menu's like hte outlook 200 style ones might help in this instance. Hope thats not too nit picky...

P.S. You can now remove the "- Make a Website" from your 2006 goals list :0)

Message edited by author 2006-08-30 07:47:35.
08/30/2006 08:05:27 AM · #19
yea ...

onClick="MM_openBrWindow('pop.php?$photos/$q/$no_tn','$photo_name','scrollbars=no,resizable=no,width=$widthp,height=$heightp')"

does not work in IE, at least i didnt manage to work, in FF it works fine,
if anyone knows the solution please come forward :)

g.
08/30/2006 08:33:08 AM · #20
If you are using php, dump spawning child windows and just call the same page again with the parameter of whatever picture you are opening. Check one of my sites out here, everything happens within one page. It is one of the great things about php.

Look at the nav links at the bottom of the journal entries. The button sends the parameters for what entry to pull up (or photo in your case) and a hidden 'flag' so the page knows its to display a new entry or just do some default thing for the initial view. You could do the same thing w/o forms using onclick().

click
08/30/2006 08:53:24 AM · #21
Originally posted by cfischl:

I recently bought Dreamweaver and taught myself to use it so I could design a website for my photography. I've started my own small business mostly so I can just make money to buy my own gear. So far I've booked two jobs and am pretty excited. There's still a little bit of work that I need to do touching up the site and stuff but it's more or less finished. I have run into one problem though. In internet explorer when you click on the thumbnail it doesnt open up in another window. I haven't encountered this problem with any other browser though.

The url is www.charlesfischlphotography.com

Let me know what you think!!

Thanks
-Charles


IE sucks...but the problem with it is that almost everyone uses it.

I would stop trying to use javascript to open your links in new windows.

All you really need to do is create the link on image and set the target to "_blank"

so your links should start like this:

08/30/2006 09:56:21 AM · #22
Have you tried picking up a book on HTML? I think that you could satisfy your creative needs a lot better that way although I've never tried the program you're talking about to create a web page.

Either way, the page does what it's supposed to do...showcases your work and gives the viewers a way to contact you and some information about you.
08/30/2006 11:21:40 AM · #23
Originally posted by cfischl:

I recently bought Dreamweaver and taught myself to use it so I could design a website for my photography. I've started my own small business mostly so I can just make money to buy my own gear. So far I've booked two jobs and am pretty excited. There's still a little bit of work that I need to do touching up the site and stuff but it's more or less finished. I have run into one problem though. In internet explorer when you click on the thumbnail it doesnt open up in another window. I haven't encountered this problem with any other browser though.

The url is www.charlesfischlphotography.com

Let me know what you think!!

Thanks
-Charles


Two things that can help you out. First if you only want a single space in Dreamweaver, you need to press alt-enter at the end of a line. Otherwise it defaults to double spacing every line which is a pain.

Also to get your thumb in a diffrent window, you have the option of changing that when you create the link. You will see a drop down box at the bottom of the screen that will allow you to change it to -blank - same ect... That will fix your thumbnail problem.
08/30/2006 03:10:37 PM · #24
Anybody else have any thoughts? The Internet explorer problem has been addressed and I am working on getting it fixed.
08/30/2006 03:29:03 PM · #25
I'm totally not digging the centered text on the front page. Centered text to me looks amateurish if not down in VERY small chunks (read that as headlines).

Also on the main protfolio page, left justify that text and put photo thumbs next to each category.

Good start but needs work.
Pages:  
Current Server Time: 03/14/2025 07:30:19 AM

Please log in or register to post to the forums.


Home - Challenges - Community - League - Photos - Cameras - Lenses - Learn - Help - Terms of Use - Privacy - Top ^
DPChallenge, and website content and design, Copyright © 2001-2025 Challenging Technologies, LLC.
All digital photo copyrights belong to the photographers and may not be used without permission.
Current Server Time: 03/14/2025 07:30:20 AM EDT.