Profile picture for user Eric C Brown
Eric C Brown
06 Jun 2013

Integrating Stripe with Drupal

Stripe is a relative newcomer to the online payment scene, offering much of the same functionality as Paypal andAuthorize.net, but with one major difference: the service was built from the ground up by and for developers.

Profile picture for user admin
Daniel Sipos
04 Jun 2013

How to connect to external databases in your Drupal 7 site

In this article I am going to show you how to query for information in a database other than the default one you set up when you installed Drupal. There are 2 main ways to do this properly and choosing one over the other depends of course on your needs.

Profile picture for user admin
Daniel Sipos
29 May 2013

CodeIgniter: Passing data along with the redirect

In this article I am going to talk a bit about a solution to a problem I encountered while developing an application with CodeIgniter. I was building a small photo management system which needed CRUD (create-read-update-delete) operations. And whenever the user was to perform such an operation, I wanted to let him/her know that the operation was completed (or an error had occurred).

Profile picture for user admin
Daniel Sipos
21 May 2013

Render a View in your template file

In this article I am going to show you how to embed a View in a template file (.tpl). Using a cool Views API function, you can render the display of any View and even pass it arguments.

Profile picture for user admin
Daniel Sipos
15 May 2013

Cool module: Insert View

Insert View is a cool module that lets content creators insert an existing View right into their content. Using a simple syntax, users can specify which View should be rendered, with which Display and what arguments should be passed as contextual filters.

Profile picture for user admin
Daniel Sipos
10 May 2013

Cool Module: Maxlength

Maxlength is a cool module that allows you to set maximum character limits for your Drupal form text fields. Not only that users who fill in these forms can see the maximum number of characters they can write but they will also be prevented from writing more than they should.

Profile picture for user admin
Daniel Sipos
02 May 2013

7 modules to help with your Drupal responsive design

In this article, I want to show you 7 modules that can play a role in making your Drupal 7 website responsive, or at least more mobile friendly. With more and more people using handheld devices that vary considerably in size, it is important to pay attention to their needs.

Profile picture for user admin
Daniel Sipos
29 Apr 2013

Cool Module: Smart Trim

Smart Trim is a cool module that adds a new formatting option for a Drupal 7 text field. This option provides a more configurable trim setting for teasers and other view modes where you’d like a text field to be automatically shortened.