We are looking to hire an experienced Drupal developer/consultant to help finish a project which has been delivered as complete by another team but needs more work.
Read more »We are looking to hire an experienced Drupal developer/consultant to help finish a project which has been delivered as complete by another team but needs more work.
Read more »It is our great pleasure to announce that merlinofchaos himself - Mr. Earl Miles - will keynote Drupaldelphia 2012. Earl is an invaluable member of the Drupal community, having authored such modules as Views, CTools, and Panels, as well as the book: Drupal Building Blocks. It is difficult to use Drupal without touching something Earl Miles has worked on. We can not be more excited, and look forward to welcoming Earl to Philadelphia!
Read more »Bryan Hirsch (bryanhirsch on drupal.org) and Kay VanValkenburgh (kay_v on drupal.org) join Andrew Riley and Mike Anello on this week’s episode of the DrupalEasy podcast to talk about the Drupal Ladder, a community project they started to help train future Drupal core
Read more »In Drupal Websites, for referring to any webpage we use nodes/1,users/1,taxonomies/1 as URL. It has a feature called URL Alias that allows you to provide a more meaningful name for the content which improves SEO (Search Engine Optimization). For this, drupal makes a query to database to know the URL alias for that link e.g. node/1, user/1 etc. or vise versa. If we have lot of such links on our pages i.e. many path aliases on the site then load increases on the database.
Read more »We all know Caching in Drupal is a great way to improve the performance of Drupal websites. We can cache entire page views either in existing cache tables or by using other Drupal Cache Schema (APC, memcache, redis). So when user looks for some pages in cache then Drupal avoid all complex queries execution,expensive calculations etc. in order to load that page and get it from cache itself.
Read more »Homebrew is pretty damn sweet if you are a developer on Mac OS X. It’s the package manager that doesn’t suck.
Read more »
Are you ready? No, seriously, are you ready? We are proud to announce that the 4th Annual Drupalcamp Atlanta and 2nd Atlanta Drupal Business Summit will be held October 26 & 27, 2012 at the Cobb Galleria Centre in Atlanta, Georgia. This promises to be a spectacular event at our largest venue ever (450+ person capacity).
Read more »
The concept of Modular CSS has been around for years. The basic idea is tackling your CSS code in a systematic way through class and file naming conventions. The main goal being improved workflow through organization, readability and reusability.
xjm. posted a photo:
(The stuff on the wall behind the ladder is Nerdery stuff, not ours.)
Read more »xjm. posted a photo:
The auditorium the twig sprinters were in had lots of bean bag chairs. Crell had a nap on one of them.
Read more »Contract work for Drupal developer who can advise and implement a blog asap.
This will be a new site.
Preference is for a blog with a structure similar to Scoop/Soapblox.
Read more »Recent developments in microdata publishing support in Views/Panels and Google Summer of Code's support for microdata publishing in contrib field formatters are helping push the Microdata module closer to release.
Git is becoming a standard in revision control software for Open Source development. Its distributed nature along with speed and flexibility aligns its self with todays agile and fast paced web development environment.
Read more »Yesterday http://drupal.org/node/1597730 was added as an initiative to get the majority of the File Entity (http://drupal.org/project/file_entity) module into Drupal 8 Core.
This is a large task and there is still a lot of work needed between now and the Drupal 8 feature Freeze on December 1st.
Read more »The next DrupalCon North America event is taking shape for Portland, Oregon, May 20-24, 2013. The venue and hotel are set. It’s a given that there will be coffee, bikes, mountains, bridges, rivers and salmon. It’s the Silicon Forest and there’s lots of open source here. In fact, it’s where the Drupal Association is now located too. And although we host the DrupalCons, we don’t have the staff to do it all.
Read more »We all know that Drupal is an amazing framework for building the next generation of web and mobile applications. Unfortunately, the rest of the world does not know this...yet.
Read more »Hello,
My business partner and I are looking for an experienced coder to develop the website we are trying to launch. We have all the functionalities that we want the site to have laid out, we just need a coder to develop the site for us. We are trying to move forward with this as soon as possible, so please do not hesitate to contact me if you are qualified and interested in this business venture. Thanks.
Regards,
Andrew
Drupal needs a new and better HTTP client for fetching data from remote services. mikeytown2 has put together a solid start to research on various options we could adopt. If you have experience with any of the mentioned libraries, your input would be greatly appreciated!
Read more »The next DrupalCon North America event is taking shape for Portland, Oregon, May 20-24, 2013. The venue and hotel are set. It’s a given that there will be coffee, bikes, mountains, bridges, rivers and salmon. It’s the Silicon Forest and there’s lots of open source here. In fact, it’s where the Drupal Association is now located too. And although we host the DrupalCons, we don’t have the staff to do it all.
Read more »In my book Leveraging Drupal I set out to wed what have always been my career basing best software development process practices with Drupal site building and development. Chapter 1 (possibly the only part of the book not immediately obsolete the moment it was published in February, 2009), entitled “Keeping it Simple”, describes the process you can practice in order to squarely face the varied responsibilities of getting a web app up and running. It names the steps you can follow towards fulfilling that goal.
Read more »We all know that Drupal is an amazing framework for building the next generation of web and mobile applications. Unfortunately, the rest of the world does not know this...yet.
Read more »This module does not do anything by it self.
The idea with the module is to provide a placeholder in the "Manage display" tab on nodes that can hold content that is added programatically to the render array in code in a hook somewhere. The field groups the module creates are divs with configurable classes...
Prefix free lets you use only unprefixed CSS properties everywhere. It works behind the scenes, adding the current browser’s prefix to any CSS code, only when it’s needed.
This module is a wrapper to allow load of Prefix free in a Drupal Library way.
Installation
1. Install as usual, as http://drupal.org/documentation/install/modules-themes/modules-7
2....
Records all cookies that all users have set when they load a page.
This allows easier auditing of cookies on your websites for conformance with the EU cookie law.
Information appears under admin/reports/cookies
Project Information
Maintenance status: Minimally maintained
Development...
What does this module do?
This Module adds an optional "BULK UPDATE" operation to the pathauto module.
Here: admin/config/search/path/update_bulk called "Taxonomy term paths for i18n"
Token support
Uses basic token support from i18n and adds support for [term:i18n-parents:*] chained tokens.
Why?
You...
Implements the Italian Unicredit PagOnline payment service for use with Drupal Commerce.
Configuration
Enable the module and configure the payment rule at admin/commerce/config/payment-methods
Into PagOnline backoffice application insert http://www.example.com/commerce/pagonline/notification as "Event...
Read more »Account mail provides a Form API element to easily edit a user's email address.
Many sites which have registered users capture a number of profile fields about a user, such as name, job-title, email address, etc. Drupal typically handles this by having two tabs below user/123/edit: Account and Profile....
Adds a generic Notes area to Workbench Moderation, allowing users to add a note about a moderation change that's viewable by other users. While efforts to move to a State Machine in Workbench Moderation will definitely supersede the need for this module in the future, it's a helpful add-on for users...
Read more »In a nutshell, the LimeSurvey Sync module is a new and powerfull survey module on Drupal integrating in a user-friendly way the best free open source survey software : LimeSurvey.
Compared to the well known webform module : this module does everything that webform does and much more.
Specifically :
manage...
Access code module allows site visitors to log in using an access code instead of entering username and password. The module aims at expediting the process of setting up and distributing account information to new users. It is intended to be used in cases where user accounts will most likely be accessed...
Read more »Transferuj.pl integration for the Drupal Commerce payment and checkout system.
It supports both companies and individual clients.
Copy from https://transferuj.pl/integracja-w-sklepach.html
Project Information
Maintenance status: Actively maintained
Development status: Under...
We have some really fantastic clients here at LevelTen and have worked very hard with them to explain how web development works.
Read more »