Category Archives: Tutorials

What is the point of learning a lot but never sharing that newfound knowledge with others in order to spread awareness around? Knowledge is for all and so if I come across some technique or instructions that I wish to safeguard for the future, where better to leave it lying around than on the World Wide Web for all to access?

Samsung Galaxy Ace S5830: Remove an App Shortcut from the Main Screen

samsung-galaxy-ace-s5830-cellphone

The Samsung Galaxy Ace S5830 is a nice mid-range Android phone running 2.2 Froyo with Touchwiz 3.0 on top. Although it isn’t quite intuitive, to remove an app shortcut (or launcher) from your phone’s main screen (or desktop if you … Continue reading

Posted in Android, Tutorials | Tagged , , , , , , , , , , , | 1 Comment

Windows Keyboard Shortcut: Quick, Launch the Task Manager!

windows-task-manager-screenshot

Here’s a nifty Windows keyboard shortcut which I was not aware of until recently. My version of Vista tends to freeze a lot, meaning a lot of sluggish trips through to the Open Task Manager button on the Control+Alt+Delete screen. … Continue reading

Posted in Tutorials, Windows | Tagged , , , , , , , , | Leave a comment

Samsung Galaxy Ace S5830: View Your MAC Address

samsung-galaxy-ace-s5830-cellphone

The Samsung Galaxy Ace S5830 is a nice mid-range Android phone running 2.2 Froyo with Touchwiz 3.0 on top. Sometimes it is useful to know what your device’s MAC address is and to locate it on the phone isn’t always … Continue reading

Posted in Android, Tutorials | Tagged , , , , , , , , | 5 Comments

Ubuntu Terminal: Efficient Way to Copy Across a MySQL Database from One Server to Another

I often need to pull down a copy of a live MySQL database instance for development work on my local machine. Because my access to bandwidth is limited, I need to come up with the most efficient way of achieving this, and my method for achieving this is chronicled below – mainly so that I can refer to it when I forget! Continue reading

Posted in MySQL, Tutorials, Ubuntu | Tagged , , , , , , , , , , | Leave a comment

How to Generate a URL containing QR code using Google Charts API

qr-code

QR codes are slowly, slowly gaining more traction, despite the fact that they are pretty much only useful little beasts when it comes to directing smartphone users to some or other web content URL. Generating them is pretty easy, hell, Google Chart has an API for them (which is exactly what we are going to leverage in a minute), and to decode them you simply need a phone with a camera and a decoder app installed. So let’s do this.
Continue reading

Posted in Tutorials | Tagged , , , | 2 Comments