Clone any static site by a simple Linux command WGET

Just use this and the WGET command will start crawling the target site and download certain levels of pages from the starting URL, including all its assets such as images or CSS files. wget -k -K -E -r -l 1 -p -N -F –convert-links -H -Dcdn.shopify.com,v.shopify.com,www.yoursite.com,your-site.myshopify.com –restrict-file-names=windows https://www.yoursite.com/ The -D option specifies all the hosts …

Clone any static site by a simple Linux command WGET Read More »

New Amazon Affiliate Site: Men’s Winter Boots dot Com

As someone at NamePros suggests with some of my exact match .com names, I created this affiliate site with the domain MensWinterBoots.com and see what kind of business or cash flow I can get. Exact match domains used to dominate in Google search results but no more. I’m skeptical of how this would turn out …

New Amazon Affiliate Site: Men’s Winter Boots dot Com Read More »

Office.com Office 365 Creating Shared Mailboxes by the Same Name under Different Domains

When you have multiple domains under the same Office 365 admin account, e.g. domain1.com, domain2.com, etc., you can’t directly create these emails: [email protected] [email protected] Which would give this error when you try to create emails by the same name already used by another domain: Now you can have a little circumvention to get around this …

Office.com Office 365 Creating Shared Mailboxes by the Same Name under Different Domains Read More »

Add SSL / HTTPS for WordPress Network sub-site as cPanel Alias Domain

Site Address (URL) We first change the Site Address (URL) of the sub-site. Go to WordPress Multi-site: “My Sites” => “Network Admin” => “Sites” => Click “Edit” of the sub-site, and change the Site Address (URL) to the top level domain URL like this: https://www.example.com/ Click “Save Changes“. Domain Mapping (plugin) A top-level domain is …

Add SSL / HTTPS for WordPress Network sub-site as cPanel Alias Domain Read More »

How to link external code source folder in Eclipse PDT projects & Array initializer indentation size?

Code folders may be distributed across different locations and paths but you want to manage them in one Eclipse project. It’s easy to achieve this by linking code source in your Eclipse project. Right click on project Click “Properties” Select “PHP” > “Build Path” Click “Link Source…” Click “Browse” Select the code folder to link …

How to link external code source folder in Eclipse PDT projects & Array initializer indentation size? Read More »

Conversion rate increased by 44% for one of our fashion sites

Misdress is one of our wedding fashion brands. We have seen an increase of general conversion rate from 0.9% to 1.3% after we have implemented these for the site: Adding a phone number in the site footer Adding a reviews module on the product pages Adding important information links on the product pages, e.g. Returns, …

Conversion rate increased by 44% for one of our fashion sites Read More »

Beyond Snowden: How Government Corrupts Business

It seems we have been living with the Snowden revelations forever. But in truth, he has only been a household name since mid-2013. There was so much news released that it quickly became information overload. There was too much information to fully process any one piece of it. The takeaways from the information dumps can …

Beyond Snowden: How Government Corrupts Business Read More »

The Rise of Web Bots

Just gave a read to this article: http://www.sitepoint.com/rise-web-bots-fall-human-traffic/ Very intriguing. The Internet is developing just like how the other industries are. Traditional industries try to make products out of the raw materials provided by nature, while Internet is trying to reach targeted information / answers by organizing raw data everywhere. That’s exactly what Google and …

The Rise of Web Bots Read More »

Optimize for Large Number of Columns in a Wide MySQL Table

In addition to necessary indexes and proper SELECT queries (only select needed columns), for wide tables, 2 basic tips apply well: Define your column as small as possible. Avoid using dynamic columns such as VARCHAR or TEXT as much as possible when you have large number of columns per table. Try using fixed length columns …

Optimize for Large Number of Columns in a Wide MySQL Table Read More »

You don’t need a Google Apps alternative for email hosting

Now that Google Apps closed sign-up for free plans, lots of people are looking for alternatives to Gmail for their own domains. Actually they don’t need to. You can simply add other domains to your existing Google Apps account as separate domains to set up emails such as [email protected]. The separate domain emails perform exactly …

You don’t need a Google Apps alternative for email hosting Read More »

Sell on Taobao.com and Tmall.com – Market to China!

If you have solid products and wants to sell to China audience, let us know. We have a very capable team currently running 2 big brands on Taobao.com (for small merchants) and Tmall.com (for medium to large merchants), the largest online marketplaces in China thus far, with an annual sales volume over 1,000 billion CNY, or 200 billion …

Sell on Taobao.com and Tmall.com – Market to China! Read More »

Firefox redirecting localhost to www.localhost.com

To avoid this annoying behavior of Firefox that redirects http://localhost to http://www.localhost.com when you are developing on the localhost, try one or more of the following tips: Use other browsers such as IE or Chrome. Use “127.0.0.1” instead of “localhost”. Make sure http://localhost is correctly configured and responding. Make sure C:\Windows\System32\drivers\etc\hosts has and only has …

Firefox redirecting localhost to www.localhost.com Read More »

How to write page title for SEO?

I have several writers who write content for my websites. One of the things they constantly have is that they come up with page titles that are not good enough. Sometimes it’s trivial but sometimes it does pose a siginficant problem with regards to SEO. For example, in this article: http://www.bintley.com/blog/the-comprehensive-guide-to-choosing-the-right-short-range-airsoft-gun/ The title is so long …

How to write page title for SEO? Read More »

Scroll to Top