Google Chrome focusing issue

Since Google Chrome lightest web browser (at least for me) I’m using it for surfing and when need to test same project using different accounts.

The good thing in such cases is Incognito mode since it’s allowing to have as many sessions as you need. Simply open new Incognito windows.

The problems that I experienced in Google Chrome browser is focusing. I’t’s not focusing when you are switching from one application back to Google Chrome window. Since scrolling is working the feeling is that it’s using some kind of container that is not in focus when you are switching using CTRL+TAB (I’m talking about Chrome in MS Windows env.). And you have to click on to have window focused to work with short keys.

Another problem is controls. They are simply missing. Tried to reproduce without result.

It’s still very useful and I’m intensive using this browser and recommending to everybody.

If somebody have any experience related to these two issue and will share I’ll be very  thankful.

Custom file extensions to be managed by PHP

Experiencing problem concerning .htm files in goDaddy shared hosting.

Scripts that partner is using written in not standard way and all files have .htm extensions don’t know why!

Reason can be somehow related to SEO. But it does not matter since problem exists and need solution ASAP.

GoDaddy support is telling that it’s possible to solve problem via .htaccess file using AddType Apache directive like

” AddType application/x-shockwave-flash swf ” - source http://help.godaddy.com/article/375

Tried both directives

AddHandler application/x-httpd-php .htm

AddType application/x-httpd-php .htm

But no results. Planning to contact again and clarify.

Will let you know when will find solution to this problem. I presume that problem specific to hosting since .htaccess file in sources was working on previous hosting service.

Update: Two days after found solution in help topics of same hosting service.

AddHandler x-httpd-php5 .php .htm .html

The hosting service that we are using now!

VPSLink.

Quite stable one.

Uptime is 99%.

During last month noticed that file system I/O is heavy and taking 1-3 sec only for response even if there only simple hello word in php script.

Might be related to small RAM (256) but sime ls -al command also taking long to run when there are 10-15 files in folder.

Thinking. We will need more RAM. So thinking about moving to dedicated hosting.

Never swim alone

First topic of this blog is abut how hard to manage project alone!