As I Solve

Bulletproof solutions for the savvy developer.

Month: October 2011

  • AJAX loading JS, CSS, and HTML

    Having problems loading scripts and CSS when loading content with AJAX? The solution is simple: Don’t have the JS or CSS in the pages you load up with JavaScript. Instead, when you load up the HTML with your AJAX call, also call the scripts and CSS you need separately at the same time. After including […]

  • WordPress – Create a widget area for News (Blog excerpts)

    Working on a WordPress site for a client, they wanted to display a few excerpts of recent Blog posts on their homepage. We were using a custom template for a page that was set as the homepage, but we didn’t have a widget area for that News area. Here’s how to add one: In Functions.php […]