March 2010
5 posts
Cloud Telephony With Limonade and Cloudvox
[by Mark Headd] A couple of months ago, I did a quick write up on a new cloud telephony company named Cloudvox. In the interim, I’ve been doing some playing around with their HTTP/JSON API for creating telephone applications, and I’ve been blown away by how simple and powerful a tool it is for building sophisticated cloud telephony applications. This post will provide a quick overview of how...
Mar 22nd
1 note
Two new websites built with Limonade: RoadFinger by Imre Mehesz Night party by Matěj Grabovský
Mar 16th
http://www.limonade-php.net
Limonade now has its own domain name ;-)
Mar 15th
3 tags
How to use content_for and partial
This tutorial will teach you how to use content_for(). As an example, let’s use this default layout: <body> <div id="header"> <h1>Our big bold header</h1> </div> <div id="content"> <div id="side"> <?php if (isset($side)) echo $side; ?> </div> <div id="main"> <?= $content; ?> ...
Mar 10th
Want to share your limonade experience, your tips, a tutorial ? Now you can submit them directly on this tumblr.
Mar 8th