Go to content Go to navigation Go to search

People

Businesses

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

Crafty 18 December 2007

Letterform had a holiday craft fair. Broadstreet Designs (Sara Broadstreet) was there selling jewelry. Emily Alt was selling the most amazing salty-sweet brownies that went great with the coffee and hot cider served by Julie and Andy of Letterform. I Love Pink Dots (Tiffany Paige) was selling her stuffed cates and screen-printed kitchen towels. Compute Computer (Michelle Eatough) was selling fun screen-printed bags, jackets, hoodies, and Ts. Some of the bags and hoodies reminded me of Ratatat.

And, of course, Julie Morelli of Letterform was selling her “Nourishing Notes”, And a bunch of screen-printed tea towels and aprons.

Click through for the little video I made of it.

Show Design

Show the block-level element of a web page.

Categories: bookmarklet, javascript

Paparazzi!

An OS X utility for taking screenshots of websites only.

Categories: desktop application, osx, screenshots

Pivotal Labs

The company hired as a "fix-it" strike force for twitter.

Categories: consultants, twitter, web developers

Gnip: We got $h*t to pop

"Making data portability suck less." (I love the title on their homepage)

Categories: api, data portability, gnip, social web

Gnip API v1.1

The first version of the Gnip API (in google docs!?).

Categories: api, data portability, gnip

Recently

  1. Crafty
    18 December 2007
  2. A leetle issue
    6 December 2007
  3. Validate uniqueness in cakePHP
    3 December 2007
  4. A Little a' Seattle
    23 November 2007
  5. Xerophyte Code Hosting
    15 October 2007
  6. gatherJobs
    8 October 2007
  7. Reworking & CSS Toys
    29 September 2007
  8. Agile Development
    29 August 2007
  9. Versioning, Tracking, Re-finding
    26 August 2007
  10. Running cakePHP on OS X server (xserve)
    20 August 2007