Cross Browser Web Design – CSS Positioning instead of floats

Over the years one of the most constant things i’ve been witness to in the web design world is people struggling with html layouts. They first struggle with them in their browser of choice and then they struggle making them cross browser compatible. This all comes from a design which is pixel perfect as it …

What does it do?

Last time round I made a vague announcement that something was being put together which would benefit people who have a disliking to alarm clocks, and i’m hoping to go a bit more into detail. Most of the information gleaned on this is by observing myself and my partner in the mornings. It follows the …

ffmpeg: error while loading shared libraries: libamrnb.so.3: cannot open shared object file: No such file or directory

If after compiling FFMPEG on Fedora you get the following error message, it can be fixed quite simply: ffmpeg: error while loading shared libraries: libamrnb.so.3: cannot open shared object file: No such file or directory First go into the following directory cd /etc/ld.so.conf.d Create a file a new file with an editor of your choice …