If you use Gulp or Grunt in your projects, there is a chance you can may inadvertently trigger a segmentation fault on the server. This is a very unusual error to see in Drupal, and it can be hard to track back what actually caused it.
There comes a point in every programmers career where they must make the decision to change up their career or face burnout, skill rot, boredom, and fatigue. I call them the four horsemen of programming, and I faced them all. I always stubbornly found a way around them or fought through it for...
Ever find yourself working on a Drupal theme and unable to figure out why templates aren’t recognized, CSS isn’t changing, or JS is still
acting funky only to realize you haven’t done something as simple as clear cache? We all have. Fortunately, we can do this automatically via Grunt.
PHPStorm is a fantastic IDE for PHP. I’ve been a fan of JetBrains’ products for quite some time. Whether it’s RubyMine,
WebStorm, PHPStorm, or PyCharm, their IDEs are one of the most developer friendly tools I have ever come across.
One of my favorite things to assist in my development...
If you host your Drupal site on the Pantheon platform, you may already know that you do not need to include a settings.php file because they provide the connection information for you automatically. However, you can provide one if you are
setting up database connections. What was...
If you’re doing a migration of media files, you most likely will be working with a list of URLs. Other times, you will have a local file system from which to pull in media. When working with just a list of
URLs though, you’re somewhat working with a ‘blind’ import.
Lately I have been exploring whats coming down the pipe for new versions of SASS. Version 3.3.x brings in a lot of new or improved features
that, as a programmer, are very cool. I’ve enjoyed using SASS as a means of styling for quite some time now. It is simply a very efficient way
to generate...
Migrating content from one platform to another saves lots of time from doing grunt work and gets data moved fast. However, simply moving the content doesn’t mean the job is done. There are other considerations too, such as 301
redirects for example. Since we are moving content, our aliases are...
PHPStorm and the JetBrains suite of products are without a doubt, the best IDEs on the market for their respective applications. I have tried damn near
every IDE out there, going as far back as...
What? Thought we were done? There are still things left to learn here. There are always things to learn.
In Nokogiri, the css method is simple, straightforward, and familiar if you have a background in jQuery. But, if you have multiple elements on the page to select,...