Site Search


Chinese diesel heaters - general review

It's been a struggle for me to live comfortably in my motorhome, but then again it's my first winter so here's the first product I'd like to recommend to anyone out there, RV or not that is freezing and just wants to stay a little warmer.

Back in Ohio

Must be one of the busiest days in months, I started out around 6 am in Hazleton and drove straight to Ohio, had a 30-minute break an hour east of Columbus, then headed to the Indiana yard to drop. I arrived at the yard at 18;00. Did the drop and used PC from the yard and home. I've been recei...


Same old, same old

Nothing new is going on here, still doing these New York City loads on Mondays and Tuesdays. My truck was turned in last week for body work, scheduled to be done when I arrived on Thursday, but it wasn't. Ended up in Indianapolis with a load dropped at Johnson & Johnson. I was supposed to ...


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'];   
...