David
January 11th, 2012

Photoshop Patterns – how to use them

We’re working on a project for a band that has a retro-ish kind of feel. What better way to help create that feeling than some gaudy patterns used as backgrounds. They seem to have that old school tackiness to them. Here’s what we did:

1. Download some free Patterns from Squid Fingers

Squidfinger’s pattern library is a famous site for designers. We started by downloading a pattern and unzipping it somewhere on our harddrive. With over 150 patterns, you can spend a fair amount of time finding just the right one.

2. Defining the pattern for Photoshop

After you’ve got the Pattern downloaded and unzipped, just open up the file in Photoshop. We’re using CS5.5 and CS4, any further back than that, you’ll have to do a little Googling around. Once you’ve got it opened head up to the Edit menu and choose Define Pattern… Enter some nifty name that’ll help you remember the pattern name.

3. Using the Pattern

Now that the pattern is defined, we’re gonna put it into motion. Create a new blank layer. Then choose your fill/paintbucket tool. From the options menu at top switch from Foreground to Pattern. You’ll notice the box next to this drop down showing a thumbnail of some pattern. Click the pattern and find your newly defined pattern. Now simply use the fill or paintbucket tool to fill up your layer.

4. Fitting it into your context

We put our new layer that we filled with the pattern on top of another layer that had a solid color. We then went to the pattern layer and used a Multiply Blend Mode. This gave us the color we wanted. With a little bit of Opacity adjustment, we were happy with the final result. Here’s a screenshot of what we came up with. Leave us a comment and show us what you come up with.

David
December 22nd, 2011

Buddypress and bbPress making them play together

I’ve spent the past couple days trying to figure out the integration of WordPress + BuddyPress + bbPress for a new client. Just to give you an idea of what we are trying to accomplish.

  1. Standard WordPress Site
  2. Buddypress native functionality
  3. Sitewide bbPress

I had to look through quite a few posts in the various forums out there as well as some of my own trial and error. I started with a standard WordPress 3.3 installation. The next thing I did was install and activate BuddyPress 1.5.2. I installed leaving all the default check boxes checked and opting to use the BuddyPress Default theme. After a basic click around on the front-end of the site to make sure nothing obvious had broken, I headed over to the “Forums” tab inside the BuddyPress Menu. Which at this point looked like this: (/wp-admin/admin.php?page=bb-forums-setup)

Next thing I did was click the “Install Site Wide Forums” link on the right. This just popped the plugin page for bbPress 2.02 I installed and activated using all the standard recommended settings for bbPress. Following activation I headed to the “Settings > Forums” menu and proceeded to change one slug.

After saving the settings, I headed over to www.mywebsite.com/f/ to checkout my forum installation. I went ahead and posted my first topic into a forum I’d created and found it all working as expected. I went back to the admin and checked out the BuddyPress > Forums tab once again and found it looking just like it did before I installed bbPress. This threw me! I was expecting a “bbPress is installed and working” message or something to indicate that I’d installed it. This might be a good future change for the BuddyPress or bbPress dev teams to consider in the future.

The next thing I wanted to test was the activity stream to make sure my posts would in fact show up in the stream.

This is what I found, my post in the stream working perfectly!

Some Notes:

So what I documented here was on a fresh clean install of WordPress. I followed the same methods on an existing site and actually had some trouble. I was able to fix the problem by installing the group forums after bbPress, then going back and uninstalling the group forums. Something somewhere in there was needed and the install uninstall seemed to fix it. Hope this helps!

David
January 27th, 2010

Printer friendly web pages with “Print.css”

When most people think web pages they think “on screen.” I’ll admit, I’m the exact same way. I rarely think of taking a web page off screen and onto paper. On a recent project 26AM completed for a California State Government agency, we learned that portability not only to mobile devices but to paper is an important criteria. Continue Reading »

Josh
November 4th, 2009

Amazon Fulfillment Web Service (FWS) using Ruby and Soap

Amazon is the king of making their products accessible via web services, but unfortunately Ruby hasn’t made the list of languages they provide sample client code for.  At least not for FWS. So if you’re looking to build an e-commerce site in ruby that uses Fulfillment By Amazon to ship physical products you’ve get to roll your own. Amazon provides two APIs for accessing FWS: REST and SOAP. Continue Reading »

Page 1 of 512345