Terminal tip: easy email attachments

http://www.tuaw.com/2008/04/19/terminal-tip-easy-email-attachments/

This is a nice short little article.  I’m always forgetting how to do mail attachments with mailx at work, and this gave me nice reminder: uuencode

The magical command in this one is uuencode, which is used to encode and decode binary files and can be used on just about any file type. The two arguments in the command above define the name and location of the source file and the name the file should have when it’s received. The parenthetical statement at the beginning combines the results of the echo and uuencode commands which are then piped (|) to the mail command.

So, remember folks:

(echo "This is the message body";uuencode [file_location] \
[file_name] 
) | mailx -"Subject line here" \
someone
@adomain.com

Posted by Jake Covert on 4/20/2008, mid-morning
Computers • No Comments yet • Permalink

Introduction to Scripting on Mac OS X

New to scripting on Mac OS X?  Check out this introductory guide from Apple:

http://developer.apple.com/internet/opensource/opensourcescripting.html

Posted by Jake Covert on 5/7/2007, terribly early in the morning
ComputersApple • No Comments yet • Permalink

CSS Slicing Guide

For those of you out there that have always wanted to learn how to build you own site based on CSS (from the ground up, as opposed to re-using an open source template), there’s a neat guide:

CSS Slicing Guide

Welcome to CSS slicing guide, your number one source for learning how to turn a Photoshop, Paint Shop Pro or Fireworks template into a fully sliced, coded and XHTML and CSS valid web page.

This site is a free resource for the budding web designer looking to take the step into the future of modern web design. Throughout the guide, you will be shown cunning CSS techniques used to keep loadtime to a minimum and to organize and fine tune your content so it is presented in the best possible way.

Posted by Jake Covert on 4/25/2007, late morning
Computers • No Comments yet • Permalink

Desktopography

Found a cool desktop pictures website via digg this afternoon.  Pretty neat backgrounds.

http://www.desktopography.net/

Posted by Jake Covert on 3/19/2007, early afternoon
Computers • No Comments yet • Permalink

Teaching Robotics

As you may have read here in the past, last year I taught a class on LEGO Robotics at our local elementary.  Well things are starting to gear up again.  Considering all the difficulty I had last year (mostly in terms of learning HOW to teach students, more than anything else), I’ve been trying to read up on the subject.

Ran across this great article.  It mostly deals with integrating a robotics class into a typical curriculum.  My class is more of an after-hours project (2 meetings per week, each 2 hours), so not all of it applies, but interesting read none-the-less.

http://www.botmag.com/articles/01-18-06_Teaching_With_Robots.shtml

Good link here too:  http://www.robo-works.net/roboeducators.html

Posted by Jake Covert on 1/24/2007, lunch time
Computers • No Comments yet • Permalink

Open Source Web Design

image

Much to my surprise, there’s a whole slew of websites devoted towards open source (read: free) web design templates.  Pretty darn cool!



http://www.oswd.org/

http://www.opendesigns.org/

http://www.templateworld.com/

http://www.opensourcetemplates.org/

Posted by Jake Covert on 1/24/2007, terribly early in the morning
Computers • No Comments yet • Permalink

Learn Cocoa

image

I was surfing around this evening and found a great little introductory tutorial on Xcode and Interface Builder.  A little 101, sure.  But I’m sure everyone has to start somewhere.

http://www.cocoadevcentral.com/d/learn_cocoa/

Note:  Also found a really good one on building a Core Data app.  Man.. this site rocks…

http://www.cocoadevcentral.com/articles/000085.php

http://www.latenightcocoa.com/

And yet another more fundamental one on Core Bindings:

http://www.cocoadevcentral.com/articles/000080.php

And of course the best guide I’ve found on Objective-C:

http://www.spiderworks.com/books/learnobjc.php

This one alone is WELL worth the money….

Posted by Jake Covert on 1/23/2007, late evening
ComputersApple • No Comments yet • Permalink

Monolingual

Monolingual is a program for removing unnecessary language resources from Mac OS X, in order to reclaim several hundred megabytes of disk space.  I ran this last night on my iBook and saved about 2.5 Gig of space.  One most installs (factory defaults) there’s lots of extra language files that can go.  Free.  Works.  What more can you ask for.

http://monolingual.sourceforge.net/

Posted by Jake Covert on 8/29/2006, early morning
ComputersApple • No Comments yet • Permalink