Categories
WordPress

Drush Equivalent for WordPress, WP-CLI

After developing with Drupal for years, we’ve become spoiled having Drush at our disposal. WP-CLI (WordPress Command Line Interface) is the closest thing we’ve found and is just as awesome. Couple of key things we like: Can be installed without sudo permission, so it will work with shared hosting environments with SSH access Easily install […]

Categories
Drupal Development Resources WordPress

Easy Responsive Form Fields

Dealing with form fields can be a little tricky when making a responsive theme for a website. You can code your CSS for each device or browser width, which can results in a lot of extra or redundant code, or you can use this simple technique. Set your text fields (or input/element of your choice) […]

Categories
Drupal Development Resources

Managing Modules with Drush

Drush is one of my favorites tools for Drupal. It’s a huge time saver being able to type in a command instead of having to manually download modules, extracting them, and enabling them through the Drupal admin interface. Using drush requires you to have SSH access to your server. Run the following commands from anywhere […]

Categories
Projects

Smile Works Pediatric Dentistry

Smile Works Pediatric Dentistry is a new practice based in New Jersey. We designed and developed their website using WordPress, featuring a customized underscores theme.

Categories
Projects Shoebox

Photo Video Fun Booths by Godfather Films

Photo Video Fun Booths – http://www.photovideofunbooth.com We put together a mini-site for Godfather Films to help promote their photo and video booths services. Since the website didn’t have very much content, it was a perfect use case for one page website.

Categories
Drupal Development Resources

Who bought what with Ubercart

We had set up a Drupal website with Ubercart that sold tickets to events and the client needed a convenient way of displaying a list of customers who bought tickets to create a check in list. The Who Bought What module fit the bill perfectly. This module comes preconfigured with: Selectable list of products to […]

Categories
Drupal Development Resources

Force https via .htaccess

Sometimes it’s easier to more convenient to redirect via htaccess than the Secure Pages module when you want all pages to be secure. RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

Categories
Drupal Development Resources

Drupal Ubercart 7.x-3.x custom invoice templates

In Drupal 6 all you had to do was copy a couple of files into your theme folder and ubercart would automatically recognize your customer invoice template.

Drupal 7 has a more difficult process where you would actually have to define your template file using a module. Fortunately, somebody came out with a module recently that automatically registers invoice template files in your theme.

Categories
Shoebox

10 ways Real Estate is using Google Apps for Business

1: Create a folder on Google Drive of property information sheets and share them with the world Using Google Drive; create a folder.  Share the folder to the web.  See How Use Google Docs to create your information sheets and save them in the folder.See How Now, create a link on your website to the […]

Categories
Web 101

About Google Apps Security

It amuses us when we encounter the occasional prospect that brings up the old “Them vs. Google” when dealing with security.  You may have fallen into that boat at one point too.  You know the type.  They usually say something along the lines of “We don’t want our important information at Google.  It is safer […]