Tag Archives: windows

How to Share a Printer to a Windows PC from an Ubuntu PC

share-printer-in-ubuntu-for-windows-screenshot-5

Sharing a printer to your Windows laptop or desktop PC from your main Ubuntu desktop machine is made pretty simple thanks to the magic of Samba. Here’s a quick tutorial on how to efficiently share your printer under Ubuntu then: … Continue reading

Posted in Tutorials, Ubuntu | Tagged , , , , , | Leave a 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

PHP: Handle Microsoft Windows Smart Quotes in Your Strings

Microsoft Word likes converting single and double quotes into it’s so-called smart quotes representation, which can be annoying when you are trying to display the string on a device that doesn’t support smart quotes (the curly ones in case you were wondering). The easiest way to clean out these curly smart or fancy quotes is to run a simple search and replace on your string:
Continue reading

Posted in PHP | Tagged , , , , , , , , , | Leave a comment

PHP: How to Gracefully deal with some Microsoft Windows Special Characters

Although Microsoft Windows smart quotes are the usual culprits for web developers who need to display strings on devices powered by operating systems other than Windows, there are in fact a number of other Windows-only special characters that can potentially rear their heads every now and then. Continue reading

Posted in PHP | Tagged , , , , , , , , | 2 Comments

Windows: ‘ipconfig’ is not Recognised as an Internal or External Command

If on opening a command line prompt and trying to run something like ipconfig or ping, you receive an error message reading something like ‘ipconfig’ is not recognised as an internal or external command, chances are pretty good that you somehow messed up your PATH system environment variable. Continue reading

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