Coding

Mike Branski

2 minute read

I’m consulting with a client on search engine optimization (SEO) for their sites and was asked to prepare a few key points they can take to a client that’s new to the web. Now, I’m not an SEO expert, and in fact feel that many people try to sell some magical solution that doesn’t actually deliver results, but I do know what’s worked for me and others over the years. Here are my thoughts…

Mike Branski

1 minute read

This is just a quick tip, but ever since discovering it I use it constantly. A lot of developers use PHP’s print_r() function to display human-readable information about a variable, which makes it great for debugging arrays and objects (among other things) very quickly. However, you have to wrap the output in <pre></pre> tags otherwise it gets spit out in a jumbled mess and doesn’t display nicely.

Mike Branski

2 minute read

Customization is key, so when I had spent a considerable amount of time trying to disable editor resizing in CKEditor and kept coming up blank, it started to get frustrating. Here we have a pretty solid editor coupled with a pretty solid lack of documentation – reminds me a bit of Magento! To their credit, it’s still extremely new and they are working on documentation for it. That aside, I managed to stumble across a post on their forum that led me in the right direction.