Author: Lara

  • Reverse Job Post:
    UX-Oriented, Senior-ish Front-end Developer

    Lara’s Dream Employer seeks a UX-Oriented, Senior Front-end Web Developer with advanced HTML/CSS knowledge, working JavaScript knowledge, and a background in illustration or visual design. This role is part of a small front-end team that operates as the link between design and back-end development.

  • Image of a street in the East Village in Manhattan

    Article: No, I’m from New York

    Actually, I’m from a small town in Pennsylvania, but my years in NYC made enough of an impact on me that this article from the New Yorker describes the LA vs. NYC phenomenon impeccably.

    ,
  • Workspace of late

    I quite enjoy seeing other people’s workspaces, particularly the people I only know of through online means. I have finally figured out a work routine I’m happy with here in Los Angeles. I can’t say I’m sold on the city quite yet, but that’s another blog post. For now, here are my tools of the…

  • When you draw a funny character and realize it’s more like a self-portrait…

    I drew a cute character and it ended up resembling a picture of me a the beach. Funny how these things happen.

  • Plans and Pens for notlaura.com v3

    There are a lot of fun technologies that have matured since I took my ski-bum sabbatical over the winter, and I am doing my best to bring my skills back up to speed. They weren’t all that far behind, but given my newfound motivation and availability for side projects, I’m really excited to delve into…

    ,
  • Updates Soon-ish

    I’m in the process of a light rebranding effort, primarily updating this site to be less oriented around attracting business and more oriented to me as a developer/individual. This site’s design has been the same for almost five years and, although I still love it, my goals have changed significantly; I’m currently looking for a…

  • Five-Figure WordPress Resources

    Of all the talks I’ve given, the “The Five-Figure WordPress Website” is my favorite. It’s a thorough look at the process I use to make WordPress websites in my freelance practice, and I’m really happy to share the process it’s taken me many years to fine tune. With that in mind, here are a bunch…

    ,
  • Squarespace vs. WordPress vs. Whatever: My Final Answer

    If I had a nickel for every time I heard this question: “I want to make a website, but I know nothing about websites. Should I use Squarespace or WordPress? Something else?” In reality I’d have less than a dollar, but I hear it enough that it’s time to write a serious post answering the…

  • Back in business!
    An update from sunny LA.

    While my few month ski-bum sabbatical was enjoyable and revitalizing, I now realize that mountains, fresh air, and care-free living are totally overrated. Err…what I’m trying to say is I took my break and am ready to get back to business.

  • Ski bum sabbatical

    I currently write from my new home at Goldminer’s Daughter Lodge in Alta, UT. I’ve made quite the transition from life in New York City. After a few months back at home in Pittsburgh, I have migrated to Utah for a ski bum sabbatical at Alta, a ski resort outside of Salt Lake City. I’ll…

  • How to render a code block of Haml in Haml

    I’m currently working on a style guide for a Rails app (fun!). The documentation is built as a baby Rails app of it’s own, thus in Haml, an HTML pre-processor (think Sass, but for HTML). Like any style guide worth it’s salt, I wanted to have a block of the markup for each element alongside…

  • Why don’t code schools teach WordPress?

    In the coding classes I’ve taught (which, for the record, have been part-time, not bootcamps) students’ intentions are often to make their own websites, work on existing ones, or to incorporate web development into a freelance practice. Regarding bootcamps, I’ve met several graduates who began their careers with freelancing, where a lack of WordPress competence…

  • 2015 Year in Review

    This is “Year in Review” has a bit of a negative tone. I considered editing this post to make it sound more I-love-my-life-and-work-always for potential employers, but that’s no fun! Go ahead and read about 2015, the year that made me want to leave NYC, move to Utah, and work at a bar (which I…

  • The Twig for Timber Cheatsheet

    Although Timber ultimately simplifies templating in WordPress, there’s a bit of a barrier to entry. If you haven’t worked in a templating language before, it takes some time to get a handle on what’s possible. The following are some introductory Twig concepts and snippets I’ve found particularly useful when working with Timber and Advanced Custom…

    ,
  • @include upperspace;

    I’ve made a few websites over the past year or so, and I finally feel like I’ve nailed down the process. Of course there’s a lot more to it, but potentially the most useful, simple, and adorably named part has been a typography mixin I call upperspace: @mixin upperspace { letter-spacing: 1px; text-transform: uppercase; }…