Our Jeet Framework has been featured on TutsPlus. This is a great honor and we’re very excited about the community feedback so far. Thanks to everyone who made this…
In this tutorial, I’ll try to explain what the difference between px, em, rem, pt, and %; how & why they’ve been used; and what the future holds concerning…
In this tutorial, I’ll teach you how to save a few bucks and impress your clients by creating a really fast CSS-powered mega menu from scratch. View Demo Download…
Update Bleh, I’m stupid, you don’t need a CDN at all, you can use “file:///C:/Users/my_username/Desktop/my_package.zip” instead. Naturally I figured this out about 5 seconds after I rendered/converted/uploaded/posted this video……
Ever want your Google Maps to look not-so-bland? Sick of dealing with those pain-in-the-ass generators? Google Maps API isn’t as daunting as it seems. If you’re even slightly comfortable…
WP_Query and pagination is kinda tricky. The catch is in fetching the page number from the URL and feeding it to your loop so it knows what posts to…
In this screencast, we’ll go over some basic Model manipulation and start getting familiar with the Python Shell to “prototype” our Models before using them in Views and Templates.…
Modifying your Models in Django isn’t as clear cut as it seems. Say you’ve already syncdb’d a Person model with first_name, and you want to add last_name to it,…
In this tutorial we’ll figure out how to get beautiful data in your Admin to your Template and go over the basic premise behind templating in Django.
Disclaimer: I’m not a security expert so this may not protect you against someone who is seriously intent on messing you up, but it will put a big barrier…