AshtonSanders
-
OOP Tutorials?
Hey Chris, If I'm not mistaken, this tutorial should fit the bill: http://www.killerphp.com/tutorials/object-oriented-php/
-
Wordpress Membership Software
Well, I've used WishList a couple times, but it's not fantastic. But more importantly: What kind of membership site are you making? This is what will decide which plugin to use.
-
Sticky Footer - What's wrong with padding the bottom?
The great thing about CSS is you can do most things in more than one way. So if one way doesn't work in a browser, you can just try another.
-
Firefox, ie, safari, opera.... haarrrr. :o
Hmmm... It sounds like those background Divs are being place on top of the rest of your content... so when you click, you click on the div, instead of the link. Try adding "z-index:-100" to the .bg class.
-
Firefox, ie, safari, opera.... haarrrr. :o
Well, to start, I would validate your code: http://validator.w3.org/check?verbose=1 ... Ftestes%2F That is probably why your links won't link. IE doesn't do CSS shadows. IE6 has a problem with clear PNGs. You'll need a PNG hackto fix…
-
[Solved] WordPress Conditional Statement - Mini Loop Help!
It should work with any of these. I have had similar trouble with this is_page() function before and I just had to fiddle with it until it worked. So that's what I recommend... lol
-
Browser Compatibility Issues.
So here's what's strange: 1) The top of your button is about 345px from the top of it's parent div, but your "TOP" is 299px. 2) If you use Firebug to hover over the element, you will see that the #RegisterButton is sitting …
-
YOUR HOME PAGE ARE SOME ERROR
Hi Ken079, I'm sorry. You're going to need to give me more specifics. What link is "ERROR"? I'm assuming you mean "Internet Explorer 6"?
-
[Solved] Maintain Height Of Divs When Collapsing Window
Hey man. No problem. I don't know what screen size you are looking at your page in, but have you tried looking at it on a 728x1028 screen? The footer is practically gone, and the logo has a lot of empty space above it. I just wanted to make su…
-
[Solved] WordPress Conditional Statement - Mini Loop Help!
"cjk" said:So this leads me to believe the issue is the statement? Yes? Yes. Did you try the ID with single quotes around it?
-
[Solved] WordPress Conditional Statement - Mini Loop Help!
Hmmmm... Okay so it sounds like you've got the hierarchy set up correctly. The next thing I'd check is your if statements: is_page('Training') Are you sure this is working? Have you tired using the Page ID instead of the page n…
-
[Solved] not sure if this is a Jquery or css problem
The problem is probably a CSS problem, the fix is created by using the z-index property: Add "z-index:100" to "ul.topnav li ul.subnav" (on line 135 of your CSS file) That tells your sub menu to be above your other HTML elements…
-
[Solved] WordPress Conditional Statement - Mini Loop Help!
Okay, Here's some questions: Is the header, footer and sidebar showing up? What is the name of that file? (index.php?) What page are you going to get this page to display? One possibility is a messup with the hierarchy... are you familiar wit…
-
[Solved] WordPress Conditional Statement - Mini Loop Help!
What is currently happening with this page? What is broken?
-
[Solved] Maintain Height Of Divs When Collapsing Window
It doesn't work in IE6, but you can give your #page or #main a "min-height" to make sure it doesn't collapse too much.
-
How to build a CMS
It looks like you put a lot of time into that. "xheathen" said:Honestly I've been wanting to build a lite CMS since I've felt like none of the lite CMS's are actually that easy to use or user friendly (for an average client…
-
Dog Walker Logo
I like the logo. The website is also very nice. Here's my two pence: 1) The greyed out human looks like he's bracing against the dog, which isn't a good message to deliver. I would switch it to a human in a full, energetic stride. 2)…
-
What IE bug is this called?
"cookie053177" said:Do any know knows what's this problem called? I think this problem is called "The life of a web developer." Your code is most likely not written correctly. IE is less forgiving than some of the other mod…
-
New to CSS
Uh... Export the images at 80% quality... ? That site took ~20 seconds to load on a 3MB/sec connection. That is not fast. The image is 622kb... that is not small. It loads fast the second time you come to the site because you have already download…
-
[Solved] Wordpress - Archive pages all out of whack
I see. It looks like your tag has the automatic Wordpress classes applied to it. The body CSS works fine, but the other archive classes dont. Instead of being class specific, try removing the classes from the body element. I would also recommend …
-
His background is perfect!
First off, try reverse engineering. Copy his code or use Firebug to edit his code and fiddle with what he has done. It really isn't that complicated. Secondly, read this: "beeldspraak" said: made two seperate divs: Body#photo1 and b…
-
Browser Stats
There is no real way to tell except by a websites' visitor base. w3schools for example even mentions that its visitors are more tech-savy than the average user... so they have less IE and more FF, Chrome, etc. As in just about everything else…
-
[Solved] Wordpress - Archive pages all out of whack
Yea... one of your archive pages is not playing nice with your header, footer etc. What I would do is back up and delete your archive templates (date.php and archive.php) and create new ones based off your working index.php template. More informati…
-
SEO question regarding .htaccess and robots.txt
You should probably create your own thread instead of posting your question as a reply to someone else's thread. Esp since the two are not related in any way.
-
Logo Feedback
I like the look of the first one best. I thought it was "BS Designs." After looking at the first one, the second one looks a little awkward. I would recommend having "DESIGN" Justify so the right side of the word lines up with …
-
Requesting Website Feedback www.starspangledstearman.com
Welcome to the CSS Tricks Forum. I would recommend giving your navigation a "hover" state, so when you hover over the button, it change background color (or anything) to show that it is a button. That's all I got at the moment.
-
Web 2.0 Domain Registrar
yea... 1and1 is cheaper that Namecheap, and you get a domain free with your hosting.
-
High-End Aveda Concept Spa & Salon website
Yea, I like that a lot. I would just make it a "tad" more legible. I don't think it fades in enough.
-
Web 2.0 Domain Registrar
I'm very happy with 1and1. They have a lot of features in their custom admin area. It takes a small bit to learn it, but it's pretty straight forward. All hosting accounts can have multiple domains hosted.