DM Blog 2013 – Post Thumbnail

DM Blog 2013

Toronto, Ontario by

I've changed my blog's design several times over the years but I hadn't noticed that it's always been in December/January every year. This time, I decided to rewrite everything from the ground up – here are a couple features that I added...

WordPress Tag Cloud with Post Counts – Post Thumbnail

WordPress Tag Cloud with Post Counts

Toronto, Ontario by

One of the things that has annoyed me about WordPress for a long time is the inability to display a post count next to each tag in a tag cloud. Here's the code I came up with to accomplish this.

How to Use Tweet Entities – Post Thumbnail

How to Use Tweet Entities

Toronto, Ontario by

On my sites, I'm using the URL entities to display long URLs in a shorter, more visually appealing way; hashtag entities to make hashtags clickable links; user_mention entities to make usernames clickable links; and media entities to display any linked photos right on the page...

HTML5 History API – Post Thumbnail

HTML5 History API

Toronto, Ontario by

When re-designing my music site, I wanted to make sure that visitors could bookmark and share the original URL of the page without any appended #hashes. This was perfect for HTML5's History API.

DM Rating Stars – WordPress Plugin – Post Thumbnail

DM Rating Stars – WordPress Plugin

Toronto, Ontario by

For quite some time, I've been using my own custom plugin on my WordPress blog – one of the features my plugin adds is the ability to add rating stars to posts, and now, I've decided to make it available for download.

DanielMenjivar.com Technologies – Post Thumbnail

DanielMenjivar.com Technologies

Toronto, Ontario by

In a previous post, I briefly highlighted some of the end-user improvements I made to my music site, and now in this post, I want to get a little deeper into things...

The New DanielMenjivar.com – Post Thumbnail

The New DanielMenjivar.com

Toronto, Ontario by

Almost eight months after starting to update my music website, the new site is finally up. Here's a couple improvements worth mentioning that might not be so obvious at first glance...

PHP Code: Twitter CRON Job – Post Thumbnail

PHP Code: Twitter CRON Job

Toronto, Ontario by

A while back, I posted about how I was using the Twitter API's to display the location info for my tweets. I've had a lot of requests to share some of that code, so here it is...

Twitter Location Info – Post Thumbnail

Twitter Location Info

Toronto, Ontario by

I've made some changes to the way my Twitter updates are displayed on my websites. I'm now including the name of the community where my tweets were posted from, and I've made several backend changes to how that data is being fetched.