RSS

links for 2008-04-05

0


Upgrading Wordpress ED: done.

0


I'm upgrading wordpress so things might be hairy for a few hours..

Just upgraded from wordpress 2.3 to 2.5 -- the admin area has a few changes.  The biggest change is the style and placement of everything.  I like it and will adjust quickly but I really wish I could move my category selection box to the side nav again...I hate having it at the bottom.  Other than that, I'm pleased...I really like the new autoupdate feature for plugins (is this new or have I overlooked it for this long?)...

Read More


My Latest Project: SecretTweet.com – Anonymous Twitter App

2


I started on this last night around 10pm and had the basic code finished around midnight. It's fairly simple (and yes, another Twitter application): a user goes to www.SecretTweet.com and types in a secret. Their secret "tweet" is then published to @secrettweet. It's kind of like postsectret but for Twitter. I might add some features to it in the future...it all depends on the popularity.

Read More


I’m On Tumblr

0


I want to keep this as free as possibly from my other online activities; therefor, I have created a tumblr account that will host all of my twitter updates, all of my photoblog updates, all of my del.icio.us bookmarks, all of my youtube videos (rare), and all of the posts to this blog in one single place. It's very simple and rather unorganized....it gets the job done, though.

mozunk.tumblr.com

Read More


Javascript Expand/Collapse Element

0


Note: This piece of code wasn't entirely created by me. Also, I don't claim to be knowledgeable in javascript...I'm just sharing.

function expandCollapse() {
for (var i=0; i<expandCollapse. »
arguments.length; i++) {
var element = document.getElementById »
(expandCollapse.arguments[i]);
element.style.display = (element.style. »
display == "none") ? "block" : "none";
	}
}

Which will allow you to expand and collapse a div in css. I needed this for a new addition to VisitMatewan.com that I'm working on. Handy....

Read More


RSS