Search results

  1. moomycow

    PR5 Domain for sale, GoDaddy registered

    Hi guys, I genuinely have no idea how this domain is PR5. I wrote a tool to play with Google App Engine, and never took it further. I just checked its stats a few minutes ago, and saw that it's PR5. I've checked on a few other sites as well, who are also saying it's PR5. The domain is: centi...
  2. moomycow

    Announcing The Ultimate Email Marketing Tool, CampaignBar.com

    CampaignBar is a web-based email marketing tool that can save you lots of time and effort. Its aims are simple: * Make email marketing easy, removing the need to copy and paste email contents, contact details and so on * Prevent duplicates and errors from being stored * Free up your time so...
  3. moomycow

    The Ultimate Link Building and Website Marketing Companion - CampaignBar.com

    It is a big, time-consuming, and confusing mess to keep track of websites that you want to market to. If you then want to bring in another person, the possibility of duplicating your efforts only adds to the headache CampaignBar is a web-based tool that uses a browser toolbar to help you. When...
  4. moomycow

    I Am Launching the Ultimate Link Building and Website Marketing Companion Tool Soon,

    I have been busily writing a tool that will save vast amounts of time for you, and now it's production-ready. I've had a couple of beta testers use the system, and now I'd like to give access to my first set of real users. It can be a big, time-consuming and confusing mess to keep track of...
  5. moomycow

    The other side: where to promote my app's program for affiliates

    Hi guys, This is very new to me. I've finally coded my web application's affiliate program, but am unsure as to how to get affiliates interested. What would you recommend? Right now, I have everything up here: Twitter Tool Affiliate Program | TweetingMachine | TweetingMachine I'm just not...
  6. moomycow

    Autobloggin, WP Content Grabber Plugin - get full content from articles & image

    Hi all, I wrote a plugin for Feedwordpress earlier on this week that attempts to get full article text from RSS feeds. In addition to that, it attempts to find an illustrative picture from the article, and if that fails it tries its luck with Google Images. Installation is simple: set up...
  7. moomycow

    My PHP function to spin text

    Hi guys, Just spent 5 minutes knocking this up, you pass it some text in spinnable format, and it outputs a spun version: <?php function get_spin($input) { $pos = strpos($input, '{'); $output = substr($input, 0, $pos); while($pos) { $close_pos = strpos($input, '}', $pos)...
  8. moomycow

    Quick present, my code to post to Twitter without using their API

    Hi all, I've just quickly knocked up some code for updating a Twitter account's status without using Twitter's API. Instead it uses curl to log in and post via the Twitter front-end. Tiny bit of scraping basically, and it means that any status updates appear as "via web" rather than "via API"...
  9. moomycow

    Domain word order, e.g. cowfood vs. foodcow?

    Hi guys, I've found a niche I want to exploit, but surprise surprise, the obvious domains are taken. They also don't feature in the first few pages of the SERPs, which is nice. How much does the word order matter? If I wanted cowfood.com, will Google pass on the bonus if I register foodcow.com...
  10. moomycow

    Please review my site

    Hi guys, This has been a bit of a weekend project for me: Twitter Tool send automatic tweets at scheduled times with TweetingMachine, auto reply to direct messages and follow users for free | TweetingMachine Any thoughts or comments would be really appreciated. If you do end up using it and...
  11. moomycow

    How much do you expect to get paid for promoting a subscription service?

    Hi guys, I've had a weekend project on the go for a while now called TweetingMachine: Twitter Tool send automatic tweets at scheduled times with TweetingMachine, auto reply to direct messages and follow users for free | TweetingMachine I'm about to add an affiliate program via click2sell and...
  12. moomycow

    Back after an absense - plugin/app development?

    Hi all, After a bit of a prolonged absence (protip: if you work for a firm of Private Investigators, tell them *in advance* if you're earning money on the side), my circumstances have changed and I'm looking back at this market again :) I recently moved to Poland, and have been earning a few...
  13. moomycow

    eBay fun

    Hey all, I've read about gaming cookies, e.g. eBay or Amazon or iTunes. I'm quite capable of displaying a "View items on eBay" link that will be clicked by javascript 50% of the time, but will always display the impression pixel. So, my question is: at what point will eBay investigate faked...