groups

name language licence
ExtraContent Sample - Photo Album HTML Other
ExtraContent Sample - RapidBlog HTML Other
ExtraContent Sample - Contact Form HTML Other
ExtraContent Sample - About Us Quick links - 5 columns HTML Other
ExtraContent Sample - File Sharing HTML Other
ExtraContent Sample - 4 columns HTML Other
ExtraContent Sample - column CSS CSS Other
ExtraContent Sample - iFrame HTML Other

< 1 2 3 4 >



language: HTML
licence: Other

ExtraContent Sample - File Sharing

options: view full snippetsend to code collector
<div id="myExtraContent1">
	<div class="column five">
		<div class="content">
			<img src="http://www.seydesign.com/images/content/FileSharing.png" alt="File Sharing icon"/>
		</div><!-- .content -->
	</div><!-- .column .five -->
	<div class="column four5ths">
		<div class="content">
			<h2>Share files with RapidWeaver</h2><p>Isn't it funny how the general public equates "file sharing" to piracy. This simply isn't true. If you consider what the major ISP's have been practicing with their bandwidth shaping and packet dropping, you are paying a lot of money for bandwidth that has some serious restrictions on it.</p>
			<p>The truth is, file sharing, torrents and other PTP netwroks is the only way that many organizations can reasonable expect to have their work distributed. Take, for instance, CBC (Canadian Broadcasting Corporation) who started distribution of their own programming on the internet via bit torrent. CBC is publically funded and I have everyright to access those programs, yet Rogers chooses to drop those packets.</p>
		</div><!-- .content -->
	</div><!-- .column .four5ths -->
</div><!-- #myExtraContent -->
	
(Continues...)