match

  1. trickobrien

    Irish V American Hosting

    From a purely SEO perspective,would hosting a .IE domain in Ireland or America have any effect on search engines? I have a site that is starting to get busy (around 3,000 uniques a day) which at the moment is hosted in Ireland At least fifty percent of the traffic is from Ireland the rest is...
  2. andywozhere

    Changing Domain Name

    A client is changing their domain name due to rebranding. I'm figuring I just need to pop some code in the .ht access file and hey presto robots will find us at the new site, right? Or am I missing something? Here's the code I'm thinking of using: Options +FollowSymLinks RewriteEngine on...
  3. T

    New affiliate site

    Hi guys, I've been working on this site for quite some time now and I believe it is ready to be used. I am aware that there are a few areas where it can be improved but with such a big project I have to set priorities. One of the biggest problems is poor quality if feeds provided making the...
  4. Z

    PHP preg_replace question

    The below line will remove all alphanumeric characters, what I'm trying to do is remove all alphanumeric characters but replace all spaces with '-'. Will I just need to have two preg_replace statements or can it be done in the one line? preg_replace(“/[^a-zA-Z0-9\s]/”, “”, $string)So this line...
  5. M

    Return only images in News list...

    I am using Concrete5 on a site I'm working on. Below is the News List display view.php file needed in the block to display the content from news pages. The code allows images entered in the WSYIWYG to appear in the RSS list. I want to know how I can edit the code below, so it shows only the...
  6. R

    JS - Image Rotator?

    Hi all. I have a javascript code that is saved as a .JPG file, which scans the directory it is placed in, and displays a random image from that directory everytime the page is refreshed: <?php $dh = opendir("."); while (false !== ($file = readdir($dh))) { if (preg_match('/\.jpg$/i'...
  7. B

    What are you using for keyword analysis?

    Whats' the best/most accurate keyword analysis tool? I'm using the google keyword tool in my adwords account.!
  8. M

    Local business results from wrong country

    Here's an odd glitch: search for driving lessons sutton (broad match) All the organic results are correctly from Sutton, Dublin - except all the Local Business results are for Sutton, Greater London, UK. Even weirder - restrict it to 'pages from Ireland' - makes no difference, still includes...
  9. F

    Glencara Irish Jewelry Collection

    Hi, Would love to get some feedback on www.glencara.com - an ecommerce site selling Irish Jewellery, Claddagh Rings, Celtic rings and more... Thanks, Alan
  10. J

    Domain Appraisals

    I've been thinking of selling a few domains and wondering about ballpark figures: domaindruid.com (2008 reg) domaindruid.net (2008 reg) domaindruid.org (2008 reg) domaindruid.info (2008 reg) domaindruid.biz (2008 reg) domaindruid.co.uk (2008 reg) thedomaindruid.com (2008 reg) thedomaindruid.net...
  11. Irl_Designer

    Chancers in web-design?

    Apologies if this is the wrong place - but it's a general web related question. As I've previously mentioned, I'm working away at all things web and graphic design related and trying to get my name out there (registered my company name this week by the way - keep an eye on my sig) :) This is...
  12. mneylon

    Sources for Icons

    If you know of any good sources for icons (free and paid) feel free to add them here Iconfinder | Search engine for free icons - various licenses PNG Icons & Icon Packs Download | IconsPedia - Free Icons IconBuffet | Free Icons, Stock Icons, Custom Icon Design
  13. D

    php mail() header injection

    I really don't know why I've got such a phobia about using mail(), but I'd like to know what you guys are doing about header injection (if you're writing your own formmails). I've been looking around a lot, and seeing what approaches other people take to filtering. What is your cleaning...
  14. Z

    Regular Expresions?

    What I'm trying to do is to validate a link input, say a link like site.com is input I need to check and make sure www. is added or if http://www.site.com is input I need to remove the http://. I need every link to be formatted like www.site.com, any help much appreciated.
  15. Cormac

    Cross-Domain tracking in a iframe (Advanced)

    Hi guys, I'm testing some Google Analytics code that tracks clicks within an iframe that is hosted on another domain. I can't add any tracking code to the other domain. I'm using the following code for the iframe: <iframe id="testiframe" src ="http://www.blueflame.ie/test2/step1.html"...
  16. A

    Add RSS to website (PHP)

    Hello everyone Any one can please tell me the best way to add RSS to my website.I don't want the javascript version, I want PHP for SEO purposes.I can create feeds etc., but I am unsure of the PHP code to run the script on the server. Thanks in Advance
  17. WhitePhantom

    Domain name expired Sept 09, but not available - why?

    Hi, I'm registering a domain name for a client, and the .com name is showing as not available, although it expired in Sept this year. When I check on Whois, I get this: Created On: 14-Sep-2005 00:00:00 Expiration Date: 14-Sep-2009 00:00:00 Sponsoring Registrar: 'Check Whois' (GODADDY)...
  18. M

    PHP Mailer problems

    I have set up the following form to send mail from a website I am working on. I have set it to redirect to a thank you page if it sends and also an error page (which I have designed) if it fails. However, it isn't working with the code below. If I remove the if (empty... part it will send...
  19. Z

    Preg_replace question

    I have the below line working fine, it only replaces the text if host is assign nothing: $content = str_replace("host = ''", "host = 'test1'", $content); I'm trying to use preg_replace to always replace the host value even if its not null with something like: $content = preg_replace...
  20. D

    Adult ads ( ppc ) - any tips?

    Wondering if anyone has used adult orientated advertising? I'm aware of match dot com and similar dating programs but they don't pay per click only a percentage of the revenue. Has anyone any experience with these programs and any suggestions ? thanks.
Top