• Partner Project 2: What’s your idea?


    In part two of this series, find out how to research your idea to find out how to make it better. Also learn some tools that will help you find your niche and organize your data. For discussions and help with your project, please visit:

    http://www.tinkernut.com/partnerproject

  • Partner Project 1: Getting Started


    Follow me as I start from scratch making a new YouTube series and see what it takes to be a successful YouTube partner.

    http://www.tinkernut.com/partnerproject

  • Turn YouTube Videos Into Animated GIF’s






    Take advantage of Google Pluses animated Gif support by turning your favorite YouTube videos into animated Gif’s

    http://gifninja.com

    http://www.cellsea.com/media/vindex.htm

    Geocitie-size your page!

    http://wonder-tonic.com/geocitiesizer

  • Let Me Promote You!




    I’m attempting to give you guys a chance to show me your best videos and I’ll promote them on my website. Check out www.tinkernut.com to find out all about it.

  • How to set up a Minecraft Server


    Description:

    Minecraft is a super popular games among the geek community. So in this episode, I’ll show you how to set up your own Minecraft game server.

    You can download the server software here:
    http://www.minecraft.net/download.jsp

    If you have a mac, use the command line to launch the server software:
    java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui

    Here’s the contents of the server.properties file:
    level-name=world
    hellworld=false
    spawn-monsters=true
    online-mode=true
    spawn-animals=true
    max-players=10
    server-ip=
    pvp=true
    level-seed=
    server-port=25565
    white-list=false

  • Awesome HTML5 Video Trick


    Create a free chroma key effect using HTML5 and canvas.

    LINKS:
    Live example – http://www.tinkernut.com/demos/273_chroma/video_chroma.html
    Project Files – www.tinkernut.com/demos/273_chroma/html5_chroma.zip
    HTML5 video  tutorial –

    Learn how to code an HTML5 video player in under 5 minutes and make it so that it plays on any browser!

    View the sample (You can attain the source code for this project by viewing the HTML source in the webpage listed below.):
    http://www.tinkernut.com/demos/html5/video.html