EamonnMac
-
[Solved] Weird IE Problem MK II
Alright now - I went through my header VERY carefully and had been calling up a defunct and conflicting version of JQuery. Now using the method described here: http://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/
-
Visitor Statistics
I've found HUGE discrepencies in the statistic plugins (we're talking to the power of ten here), and hardly even glance their way anymore. The hosting provider's stats aren't bad, but, as TheDoc alluded, Google Analytics are easy…
-
Do SubDomains get less traffic
The URI itself isn't going to affect your traffic rates, but a non-semantic, overly long, or complicated address (http://www.my-free-web-host.com/johnsmith) doesn't have the same professional ring to it as a direct domain address does (htt…
-
Time/Project Management
I have to say, I'm giving Freshbooks a go, and so far it's all working a treat. Set up your own profile, set up clients, assign projects to those clients, and track time spent on projects either manually/retrospectively or by timer (which …
-
Time/Project Management
That's good - investing time rather than 'devoting'. I like that!
-
Time/Project Management
Oh yeah - I stick to original estimates to get a site live, the hourly rate only comes in afterward to keep the whole "while you're at it" thing in check! I'll give Freshbooks a look, see what they're about. I''ll…
-
Attaching a target propety to certain links
My thanks! That goes in the snippets folder!
-
CSS3 Validation
Not to hijack the thread, but it's the same topic so.. I'm puuting my site through the validator as well and the only errors are the '-moz' and '-webkit' ones, which are fine. What bugs me though are the 40 accompanyin…
-
When post_meta just ain't there...
No Joy... I figure that the code is correct, ('coz that's basically what's in the Codex) but that I'm putting it in the wrong place. Here's the whole page (not too big!): …
-
[Solved] WordPress - Update Button Not Working
Apparently it was "a mod_security of apache - it's blocking a wordpress script because it's doing a bad http request". Don't ask me what that means, the guys at my hosting company (Letshost.ie) sorted me out. I'm postin…
-
[Solved] WordPress - Update Button Not Working
- just as an added twist, I find that I CAN 'Update' top level pages, but not child pages. Weird.
-
Pulling custom field data from child pages
I came accross the following at http://www.wprecipes.com/wordpress-how-to-get-custom-fields-outside-the-loop. Now, I think they are still running a loop per se - isn't that what a wp_query is? But anyway, my point is this: could I use this code…
-
Web Portait Standard Sizes
Perhaps working out fixed ratios (5:4, 16:9, etc) might be another solution? Most photo's are already taken to standards like those and you can then just adjust the width or height dimension to suit your layout, the ratio would remain. It cuts …
-
[Solved] Form Not Returning Results when Coupled with JQuery
IT WORKS!!!!!!! :D :D :D Really appreciate you sticking with it. Thanks bud, you are at One with the Quan. :ugeek:
-
[Solved] Form Not Returning Results when Coupled with JQuery
Excellent! So now it reads var data = \"category=\"+$(\"input#category\").val()+\"&\"; data += \"resourcesubject=\"+$(\"input#resourcesubject\").val(); data …
-
[Solved] Form Not Returning Results when Coupled with JQuery
Aha! Maybe there's hope for me yet! :D It's this one: data += \"resourcesubject=\"$(\"input#resourcesubject\").val()+\"&\"; the second line of the fuction: $(function() { $('…
-
[Solved] Form Not Returning Results when Coupled with JQuery
Any luck? Am I destined to wander forever in the land of two-page forms? Is there no hope doctor? :(
-
[Solved] Form Not Returning Results when Coupled with JQuery
I get easily confused! :D Anyway, changed that, but nothing doing - not even an mySQL error msg. Just so we're still on the same page, here's the code for the two pages so far: Form page: google.load(\&quo…
-
[Solved] Form Not Returning Results when Coupled with JQuery
No joy, I'm clearly doing it wrong again. Here's what I've written: $(function() { $('.button').click(function() { var data = \"category=\"+$(\"input#category\").val()+\"&am…
-
[Solved] Form Not Returning Results when Coupled with JQuery
Excellent. Will try that now and let you know how I get on.
-
[Solved] Form Not Returning Results when Coupled with JQuery
Aha! I was trying to do something like that on another trial page just now! Couldn't get it to work at all though. I will certainly try your script. My problem with it originally though was the 'data' line - I didn't understand h…
-
[Solved] Menu spilling out in IE (all IE's)
It WORKED!!!!! Instead of putting the doctype in the header, I had it in the page template. I must have deleted it along the way during my many many changes. Thanks again Ashton - you're a patient man! (You are a man, right? :? :D )
-
[Solved] Menu spilling out in IE (all IE's)
The doctype??? trying it now...
-
[Solved] Menu spilling out in IE (all IE's)
Sorry Ashton, I was very unclear. I specified the widths for the li's in question and they popped right back into place at the top of the screen. That info regarding the display:block property was news to me, so thanks for that - good to know.…
-
[Solved] Menu spilling out in IE (all IE's)
Ta Ashston - did that and it has folded them into the ul. Their top padding is off though, and for some reason IE isn't centering my page-wrap on this page. I'm just not clear on why this is happening here and not on other pages - why do I…
-
[Solved] Menu spilling out in IE (all IE's)
Sorry Ashton - I was trying an IE conditional comment and you may take it that it didn't work! :oops: It's back to normal now. Here's the CSS as it is in the style sheet: #faux-top { position: absolute; top: 0px; left: 0px; wid…
-
how to build a 'post_parent' array?
Will do :D Ta again! I'll give it a go.
-
how to build a 'post_parent' array?
Ta for that - sorry for the late response - I got bloody Swine Flu (not badly)! Given that I've already used the post_parent tag (with a different, single, value) twice already elsewhere on the same site, does changing the functions.php file n…
-
Correct syntax for using more than one conditional tag
Sweet. Thanks man.