Sometimes, it’s easy to become overwhelmed by how much there is to learn in this industry. If jQuery happens to be on your personal “need to learn soon” list, then I’m happy to announce my new course: “Learn jQuery in 30 Days”. If you’ll give me fifteen minutes a day for the next month, I’ll help you become a jQuery pro – and it’s free! How Does it Work? Sporadically, your skills will be put to the test, when you take the interactive quizzes! Once you enroll (free) via email, each day, you’ll receive a 10-15 minute video lesson. As...
Read MoreWeb development is an industry that’s in a state of constant flux with technologies and jargon changing and mutating in an endless cycle. Not to mention the sheer deluge of information one has to process everyday. In this series, published monthly, we’ll seek to rectify this by bringing you all the important news, announcements, releases and interesting discussions within the web development industry in a concise package. Join me after the jump for an extra dose of community content this month! News and Releases All of the important news in a single place: releases, announcements, companies bickering, security issues and all related hoopla. ‘HTML5...
Read MoreWeb typography is accessible to everyone. If you’ve ever built or designed a web page, you’ve almost definitely turned your hand to web typography of some sort. As a discipline, typography has been practiced for hundreds of years, and as a result there are many lessons and conventions we can learn from. Saying that, web typography is a bit like skiing. It’s unwise to just grab a couple of wooden planks and throw yourself down a black piste; you’ll develop bad habits and perhaps even break a bone. Before diving into your next web project, make sure you’ve at least considered...
Read MoreTwice a month, we revisit some of our readers’ favorite posts from through out the history of Nettuts+. This tutorial was first published in November, 2010. TDD is an iterative development process where each iteration starts by writing a test which forms a part of the specification we are implementing. The short iterations allow for more instant feedback on the code we are writing, and bad design decisions are easier to catch. By writing the tests prior to any production code, good unit test coverage comes with the territory, but that is merely a welcome side-effect. Turning Development Upside-Down In traditional...
Read MoreReady to take your PHP skills to the next level? In this new “From Scratch” series, we’ll focus exclusively on Zend Framework, a full-stack PHP framework created by Zend Technologies. This second tutorial on our series is entitled “Models and Integrating Doctrine ORM”. Review Welcome back to our Zend Framework from Scratch series! In our last tutorial, we learned some basic things about Zend Framework, such as: Where to download the latest Zend Framework files Where and how to set it up locally Creating your first Zend Framework project and setting up a VirtualHost on your web server How exactly Zend Framework implements the MVC pattern...
Read More