Just ran across this at Mashable. Someone "smart" obviously has too much free time on their hands and thought of this. Just copy and paste the code below into Google's search … [Continue reading]
How to Use a CDN jQuery in Genesis Framework

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]