Need: The ability to control the thumbnail to be used when sharing a post with Facebook.
The Catch: I was trying to share a post with Facebook that had no thumbnail attached to it.
Need: The ability to control the thumbnail to be used when sharing a post with Facebook.
The Catch: I was trying to share a post with Facebook that had no thumbnail attached to it.
Need: A way to display the JSON data provided by Publish2 on a WordPress blog.
The Catch: I wanted to have multiple instances of the feed from different JSON data feeds on the post. Furthermore, each required unique items from its respective JSON feed and I wanted to style each instance differently.
Read the rest of this entry »
So I’ve never been crazy about GoDaddy’s hosting service, for a number of different reasons, but today I had an awesome experience with their customer service. A client of mine has a shared hosting account and they wanted to increase the Maximum File Upload size allowed in WordPress. He called GoDaddy and their support provided him with a link which directed him to modify the PHP.INI file through SSH.
Read the rest of this entry »
Last week I completed a Worpress CMS conversion for a site that was running a custom Ruby on Rails CMS. Everything was pretty straightforward, only caveat was that they wanted to be able to search their 12K+ locations by zip code, paginate the results, and also display them as markers on a Google map.
Read the rest of this entry »
In my ongoing effort of not re-inventing the wheel, I spent hours upon hours looking through ALL of the available WordPress calendar plugins for a project that I had been working on.
My Needs:
Note: The tooltip would also allow me to display multiple posts per day should that be the case.
Read the rest of this entry »
Last year I was working on a project that was utilizing the jQuery Cycle plugin for a slideshow and I was struggling to find a compatible jQuery lightbox script which would play FLV videos hosted on the same server (with a built in media player). Unfortunately, the best one I came across was written in MooTools which would’ve led to conflicts. Worried that I would have to re-write the slideshow using MooTools or calling jQuery.noConflict() which I hate, I was relived when I stumbled upon Shadowbox.js, a lightbox style Media Viewer which was compatible with major JS frameworks like Prototype, jQuery, and MooTools. In addition to being incredibly easy to install (when compared to other lightbox scripts), it’s automatically adapts to whatever Javascript framework is being used! Best of all, no conflicts! It also does images, galleries, embedded video, and tons more.
Since I already wrote the snippet of code to get the thumbnails from the embedded Vimeo video, I thought I might as well do the same for YouTube. It will search through your posts’ content for YouTube embed code and will generate a thumbnail for you. It’s not fancy but it gets the job done.
Read the rest of this entry »
With WordPress 2.9, you can now embed videos by simply pasting the URL into your blog post and have it create the embed code. I was using Vimeo and wanted to pull the thumbnail associated with the Vimeo video which was embedded in my posts.
Read the rest of this entry »
Rarely will you find the words “Favorite” and Internet Explorer 6 in the same sentence…it has been the bane of my existence ever since I began in Web Development. If I had my way I would make it illegal to even run a copy of IE6…not a far stretch considering all the pain and suffering developers have had to endure over the years. One of the MANY issues plaguing IE6 is it’s inability to deal with transparent PNG images. Instead of listing out all of the PNG solutions available (there are dozens)…I’ll just let you in on what I’ve found to work best:
It’s not perfect but it has been an invaluable tool in this ongoing battle. Yes Javascript would need to be enabled, but at some point we need to take a stand and say NO to visitors that insist on running IE6 with JS disabled while viewing the site on a 15” 800×600 CRT monitor.
A few months back I was working on a large Blogger to WordPress conversion and had to import thousands of images over to a hosted WordPress installation. The import went smoothly but the images that came over with the posts were still hosted by blogger. Going through all of the posts and uploading all over again was not an option so I quickly searched online for any existing plugins that would allow me to:
Read the rest of this entry »