Category Archives: Internet Business Tips

How to run a profitable website

f you’ve ever asked who can a website make money? The answer involved two simple methods, both of which will be discussed in this article. Aligning your site with an affiliate program with a larger retailer or connecting with Pay per Click systems used commonly through Google and other similar website advertisers. Both are viable

Continue Reading →

Best free video converter

As a web design company that builds very heavy-media websites, we were looking for a best solution for our clients and us to convert videos between formats. There are many choices on the market, but most of them are not enough good or paid. After hours spent on searching, installing and testing different video converting

Continue Reading →

How to detect iPad/iPhone hardware with PHP

Below a very useful snippet of PHP code that detects whether the person viewing your website is on a iPad or iPhone. Thanks to this solution you can redirect visitors to a different version of your website or just to another page. if(strstr($_SERVER[‘HTTP_USER_AGENT’],’iPhone’) || strstr($_SERVER[‘HTTP_USER_AGENT’],’iPad’)) { … }

Continue Reading →

Alternatives to CAPTCHA

Spam from contact forms located on websites is a huge problem, and the only way to solve this issue it used to be putting a CAPTCHA. However, this solution has a very bad impact on conversion rate. There are studies which show that the company could lose out on 3.2% of all their conversions when

Continue Reading →

How to redirect website to the new address by using htaccess file?

The best way to redirect your website to the new address is by using redirection 301. It is the most efficient and Search Engine friendly method for website redirection. It easy to implement and it should preserve search engine rankings for your website. The code 301 we can interpreted as “moved permanently.” Below the code

Continue Reading →

Understanding DoubleClick for Publishers – Google DFP 101

DoubleClick is a service that allows advertising agencies and media companies to traffic, target, deliver, and report on their interactive advertising campaigns. The system is powerful but pretty complicated to use. So, we have prepared a basic tutorial, which can help you to learn how to setup an ad campaign through Google DoubleClick for Publishers.

Continue Reading →

Business Quotes – Kenneth Feld

Few interesting quotes from an interview with Kenneth Feld, published in New York Times on October 24, 2010. The interview by Adam Bryant. About Kenneth Feld from Wikipedia: Kenneth Jeffrey Feld (born 1948 in Washington, DC) is the CEO of Feld Entertainment, which owns Ringling Brothers Barnum and Bailey Circus, Disney on Ice!, Doodlebops Live!

Continue Reading →

Superscript and Subscript at the Same Place (html)

One can display mathematical formulas in plain HTML 4.0 on both Mac OS and MS Windows. You can read more about that here. Unfortunately, there is not any tag which can place the characters on top of each other. To achieve it we have to use few lines of CSS and HTML code. Below the

Continue Reading →

What is the standard width for a website now?

Because of improvements in technology and human behaviors web standards change. While, even few years ago the standard width of a website was 800px, nowadays it seems to be not enough pixels in a horizontal direction to show nicely content on the web. The standard width is driven by a size of screens used by

Continue Reading →

Zen Cart Developer’s Journal: How to freeze your store when out for vacation?

Sometimes there is a need of closing your online store, so people can’t check out. There are two ways to temporary close your ZenCart store. The fist solution is to use “Down for maintenance page”. Simply you log in to your control panel and select Configuration > Website Maintenance > Down for Maintenance. You can

Continue Reading →

About The Author

Archives