The Admiral
-
The Lodge
I only see a "members only" message. I'm pretty sure I followed the directions properly. It would seem that if I can log into the WordPress part of the site at all (as I currently can using the procedure detailed in the Kickstarter em…
-
The Lodge
I've had a similar confusion. I can log in to The Lodge (and I can see that it worked because the WP toolbar is visible at the top ) , but I don't see any new content on The Lodge page. I continue to see the same description of The Lodge a…
-
float flow question
Thanks for the input, Ashton. I actually did try what you described already. It resulted in white space not below the ad image, but to the right of it, as the divs that are floated left were too wide to stay beside the ad and ended up below it. Thi…
-
[Solved] Unrecognized jQuery Function
Boy, don't I feel like the back end of a four-legged animal right now. :oops: Thank you for pointing that out, Rob. If you need me I'll be over here with all the other newbs...
-
[Solved] Unrecognized jQuery Function
I see what you mean, Rob. But I swear, the script is in the js folder. You can see it here: http://www.parasolchute.com/btflynn/JorgeTacla/js/ What could be causing it to not be recognized? So confused.... :?
-
image fading question
A friend of mine, who is a real jQuery ninja helped me out. This was his recommendation: 1.Set the css of the second image to display:none 2.Use the following jQuery functionality. $(document).ready(function(){ setTimeout(crossFade, 3000)…
-
image question
Thank you both for the suggestions. I ended up floating both the img and the p to the left and adding some left padding to the p. It does create a bit of space to the right of the text but, hey, when you're forced to adhere to a two-column layo…
-
Am I setting up my sites oldschool?
You might think about starting with these. The first link is to a screencast specifically about Wordpress' CMS capabilities. The second one is actually the first of a great three-part series that Chris Coyier put together a little while ago. T…
-
jQuery syntax check
I found this quick and easy tool to check your scripts for syntax errors. I'm sure many of you already know about this but I figured I'd post it up for the noobs like me! ;) http://www.jslint.com/
-
Form Styling Question
Thank you, sir. A simple and elegant solution. Much appreciated. :D
-
Weird Request from Potential Employer
Thanks for the support, everyone. I ended up writing them a short paragraph describing how messed up everything was and included a link to the html validation errors page (I neglected to send a link for the css because, frankly, after seeing the ht…
-
Weird Request from Potential Employer
That's what I'm saying. 406 errors and nothing to go by... :? Could they possibly be pulling some sort of psychological crap to see if I'll speak up for myself in unreasonable situations? Or maybe they're idiots I'd rathe…
-
Header Content positioning question
Thanks for the input. I'll give that article a thorough read... BTW, I completely see your point about the wrapping div. I think I just had it in there as a by-product of experimenting with positioning. Also, point taken re: id vs. class on …