Category: Software
-
Caching With Zend Framework Using Zend_Cache
Today I taught myself how to use Zend_Cache and implemented it within 20 minutes. It’s super easy and very effective. Take a look at the code sample below and you’ll be up and running in no time. Step 1: Setup the Cache {code type=php} $frontendOptions = array( ‘lifetime’ => 180, // Cache for 3…
-
How to backup your website
Everyone knows (or should by now) that cheap web hosts (Bluehost, Dreamhost, MediaTemple, etc.) don’t backup your data for you. So you’d better do it yourself. If you’re on any respectable host, you should have ssh access to the box. Connect to your box via ssh and run the following commands to create a backup…
-
How do you watch your television shows?
—
by
in Amazing, DVR, Entertainment, Google, Hardware, Hosting, Software, Technology, TV, Web DevelopmentMidway through Heroes: Season 3 I realized how quickly video streaming technology has evolved in the last few years. Think about the multitude of ways you can now get your fix. Regular old TV Digital Video Recorder (DVR): TiVo, MythTV, cable box DVR Hulu YouTube (and other video-sharing sites) NetFlix’s Watch Instantly Networks’ websites (ABC,…