Do You Suffer From the Dunning-Kruger Effect?
Charles Darwin once noted, “Ignorance more frequently begets confidence than does knowledge.” We all know the modern man to whom Darwin refers: the unemployed “musician” who must inform all new...
View ArticleHow to Create a Web Service: Start to Finish – New on Premium
There’s no two ways about it; putting together a website is hard! You need to know a myriad of programming languages (HTML, PHP, CSS, AJAX, Javascript, MySQL, just to name a few). You also must...
View ArticleThe Ins and Outs of PHP Exceptions
Still returning false whenever a function in your program fails? In this article, we’ll learn about PHP exceptions, and how you can use them to soup up your application’s error handling. Introduction...
View ArticleThe Best Way to Learn PHP
Learning something from scratch is almost always an arduous affair — you simply have no idea as to where to start, or not to start, to kick things off. I loathed learning about the idiosyncrasies of...
View ArticleHow to Build an RSS Reader with jQuery Mobile
Twice a month, we revisit some of our readers’ favorite posts from through out the history of Nettuts+. This tutorial was first published in October 2010. Today, we’ll dive into jQuery Mobile, which,...
View ArticleStop Nesting Functions! (But Not All of Them)
JavaScript is over fifteen years old; nevertheless, the language is still misunderstood by what is perhaps the majority of developers and designers using the language. One of the most powerful, yet...
View ArticleThe Magic of WordPress Custom Post Types: New on Premium
In this in depth Premium video tutorial, I’ll teach you how to use custom post types, taxonomies, and meta boxes to extend your WordPress application into CMS-like territory. Become a Premium member to...
View ArticleMarketplaces Exceed 1,000,000 Members: Infographic!
Hey folks! I’m Jordan McNamara, the Community Manager for Envato and I wanted to share some exciting news with you about the Envato Marketplaces. The 12th of September was an exciting day for me as a...
View ArticleNettuts+ Quiz #6: How Well do you Know HTML5?
HTML5 has been the buzzword with the web development community for a while now. In accordance with many a request from our readers, today I’m happy to present you with a quiz on HTML5. This beginner...
View ArticleThe Increasing Importance of APIs in Web Development
Web APIs have experienced an exponential increase in popularity and usage in the past few years. These days, they’re an important tool for web developers; however, they are also even becoming an...
View ArticleEnhancing Web Apps with AmplifyJS
There seems to be a new crop of special-purpose JavaScript libraries every week. Gone, it seems, are the days of using only one library per project. Today I’ll introduce you to a very cool component...
View ArticleThe Best Way to Learn ASP.NET
You’re looking to learn ASP.NET? I can’t blame you. Not only is it an extremely flexible platform, but .NET developers are in high demand and will continue to be. Unfortunately, it can be an...
View ArticleAre TextMate and Coda Yesterday’s Editors?
Based on the title alone, many of you might cry, “blasphemy.” TextMate particularly has been a cornerstone for Mac-based web developers for years and years. However, things change, and, recently,...
View ArticleFantastic Prizes Up for Grabs in the Tuts+ Survey!
We love the community of readers we have at Tuts+ and your opinion is incredibly valuable. This week, we’re giving you the chance to have your say about Tuts+, and win a few fantastic prizes at the...
View ArticleHow to Scrape Web Pages with Node.js and jQuery
Node.js is growing rapidly; one of the biggest reasons for this is thanks to the developers who create amazing tools that significantly improve productivity with Node. In this article, we will go...
View ArticleRecently in Web Development (October Edition)
Web 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...
View ArticleBest of Tuts+ in October
Each month, we bring together a selection of the best tutorials and articles from across the whole Tuts+ network. Whether you’d like to read the top posts from your favourite site, or would like to...
View ArticleQuick Tip: How to Keep the Count with CSS
Did you know that, with CSS, you can create a counter? This can be especially useful for instances where the count is purely needed for presentational purposes. I’ll show you how to use...
View ArticleZend Framework from Scratch
Ready 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. First in our...
View ArticleQuick Tip: How to Work with GitHub and Multiple Accounts
So you have a personal GitHub account; everything is working perfectly. But then, you get a new job, and now need to have the ability to push and pull to multiple accounts. How do you do that? I’ll...
View Article