Category Archive: Technology

March 5, 2015   /   by Marco   /   , , , ,

How to disable the right click for a Kiosk website

How to disable the right click for a Kiosk website

In the past several post you may have noticed that I’ve been writing quite a bit about Chrome and Kiosk. There is a reason for this as I’ve been involved in setting up a Kiosk for a project. Now in this post I’m just going to write down how I disabled the right click (context menu) […]

read more

March 5, 2015   /   by Marco   /   , , , ,

How to disable Java was blocked because its out of date message

How to disable Java was blocked because its out of date message

If you run an old version of Java and found it more stable than the latest version Chrome will keep bugging you to update the plugin. This prevents the Java app to run and can be very annoying. Here’s the example message: One way to disable to disable this message from appearing is to use […]

read more

March 3, 2015   /   by Marco   /   , , , , , ,

How to disable the restore message in Chrome

How to disable the restore message in Chrome

Yesterday I posted a short article on how to Disable the Chrome Developer tools for the Chrome Kiosk mode setup. Another little handy tip if you’re looking at using the Kiosk Mode, is to disable the annoying message “Chrome didn’t shut down correctly. Restore”. The options are to close the message or to press the restore […]

read more

March 2, 2015   /   by Marco   /   , , , ,

How to disable Chrome developer tools

How to disable Chrome developer tools

If you’re intending to use Chrome kiosk mode (read this article on how to achieve this) then it’s a must to disable the Chrome Developer tool as this is not disabled by default in Chrome. What is the Chrome Developer tool? This is a useful built in tool in Chrome used by developer to debug, […]

read more

February 28, 2015   /   by Marco   /   , , , ,

How to get TightVNC viewer working in Java

How to get TightVNC viewer working in Java

This took me a while to figure out so thought I’d better document it here otherwise I’m going to forget. TightVNC is a free remote control tool that runs on a Windows PC. Once you install the software on the PC, you are able to remotely connect and manage the PC as if you were […]

read more

February 23, 2015   /   by Marco   /   , , , , ,

How to disable synchronisation for a mySQL database table

How to disable synchronisation for a mySQL database table

In a previous post, I wrote an article on how to setup database replication using mySQL. I recently had to figure out a way to exclude a database table in the replication process and this is what I had to do: NOTE: I’m using WAMP as my website hosting software Open up the my.ini file under […]

read more

February 20, 2015   /   by Marco   /   , , , , , , ,

Unable to paste text in Windows RDP

Unable to paste text in Windows RDP

THE ISSUE For some unknown reason, I connect to a Windows 2012 R2 server via remote desktop. I copy text from my local computer and then paste want to paste it on the Windows Server. This did not work. THE FIX Apparently there is a RDP service called rdpclip.exe that is used as a clipboard […]

read more

February 7, 2015   /   by Marco   /   , , , , ,

Ask where to save each file before downloading

Ask where to save each file before downloading

By default, when you click on a file to download it will save it in the download folder e.g c:\users\[account name]\Downloads If you want to be a bit more organised like me, I save files in a specific location. That way I don’t have to move the files at a later stage. Each browser has […]

read more

January 26, 2015   /   by Marco   /   , , , , ,

How to merge duplicate information in Google Contacts

How to merge duplicate information in Google Contacts

Do you have duplicate contacts in your Google Contacts or on your Android Smartphone? Here’s a simple way to remove/merge duplicate contacts: 1. Login to your Gmail account 2. Click on Contacts. There’s a few ways to go into contacts: Click on the Apps icon at the top right hand corner   or click on […]

read more

January 17, 2015   /   by Marco   /   , , , , , , ,

Facebook Pages Call To Action

Facebook Pages Call To Action

Today, I was given the privilege by Facebook to use a new Feature on Facebook Pages called Call to Action. [colorbox title=”What is Call to Action?” color=”#c0c0c0″]According to Facebook: Designed to bring a business’s most important objective to the forefront of its Facebook presence, call-to-action buttons link to any destination on or off Facebook that […]

read more

January 15, 2015   /   by Marco   /   , , ,

How to setup phpMyAdmin to prompt for login and password

How to setup phpMyAdmin to prompt for login and password

By default, phpMyAdmin on WAMP automatically logs in using the root user account. To make this more secure you it is best to use an authentication method to prompt for the username and password. To do this follow these steps: Edit the config.inc.php file located in C:\wamp\apps/phpmyadmin3.5.1 Look for the line that has auth type […]

read more

December 17, 2014   /   by Marco   /   , , , ,

WordPress Fastest Cache plugin

WordPress Fastest Cache plugin

I’ve been using WordPress for years. I can’t even recall whether I’ve used v1 or not but I wanted to share with everyone one of the plugins that I’ve been using for the past year. It a caching plugin and it’s called Fastest Cache. This plugin is FREE and it was one of the easiest […]

read more