Working with code in the browser is a challenge. Not only do you need to manage the disparate behaviors of a variety of browsers and navigate the sometimes treacherous waters of JavaScript’s functional programming logic, but managing a wide array of dependencies and...
Read More Using Browserify with JavaScript (and Keeping Yourself Sane!)Search Results for: git flow
Didn't find what you were looking for? Try another search!
Dealing with Brute Force Attacks by Yourself
In this post, I’m going to give you the tips and tricks I use on an everyday basis for handling those pesky brute force attempts by yourself on your own server. This post assumes that you know a few things about Linux...
Read More Dealing with Brute Force Attacks by YourselfThe Basics of Developing Accessible Websites
Imagine not being allowed to buy a gallon of milk because you’re color blind. What a ridiculous scenario right!? But the reality is: Grocery stores don’t discriminate against those with disabilities…but your website (probably) does. The reality is that there are millions and millions of...
Read More The Basics of Developing Accessible WebsitesUsing Vagrant and IIS for WordPress Development
…And lo! It came to pass that I needed to set up a local environment built on IIS. Many things (like communicating with a MS SQL server) can be emulated or replicated on a *nix environment, in which case the Vagrant workflow I’ve...
Read More Using Vagrant and IIS for WordPress DevelopmentA Beginner’s Guide to the Best Command Line Tools
As someone who loves the command line, I’m always striving to make my workflow easier, more efficient, and just overall better. Hopefully, by walking through my set up and my recommendations for the best command line tools, you’ll find some nifty tips...
Read More A Beginner’s Guide to the Best Command Line ToolsMaking Inline Media Queries Even Better with Breakpoint Sass
When I think about a few “game-changers” in regards to how I build websites today compared to ten years ago, I would have to say that WordPress and Sass have completely enhanced the efficiency of my workflow as a designer. One of...
Read More Making Inline Media Queries Even Better with Breakpoint SassGetting started with Vagrant & VVV for local development
When I started doing web development, I think I started the way a lot of us did. You have a site you want to work on, so you connect with FTP, download a file, modify it, upload it back up, and then...
Read More Getting started with Vagrant & VVV for local developmentDisplay Likes, Tweets, Page Views, and Comment Counts in Posts
Here at WebDevStudios we do a bunch of heavy lifting for clients. It’s rare for us to install “XYZ plug-in” and call it a day. One client wanted to display likes, tweets, page views, and comment counts, via custom buttons, for about twenty posts on the...
Read More Display Likes, Tweets, Page Views, and Comment Counts in Posts