Site Search


$10 for a shitshow

This was a last-minute load that was served me Wednesday morning on my way to deliver the bakery products from Norwalk OH. I was originally going to the port for bananas to Columbus OH, but this one was after all equally good and since I was the only driver around I didn't have much choice.

Back in Dayton

Back in Dayton today. I got my load of bananas loaded up in Wilmington yesterday at 17:00, unfortunately, a couple of hours late.

 This made my 14-hour clock cut me off too early, but I did my best trying to get to Columbus. I pulled over at the big rest area in Hebron, 30 minutes...


2016-07-12 21:05:34

How to Get Facebook Access Token

STEP 1 - create the redirect_uri page

First, create a simple php script in your local web server, which has the Canvas URL (redirect_uri) you set creating your Facebook App in STEP 3. I set this URL to h...


Syntax highlighter

This is a test of some PHP code

	if(isset($_FILES['image'])){
		$errors= array();
		$file_name = $_FILES['image']['name'];
		$file_size = $_FILES['image']['size'];
		$file_tmp = $_FILES['image']['tmp_name'];
		$file_type= $_FILES['image']['type'];   
...

More syntax highlighting

added syntax highlighting