Agile Interactive Development
We understand that the Internet is more than just the World Wide Web, and that your content should flow to where it's most needed. We are an interactive design and development consultancy specializing in creating rich content management systems to feed your content to websites, mobile apps, and whatever new technologies are just around the corner.
We are small, fast, and versatile. Contact us for quick solutions to your digital content questions.
Recent posts
There's an interesting article in the NY Times today on the Family Independence Initiative, a program (of sorts) which creates social networks among poor families and incentivizes goal-setting for the future. The program is a response to the idea that people actually lose their initiative in the presence of "authorities" who are telling them what to do or how to act. It creates social support networks among families, and encourages incremental change through small financial incentives. http://opinionator.blogs.nytimes.com/2011/07/14/out-of-poverty-family-st...
Just stumbled upon one of the most beautiful websites we've ever seen. Launched just yesterday, http://burkardphoto.com is the portfolio site of Surfer Magazine photog Chris Burkard. It's a lean and clean blend of AJAX and layered divs which resizes beautifully to showcase Burkard's amazing work. Inspiring.
We were working on a custom .htaccess friendlyURL rule this morning, and found ourselves forced to confront our old nemesis, Regular Expressions. Sometimes you have to rely on others when fighting evil, and in the heat of battle we found this great browser-based tool for building and testing regular expressions:
Plus a good tutorial which references it:
http://blog.themeforest.net/screencasts/regular-expressions-for-dummies/
I needed to create daily backups of a MySQL database, so I set up a cron job to manage the task. I wanted to dump the database to a gzipped file labelled with today's date. It turns out the command is fairly simple:
mysqldump --opt -h localhost -u [username] -p[password] [database name] | gzip > [path/filename to save location]-`/bin/date +\%Y\%m\%d`.gz
Here's how it breaks out (brackets [] indicate a string to be replaced for your specific installation):
- mysqldump: Executes the mysqldump program, which produces a batch file that can be used to restore the database.
- --opt: From mysql.com: "Use of --opt is the same as specifying --add-drop-table, --add-locks, --create-options, --disable-keys, --extended-insert, --lock-tables, --quick, and --set-charset. All of the options that --opt stands for also are on by default because --opt is on by default."
- -h: The hostname. Here I specified "localhost."
- -u: Specifies the database username.
- -p: Specifies the database user password.
- [database name]: The name of the database.
- gzip > : Indicates that the file should be gzipped to the specified location.
- `/bin/date +\%Y\%m\%d`: Appends the date to the filename.
You can edit the crontab directly, though I used the Crontab tool in Plesk.
We are very pleased to announce that Never Lost: Polynesian Navigation has been honored by the MUSE Awards, which recognizes outstanding achievement in museum media. The site, which was designed and developed by Dave Beck while at the Exploratorium and after forming DBeck Creative, won a Silver in the Online Presence category. Please spend some time at the Never Lost site!
Our Favorite Places
Amazing Flash animation.
A beautiful site for an online furniture seller. Their big idea is sending customer orders directly to the manufacturers, who in turn only make and deliver the goods one container at a time.
Sure they're old and a little pricier than other options, but you get what you pay for. Nice site design, good customer service.
Showcases one new product a day, with "curation" by various contributors. Clean and attractive.
Deceptively simple interface to showcase amazing surf photography.
ESPN columnist Bill Simmons' new enterprise. Mixes sports and pop culture. Love the footnote style.
A soccer blog, well designed and with intelligent comments.
Browser testing made easy. Still free, though from time to time they threaten to charge for it.
An awesome community of color aficionados, with literally millions of palettes, patterns, and design ideas.


