background preloader

Tips

Facebook Twitter

Mac

Form. Smashing. Install. Print. What Every Web Developer Should Know About Front-End Performance. Too often as developers, we ignore a crucial last step before launching a website: optimizing for performance.

What Every Web Developer Should Know About Front-End Performance

Most developers now recognize that organized, valid code ensures maintainability and compatibility. Anyone who doubts this merely has to speak to a developer who has picked up work on an old website that is littered with unorganized, uncommented spaghetti code. Just as preparing our code to be read by other developers is important, so is preparing our code to be read by browsers. Great web development might start with great organization, but it ends with great optimization. Relevant, snacksized web design resources. 10 HTML Tag Crimes You Really Shouldn’t Commit. You better watch out, because the HTML police are about.

10 HTML Tag Crimes You Really Shouldn’t Commit

They scour your code and pick out the most unspeakable crimes against HTML markup. This handy list of ten HTML tag crimes sheds some light on some of the most common coding mistakes and helps provide an alternate solution. Tips include writing valid markup, making semantic choices, avoiding deprecated tags and more! Crime 1: Placing Block Elements Inside Inline Elements HTML elements can either be displayed in two ways, Block or Inline.