Jump to content

jk11uk

Members
  • Posts

    85
  • Joined

  • Last visited

    Never

Everything posted by jk11uk

  1. ok solved http://shadowbox-js.com/download.html just didn't select that i wanted to use iframes and swf with it
  2. Hi I havent found anything about anyone else having issues with this, so very weird. I've cut my code down to the simplest it could be and it still doesnt work: <link rel="stylesheet" type="text/css" href="shadowbox.css"> <script type="text/javascript" src="shadowbox.js"></script> <script type="text/javascript"> Shadowbox.init(); </script> </head> <body> <script type="text/javascript"> function OpeniFrameURL(url) { Shadowbox.open({ content: url, player: "iframe", height: 480, width: 640 }); } </script> <a href="#" onClick="OpeniFrameURL('www.google.com');">test</a> its supposed to open an iframe in shadowbox. (and yes, i've got a top and bottom to this code
  3. hey monkeyz, any chance you could take another look? I made the changes and one piece now works, but the other piece doesn't thanks!
  4. aaaah. thanks very much makes sense i guess
  5. thanks so much for anyone else looking: http://icfun.blogspot.com/2008/07/mysql-substr-of-string-using.html
  6. i use eval because a while ago the other method didn't work for some reason - thinking about it now it was probably something like i had the variable as text..... anyway, thats so much for your help. I'll sort my code out later
  7. hi i'm newish to jquery. The animations on www.poker-answers.co.uk are working fine in chrome and firefox, however IE (i have ie7) is not showing anything. Anyone know what might be causing this?
  8. hey - any ideaas? pleeeease help!
  9. hi, any geniuses with ideas?
  10. hi i have a table of different URLs, eg: http://www.site.com/pagesection/page.html and i'd like to find out how many distinct root domains there are. is this possible in MYSQL? So in the below list would equal 2 distinct root domains (i'd also like to be able to list them) www.site.com/page.html www.site2.com/page2.html www.site.com/section/adsf.php www.site.com thanks a lot guys!
  11. I'm presuming i have to use javascript, but anytyhing will do to get the job done! I have a site which has an affiliate form and i need to pass data into it using javascript. I've set up a test button (the link 'tester') which should send xxxx into the firstname field. But, as you may have guessed im here for a reason and it doesnt http://www.budgetinsuranceagents.co.za/car-insurance-quote.html Could someone have a look and give me a hand? The code on the link is: <a onclick="document.frames('frameform').document.forms('MyForm').firstname.value='xxxx';" href="#">tester</a>
  12. this looks interesting, thanks for the link. However i'd need to have GA on the site at the same time, is that a problem? One problem is i need to track first touch, which you can do with GA - but doesn't look like you can with piwik first touch tracking is where it tracks users on the first way they ever found the site (so if they return on the brand keyword, thats ignored and they are tracked as coming from the first keyword they found ther site on). This is why i ideally need to use and abuse GA
  13. Yeah i've had a look into that, it might be the only option. I was hoping to avoid using it. Google sends the data back to its servers by requesting a gif (eg. _utm.gif?[data after this]). You can see this using the firefox pagespeed plugin. I was wondering if there was a way of getting javascript to tell you what that gif request was? so maybe javascript which can monitor all browser requests?
  14. good question the reason is that i do SEO for a client who pays me on conversions. They are a claims management company however, so they need to know exactly which client (or case) i have referred. This means i need to interface the conversion goal page with the google analytics 'first touch' tracking i have set up (this keeps the keyword they were first brought to the site on) and grab this data from google to store in the database against that clients details any ideas?
  15. Hi I was wondering if there was any way to use google's javascript to do your own tracking? Google tracks using a tracking gif request - so one way could be to look for the image request in the browser resource requests, is this possible? Also, google use cookies, can you access a google cookie and read its contents? thanks very much in advance!
  16. although the problem now is, say i search for %ppi%, it also returns anything with 'ppi' in - not exact matches (which is what i need). I can use php to sift out the non-exact matches but as this is not efficient do you know what to do? if not i'll go with inefficiency
  17. thank you so much. I've been scratching my head over this (and tearing hair out) for at least 4 hours the code worked. What do the %'s mean?
  18. no i wish . no spaces. LIKE doesnt work either thanks though
  19. hi ive got a column of keywords and all i want to do is select * where keyword='KEYWORD'. so my query is: SELECT * FROM `keywords` WHERE `keyword` = 'ppi' now i have the string 'ppi' in the column, but it wont select it! The annoying thing is i went into phpmyadmin and tried it, no luck. then went into that entry, deleted 'ppi' and replaced with ccc. the search could find 'ccc'! WTF? i then changed back to 'ppi' and it could find that. this happens with every string i have in this column. any ideas?
  20. awesome thanks man! in return if you ever want free SEO advice you can go to my site: answerseo.com and ask a question. Its in early beta so i'll be the only one answering, but i know my stuff
  21. Hi I have a script which runs through a while loop to do some thing x times. during every loop, it runs a function and then sleeps for a random time between 2 and 6 seconds. the function its self has a while loop which also has a sleep in it (between 1 and 3 seconds). Is this a problem? - i'm currently getting a 500 error if u use over a certain amount of the first while loop. but it works on smaller numbers of loops
  22. Hi I have a script which uses delays (so you can guess what it does ). however, when i use more than a certain amount of data it gets a 500 error. my hosting company have increased the max script time to 5 minutes in the php.ini file, but it doesn't make a difference. Anyone know whats going on?
  23. Hi guys. Thanks for all the feedback, i'll be taking it all into consideration - but still got some coding things to fix as a priority over design When you said there were a lot of things messed up in IE7, could you paste some URLs of other things? i could only find the right speech bubble things were weird....
  24. actual text is also proven to improve click through rate in Google results
  25. Hi I'm an SEO by trade, but thanks to some help now and again from this forum i've become quite interested in php. After about 250 hours work i've finally finished my site - www.answerseo.com Its kind of like yahoo answers, but specifically for SEO. And i'll always be monitoring it, so if you need any SEO help for your site, just sign up and ask! cheers
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.