Sponsors Carousel Patch – WordPress Plugins

Sponsor Carousel Wordpress

This plugin stopped working after updating to Wordpress 3.5, and now there is a patch. The developer doesn’t seem to have the time to update the plugin or has lost interest in it. There for to help all of you out, I have included the code for the patch, the individual file with the patched code and the full plugin with the patch as a zip.

Simple WordPress Carousel – WordPress Plugins

Sponsor Carousel Wordpress

Recently, I was tasked with finding a carousel plugin for WordPress. Starting off, I did a few simple Google searches (WordPress Slider, WordPress carousel). There are quite a few plug-ins tagged with slider and carousel and most of them I’d consider ‘banner rotators’ or ‘image slideshows’ neither of which I wanted. You might be asking yourself, what exactly was I looking for and what requirements were given to me?

Writing Content Regularly

Frozen Content?

Writing content regularly is not impossible. When this site was started there were articles all planned out and ready to be release, and even more articles drafted. However when your just one person trying to post content for readers on a schedule while working a full time job and dealing with everyday life it wears you down. So does that mean there’s no chance to keep up without running out of steam? If that was ever a thought this site would have already been taken down. Instead of giving in you can make the same choice and rework your schedule for posting.

Center Html Block – Simple CSS

margin: 0 auto ->Centers a block, but only when width of the block is set to be less than the width of parent. Example: Center Html page in browser: body{ width:800px; margin:0 auto; } Center header in body: #header{ width:400px; margin:0 auto; } The above example is a very basic helpful reminder for centering html [...]

Content-Aware Fill – Photoshop Preview

Content Aware

Recently I saw this preview floating around by Bryan O’Neil Hughes and from what it sounds this will be a new built in feature for the next version of Photoshop. Bryan starts off by explaining the concept and wrapping your mind around a real world scenario, before he gets to the real meat of the [...]