wordpress
Lab Project #2
Oh yeah, this web site is an ongoing project, so I wanted to document it here. I am slowly constructing a Wordpress child theme (called "red headed step child") based on Justin Tadlock's excellent Wordpress Hybrid theme framework. I am enjoying learning the infinite possiblities of the Wordpress platform, CSS, and deepening my understanding of PHP. I imagine I'll update this post more as I continue to dig in and evolve the site over time.
My to-do list:
- Improve category landing page layout
- Actually create a wholistic design for my site/child theme
- Improve post excerpt formatting
- Expand navigation to include Scripts/Tools tab ...
Lab Project #1
I'm currently working on a scrapbook, which is doing the following things:
- Fetching my 25 most recent Twitter tweets via the Twitter API
- Fetching my 25 most recent Flickr photos via the Flickr API
- Fetching tracks marked as field recordings from my SoundCloud account via the SoundCloud API
- Using a few CSS3 tricks for box shadows, transform, and rotation
- Using the Google web fonts API to style the Twitter text
- Using jQuery UI ...