Archive | Coding RSS for this section

Key Points to Better SEO

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 [...]

Continue Reading

Utilizing PHP’s print_r() function

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 [...]

Continue Reading

960gs and Object-Oriented CSS

It’s not like I don’t have enough on my plate and I need to find new stuff to keep busy with. Despite that, my list of things I want to check out seems to grow each week. Two things I’ve been wanting to look closer into are 960 Grid System, and Object-Oriented CSS. 960 Grid [...]

Continue Reading

Disable Editor Resizing in CKEditor

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, [...]

Continue Reading