Here is a very quick and simple example of how to create an administrator on any drupal 7 website.
tweaks
The example which shows how to build a nice chart using a minimum of JS code written.
Responsive Equal Height elements
A simple JavaScript code to equalise heights of multiple elements on a page. The basic idea is to measure all of their heights and then set all their heights to that of the tallest one.
How render/override/customize/theme any drupal form with and without a custom template? Easy!
When in front of me there was a task to make a simple site with breadcrumbs, which can show me the necessary view I started looking my familiar and beloved path_breadcrumbs. However, the module has been for Drupal 7 only. So I had to quickly write my own module.
In my work, I often use this great module "Custom Publishing Options" together with "devel_generate" module for generating "Lorem Ipsum" content, however, "devel_generate" doesn't know anything about "custom_pub" and "custom_pub" always without values. In this tweak, I going to show how to fix it.
Now I'll quickly show you how to implement such functionality in your custom theme using View only without any additional contrib module. And of course, we want to add support for ajax infinitescroll reload. Let's go...