Archive Page 2



Moving code to a different Subversion repository can be a pain in the ass at the best of times and having pesky .svn directories all over the places isn’t going to help things in the slightest!

Here is a easy way to recursively remove all of the .svn directories under the current one.
It only works under Linux and OS X (sorry windows guys, its time to move on anyway).

find . -iname ".svn" | xargs rm -rf

CAUTION::I take no responsibility for any loss or damage caused by using this! Use it at your own risk.

If anyone has any better ways to do it please let me know.

This is how to insert an iframe into your HTML page and have it look like its a part of the page with no scroll bars etc, kinda like an SSI include.

1) Download and follow the instructions for the iframe SSI II include script by dynamic drive

2) If the page that you are including is running from a sub-domain of your site include this javascript in the head of your page. Replacing kumkee.com with your domain.

<script language="JavaScript" type="text/javascript">
	document.domain = "kumkee.com";
</script>

3) To remove any horizontal scrollbars that you might get if your iframes content is to big for the area it has been given add the following css to your iframe.

overflow-x:hidden;

enjoy.

Presentation Zen has an interesting article called Don’t make a speech. Put on a show.
Where they talk about Paul Arden’s book It’s Not How Good You Are, Its How Good You Want to Be. And have a very cool example of a (slightly overboard) video presentation.

At ANYwebcam we have released a new Quick & Easy Webcamm’ing util into beta.

This new utility is written in flash so now Linux users will be able to use there webcam with AWC. It also gives windows users a good alternative to downloading the full desktop application and Mac users another option then using the Java based Quick Broadcaster.

For more information and the official word from AWC see : Beta - Quick & Easy Webcam’ing

Welcome

Welcome to KumKee.com.

Kumkee.com is the blog of Lee Kemp. Here I will be writing about Software Development, Graphics, Music, Kombi Vans, ANYwebcam.com and other Random stuff.

This blog has been created using WordPress and the look and feel is based off a sweet, easy to use and clean theme called Lowstream.