Showing posts with label link. Show all posts
Showing posts with label link. Show all posts

Friday, July 31, 2015

Touchpad Scrolling doesn't work on Windows 10?

If two or even single finger scrolling doesn't work after update to Windows 10 and your touchpad is manufactured by Synaptics company, download and install driver for touchpad version 16.2.x. Everything will work like a charm.

Synaptics driver for Touchpad that Scroll on Windows 10

Open this link Synaptic Touchpad Driver 16.2, supports scrolling on Windows 10, check "I agree" options on the bottom of page and press "Submit" button. The driver will be downloaded.



Monday, September 02, 2013

Micro USB 3.0 connector pinout

I was spending about 15 minutes googling until I've found the electric pinout of Micro USB connector ver 3.0 (a doubled one)

Also I was not able to get an electric scheme of USB 3.0 that specifies color of each wire inside the cable.

So after some research I've made a paper note for myself. Also I didn't forget to take a photo and share it to everybody:

Micro USB 3.0 pinout and color of wire

Hope this saves time for other people :)

Tuesday, August 13, 2013

Websites at Different Screen Resolutions

If you are creating a lot of web pages, or have a bunch of own websites, you know how important it is to make the HTML documents are looking good for each user. Different formats of monitors (4x3, 16x9, 16x10), lots of screen resolutions (1366x768, 1920x1080, etc), the variety of mobile devices, half of them with automatic rotation of the screen ... What the hell?

So I've created a simple online web service to view any web page at different sizes and resolutions.

By the way, it's free :)

Thursday, December 20, 2012

KARPOLAN's Life by ANIMOTO


Cool video I've created using Animoto web service: KARPOLAN's Life

Monday, November 12, 2012

Did you remember this?

If you are old enough to remember Windows 95 or 98, this is for you:
Black screen at the end.

Friday, September 07, 2012

Landing pages in 5 minutes!


New web service RocketStart.Me allows anybody to create cool looking landing pages for any product, person, event, and so on.

It works as SaaS (Software as a Service), so you do all tasks right in the browser, no software downloads required!

Everything you need is just create account, choose the page template and put some text, media, links, social buttons or other "blocks you want" there. It took less than 5 minutes to create such page:

KARPOLAN at RocketStart.Me

Cool service indeed, I'm planning to make landing pages for every my software product!


Sunday, July 08, 2012

Credit Card Joke

Anybody knows is it legal to make funny stuff like that:

Credit Card Joke

I don't want to get any subpoena :) Maybe some kind of legal notes are required?

Wednesday, July 04, 2012

Picture of the Day

I've created own Picture of the Day service.

It took about 3 hours at night while I was fighting the insomnia...

Wednesday, June 06, 2012

Sunday, October 16, 2011

Wordpress + Custom Scripts = Error 404

Wordpress is the most popular CMS in the world. Many sites are powered by Wordpress, plugins almost for every need are available. But...

If you decide to add some custom web scripts or other CMS to the domain where Wordpress is already installed, you'll get a problem with Error Handling. Wordpress shows Error 404 (File not found) for any URL that is not a part of Wordpress system!

Moreover, Wordpress changes standard error pages to its own ones. So if an error occurs outside Wordpress environment, the error message appears in Wordpress style anyway!

This can be fixed using .htaccess settings. At first you should exclude work folders form RewriteMode redirections. Add the following line into .htaccess file in the root of your site:

RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_URI} !^/(folder1|folder2)/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress /index.php [L]

Then you should disable custom error page, at least in folders of your scripts. Add the following line to .htaccess files in your script folders. You can add this line to the root file as well, but sometimes it doesn't work:

ErrorDocument 404 default

This is enough if Wordpress is installed into a folder. But if Wordpress is installed into the root of the site, the solution may not work depending on CMS version and installed theme. Most probably you will need to fix some files manually to disable 404 error handling. The core is located in class-wp.php file:

function handle_404() {
...
$wp_query->set_404();
status_header( 404 );
...
}

BTW, Wordpress in the root of the site is not a best practice...


Friday, September 23, 2011

Keyboard Leds 2.0

Keyboard LEDs version 2.0 has been released.

Program allows you to see the current state of keyboard locks (Caps, Num, Scroll). Information is shown in the system tray or on a floating window over your screen. Also there is an option to indicate the locks state changing with sound.

Keyboard Leds software by KARPOLAN

You can download and use Keyboard Leds program absolutely free!

Download EXE file
Download ZIP Archive

Thursday, June 23, 2011

Keyboard Leds 1.5

Keyboard LEDs version 1.5 has been released.

Program allows you to see the current state of keyboard locks (Caps, Num, Scroll). Information is shown in the system tray or on a floating window over your screen. Also there is an option to indicate the locks state changing with sound.

Keyboard LEDs software by KARPOLAN

You can download and use Keyboard LEDs program absolutely free!

Download EXE file
Download ZIP Archive

Monday, June 20, 2011

List of USA and Canada States

Same to the countries list I'm publishing the list of USA and Canadian states:

Hope this helps somebody :)

Hint: Click on list, press Ctrl+A to select all, Ctrl+C to copy the list.

Tuesday, May 17, 2011

Keyboard Leds 1.3

Keyboard LEDs version 1.3 has been released.

Program allows you to see the current state of keyboard locks (Caps, Num, Scroll). Information is shown in the system tray or on a floating window over your screen. Also there is an option to indicate the locks state changing with sound.

Keyboard LEDs software by KARPOLAN

You can download and use Keyboard LEDs program absolutely free!

Download EXE file
Download ZIP Archive

Software works on Windows, there is no MacOS edition. Yet :)

Saturday, March 26, 2011

My CV

I've updated my Resume (Curriculum Vitae). I don't know what to do with this "paper", so just put it in a public place: KARPOLAN's CV.

Sunday, January 16, 2011

Software to monitor internet usage

What is the best software to monitor internet usage?

I know WorkTime by NesterSoft but I'm not sure that is the easiest one.

Any other suggestions?

Thursday, December 09, 2010

ClearType Switch Software for Windows

Options for text anti-aliasing ("Smooth edges of screen fonts") and ClearType are located in different places depending on Windows version. This is very annoying and confuses users much!

So I've create a small program to fix this issue - ClearType Switch.

Touchpad Blocker software for Windows by KARPOLAN

You can download and use ClearType Switcher absolutely free!

Download EXE file
Download ZIP Archive