Archive September, 2010

bbPress: wrong forum search

The form presented after a search in bbPress allows to refine the results indicating the forum at which to search. The combo with the list of forums, unfortunately, has a "gross" error at the kernel level. invece del corretto forum_id . The tag select , in fact, is appointed by forum-id instead of the correct forum_id . This issue has already been reported on the development team! Nine months ago.

Continued ...

Very short trick: WordPress, customize the Meta Box thumbnail

In reference to this Comment : The Metabox thumbnails usually has the title set to "image evidence".

Continued ...

Use performSelector to pass integer parameters or boolean

The messages (methods) defined in the application (Application delegated) main can be invoked quickly by using performSelector :

1
2
delegate ] [[[UIApplication sharedApplication] delegate]
( applicationMessage ) ] ; performSelector: @ selector (applicationMessage)];

Continued ...

Connect to Foursquare via ASIHTTPRequest

Foursquare allows through its API to access a range of features (many in this version 1) directly from our iPhone apps. We see, therefore, how to integrate access to Foursquare in Objective-C using the known framework ASIHTTPRequest to perform basic authentication.

Continued ...


Stop SOPA