Discovered how to print a call stack in PHP from a StackOverflow article listing $ex->getTraceAsString().
Printing PHP Call Stack
Reply
Discovered how to print a call stack in PHP from a StackOverflow article listing $ex->getTraceAsString().
Today I learned about curl_exec which is a HTTP client for use in PHP.
Reading about UX patterns from Microsoft. Particularly Branding your Windows Store apps.
I read about this today: Make Your Content Editable with Medium.js.
I heard about Payment Card Industry Data Security Standard for the first time today.
Lot’s to watch! FreedomBox talks.
Watched this presentation today: FreedomBox 1.0.
Also, there’s more information about the FreedomBox.
On my TODO list is reading about the PHP filter_input_array.
Using http_build_query now that I know about it! Handy!
Using the jQuery Validation Plugin to validate my web forms… handy!