Font Awesone is cool but it is sometomes hard to find the icon you really need because you forgot how it's called. And you have to look at every icon to find something you need.
Here's the names of icons for common buttons and operations.
Copy-pasting two functions between projects is boring so I've created a GIANT COMPOSER PACKAGE with class with these two functions. It can convert relative urls to absolute and to add get parameters to urls. It's called urmaul/url.
UPD: I wrote this for swagger v1.2. Stuff has changed since then. Now swagger supports single-file YAML specifications, so making them is easier now. What a time to be alive!
A few days ago was the first time I created a REST API documentation. This is the report on how I did it.
Browsers are so smart they are trying to fill forms for you. And sometimes this is bad.
Html5 provides an attribute autocomplete="on|off" to prefent browsers filling fields for you. And you should add autocomplete="off" to inputs in cases like these:
"Set password", "Change password" and "Retype password" fields.
Captcha field.
Credit card number.
Sometimes you need to do it for security reasons. Sometimes it just makes your forms more comfortable.