fjorko
-
Website feedback: criticisms and comments
I like fancybox..but doubt it has flickr support...
-
Website feedback: criticisms and comments
Hi There Your Showcase menu submenu's all return a 404 error ( page not found )... perhaps because you are not finished ?
-
Path to Wordpress function using a script.js file
Ok, thanks - I'll try that !
-
CSS-Tricks Design (v9)
Love it ! Blue/White/Grey, my favourite colours ! :-)
-
Starkers Wordpress/Time Stamp
I'm in the same boat as you mate. I'm absolutely lost trying to translate an existing website to a Wordpress site using Starkers... even after viewing Chris' tutorial umpteen times.
-
Mark a discussion as solved?
Yeah - I get the "BONK - Something funky happened" error
-
Do you still use ?
Hi For a newby - can you explain this feature a bit more ? Thanks
-
Tearing hair out over Chrome issues
Hi It looks exactly the same to me in FF and Chrome.
-
PHP learning.
You could also check out php academy here I have found Alex's tutorials very helpful to learn about php... Cheers
-
Hosting service
I'm also with Hostgator - pretty good in my books.
-
Critique my website please
Your contact form has NO validation whatsoever.....might want to add this feature or you will be spammed.
-
Blogging using PHP and MySQL - Image Problem.
good luck with that ! :-)
-
Website Debut :) Opinions needed :)
Ah....but the spam usually does not come from real people. Its origin usually stems from SPAM bots... that's why you need to try and protect your form as much as possible against such things... I'm also very new to all this stuff...but le…
-
Website Debut :) Opinions needed :)
I need one for Jquery and PHP. I use both.
-
Website Debut :) Opinions needed :)
If you find the perfect regexp let me know - I'm still looking ! :-)
-
Website Debut :) Opinions needed :)
Hi Good work. I notice your contact form does not have an email regexp check in place. I can input any invalid email address and it will submit...
-
After .load() function in JQ - Javascript not working
jamie - i read that post, and it is exactly my issue. i also use load() to load a php page that consists of basically a registration form only. once the load finishes ( works 100% ) , then as the OP said - javascript does not work anymore. Now I he…
-
After .load() function in JQ - Javascript not working
jamie - how is that going to solve my issue. PS. I found that by doing a $.getScript("mycustomscript"); seems to work, but it dosn't seem to be the most elegant way of doing it. It also confirms that my problem lies in the fact that …
-
After .load() function in JQ - Javascript not working
I think I know why ..... The content is loaded without the page being refreshed, so $("document").ready() isn't fired on the loaded content in the div so it is unaware of the javascript which loads in the head tags if a page initiali…
-
How to separate PHP content returned in an AJAX Jquery POST function
I did something completely different now to separate the content returned by the Jquery POST callback... In the callback, I receive just ONE echo and that is a confirmation that the user is logged on ( after running some backend PHP validation ). O…
-
How to separate PHP content returned in an AJAX Jquery POST function
Ah gotcha ! I understand 100% Thanks very much kind sir !
-
How to separate PHP content returned in an AJAX Jquery POST function
That makes perfect sense - thanks ! One last question - if the original form that is submitted is wrapped in a wapper div - will the returned data ( even if you stick it into two separate classes/id's ) also be wrapped inside the same DIV seei…
-
How to separate PHP content returned in an AJAX Jquery POST function
Hi Stefanbar Thanks for that - mind to explain your logic there for me ?. Please bear in mind I'm fairly new to this stuff.... Thanks
-
How to separate PHP content returned in an AJAX Jquery POST function
Hi Jamie I'm struggling to explain what I need to do exactly - I'm sure it's just me not understanding the process properly.... You know when you do a Jquery POST right...... $post(somephp.php,{name1:value1,name:value2}, function…
-
How to separate PHP content returned in an AJAX Jquery POST function
OK - you can check it now..
-
How to separate PHP content returned in an AJAX Jquery POST function
LOL - just saw now that I have completely messed it up now . . . . will post here when you can try again
-
How to separate PHP content returned in an AJAX Jquery POST function
Hi Jamie If you look at the site I'm busy with, you will see that I'm trying to make a login form which: 1. Is submitted, then intercepted by some jquery code which in turn does a POST to a php file called "login.php". 2. Log…
-
How to separate PHP content returned in an AJAX Jquery POST function
Yep - Sort of what I'm after..... What I cannot get to grips with is the fact that on a Jquery POST ( $.post) callback function you specify the Data parameter that is passed back ( function(data) ) from PHP, so how do you spilt this data "…
-
Gallery Folder Sort
I got it sorted after some effort. Thanks to all that contemplated helping me ! ;-) hiehiehie !