Category: Programming

  • VPN split tunneling on Mac default client (Cisco IPsec)

    The first thing one needs to do is identify your router gateway ip address. To do that simply check the routing table: The top of the routing table will show the default gateway (make sure you are off the vpn to run that). Next step is to go ahead and connect to the vpn (when…

  • Contact Widgets – A Plugin to showcase your social links & contact informations

    Building a simple but highly flexible contact & social widget that works well in the customizer is hard. This was our core philosophy while working on the version 1 of this plugin and I do hope it proves useful for many people out there. Please check out for new features and releases in the coming…

  • If you landed here is that you probably have a keen interest in bringing a more powerful search engine into your WordPress site and you have heard about Elasticsearch, the relatively new document oriented, RESTful search server based on Lucene. There are many reasons why one uses Elasticsearch so I won’t get into much details,…

  • Have you ever worked on a team where everyone needed to put the Jira ticket number in the git message? Ever wanted to know all the ticket being merge to another branch before doing so? Here is a nifty little bash function that you can put in your bash profile: Once you have this included, you…

  • Original article appeared on X-Team.com We all know that Drupal doesn’t do really well under the default shared folder of VirtualBox. When we were given the task of creating a new box for one of our clients, we immediately went with NFS file system to circumvent this issue. We quickly realized two things: Vagrant is…

  • Read the full article on x-team.com. Disclaimer: Drupal 8 is still in a very early stage. Therefore, some examples or content in this article is subject to change without notice. I will be using the Drupal 8.0-alpha10 package that you can find here. My girlfriend and I (like mostly everyone really) are always looking for ideas about…

  • Read the original article on x-team.com. Disclaimer: Drupal 8 is still in a very early stage. Therefore, some examples or content in this article is subject to change without notice. Translating content in Drupal isn’t a straightforward task in Drupal 7. That is why they made it a priority in Drupal 8 to make this…