Latest in Power tips.

Kai
23 Jun 11 Kai
In:  Tutorials
3 comments »
How To: Facebook Access Token
A quick and pain-free guide to getting an authentication token for Facebook data retrieval.
More

Kai
23 Nov 10 Kai
In:  CodeResources
No comments »
Quick Wordpress Custom Admin
Though it's well documented and discussed, I thought I'd put my hat in the ring for quick and easy Wordpress admin customization. First, let's add your favicon and a custom css file to your admin views. Add this in your functions.php theme file: function extra_admin_css() {     echo...
More

Kai
13 Oct 10 Kai
In:  Code
No comments »
Simple PHP Truncation
It's a common issue: we want our dynamic text to fit nicely into our perfect design. But our client wants to use a title that's two (or even three) lines long! This little snippet of code will save your design from unsightly overflow, and won't cut off that last word mid-sente... [nce] Here, we're...
More

Kai
30 Sep 10 Kai
In:  AWPCodeResources
1 comment »
AWP Reset
We're all pretty familiar with the concept of a reset.css file to level the playing field across browsers.  The work done by Eric Meyer has greatly enhanced the consistency of cross browser development.  At AWP, we have taken it one step further and implemented some other useful css nuggets into our...
More

Bryan
10 Sep 10 Bryan
In:  Tutorials
No comments »
LiquidPlanner Power Tip
There's an awful lot of power under LP's hood, but sometimes it's not super-obvious how to get at it. Let's say you want to catch up on all conversations happening about an entire task list or a project. Where do you go? If you just go click on that task list in Collaborate >> Details, any comments...
More