Eamonn
-
Help with firing an event within a loop
Managed to make it work myself. Posting, coz its a handy script IMO $(document).ready(function(){ var num = 0; //Find [popup] instances, increment the number $("li:contains('[popup]')").each(function() { var nextnumber =…
-
JQuery - Using Image Attr to populate 'caption' paragraph
Solved via StackOverflow: $("#yourdiv img").each(function() { //Loops through the images in a specific div. $(this) represents the current image in the loop $(this).addClass("yourclass"); //Add a class $(this).wrap("…
-
Site layout troubles; Help appreciated
I know you need the overflow:hidden attribute to prevent it from collapsing - that's why I suggested it. Nor do you need to apply any height attribute at all. The clearfix method is, as you say, the best way there is to prevent wrap collapse, …
-
Need Help Getting PHP/MySQL form processed via AJAX
Bump in hope....
-
Need Help Getting PHP/MySQL form processed via AJAX
Well, it actually worked fine when the form options were hard coded as opposed to being auto populated via php. Now it doesn't, and I just can't figure why. I don't know enough about AJAX to know if there's an issue with php defi…
-
Mimic Wall Street Journal Headshots
Stop Press! Here's what you need - I knew the style of illustration was ink block, so I just googled that. First result was a match :) Again, a PS tut...
-
Mimic Wall Street Journal Headshots
Here you go - it is the Sin City one, but the concepts may be largely the same. It's for photoshop, but I'm sure as a GIMP user, you've converted cmds before... Hope it helps :) Link to image (in a forum thread, but 100% res)
-
Mimic Wall Street Journal Headshots
There was a infochart floating around the web for a while on how to achieve an ink drawn effect from a photo, although I think it was more Sin City than Wall Street Journal. I'll have a look, although it was a long time ago....
-
Need Help Fast - .bak Being Added to Files
Google does not screw with your links - that's their business. Maybe an errant piece of Javascript (append) somewhere...
-
Critique my website please.
Ahh - off-state working now - must have been me :P
-
Critique my website please.
Is there no Off state for the panels once their expanded? The height of the page expands by almost two thirds when every panel is opened. I would definately have a look at that. Also, in an effort to keep things above the fold, have you tried listi…
-
Site layout troubles; Help appreciated
You could leave out the footer, but give the div#content_panel the attribute of clear:both. In fact, leaving the footer div out of the content div is better semantically anyway. DogsGhost is correct also in correcting the name of that div - try cont…
-
Returning form validation msg from an action script without Javascript
But the db will require a login/logout anyway (which I should have mentioned)... so couldn't wrap it all up in that session?
-
Returning form validation msg from an action script without Javascript
Well, I was just thinking of (on error) giving a variable a value, and then echoing that value on the form page after the redirect - would that work? Why do you think sessions are not the best way forward?
-
Critique my website please
Hey balsam, I'm coming a little late to the party, but here's my two cents: Check out sites like Adobe's Kuler for soothing, relaxing colour schemes. Make your customer feel at ease. You've gone for an organic colour scheme, but…
-
Returning form validation msg from an action script without Javascript
Thanks for that Chris, I was looking at the post-to-self method, but was wondering if there was an alternative, two-page method other than the GET query. Possibly a SESSION or somesuch... I'll probably go with the one-page method in the end …
-
[Solved] Expressing WP's the_content as a function and checking isset
Just saw this now - nice one!
-
[Solved] Expressing WP's the_content as a function and checking isset
Ahh. Here's the answer: http://digwp.com/2009/07/putting-the_content-into-a-php-variable/ The final code looks like this:
-
Website Graphic Designer needed
Google is your friend. WebToMed 2700 South River Road Suite 100 Des Plaines, IL 60018
-
scroll to next post on index [Wordpress]
Do you mean internal links like 'back to top', etc? I'd imagine that (if the above is what you are looking for) manipulating wp's 'Next' and 'Previous' post links would do the trick. Have you tried them? e.g…
-
3-4 sec pause on page load in IE
Thanks guys, I'm in the middle of trawling through all the code and refining/repairing it after a year of tweaks anyway, so I'd be surprised if it did validate fully, but there really shouldn't be anything there causing such a delay.…
-
3-4 sec pause on page load in IE
Really? Nothing at all? It's very marked on my machine. Thanks though! I've googled the problem, and it seems there can be an issue with Microsoft's TCP/IP v.6 protocols, which can be installed via automatic update. I've since c…