Website Authors dot Com

Daily News & Resources for Website Designers & Authors

20 Ways to Save Kittens and Learn PHP

Twice a month, we revisit some of our readers’ favorite posts from through out the history of Nettuts+. This tutorial was first published in January, 2011.
There’s an old adage – dating back to the 1700s – which, in English, says: &…

Continue Reading "20 Ways to Save Kittens and Learn PHP"
November 8, 2011 at 1:52 pm Comments (0)

Quick 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 counter-increment in this useful quick tip.

Screencas…

Continue Reading "Quick Tip: How to Keep the Count with CSS"
November 2, 2011 at 12:17 am Comments (0)

The 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 C++’s syntax when all I wanted to learn w…

Continue Reading "The Best Way to Learn PHP"
October 14, 2011 at 10:36 pm Comments (0)

Quick Tip – jQuery Newbs: Stop Jumping in the Pool

As editor of Nettuts+, I get to review a lot of code from tutorial submissions. Despite the fact that jQuery has been available for years now, there is still one frequent mistake that I see more than anything else.

Example #1
Consider the following …

Continue Reading "Quick Tip – jQuery Newbs: Stop Jumping in the Pool"
October 7, 2011 at 5:02 pm Comments (0)

The Best Way to Learn JavaScript

Learning something new is scary. For me, the biggest issue with picking up a new skill is that I don’t know what I don’t know. Given that, it’s often useful to find a plan for learning whatever you’re interested in. That’s…

Continue Reading "The Best Way to Learn JavaScript"
September 21, 2011 at 4:32 pm Comments (0)

The Best Way to Learn Ruby on Rails

I come from a PHP background, but these days, I’m a full-time Rails developer. The difficulty for most people who make the switch lies in the learning curve that’s involved. Once you’ve become proficient in a language or framework, sw…

Continue Reading "The Best Way to Learn Ruby on Rails"
September 15, 2011 at 9:04 pm Comments (0)

How to Install Ruby on a Mac

The one is tailor made for the Basix users among you. If you’ve been itching to try out Ruby and/or Rails, if the Terminal is somewhat new to you, you may find that even the process of installing it can generate countless confusing errors. This a…

Continue Reading "How to Install Ruby on a Mac"
September 7, 2011 at 3:08 pm Comments (0)

Nettuts+ Quiz #4: Abbreviations – Stormtrooper Edition

Abbreviations are an inevitable part of being a web developer. HTML, CSS, HTTP, XML… the list goes on and on.
This beginner friendly Stormtrooper edition is a great place to test your knowledge of common jargon and terminologies. Don’t get …

Continue Reading "Nettuts+ Quiz #4: Abbreviations – Stormtrooper Edition"
August 16, 2011 at 3:18 pm Comments (0)

Python from Scratch – Functions and Modules

Welcome back to the Python from Scratch series. In the previous lesson, we learned how to use variables and control structures to store and manipulate data. Be sure to review it if you need a refresher!

Video Tutorial

Press the HD button for t…

Continue Reading "Python from Scratch – Functions and Modules"
July 21, 2011 at 9:07 pm Comments (0)

28 HTML5 Features, Tips, and Techniques you Must Know

Advertise hereTwice a month, we revisit some of our readers’ favorite posts from throughout the history of Nettuts+. This tutorial was first published in August, 2010.

This industry moves fast — really fast! If you’re not careful, you&#8…

Continue Reading "28 HTML5 Features, Tips, and Techniques you Must Know"
July 14, 2011 at 12:09 pm Comments (0)

Nettuts+ Quiz #1: Beginner CSS

Advertise here

In the first of many Nettuts+ quizzes, you’ll be able to test your knowledge by solving some nefarious questions. But don’t worry, we’re starting today by asking you some extremely beginner level CSS questions. Get crackin’ after the jump!


CSS is used to…
The C in CSS stands for?
The correct way to link to a stylesheet in the head is?
Which of these is not a valid CSS selector?
What’s the effective width of the container?
#container {width: 100px; padding: 10px; margin: 20px;}
How do you define a comment in CSS?
Which of the following is used to display links without an underline?
How do you center an element horizontally?
The # symbol specifies that the selector is…
Inline styles are defined by which attribute?
span { font-size: 12px; padding: 2px; color: #fff; display: block;}

In the rule above, which of the declarations is irrelevant?

#id {margin: 20px 30px 10px 50px}

The margin-right value will be?

Which property is used to change the size of text?
p div.selected matches?
What is the order of precedence when you’re embedding CSS using different methods?
The * selector selects…

#1
Please select an option

Continue Reading "Nettuts+ Quiz #1: Beginner CSS"
May 6, 2011 at 11:28 pm Comments (0)