-

@cdevroe on Twitter
Subscribe via Twitter
You can subscribe to this site's posts via Twitter by following @cdevroecom or you can follow me personally at @cdevroe.
-
Subscribe via RSS
Categories
Monthly archives
Tag Archives: php
RSS to Twitter using PHP
Update January 19, 2010: This script is now available on GitHub. Go forth and fork.
Today I noticed that my now ancient PHP script to update Twitter automatically using PHP/cron needed to be updated. It turns out that Twitter stopped recognizing URLs with ? in them as clickable links. Here is an example tweet where you’ll [...]
CodeIgniter is fast
CodeIgniter is faster than its competitors by quite a margin. Glad we at Viddler chose it for our PHP-based solutions.
/via Mike Rundle on Twitter.
Posted in Links Also tagged benchmark, codeigniter, development, mike-rundle, programming, viddler Leave a comment
How to: Use the Viddler API with CodeIgniter
Me, on The Viddler Developers Blog:
“The Viddler team is using CodeIgniter more and more for our internal PHP projects. Obviously we need to use CodeIgniter with the Viddler API quite a bit so we figured we’d share with you how easy it is to include PHPViddler, the open source PHP API wrapper class for the [...]
Posted in Links Also tagged api, codeigniter, development, phpviddler, programming, viddler, viddler api Leave a comment
Code Igniter vs. CakePHP – An overview by Jonathan Snook
Speaking of Code Igniter, Jonathan Snook (way back in March 2007) compared it to CakePHP. Although both frameworks have matured slightly since then, this overview still holds up ok – although he is a fan of CakePHP where I’d choose Code Igniter. Thank goodness for choices.
Posted in Links Also tagged cakephp, codeigniter, comparison, development, framework, jonathan snook, mvc, programming Leave a comment
A PHP Wrapper for Freewheel.tv’s API
Jeff Johns, fellow Viddler team member and jogger (although he’s much more accomplished than I in that area), recently wrote and released an open source PHP wrapper for Freewheel’s API. Much needed by the Viddler team, open for the world.
Posted in Links Also tagged api, development, jeff johns, open-source, programming, viddler 3 Comments
Add a progress bar to your Viddler uploads
We get this question a lot at Viddler: How can I add a progress bar to my uploads using the Viddler API? We’re always asked if this is something included in our API wrappers. Until now, it hasn’t been. That’s where phpViddlerUploadify comes in. This extension to phpViddler, our PHP wrapper for our API, makes [...]
Posted in Links Also tagged api, development, javascript, jquery, open-source, phpviddler, programming, progress, swfobject, uploadify, uploading, viddler, video Leave a comment
Recording live video on the iPhone with Qik and Viddler
I hacked together a quick solution to record videos with my iPhone using Qik and automatically import them to Viddler.
Posted in Notes Also tagged iphone, jailbreak, live, programming, qik, recorded, viddler, video 5 Comments
Pagination in Facebook applications with PHP
A snippet from Kyle Slattery.
Posted in Links Also tagged developers, development, f8, facebook, kyle slattery, pagination, programming, viddler Leave a comment
I WANT PHP – A Google App Engine application
I want my PHP too.
A Review of CakePHP
Kyle does a quick review and comparison of CakePHP against Ruby on Rails.
Posted in Links Also tagged cakephp, development, frameworks, kyle slattery, mvc, programming Leave a comment
Powncing your Flickr photos automagically
Introducing a free PHP script that will automatically post your Flickr photos to Pownce. I'm calling this little baby Powncer.
10MacApps
My 10, errr, 13 most favorite Mac applications as of today.
Posted in Notes Also tagged apple, applications, browser, chax, colloquy, delicious-library, email, ichat, iphoto, itunes, macintosh, mail, marsedit, meme, netnewswire, php-function-index, programming, quicksilver, safari, text-editor, textmate, transmit 5 Comments
RSS to Twitter using PHP 5 now on GitHub