grindleydesigns
-
Dreamweaver Templates? Alternatives?
Yes, what we're doing is taking a design that we created and turning it into a template with certain editable areas for specific page content. Would something like WordPress or Drupal work for large ecommerce sites? I have only played around w…
-
Dreamweaver Templates? Alternatives?
Thanks for the reply Paulie_D, I agree completely that DW templates are indeed unwieldy. I would much rather use something other than DW altogether, but I'm stuck using what everyone else is using. This whole redesign is quite overwhelming.
-
What's Next?
While we're on the subject, does anyone have any suggestions on good learning resources for whichever they think is best to learn next? Remember I'm not from a programming background, so anything geared that way would be great. Thanks ag…
-
What's Next?
That does make sense. I come from a design background instead of programming, so I'll be starting from the very basics to say the least! :) Switching gears at 33 years old is a little intimidating, but this is truly what I want to do so I'…
-
Mac or PC
I just bought a new 27" iMac (an upgrade from my PowerPC 20" iMac) and I love it. I have been a Mac user for several years and I just can't go back. The OS is just far superior for my needs, and you don't have near the trouble …
-
Code Critique
Thanks for the tip, that really helps my understanding of validation.
-
Code Critique
Will CSS3 features and vendor specific prefixes validate properly?
-
Code Critique
Thanks Vinny, I'll definitely check into that. Unfortunately I know little to nothing about JS so I'm your typical cut and paster until I can master css... then I'll move on to learning JS. Thanks again!
-
Code Critique
@iancoates - It should be fixed now. There were a couple lines of code that should have been deleted but weren't. Thanks for that catch.
-
Code Critique
Anyone have any suggestions on how I could reduce the file size of my larger photos? A couple of them are hitting 260k. That seems pretty large to me, but I could be wrong. The main problem is that I'm using a transparent PNG because I have …
-
Code Critique
Another, possibly silly question... I'm eventually going to need a dropdown menu from one of the navigation buttons. What is the easiest way to accomplish that? I'm having a heck of a time getting it to work properly. Any insight would be …
-
Code Critique
Ahh, nice catch on the closing tag. (I seem to do that all the time! :) I always forget that you can apply an id directly to the ul tag instead of adding yet another div. Thanks for the input.