Skip to content

Provides proven high performance, enterprise-level and scalable HTML tips and best practices.

Notifications You must be signed in to change notification settings

ardgedee/enterprise-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 18, 2010
6515d55 · Oct 18, 2010

History

32 Commits
Oct 18, 2010
Oct 18, 2010
Oct 17, 2010
Oct 18, 2010
No commit message
Oct 18, 2010

Repository files navigation

Enterprise HTML

If you're someone that runs an enterprise-level website (>100 hits per day), you've probably had to deal with the pains of scaling and maintaining your code.

Enterprises have dealt with these problems for years -- this is an attempt at gathering all of that knowledge and to share it with the world.

Dependencies

Adding Your Own Tips

Add your own tips to tips.js by appending to the tips array:

tips.push({
	author: 'your_twitter_handle',
	message: 'Your Tip Message',
	example: [
		'<div>',
		'	Code Example',
		'</div>'
	]
});

Once committed, send a pull request and I'll be sure to get it up on enterprise-html.com.

About

Provides proven high performance, enterprise-level and scalable HTML tips and best practices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published