Archive for June, 2008

Sketchup - Intro to sections

Thursday, June 5th, 2008

This tutorial show how to use the basic functionality of the section tool in Google Sketchup including positioning, limitations, and the context menu - reverse view, align to section, group section lines.

Sketchup Jackpot

Wednesday, June 4th, 2008

I found a great tutorial series for learning how to draw a house using Google Sketchup. I’ve only watched this one. If the others are as good, I’ll watch them all.

PHP cURL

Sunday, June 1st, 2008

One of the most important options for using PHP’s cURL library is CURLOPT_RETURNTRANSFER. When set to true, curl_exec() will return the transfer as a string instead of outputting it out directly. This let’s you store it in a variable.