Archive

Posts Tagged ‘Website’

Creative Commons Configurator Plug-in

April 27th, 2010 by Brandon Muramatsu No comments

From a post on Alan Levin’s blog, I found out about the Creative Commons Configurator Plug-in.

So I added it to all of the sites I’m maintaining (though you’ll only see it on the single post page, in each page’s <head>, and in the RSS feeds).

License Sample
Source: Brandon

License Sample

For Tom: This is the css I’m using with the iNove Theme. I enable all of the options from the plugins configuration page, but I chose to not display the CC logo in the license block on each post (it’s in the page footer in any event). Also, you can change which of the CC logos the plugin uses–but you have to edit the php file directly–0=no logo (which you can set via the configuration screen), 1=31 pixel high logo, 2=15 pixel high logo. If I were to use a logo, I’m more partial to the 15 pixel high logo for this application.

.cc-block {
  width: 95%;
   font-size:10px;
   text-align: center;
   line-height:110%;
   padding:4px;
   border: 1px solid #cccccc;
   color: #aaaaaa;
   background-color: #ffffff;
}

iPhone Theme for WordPress

April 20th, 2010 by Brandon Muramatsu No comments

While surfing on my iPhone, I ran across a site using the WPtouch theme by the folks over at BraveNewCode. I thought it was cool enough to upload to my personal website and the two project sites I’m maintaining.

Here’s a screenshot of what my site looks like using the theme. (Unless you have an iPhone to access it yourself via the iPhone’s web browser.)

Brandon's Website on the iPhone
Source: Brandon

Brandon's Website on the iPhone


(…waits for Tom to copy this too…)


Automating my use of Flickr photos

April 5th, 2010 by Brandon Muramatsu 2 comments

First off thanks to Alan Levine of NMC for the post that inspired me to automate a bit of my process of including Flickr photos.

I downloaded Alan’s script that uses Greasemonkey (for Mozilla) and made a change to match the way I’ve been doing citations on my site.

I commented out the way Alan does his attribution, and inserted what I use on this site:

+ '<br />Brandon\'s Blog Citation<br /><textarea rows="5" onClick="this.select()" name="ccatttxt"><div id="mura-citation">Photo Credit: @' + '<a href="'+ photolink + '" title="' + phototitle + '">' + usernick + '</a>/flickr</div></textarea><br /><br />';

So when I go to a flickr page with a Creative Commons licensed photo, I see a small box at the bottom of the left column.

Flickr CC Attribution Helper Script
Photo Credit: @muramatsub/flickr

Flickr CC Attribution Helper Script

Which produces HTML which looks like:
<div id="mura-citation">Photo Credit: @<a href="http://flickr.com/photos/80185247@N00/2612619153/" title="Napkin">muramatsub</a>/flickr</div>

That I then include with the photo I’ve linked.

Alan also talks about how he downloads images from Flickr that he uses on his site. I do something similar. On my computer, I’ll keep a copy of the URL directly to the image until I’ve had a chance to write the article or otherwise use the photo. I think modify the filename to include “flickr” and the “username” before I upload or use the photo. This tells me the site I got the photo from (“flickr”) and which user’s photo I’m using (“username”). As Alan points out in his article this is all good as long as the user’s account is still active (or Flickr continues to exist). I think the site Don of the Education Technology that is Changing Alaska blog suggests, Imagestamper is also an interesting way of tracking licenses.


Website–2009 More Stats

January 25th, 2010 by Brandon Muramatsu No comments

More Numbers

Another stat from 2009. I averaged 1,656 characters per post (Year End Stats). Using an estimate of approximately 5.5-6 characters per word (4.5-5 characters per word plus 1 space on average), my posts averaged 276-305 words per post.


Categories: General Tags: ,

My 2010 To Do List for My Website

January 20th, 2010 by Brandon Muramatsu No comments

3 Website Tasks for the New Year
Source: ced

3 Website Tasks for the New Year

…in no particular order…

  • Convert to a new theme, based on Thesis
  • Split the personal and professional sections of this site…to highlight the professional posts more.
  • Figure out what/how/when to cross-post to Twitter

Categories: General Tags: