-
-
please review my catalogue design
It's a bold approach not to incorporate hypnotic backgrounds on your designs, but I like it!
-
Business Cards in Photoshop?
Make it seem like your skills are printed on the card. That would be the best thing to do. If you're a designer whose approach to creating a webpage is neat and clean; make your card seem like so.
-
Flyer
My initial reaction to the image on the right is that the text looked unorganized. This observation is important because if it wasn't for my best intention of giving you feedback I would have not read the texts inside of it at all - there's too much going on and for a flyer that isn't seem very convenient. You can compensate by tightening the letter spacing and make the space between each word a bit wider.
-
Traits of a good logo
It has to stand out really. Any image could become a logo so long as the surrounding elements are in different colour.
-
Benefit of IDE
It's best to use to IDE for large projects. My first attempt on a large project consisted of about 100+ scripts was a difficult task without a house keeping tool! Learnt the lesson well since then, I got netbeans to compensate.
-
Automatically removing unused CSS
You're probably creating another trouble. First, your stylesheets are overloaded and that itself is obviously a load to the browser already, if you follow that with a cleansing component you're adding another load by using such component to scan the entire webpage to determine which css element isn't being used.
-
List items as wide as possible
Just use JS instead, using PHP is a bit overkill to overcome the problem. The solution as discussed already is: count the lis, divide the width of the ul to the count of lis, assign the quotient to the lis' width and as percentage.
-
90%, but no narrower than 800px
follow wick's solution but switch the variables around from max-width: 90%; min-width: 800px; to max-width: 800px; min-width: 90%;
-
Simple background image positioning
That hack seems a bit too much. I thought you would be able to do it using: body{ padding-bottom: 100px; } #footer{ width: 900px; height: 100px; position: absolute; bottom: 0; }
-
problem with mobile support
Apparently there is Modernizr to sort the detection for you. It's in this topic: http://stackoverflow.com/questions/4817029/whats-the-best-way-to-detect-a-touch-screen-device-using-javascript
-
@ font face advice
One of the reasons why I use debuggers, finding the problem is so much easier!
- px or %?
-
nivo slider
You must be using a script blocker of some sort.
-
-
Feedback on cookery school website
I like it! Do you usually sketch before coding the template?
-
Looking for some test users for SiteInfo!
I thought it would have looked much better if the contents are contained in a smaller space really as it doesn't have much contents.