Needed a quick and easy way to create a bit.ly URL for another site of mine. Google came through for me. David Walsh posted a…
Needed a quick and easy way to create a bit.ly URL for another site of mine. Google came through for me. David Walsh posted a…
Working on web apps I find myself using the print_r command a lot, and I mean a lot. It helps trace out what data is…
How did I not try this before today? My normal method of needing two files open was to have the one I’m working on in…
After spending the better part of yesterday getting a forum setup with the same layout as its parent WordPress site I thought I’d share a couple of tips along the way.
And I picked a less efficient way, including wp-blog-header.php in the forum code, because it was far easier. At some point I may go back and cache the WordPress pieces on the blog side and use those cache files on the SMF side, at which point none of this would be necessary. But for now it’s working.
I’ve been redesigning the website for a web application I am writing. The site uses WordPress because I wanted a blog section and wanted visitors…
I’ve been having issues with Aptana putting a huge black box over the code window on Vista 64. And it seems many others are having…
Working on a statistics plugin I needed a way to group records by the day. Turns out it’s remarkably easy. If you just want to…
During development of an online application, I needed a way to generate a GUID. I’m sure there are other, better ways to do this. But, this is how I decided to do it.