As a follow up to my previous post on using a CDN jQuery in your website. If you use Wordpress (with Genesis Framework) and want to take advantage of a CDN (Content Delivery Network) hosted jQuery library to your theme, edit your functions.php file to include these codes: The codes above will include jQuery CDN on your site, but not the fallback method mentioned in this post. To implement … [Read more...]
Use a CDN Hosted jQuery in Your Website
Serving your jQuery from a public CDN (Content Delivery Network) can arguably offer several advantages to your website, especially if you don't use a fast server to host it. If you're not familiar with both sides of the arguments, please check the two attached links below as there's no points to repeat the subject over the advantages vs. disadvantages of hosting jQuery from a CDN. PROS - 3 … [Read more...]
Got HTML5?
Since the publishing of its First Public Working Draft in 2008, HTML5 (not HTML 5) has gained wider acceptance among developers and designers. While it's not 100% foolproof, HTML5, combined with CSS3, gives designers greater control on web layout as they envision it, thus more and more web designers and developers committed to using it. If you haven't taken a plunge and want to know more … [Read more...]