Latest Articles
C++ Programming Tips
Apart from having the discipline to always do things properly, these are the top 10 principles and concepts I think anyone who wants to be a truly excellent C++ programmer should adhere to and use:
Object Orientated Designs
Design Patterns
Standard Libraries
Templates
Descriptive Names
Const Correctness
Values, References and Pointers
Namespaces
Embedded Documentation
Avoid Macros
1. Object Orientated Designs
Object orientation has been around for so [...]
How to Remove Spaces from Filenames in Linux/UNIX
This command will rename all files that have spaces in their filenames, in the current directory and recursively in its subdirectories, so that in the new filenames all spaces are replaced with underscores (’_’ characters).
find . -name ‘* *’ | while read file;
do
target=`echo “$file” | sed ’s/ /_/g’`;
echo “Renaming ‘$file’ [...]
How to run MXit on your PC
MXit recently released a libPurple plugin. You can use the plugin to login and chat with your MXit account from your computer, by using an instant messaging client that supports libPurple (e.g. Pidgin).
MXit on Windows
To run MXit on a Windows PC:
Download Pidgin for Windows here:http://www.pidgin.im/download/windows/
Install Pidgin on your computer.
Download the MXit libPurple Plugin for Windows [...]
Recent Photos
-
Date: 2008-06-14Location: Surfers, BallitoDescription: Steve Bredell catching a barrel, with Clint Amey looking on.
-
Date: 2008-06-14Location: Surfers, BallitoDescription: Clint Amey doing a bit of soul searching deep inside.
-
Date: 2008-06-14Location: Surfers, BallitoDescription: Carl Berthelson getting some airtime.
Who is Liberta Design?
Liberta Design is the design initiative of Francois Viljoen. We offer internet marketing, web design, effective writing, graphic design, software development and photography services. We are based in Ballito, Durban, South Africa, but we operate both nationally and internationally.
It's all about the Internet.
It's always there, and it's available to anyone. People are using it to make decisions about who to use and where to buy.
Question: How are you using the Internet to tell people about your company?
Do you have a website? Who knows about your website? How do you advertise your website?
Does your website make a good visual impression, and spark an interest to find out more? Do the words and sentences on your website grab and keep the attention of the people they were intended for?