Go to content Go to navigation Go to search

People

Businesses

Obama in Berlin 24 July 2008

Barack Obama spoke in Berlin today. It streamed live on his site using ustream.tv and topped 40000 viewers at one point! Apparently, ustream can handle quite the load.

Obama also had an awesome publicity poster, flyer, etc for the event.

Defending Against It 23 March 2008

I have completed wlk_defensio, a plugin utilizing the Defensio spam-fighting service. I started developing this thing awhile ago but got side-tracked with other responsibilities. While I wasn’t paying attention, the Defensio guys added OpenID logins to the accounts on their service. I love OpenID and so this only added to the pleasure I have found with their quality service.

CakePHP Radio Fieldsets 28 February 2008

Josh needed to output a cakePHP radio button set without the radio button’s around it. We looked at the API, the docs, etc. We just could not figure it out ( 'fieldset'=>false ? or maybe 'fieldset'=>null ?). Nope.

So Josh went off looking and found out you just set 'legend'=>false in the input option’s array:

echo $form->input('user_need', array('option'=>$radios, 'legend'=>false));

…yes, a user can only have one need at a time….muwahaha

Also, you can also select which radio button is “active” on page load using “checked”=>[the value].

Fixing cakeAMFphp in cake1.2 10 February 2008

We were in the process of updating an older application to work with AMFPHP and cake1.2. We were getting some fairly serious errors on the AMFPHP connection.

We found that one part of the fix was to comment out line 177 in cake_gateway.php and add in a require_once of your app_controller.php file. (This assumes you have an application directory-level app_controller.php file.)

//loadController(null);
require_once('app_controller.php');

We were unable to get App::import(), the new method of loading items in cakePHP 1.2, to work in a similar manner as the loadController() method.

Is this plugin helpful? 7 January 2008

Here’s a new plugin called wlk_helpful. I just finished the installation portion of the plugin this evening (auto-creation of the database tables).

This is a Textpattern article rating plugin that allows users to give a thumbs up or down (yes/no, plus/minus) to an article. There is also a function that you can then use to then display a list of the most popular (positive rating) or least popular (negative rating) articles.

You can download it here. There’s also a javascript file you’ll need to make it work that can be downloaded here

Creating a basic API with Django

Playground Blues on creating a simple XMl or JSON api for your Django app.

Categories: api, django, how-to, programming

Q&A

A Yahoo! Boss application running on Google's AppEngine. It answers your questions.

Categories: answers, api, appengine, boss, google, yahoo

4hoursearch

Cuil was rebuilt as Yuil using Yahoo's Boss. Then taken down and relaunched as 4hoursearch.

Categories: api, boss, cuil, search, yahoo, yuil

CrunchBase API

A JSON read-only API for accessing information within the CrunchBase directory.

Categories: api, crunchbase, documentation, json, techcrunch

The Cassandra Project

Open-source project from Facebook that is essentially a variant Big Table implementation.

Categories: big table, database, facebook, open source

Recently

  1. Is this plugin helpful?
    7 January 2008
  2. Crafty
    18 December 2007
  3. A leetle issue
    6 December 2007
  4. Validate uniqueness in cakePHP
    3 December 2007
  5. A Little a' Seattle
    23 November 2007
  6. Xerophyte Code Hosting
    15 October 2007
  7. gatherJobs
    8 October 2007
  8. Reworking & CSS Toys
    29 September 2007
  9. Agile Development
    29 August 2007
  10. Versioning, Tracking, Re-finding
    26 August 2007