Evan Lovely's Site

Environmental Neglect in Thailand

I just watched 2 construction workers take a payload of glass panes from their site up to the edge of the jungle and toss pane after pane into the jungle. It was really sad to watch. No concern given to the beautiful area they live in, Railay Beach in the gorgeous area of Krabi, Thailand. Or maybe no better way to dispose of it and I just don't understand the way things are. However, I simply refuse to believe that it is OK. It was obviously know as wrong at some level to them since right after I walked up drop jawed and started to pull my camera out, they stopped and took a couple steps back. After I walked on I looked back to see them resume their environmental neglect. I came back about 10 minutes later and took some pictures of the glass landing zone and then another shot of them filling up another payload of glass to be thrown into the "pristine" jungle. Boo!

I love technology

Tags: 

I love technology. Quite possibly the greatest tool humanity's created, it allows me to learn about my environment as I walk through it, creates the situation where work is something I do not someplace I go, allowed me to teach myself a profession I didn't graduate college for, lets me see my mothers face smile a half-world away, helps me not waste a library's worth of paper, and disperses ignorance through collective wisdom. It's all in how you use it. Use it well.

A Week of Rafting the Salmon River

Salmon River Valley, Idaho

I went on a 6 night rafting trip with my Dad on the Main Fork of the Salmon River in Idaho, an 80 miles stretch of river through one of the most remote areas left in the lower US. SO awesome. I've been rafting with my Dad since I was 4, and being able to camp while rafting is truly one of the most enjoyable experiences. Being able to throughly disconnect from the external world is so cleansing and appreciated. I had no idea what time it was most of the time and even lost track what day it was a time or two. This river is called the "River of No Return" as it pretty much is one-way trips from East Idaho to West Idaho only. It is also the 2nd deepest river gorge in the continent, even deeper than the Grand Canyon, although it doesn't feel like it as much since it's a series of false summits. It flows into the deepest river gorge afterwards, the Snake River cutting through Hell's Canyon.

I'm traveling around the World for 6 months. While Working.

Have you ever had something big you've always wanted to do? Something that seems improbable but undeniably alluring? Something that you could look back upon much later in life and smile deeply knowing you didn't let chances pass you by?

For me, it's been the idea of traveling while working part-time in a location independent career. I taught myself how to be a front end web developer and have emphasized learning how to do it in a way that the where does not matter. Most of the time that just means being able to enjoy working at my house part of the week and being able to make visits back home easier to swing. After reading the world altering 4 Hour Work Week and seeing that many concepts about work and life were outdated and unnecessary, and seeing that other people, like Sean Ogle and Cody McKibben, were pulling this off, I've realized that it could be taken so much further.

I realized that I could outsource myself and save money if I could be in a country where the cost of living was less than in US cities, while still earning US city wages by working on a laptop abroad, a form of Geo-Arbitrage.

10 Fundamentals of being a Front End Web Developer

  1. Know how to use a computer - very well. Seriously, not just turning it on and launching a browser, then going to Facebook. Learn the tricks, tweak it, break it, fix it. Know your tools well.
  2. Keyboard Shortcuts - Every chance you get to use a keyboard shortcut over a mouse click a kitten somewhere has it's life spared. Tell yourself that. What I do is use my mouse to go into the menu for what I want to do and look at the keyboard shortcut for that menu item, then I don't click on it, close the menu, then pull the command out of my short term memory and use it. This works wonders for memorizing these. It's almost impossible to read a big list and then have them stick. Work on learning 3 or so at a time then add more when you can use them without thinking.
  3. Understand the file system - both on your machine and the server. Google 'absolute path' & 'relative path'. Better yet, just read the Wikipedia article on Paths. Also read up on FTP - It's how you'll move files from your computer to a server.
  4. Learn how to learn - get good at researching what you're stuck on. Google obviously, but also go to physical bookstores and flip through books. Buy new ones that call to you often.

Learning Front End Web Development

I am a self-taught Front End Web Developer who writes a lot of CSS, HTML, & jQuery Javascript and pushes pixels in Photoshop from my laptop with flexible location and time restraints. I love my job. I want to share how to get started in this field. I feel that if you're reasonably tech-savvy and persistently driven, you can learn this. If you're not tech-savvy, then just double up on the persistence. First I'll cover the tools needed, next I'll go over the fundamentals, and then share my favorite resources.

Tools

  • Mac - Not saying you can't do this on a Windows or Linux machine, just that if you want to, you're learning from the wrong guy. That being said 95% of the people I know that do design, development, or production, do it on a Mac. You don't need a fast one as web work is pretty nimble (most files are really small). I'd suggest getting the low-end MacBook for the basics, or the low-end MacBook Pro if you've got a little extra. Portability is nice. If you know you'll only be working at home, then go for the iMac. That thing kicks ass and you get a huge screen (super helpful to have lots of screen space). If you go laptop, eventually get a second monitor.
  • Coda - Skip Dreamweaver. You need to learn the code.