September 26th, 2009
I have just rediscovered www.sedo.com which lets you park your domains in the hope that someone will want to purchase it. The parked page has advertising which you do get a decent pay out for, for the two clicks i’ve received it’s already made 0.11 euros which isn’t too bad considering i’ve only had it up for 2-3 days.
I have added 21 of my domains, including 3 LNL.net domains. What I did notice tho is LLL.coms and LLL.nets go for quite a small fortune. So how can we make a quick buck?
I’ve done a few searches on google, found a list of expiring domains, which funnily enough I have came across a website that stores up-to-date text files full of upcoming expiring domains - all formatted nicely by sorting out the dates by text file.
so this is what I’ve done:
wget -r http://www.wsmdomains.com/ExpiredDomains/
cd www.wsmdomains.com/ExpiredDomains/
grep ^[A-Z0-9][A-Z0-9][A-Z0-9].COM$ *
this will go through each file, check to see if there are any 3 letter .COM domains. You can be more strict with the search and try your luck with 3 LETTER domains by doing the following
grep ^[A-Z][A-Z][A-Z].COM$ *
I’ve picked up a few decent domains, so i’ll try my luck on this sedo thing and keep this blog posted.
Tags: domains, sedo
Posted in Uncategorized | 7 Comments »
September 25th, 2009
Hello.
I guess this tells me a bit about myself, start a project, never finish it, mahahaha. ehh.
sad truth is I’ve spent countless of months coming up with things with mixed results.. I have acquired a new bag of tricks which I will be sharing in following posts. I will discus all my micro projects that I have on the go, things that take a little time to manage with little resources.
that is all.
Posted in Uncategorized | 7 Comments »
August 8th, 2008
For some time now I’ve been trying various ways of making money online, It frustrates me when you see all the new start ups making an absolute killing, and thinking “I had that idea 2 years ago” or “I can do a better job than that”. I have the technical capabilities to do just about anything, however it’s a combination between laziness, time, and dedication that stop me completing these things.
The reason why making money online is so appealing to me is because of the endless amount of possibilities, what captures my attention the most tho is being able to make passive income, set one thing up, and let it go. It took me a while to realise this but each idea and each project has a complete life cycle, my methodology at this stage is
- find competitors to see what they do
- try figure out the demand using various keyword tools
- see how the competitors get their traffic
- write some messy code to see if I can do it
- leave it on the shelf to collect rust while something else captures my attention
So this is my experiment, I am going to document all my ideas and my thoughts, track all my hours and results in one area, so I can look back and retrospectively see my working patterns. Unless ofcourse this is just going to be another thing that’s placed on the shelf.
let the games begin.
Tags: About
Posted in Introduction | 8 Comments »