The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

Recent content by kieransimkin

  1. kieransimkin

    Important in page optimization

    Title's pretty important if only because Google basically ignores different pages with the same title (even if they have different content). I recently realised this and have made significant gains on our SERP placements by setting unique title tags on every single page of my site.
  2. kieransimkin

    New Link Building Techniques

    My current link building tactics mostly centre around social bookmarking and forum posts - that combined with good old fashioned 'I'll link to you if you link to me' e-mails.
  3. kieransimkin

    Visitors IP address to country

    Maxmind's GeoIP has a very nice API for doing this kind of thing.
  4. kieransimkin

    PHP loop through database and limit number of entries

    <?php $count = 0; echo 'open td<br>'; for($i=0;$i<15;$i++) { $count++; if($count == 0) { echo 'open td<br>'; } else if($count % 3==0) { echo 'close td<br>'; echo 'open td<br>'; }...
  5. kieransimkin

    Top 10 Worst Captchas

    No, I just spent ages doing some funky things to make my captcha interesting rather than just another annoyance - this is a thread about annoying captchas, I'm quite proud of mine and was looking for some feedback to reassure me that spending time to make a good captcha was in some way...
  6. kieransimkin

    Top 10 Worst Captchas

    What do you guys think of the captcha on my website? I made it myself and I think it's fairly readable and also kinda fun.
  7. kieransimkin

    Ideas how to popularize blog?

    Most important thing - write good content, and network with other bloggers. The rest should handle itself.
  8. kieransimkin

    Rock solid web hosting from only £2.49/month

    Hi there, I am one of the founders and director of a web hosting provider called Digital Crocus - we offer secure and highly stable web hosting in the UK based on the rock-solid FreeBSD operating system. We've been running since 2001 and in that time have developed a wealth of experience in what...
  9. kieransimkin

    Tip: - Migrating MySQL Databases

    One technique which probably isn't recommended but has worked fine for me - simply copy the actual data files (normally in /var/db) from one server to another. As long as you're running the same version of MySQL on the same architecture it works fine. As a web host, when you're transferring...
  10. kieransimkin

    Photo printing service that I can integrate directly with my website?

    Hi everyone, I'm a photographer with a portfolio online - I'm looking for a printing service which I can integrate directly with my website and brand with my own design - to allow visitors to my website to order prints of any of my photographs without any intervention from me. (Ideally earning...
  11. kieransimkin

    Is PHP a powerful tool?

    PHP is indeed a powerful too, and very easy to use too. In fact that's probably its biggest weakness - it's too easy. The PHP developers have historically made some pretty big mistakes in the name of ease-of-use which have later come back to bite them as security holes. (I'm thinking...
  12. kieransimkin

    Link building myth

    This is an interesting concept and would seem to go against conventional SEO wisdom - my own technique tends to be to build links on a broad spectrum of websites so I must admit I can't know for sure which links are most valuable to me. Remember that it's not just the content in the page that's...
  13. kieransimkin

    What about 2009?

    Where's the webmaster of the year 2009 thread?
  14. kieransimkin

    Still Using Inline Styles?

    I'm the same - I often develop my code with CSS inline (this is particularly helpful when you're working on AJAX). Then move them out to a separate CSS file afterwards. The only time I leave inline styles in place is when they're required for the scripting I'm doing - when working with a...
  15. kieransimkin

    Site with all text content contained within images

    Hi, I've been working on an interesting project recently - I'm building my personal portfolio (slinq.com) and decided I wanted to use a font that isn't included in the standard set of "Web fonts". While IE supports a hacky way of sending a font file to the browser, this doesn't work in other...
MI
Back