Skip to main content

Building five to ten websites a day in Year 2010.

I want to share my experience in developing five to ten websites a day. I thought it will be easy for me to accomplish this goal because I have the tools in place e.g. web server, content management system to run the website, ready templates, articles sharing and of course generic domain names. I forgot to include "time" to allocate each day. That's a big mistake, I have only 10:00pm-11:59pm as my quite time.

I have a day time job in Information Technology. The day to day routine varies depending on any given situation, projects and technology challenges for that day. In short, time management is really a big obstacle of meeting my target to develop my domain names at least five to ten websites a day.
So far, I can accomplish five to ten websites a day but I have no time for myself, and for family. This beat the purpose of enjoying life and spend more time with my family. So, I decided to lower my objective to two to three websites a day. I think I can meet this target easy.

The long term goal is to develop 70 to 80 percent of my entire domain name portfolio. By the number, it will be approximately 900 to 1000 websites before the end of year 2010. Yes, I have no plan of selling the domain name for year 2010, and might grab more domain names in the process.

And the revenue? I don't intend to get more compare to my current earning for the next couple of years. I hope to increase my revenue in the third year anniversary of the project, year 2013. I pray the world still exist after 2012. Well, I guess too much watching SCI FI movies.

So that's my goal for Year 2010.

Comments

Popular posts from this blog

Alternative Social Networks

If you are planning to create your  social network  e.g. similar to Facebook. Here's a short list of alternative software's: Open Source and Free​ http://buddypress.org/  - Wordpress (Open Source and Free) http://elgg.org/  - (Open Source and Free) Commercial Social Networks software http://www.socialengine.com/  ($299 Stand Alone, $29/mo Cloud) http://www.jomsocial.com/  (run with Joomla, need to know CMS) http://www.boonex.com/  (very expensive, $399 for Standard) http://www.anahitapolis.com/ http://www.oxwall.org/ http://sharetronix.com/ http://www.moosocial.com/ http://www.jcow.net/ http://phpdolphin.com http://www.grou.ps  (from free to Commercial, I left my networks and they are selling it  http://www.phpfox.com/  (I used this before, it's hard to maintain. I moved to NING but left too after it was sold to another company) http://www.ning.com  (I don't recommend using this service, it's hard to export your data when it's time to move) S

Learning Vulnerability Scanning by KING.NET

Learning Vulnerability Scanning is fun and easy. So I hope you enjoy reading this short how to guide on how to use vulnerability scanning to secure your servers and networks. NMAP is the swiss tool that you need to learn if you're serious in Cyber Security profession. The NMAP tool can be use with NSE scripting (Nmap Scripting Engine) to automate your tasks. For example using NSE Script using a  single vulnerability (cold fusion)  to scan our test lab machine. root@kali:~# nmap -v -p 80  --script http-vuln-cve2010-2861  10.11.1.220 Starting Nmap 6.47 ( http://nmap.org ) at 2016-07-22 17:34 EDT NSE: Loaded 1 scripts for scanning. NSE: Script Pre-scanning. Initiating ARP Ping Scan at 17:34 Scanning 10.11.1.220 [1 port] Completed ARP Ping Scan at 17:34, 0.04s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 17:34 Completed Parallel DNS resolution of 1 host. at 17:35, 13.01s elapsed Initiating SYN Stealth Scan at 17:35 Scanning 10.11.1.220 [1 port] Comp