| bio | website | |
|---|---|---|
| location | Sydney, Australia | |
| age | ||
| visits | member for | 2 years, 3 months |
| seen | Nov 19 '12 at 0:51 | |
| stats | profile views | 24 |
Web developer from Sydney, Australia. Interested in all aspects of web development from UX design to front end development, and server side technologies such as PHP, .NET C# and Ruby.
|
Feb 25 |
awarded | Yearling |
|
Jan 12 |
comment |
Headway body classes and W3TC page cache conflict You're right, it isn't modernizr being cached but a headway call. I was a bit rushed when I wrote the initial question and my edits weren't very clear. The fragment caching on the W3TC plugin however isn't working for me around that call. |
|
Jan 11 |
awarded | Student |
|
Jan 11 |
awarded | Promoter |
|
Jan 9 |
revised |
Headway body classes and W3TC page cache conflict realised that the problem isn't what I originally thought it was |
|
Jan 9 |
comment |
Headway body classes and W3TC page cache conflict I might have been a bit confused earlier. Headway is putting the body class together. I'm going to switch it to modernizr to see if that fixes the problem. |
|
Jan 9 |
asked | Headway body classes and W3TC page cache conflict |
|
Jul 26 |
answered | Script will not print in head if path to file is correct |
|
Jul 1 |
awarded | Commentator |
|
Jul 1 |
comment |
Adding Google Analytics to footer selectively Do you want the code to appear if they are logged in or if they aren't logged in? |
|
Jun 9 |
answered | How do I order my loop query? |
|
Jun 7 |
awarded | Critic |
|
Jun 3 |
answered | Great blogs site resources/tutorial for Wordpress Developers? |
|
May 31 |
answered | Adminimize Plugin — Is there an alternative to limiting Editor to 'Appearance > Widgets' only? |
|
May 26 |
answered | What questions do you ask when asked to give an estimate on theme development? |
|
May 23 |
answered | Disable front end to use as CMS only? |
|
May 23 |
answered | How to deal with equal & similar arguments for a function? |
|
May 23 |
answered | Is there any way to display the link of a Wordpress page without relying in its slug (or full path)? |
|
May 23 |
awarded | Supporter |
|
May 18 |
comment |
Inserting JS snippet in the footer if there is no wp_footer? I'm guessing you're thinking of this as a fallback for themes that aren't using wp_footer()? You could append it to the body from within wp_head(), but this is going to be ugly. There aren't really a whole lot of solutions available to you though. |