Latest in Power tips.

Kai
21 May 12 Kai
In:  ResourcesTips
2 comments »
Debugging Mobile Javascript
If you're working with iOS devices, you've probably already discovered the semi-useful native debugger for Safari Mobile.  In case you haven't, head over to the iOS settings, go into the Safari panel, and you should discover an option to 'Enable Debug Console'.  Once enabled, you will have an extra...
More

Kai
23 Jun 11 Kai
In:  Tutorials
8 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