Picnic Website Code Tutorials

Contribute a Well Written Tutorial, Demo, Idea, or Topic

Do you have a cool tutorial, demo, idea, or topic you'd like to share? I'd love to feature it here in Picnic Website Code Tutorials! If your tutorial meets the simple guidelines and is accepted, within the featured tutorial page, the author will recieve a link to his or her site, an image of the author, and a short bio. Additionally, the top 5 contributors will recieve a featured link to their site in the sidebar of all pages. This is positive exposure and great SEO for you and your site.

I suggest you first do a search for your desired topic on my site in order to make sure it has not already been featured within. I am not picky. As long as your article is unique and abides by the format shown below your golden. When your tutorial is ready to share, just zip it and email it to me.

Your Tutorial Page Format

<!DOCTYPE HTML><html><head><meta charset="UTF-8">
<title>Tutorial</title>
<?php include("../inc/toplinks.php"); ?>
</head>
<body>
<?php include("../inc/plane.php"); ?>
<div id="wrap">
   <div id="main">
      <h1>Tutorial</h1>
      <?php include("../inc/breadcrumb.php"); ?>
      <em id="date">Date</em>

      <!-- YOUR TUTORIAL STARTS HERE -->
      <a href="Insert-Path-To-Demo" class="button">View Demo</a>
      <p>Insert tutorial text in nicely sized organized paragraphs</p>
      <h2>Insert Pre Tag Description</h2>
      <pre>
         Insert all code in pre tags
      </pre>
      <!-- YOUR TUTORIAL ENDS HERE -->

      <?php include("../inc/paypal.php"); ?>
      <?php include("../inc/disqus.php"); ?>
   </div>
   <?php include("../inc/sidebar.php"); ?>
</div>
<?php include("../inc/topnav.php"); ?>
<div id="foot">
	<?php include("../inc/foot.php"); ?>
</div>
<?php include("../inc/botlinks.php"); ?>
</body>
</html>
		

Your Demo(s) Page Format

<!DOCTYPE html><html><head><meta charset="UTF-8">
<title>Demo</title>
<style type="text/css">
/* All CSS goes in the head in this style tag */
</style> 
</head>
<body>

<!-- YOUR DEMO HTML STARTS HERE -->
<h1>Demo</h1>
<p><a href="Insert-Path-To-Tutorial">&laquo; Back To Tutorial</a></p>
<!-- YOUR DEMO HTML ENDS HERE -->

</body></html>
		

Sponsors

Top Donators

Friends of Mine