Profile picture for user Sean Lange
Sean Lange
19 Aug 2013

Friendly Reminder: HTML comments still render and execute

We know that HTML comments on your code work for eliminating the visual rendering of elements. Wrapping a section of code in between the HTML comments signs (`` for example) alter the display only. The code is still rendered in the DOM with the "comment" syntax. Most of the time though, no big deal.

Profile picture for user admin
Daniel Sipos
12 Aug 2013

Great Resources for Learning Drupal 8

In this article you’ll find a number of great resources for learning Drupal 8. Since many developers used to Drupal 7 are starting to plan for the new release, I thought it would be a good idea to share with you some of what I found on the subject.

Profile picture for user admin
Daniel Sipos
02 Aug 2013

Cool Module: Multiple Node Menu

Multiple Node Menu is a module that let’s you add multiple menu items for a node at once. The normal Drupal behaviour when creating or editing a node is to allow you to create on that page a menu item for the node being created. You can specify the title, a description, the parent menu and a weight.

Profile picture for user admin
Daniel Sipos
30 Jul 2013

6 Free Responsive Frameworks You Can Use with Drupal

In this article I will look at 6 free responsive frameworks that integrate with Drupal. They are powerful base themes from which you can start developing and designing your custom responsive Drupal theme. I recommend you check them out and hope you find them useful.

Profile picture for user admin
Daniel Sipos
25 Jul 2013

Cool module: Select (or other)

Select (or other) let’s you provide an Other text field to a select list if the available options in this list do not contain what the user wants to select. It’s actually a pretty nifty module with quite a few options and its functionality can be used in multiple ways: you can use for content and webform fields and you can declare new instances in custom modules.

Profile picture for user admin
Daniel Sipos
08 Jul 2013

Cool module: Publish button

Publish button is a nifty little module I recently came across and I thought I'd share with you. It provides a different editorial workflow for when it comes to that final moment when a user publishes or unpublishes Drupal content.