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 … [Continue reading]
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 … [Continue reading]
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 … [Continue reading]
How to Setup User Access and Roles in Production SQL Server
Setting up ASP.NET membership and roles in development is very easy to do since out of the box, it's already configured to use the built-in SQL Server Express provider. To set it up, you just need to launch ASP.NET Web Site Administration Tool by … [Continue reading]
How to Move Post Date to the Bottom of an Article in Genesis
Here are a few simple steps to move article post date from the top of the posting to the bottom in Genesis Framework. The first thing you want to do is to alter the default post info on the top by adding the following filter to your child's … [Continue reading]