Ryan Yockey
I would like to do a shoutout to Ryan Yockey over at www.ryanyockey.comRyan was kind enough to help fix a problem with my code on this website. For anyone, using the Magazeen theme designed by WeFunction, some may have noticed that images don’t appear on your post on the home page. I was able to get the thumbnails in the horizontal and sidebar areas to work, but the photo on the home page would not show up. It only appeared when I clicked on the post itself. Read this fix below from Ryan Yockey, visit his site and pass the WP love.
Re: Magazeen Fix It Question
My suggestion is to have a look at your index.php file and see if this bit of code is in there:
<?php if( get_post_meta( $post->ID, “image_value”, true ) ) : ?>
<div>
<a href=”<?php the_permalink() ?>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”><img src=”<?php bloginfo( ‘template_directory’ ); ?>/timthumb.php?src=<?php echo get_post_meta( $post->ID, “image_value”, true ); ?>&w=521&h=246&zc=1″ alt=”<?php the_title(); ?>” /></a>
</div>
<?php endif; ?>
This is what pulls the image into your post. See if its in there. If not add it in between your wordpress loop, just above where the_content() is called.
Timelapse Sequence
I created this simple video utilizing a sequence of photos that were stitched together, edited and layered with an audio track. I’m exploring new avenues in the creative process by experimenting with various media types that can be merged and repurposed for conceptual presentation.iPhone SMS Patch Available Now with 3.0.1 Software Update
Apple has just released the patch to the SMS exploit on iPhones. Log in to your iTunes account and update your software now. For more detailed instructions on syncing iTunes and your iPhone visit this link. Image courtesy of Apple.iPhone MobileMe iDisk Application Now Available
The new MobileMe iDisk app brings the convenience of iDisk to your iPhone and iPod touch. You can directly view files including iWork and Microsoft Office documents, PDFs, and QuickTime movies.More People are Macs instead of PC? How can this be?
“Mac NPD for the month of June needs to be flat in order for the entire quarter to be tracking in line with Street Mac consensus,” he wrote, adding — in a golfing metaphor — that he expected “slight upside to the flat bogey for the month of June, between flat and +5%” year over year. Well, the NPD numbers came out and they blew past even his most optimistic expectations. Rather than up 5% in June, as he hoped, they were up a whopping 16%.Beautiful Buttons with CSS3
Interesting read on new ways to implement beautiful looking buttons with less code utilizing CSS3 and RGBA:“We love CSS at ZURB. We love it so much that we’re using the new, yet-to-be released version (CSS3) in some of our projects. In the works for nearly 10 years now, CSS3 is finally starting to see the light at the end of the tunnel as new browsers like Firefox and Safari continue to push its implementation.”


