Articles
Everything on developer portals from strategy and business to technology and visual design.
Sign up to our newsletter to make sure you don't miss out.
Categories
by 11 years 10 months ago
Useful tips for using HTML imports (part 2)
Part 2 of my two-part series about using HTML imports explores the options of manipulating the import file with a DOM API, and I also take a look at dependency management and performance.
**For HTML imports basics check out [part 1 of the series](http://pronovix.com/blog/useful-tips-using-html-imports-part-1)!**
by 11 years 10 months ago
Useful tips for using HTML imports (part 1)
Have you ever tried including an HTML page inside another HTML document? Before HTML imports, you had to work around this problem using iFrames or AJAX, both pretty inconvenient for the task. HTML imports solves this problem elegantly. It hasn’t been long since I started using it, but I found it such an amazingly useful tool that I wanted to share my experiences with you.
by 11 years 11 months ago
Field Permission Patterns: a Drupal module for configuring custom field permissions
If you ever had to configure custom field permissions in a project that had a ton of custom content types with a bunch of different fields, you probably ended up wishing for a tool that would make this process less boring and error-prone. This is why I wrote Field Permission Patterns, a module that takes the hassle out of configuring custom fields. In this post I tell you more about the usage and configuration options of **Field Permission** and **Field Permission Patterns**.
by 12 years ago
Drupal 7 and Drupal 8 core Walkthroughs
We have documented Drupal 7 core with an exhaustive set of Walkthroughs as a community effort. Documenting Drupal 8 core is ongoing, send an email to Kata, our community manager if you’d like to join the project.
Drupal uncoded
In open source, something magical happens when like-minded people meet. You find out somebody else is dealing with a similar problem, you combine ideas and before you know it an ad hoc working group has formed to fix the problem. It's a public secret that at Drupalcon the good stuff happens in the BOF sessions. If you are a Site builder, editor or content owner, marketeer, product owner, entre- or intra-preneur, digital agency or consultant, and this is the event you have been waiting for, help us spread the word, and sign up, so that we can reach out to you when we have more information available.
Behat coverage for all of Drupal - how it could be done
There is a lot of excitement in the Drupal community about Behat, especially from more advanced teams that are investing in their Devops infrastructure. It now even looks like Behat might some day make it into Drupal core. I guess that is why several Web development teams that use BDD (Behavior-Driven Development) have asked me how WalkHub relates to Behat. I’ve written a longer post on the WalkHub blog that explains how it could be done, and what the benefits would be. In this post I will focus on how WalkHub could help the community complete the creation of Behat tests for all of Drupal core and contrib.