AshtonSanders
-
Please Critique Logo Concept
"james.davis" said:I just noticed that when I shrink it down that it is very hard to read. You really can't tell what it is. Yea, that would be the biggest problem with it. Normally logos aren't that complicated. They should be…
-
Love the new site
Yea. I love your idea of doing small upgrades to a site instead of a total redesign. That way you can just tweak the parts you don't like as much. I love the new navigation/header. It's fantastic.
-
Video tutorial help
Just, FYI: That spacing is being created by the margin in this css: p, li { font-size:1.3em; line-height:1.4em; margin-bottom:0.8em; } Doesn't really make any sense, but I'd add: #nav li { margin-bottom:0; } Then you can remove the -1…
-
What font is used on CSS Tricks...
You're Welcome! Now I don't feel sheepish.
-
What font is used on CSS Tricks...
Well don't I feel sheepish... I'm not totally sure what font he used, but I have a feeling it might be a common one. Check out this post: http://funbytebitstop.wordpress.com/200 ... h-verdana/ *Edit: Or it may be this one: http://kottke…
-
High-End Aveda Concept Spa & Salon website
I like it. It's very nice. The only picky thing I can come up with is the three images in the header. I don't get why they are there. They add a lot of "weight" to the header and attract attention... but don't direct eyeba…
-
What font is used on CSS Tricks...
What? They use fonts here? No.... I don't believe it. That's like 1998. pshh... srry... Yes... What you need is Firebug. Right Click on offending font, and click inspect element. This will help you find: font-family:Georgia,Serif;
-
Very true, very true...
Yep, I got a chuckle out of that too. Good times on the www.
-
Favicons on Wordpress Help
You need to add it to your theme's header.php file. Open up your theme's directory: /wp-content/themes/$THEME_NAME/header.php Add it to the , and save. (btw, right now, your splash page's header says: Your link should either sta…
-
What cms for this multi language site layout?
"osviweb" said:I think that Drupal never had a very scalable approach. I think in this case WP did better. It's true that you have to make sure your modules work well with your core, and each other after each update... esp since ever…
-
bold buttom on a textarea
I'm not totally sure if this will work, but try this in CSS: textarea:selected { font-weight:900;}
-
[Solved] Header Problem in IE7
Just have your navigation clear the header image: Update your #topnavbar (line 121) to be this: #topnavbar { clear:left; height:34px; } Instead of floating left, "clear:left" will put the navigation below your header image that is float…
-
CSS is not load in Safari and Chrome
User the CSS Validator: http://jigsaw.w3.org/css-validator/vali ... aflash.com Replace the URL in the address with your website name.
-
Extensionless URLs
Haha. Yes, that is true. Another option is to use database driven content and create one file that will decipher which page the visitor wants. Here's the htaccess that Wordpress uses: # BEGIN WordPress RewriteEngine On RewriteBase / RewriteC…
-
So my site has been ripped off..
"TheDoc" said:Generally that's what happens. If they are guilty, they'll take it down right away, nobody really wants to risk any type of lawsuit. Well, yea they're guilty of copying the website.... but that's also wh…
-
PLAVEB - New Website
Overall, I really like it. I love the extensive use of JQuery. It's very impressive. Here are my thoughts: I think there might be too much going on on the home page though. All the sliders are cool, but there is sooo much information on the h…
-
[Continue] Contact form
Sorry man, I can't see anything wrong with the code. =/
-
Extensionless URLs
Actually, that is done by Wordpress. If you want to do it manually, you just need to create folders, and put the page in it as index.php. Ex: domain com/folder-name/index.php Then you can just accesse page by typing in: domain com/folder-name/ E…
-
[Continue] Contact form
Can you paste in your PHP Mail() function so I can see it?
-
Site Opinion
Hahahaha. ROFLOL. I am just in the process of transferring a client from that exact freaking design: http://trakehners-international.com/ Now I'm wondering where that template came from. I'd find some nice websites that have good designs …
-
Please critique my portfolio
The look is nice. All of the nice movement is awesome. It's always nice to see a smooth-moving non-flash website. I think the header needs some more color. It's just soo grey, IMHO. Small idea: I would sprite all of these icons together…
-
Wordpress Alternative
"nosecreek" said: What does the part look like? Can you recommend any good tutorials on how to create a theme or a good basic (2 columns) theme to work off of? Sure:
-
Wordpress Alternative
Oh yea, here's a cute and lightweight CMS I found... http://grabaperch.com/ But it's probably more than the cost of upgrading your account. "nosecreek" said: Basically, if I don't have to create an entire theme to make it w…
-
[Solved] Menu spilling out in IE (all IE's)
You're very welcome. http://www.websitesinaflash.com/images/thumbsup.gif Hahaha, yes, I am. I'm actually one of the few male Ashton Sanders's on the net.
-
[Solved] Menu spilling out in IE (all IE's)
That is strange. I have a feeling this is the problem: http://validator.w3.org/check?verbose=1 ... odmares%2F
-
[Solved] Menu spilling out in IE (all IE's)
"EamonnMac" said:Ta Ashston - did that and it has folded them into the ul. I'm not sure I understand what you mean. Is that good? "EamonnMac" said:for some reason IE isn't centering my page-wrap on this page. I'…
-
So my site has been ripped off..
Haha, I know. I wanted to copy one tiny aspect of a great design, and I asked first. Nice research skill, Rob.
-
So my site has been ripped off..
pretty funny/crappy... Do you have a copyright notice on your website? At least your design is better... (I sent him an email for you...)
-
What does this Wordpress back-end look like? Why use WP?
"Luminated" said: But for example, his Portfolio page...they are UL and LI's...did he basically create a template for that page and told Wordpress to generate the 'posts' as LI's? Then he just makes posts as usual? Y…
-
What does this Wordpress back-end look like? Why use WP?
Most websites have elements that are the same on every page. Normally the biggest difference between pages is the text in the content and heading. You create the template for Wordpress, then you create pages/posts by writing the text that goes in th…