Thursday, May 15, 2014

Also Using HomeBrew for PHP and MySQL

...following this here guide:

http://blog.stevenlu.com/2012/10/12/moving-away-from-mamp-and-into-homebrew/

HOWEVER, the command I used was:

brew install php53 --with-mysql

(didn't install the PostgreSQL extensions, as that seems to be a problem with Mavericks...?)

...and then:

http://coolestguidesontheplanet.com/set-amp-osx-10-9-mavericks-homebrew/

An excellent guide to HomeBrew

Well I am doing it again, trying yet another means of installing an AMP stack on my Mac.

I've decided to try using HomeBrew, which folks seem to enjoy.

So far so good, following this handy guide:

http://www.moncefbelyamani.com/how-to-install-xcode-homebrew-git-rvm-ruby-on-mac/

Saturday, February 08, 2014

Finally Learning Git!

I admit it.  I have never taken the time to learn Git!

Time to rectify this shortcoming!

Looking at the following for guidance:

  • http://drupalcity.de/session/staging-and-integration-git-and-drush
  • http://barcelona2012.drupaldays.org/sessions/staging-git-and-drush
  • https://drupal.org/node/803746
For starters, though, I am going through this tutorial to set up a remote development environment:
  • http://git-scm.com/book/en/Git-on-the-Server-Setting-Up-the-Server
  • https://help.github.com/articles/generating-ssh-keys

Thursday, January 09, 2014

Favorite Drupal 7 Modules

Thought I'd jot down a list of my go-to contributed modules for Drupal 7, if only for posterity.  These seem to be the ones I install time and time again.  When I finally get around to building my own make file, these modules will definitely be in it!
  • Views (of course!)
  • Views Bulk Operations
  • Context (which I generally prefer over Panels)
  • Nice Menus
  • CKEditor
  • IMCE (to facilitate image uploads & inserts into content)
  • Login Toboggan
  • Honeypot
  • CiviCRM (but starting to look into RedHen)
  • Theme Key
  • Commerce
  • Geolocation
  • Geolocation Views
I am moving towards experimenting with 
  • Geofield (and GeoPHP)
  • Geocoder
  • Address Field
  • Geocoder Autocomplete
  • OpenLayers (and proj4js)

Monday, August 22, 2011

Importing products to Ubercart via CSV

I don't post to this blog very often. Perhaps I should, but over the past few years I have only managed to get a small handful out!

Today I want to heap praise on this post, describing the one true method of achieving success in importing products to Ubercart in Drupal 6, from a csv file:

http://rhmttsdrupal.wordpress.com/2011/03/03/importing-and-updating-product-data-in-ubercart-using-csv-files/

Thank you, thank you, rhmtts, for a process that just simply works!

It's kind of weird that his Drupal blog is done in WordPress, but then again, it's maybe even weirder that mine uses Blogger!

Saturday, January 22, 2011

A useful guide to installing an FTP server on Linux

http://ubuntuforums.org/showthread.php?t=79588

and then to remove it completely...

http://ubuntuforums.org/showthread.php?t=579805

Tuesday, January 11, 2011

Nested Sortable Lists with jQuery

I have not yet delved into this, but I have found some promising resources:

http://www.tripwiremagazine.com/2010/03/17-jquery-plugins-for-easy-and-efficient-reordering-and-filtering-page-elements.html

http://dev.sencha.com/deploy/dev/examples/tree/reorder.html

http://plugins.jquery.com/project/NestedSortable

http://plugins.jquery.com/project/listsort