Sam Morris

Sam Morris

32p

38 comments posted · 0 followers · following 0

43 weeks ago @ SMOR.tv : Sam Morris - Photoshop Type on a P... · 0 replies · +1 points

Thanks Jane, I'm glad to hear it was helpful for you.

50 weeks ago @ SMOR.tv : Sam Morris - IceGum Logo & Package ... · 0 replies · +1 points

Oops, good catch...I lost these files a while back and can't edit them easily, but thanks for pointing out the mistake.

57 weeks ago @ SMOR.tv : Sam Morris - San Francisco Bay Storm · 0 replies · +1 points

Thanks Ray

57 weeks ago @ SMOR.tv : Sam Morris - Photoshop Type on a P... · 0 replies · +1 points

I'm not sure whether it would work in Photoshop 7 (Its been a while since I've used that version), but I believe it should be in all CS versions.

69 weeks ago @ SMOR.tv : Sam Morris - Android HTC Hero/Eris ... · 0 replies · +1 points

Nice tips Scott, I was not aware Handbrake had compression settings built into it.

72 weeks ago @ SMOR.tv : Sam Morris - WordPress Title Trimmi... · 0 replies · +2 points

Hey Josh,

As per your observation I changed the code so it's formatted correctly (and can be copied without error), thanks for pointing out the issue. I still need to fix up some of my other posts, but this one should be fine.

72 weeks ago @ SMOR.tv : Sam Morris - WordPress Title Trimmi... · 0 replies · +1 points

//
echo $trimmedTitle . "...";

That part is probably what's causing the issue. Sorry for the formatting, the plugin I was using for displaying PHP code was causing my formatting to disappear. Try to copy it from above again and it should work for you.

74 weeks ago @ SMOR.tv : Sam Morris - WordPress Title Trimmi... · 0 replies · +1 points

Hi Nathan,

It depends on what you're trying to do, but sometimes I need to create a widget to preform some type of standard functionality (like displaying recent posts), but don't want the titles wrapping to a 2nd line. I typically use the My Custom Widgets plugin (http://wordpress.org/extend/plugins/mycustomwidge...) and create a widget that contains a WordPress loop. Then I can grab the posts I want and have the ability to wrap the title tags in the title trimmer function. The end result would be a loop going through my recent posts with trimmed down titles.

77 weeks ago @ SMOR.tv : Sam Morris - WordPress Looping thro... · 1 reply · +1 points

Thanks Michael, I\'m glad to hear it was helpful. I assume this wasn\'t for your own site, but I just took a look and it looks great.

77 weeks ago @ SMOR.tv : Sam Morris - WordPress Title Trimmi... · 0 replies · +1 points

This tutorial just shows the basics, but isn't perfect for all circumstances (for example, words can be cut in half, etc). I'm sure there's a ton of plugins that can do this, however I can't think of any off the top of my head.

Have a look on the wordpress site, www.wordpress.org/extend/plugins/