Some users are using the Custom Fields feature in WordPress to choose the products to display with their eMiniMalls code. I’d always wondered what Custom Fields were for! They have WordPress use the code when displaying the eMiniMall for a single post.
Feedburner Email Subscription
Random Posts
Simple PHP Caching
2/15/2006Awesome stuff. < ?php $cachefile = 'cache/index-cached.html'; $cachetime = 5 * 60; // Serve from the cache if it is younger than $cachetime if (file_exists($cachefile) && time() - $cachetime < filemtime($cachefile)) { include($cachefile); echo "\n”; exit; } ob_start(); // Start … Continue reading →
Elliot’s Short Updates for 2009-03-14 via Twitter
3/14/2009Support Ron Paul’s Federal Reserve Transparency Act – http://tinyurl.com/bjul3u #
How to uninstall Openfire
6/9/2010You might, like me, see tons of launch failures in your OS X Console (an app in /Applications/Utilities). To uninstall Openfire, just delete these files and reboot: /Library/LaunchDaemons/org.jivesoftware.openfire.plist /usr/local/openfire /Library/PreferencePanes/Openfire.prefpane
Advertising and Browsing
11/28/2006Ian asks, “Will we face an advertising backlash?” and comments on how web browsing is more diverse than any other activity. This is stuff everyone deals with daily. Online advertising is changing our lives, as is web browsing. Where’s it … Continue reading →
Adventures at USC
9/15/2005This morning, I went to breakfast at EVK and talked with Bob for awhile. I had some cereal with soy milk, along with one of those famous waffles topped with strawberries, blueberries, peaches, and whipped cream. Then, I went out … Continue reading →
Yeah, I use custom fields for related posts, and while working with it and implementing the chikita mini-malls on a different site I thought that that would be perfect for wordpress. I just have not gotten around to implementing that yet.