Another SHTF story

The #1 community for Gun Owners in Indiana

Member Benefits:

  • Fewer Ads!
  • Discuss all aspects of firearm ownership
  • Discuss anti-gun legislation
  • Buy, sell, and trade in the classified section
  • Chat with Local gun shops, ranges, trainers & other businesses
  • Discover free outdoor shooting areas
  • View up to date on firearm-related events
  • Share photos & video with other members
  • ...and so much more!
  • pinshooter45

    Master
    Rating - 100%
    3   0   0
    Sep 1, 2009
    1,962
    48
    Indianapolis
    It's 4am on a Wednesday morning and its going to be another hot day...

    Well I thought about writing more but it really is 4am and I am buried under a mountain of homework from College! I feel like I have not left my home in nearly 4 weeks. Even though I managed to get to one FNS! What a stress releiver!!! But I really do not know when I will be able to get more written. But I promise I will eventually resume writing and finish this story I owe it to you! But my MS Access, <html> Web Design class, and Sociology class (gotta study guys like Karl Marx :xmad: are just kicking my a$$! Here is an exampel of Web Code I have to write and debug by hand:

    <html>
    <head>
    <!--
    New Perspectives on HTML and XHTML
    Tutorial 5
    Case Problem 1

    Sudoku Puzzle
    Author: Michael Durham
    Date: 6/23/2012

    Filename: sudoku.htm
    Supporting files: left.jpg jpf.css, jpf.jpg, stable.css, topleft.jpg, topright.jpg
    -->
    <title>Daily Sudoku Puzzle</title>
    <link href="jpf.css" rel="stylesheet" type="text/css" />
    <link href="stable.css" rel="stylesheet" type="text/css" />

    <!-- <style type="text/css" media="screen"> .goldBox {background-image: url("gold.jpg"); background-repeat:"no-repeat"; background-position: "center"} .greenBox {background-image: url("green.jpg")} </style>-->

    </head>



    <body>

    <div id="header">
    <img src="jpf.jpg" alt="The Japanese Puzzle Factory" />
    <ul>
    <li><a href="#">Home</a></li>
    <li><a href="#">Online Puzzles</a></li>
    <li><a href="#">Store</a></li>
    <li><a href="#">Tips and Hints</a></li>
    <li><a href="#">Forum</a></li>
    <li><a href="#">Competitions</a></li>
    <li><a href="#">Site Map</a></li>
    </ul>
    </div>

    <div id="leftColumn">

    <div id="links">
    <div class="roundedBox".
    <div class="topLeft"><div class="topRight"><div class="left">

    <ul>
    <li><a href="#">Akari</a></li>
    <li><a href="#">Divide by Box</a></li>
    <li><a href="#">Fillomino</a></li>
    <li><a href="#">Hashiwokakero</a></li>
    <li><a href="#">Heyawake</a></li>
    <li><a href="#">Hitori</a></li>
    <li><a href="#">Kakuro</a></li>
    <li><a href="#">Katagaku</a></li>
    <li><a href="#">Masugo</a></li>
    <li><a href="#">Masyu</a></li>
    <li><a href="#">Nonogram</a></li>
    <li><a href="#">Oekaki Logic</a></li>
    <li><a href="#">Shikaku</a></li>
    <li><a href="#">Sudoku</a></li>
    <li><a href="#">Suhai</a></li>
    <li><a href="#">Super Sudoku</a></li>
    <li><a href="#">Tenketsu</a></li>
    <li><a href="#">Tentai Show</a></li>
    <li><a href="#">Wordoku</a></li>
    <li><a href="#">Yajilin</a></li>
    </ul>

    </div></div></div>
    </div>
    </div>

    <div id="rightColumn">
    <table class="spuzzle"><caption>Sudoku</caption>
    <thead>
    <tr>
    <th></th>
    <th>1</th>
    <th>2</th>
    <th>3</th>
    <th>4</th>
    <th>5</th>
    <th>6</th>
    <th>7</th>
    <th>8</th>
    <th>9</th>
    </tr>
    </thead>
    <tbody><tr><th>A</th>
    <td colspan="3" rowspan="3" class="greenBox">
    <table class="subTable">
    <tr>
    <td></td>
    <td></td>
    <td>4</td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td>3</td>
    <td>5</td>
    <td></td>
    </tr>
    </table>
    </td>
    <td colspan="3" rowspan="3" class="goldBox">
    <table class="subTable">
    <tr>
    <td>5</td>
    <td></td>
    <td>3</td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    </table>
    </td>
    <td colspan="3" rowspan="3" class="greenBox">
    <table class="subTable">
    <tr>
    <td></td>
    <td>7</td>
    <td></td>
    </tr>
    <tr>
    <td>3</td>
    <td>1</td>
    <td></td>
    </tr>
    <tr>
    <td>2</td>
    <td></td>
    <td></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <th>B</th>
    </tr>
    <tr>
    <th>C</th>
    </tr>
    <tr>
    <th>D</th>
    <td colspan="3" rowspan="3" class="goldBox">
    <table class="subTable">
    <tr>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td>6</td>
    <td></td>
    <td>9</td>
    </tr>
    <tr>
    <td>4</td>
    <td>7</td>
    <td>2</td>
    </tr>
    </table>
    </td>
    <td colspan="3" rowspan="3" class="greenBox">
    <table class="subTable">
    <tr>
    <td></td>
    <td>2</td>
    <td></td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td></td>
    <td>9</td>
    <td></td>
    </tr>
    </table>
    </td>
    <td colspan="3" rowspan="3" class="goldBox">
    <table class="subTable">
    <tr>
    <td>9</td>
    <td>3</td>
    <td>7</td>
    </tr>
    <tr>
    <td>4</td>
    <td></td>
    <td>8</td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <th>E</th>
    </tr>
    <tr>
    <th>F</th>
    </tr>
    <tr><th>G</th>
    <td colspan="3" rowspan="3" class="greenBox">
    <table class="subTable">
    <tr>
    <td></td>
    <td></td>
    <td>1</td>
    </tr>
    <tr>
    <td></td>
    <td>4</td>
    <td>5</td>
    </tr>
    <tr>
    <td></td>
    <td>6</td>
    <td></td>
    </tr>
    </table>
    </td>
    <td colspan="3" rowspan="3" class="goldBox">
    <table class="subTable">
    <tr>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td>8</td>
    <td></td>
    <td>1</td>
    </tr>
    </table>
    </td>
    <td colspan="3" rowspan="3" class="greenBox">
    <table class="subTable">
    <tr>
    <td></td>
    <td>5</td>
    <td>2</td></tr>
    <tr>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td>7</td>
    <td></td>
    <td></td>
    <tr>
    </table>
    </td>
    </tr>
    <tr>
    <th>H</th>
    </tr>
    <tr>
    <th>I</th>
    </tr>
    </tbody>
    </table>
    <article>

    <h3>To Play</h3>
    <p>Sudoku is played on a 9x9 grid with nine 3x3 boxes
    placed within the grid. Enter a digit from 1 to 9 in
    each table cell. A few starting numbers have been
    supplied for you. The digits from 1 to 9 can appear
    only once each in every row, column, and box in the
    table (diagonals don't count). Every Sudoku puzzle
    has a unique solution.
    </p>
    <p>Good luck!</p>

    </div>


    </body>

    </html>

    Lord help me! :ingo:
     

    jblomenberg16

    Grandmaster
    Rating - 100%
    67   0   0
    Mar 13, 2008
    9,920
    63
    Southern Indiana
    It's 4am on a Wednesday morning and its going to be another hot day...

    Well I thought about writing more but it really is 4am and I am buried under a mountain of homework from College! I feel like I have not left my home in nearly 4 weeks. Even though I managed to get to one FNS! What a stress releiver!!! But I really do not know when I will be able to get more written. But I promise I will eventually resume writing and finish this story I owe it to you! But my MS Access, <html> Web Design class, and Sociology class (gotta study guys like Karl Marx :xmad: are just kicking my a$$! Here is an exampel of Web Code I have to write and debug by hand:

    <html>
    <head>
    <!--
    New Perspectives on HTML and XHTML
    Tutorial 5
    Case Problem 1

    Sudoku Puzzle
    Author: Michael Durham
    Date: 6/23/2012

    Filename: sudoku.htm
    Supporting files: left.jpg jpf.css, jpf.jpg, stable.css, topleft.jpg, topright.jpg
    -->
    <title>Daily Sudoku Puzzle</title>
    <link href="jpf.css" rel="stylesheet" type="text/css" />
    <link href="stable.css" rel="stylesheet" type="text/css" />

    <!-- <style type="text/css" media="screen"> .goldBox {background-image: url("gold.jpg"); background-repeat:"no-repeat"; background-position: "center"} .greenBox {background-image: url("green.jpg")} </style>-->

    </head>



    <body>

    <div id="header">
    <img src="jpf.jpg" alt="The Japanese Puzzle Factory" />
    <ul>
    <li><a href="#">Home</a></li>
    <li><a href="#">Online Puzzles</a></li>
    <li><a href="#">Store</a></li>
    <li><a href="#">Tips and Hints</a></li>
    <li><a href="#">Forum</a></li>
    <li><a href="#">Competitions</a></li>
    <li><a href="#">Site Map</a></li>
    </ul>
    </div>

    <div id="leftColumn">

    <div id="links">
    <div class="roundedBox".
    <div class="topLeft"><div class="topRight"><div class="left">

    <ul>
    <li><a href="#">Akari</a></li>
    <li><a href="#">Divide by Box</a></li>
    <li><a href="#">Fillomino</a></li>
    <li><a href="#">Hashiwokakero</a></li>
    <li><a href="#">Heyawake</a></li>
    <li><a href="#">Hitori</a></li>
    <li><a href="#">Kakuro</a></li>
    <li><a href="#">Katagaku</a></li>
    <li><a href="#">Masugo</a></li>
    <li><a href="#">Masyu</a></li>
    <li><a href="#">Nonogram</a></li>
    <li><a href="#">Oekaki Logic</a></li>
    <li><a href="#">Shikaku</a></li>
    <li><a href="#">Sudoku</a></li>
    <li><a href="#">Suhai</a></li>
    <li><a href="#">Super Sudoku</a></li>
    <li><a href="#">Tenketsu</a></li>
    <li><a href="#">Tentai Show</a></li>
    <li><a href="#">Wordoku</a></li>
    <li><a href="#">Yajilin</a></li>
    </ul>

    </div></div></div>
    </div>
    </div>

    <div id="rightColumn">
    <table class="spuzzle"><caption>Sudoku</caption>
    <thead>
    <tr>
    <th></th>
    <th>1</th>
    <th>2</th>
    <th>3</th>
    <th>4</th>
    <th>5</th>
    <th>6</th>
    <th>7</th>
    <th>8</th>
    <th>9</th>
    </tr>
    </thead>
    <tbody><tr><th>A</th>
    <td colspan="3" rowspan="3" class="greenBox">
    <table class="subTable">
    <tr>
    <td></td>
    <td></td>
    <td>4</td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td>3</td>
    <td>5</td>
    <td></td>
    </tr>
    </table>
    </td>
    <td colspan="3" rowspan="3" class="goldBox">
    <table class="subTable">
    <tr>
    <td>5</td>
    <td></td>
    <td>3</td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    </table>
    </td>
    <td colspan="3" rowspan="3" class="greenBox">
    <table class="subTable">
    <tr>
    <td></td>
    <td>7</td>
    <td></td>
    </tr>
    <tr>
    <td>3</td>
    <td>1</td>
    <td></td>
    </tr>
    <tr>
    <td>2</td>
    <td></td>
    <td></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <th>B</th>
    </tr>
    <tr>
    <th>C</th>
    </tr>
    <tr>
    <th>D</th>
    <td colspan="3" rowspan="3" class="goldBox">
    <table class="subTable">
    <tr>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td>6</td>
    <td></td>
    <td>9</td>
    </tr>
    <tr>
    <td>4</td>
    <td>7</td>
    <td>2</td>
    </tr>
    </table>
    </td>
    <td colspan="3" rowspan="3" class="greenBox">
    <table class="subTable">
    <tr>
    <td></td>
    <td>2</td>
    <td></td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td></td>
    <td>9</td>
    <td></td>
    </tr>
    </table>
    </td>
    <td colspan="3" rowspan="3" class="goldBox">
    <table class="subTable">
    <tr>
    <td>9</td>
    <td>3</td>
    <td>7</td>
    </tr>
    <tr>
    <td>4</td>
    <td></td>
    <td>8</td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <th>E</th>
    </tr>
    <tr>
    <th>F</th>
    </tr>
    <tr><th>G</th>
    <td colspan="3" rowspan="3" class="greenBox">
    <table class="subTable">
    <tr>
    <td></td>
    <td></td>
    <td>1</td>
    </tr>
    <tr>
    <td></td>
    <td>4</td>
    <td>5</td>
    </tr>
    <tr>
    <td></td>
    <td>6</td>
    <td></td>
    </tr>
    </table>
    </td>
    <td colspan="3" rowspan="3" class="goldBox">
    <table class="subTable">
    <tr>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td>8</td>
    <td></td>
    <td>1</td>
    </tr>
    </table>
    </td>
    <td colspan="3" rowspan="3" class="greenBox">
    <table class="subTable">
    <tr>
    <td></td>
    <td>5</td>
    <td>2</td></tr>
    <tr>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td>7</td>
    <td></td>
    <td></td>
    <tr>
    </table>
    </td>
    </tr>
    <tr>
    <th>H</th>
    </tr>
    <tr>
    <th>I</th>
    </tr>
    </tbody>
    </table>
    <article>

    <h3>To Play</h3>
    <p>Sudoku is played on a 9x9 grid with nine 3x3 boxes
    placed within the grid. Enter a digit from 1 to 9 in
    each table cell. A few starting numbers have been
    supplied for you. The digits from 1 to 9 can appear
    only once each in every row, column, and box in the
    table (diagonals don't count). Every Sudoku puzzle
    has a unique solution.
    </p>
    <p>Good luck!</p>

    </div>


    </body>

    </html>

    Lord help me! :ingo:


    I think you're missing a / in there some place.... ;)
     

    shadowmun43

    Plinker
    Rating - 0%
    0   0   0
    May 20, 2011
    23
    1
    Too long to wait!

    I feel if your going to post a story it should be done in a timely manner like your home work, I see all the code carb that was posted so in the time it took to post that a small post on the story would of been more respectful to your eager loyal readers. Just my :twocents:
     

    bobzilla

    Mod in training (in my own mind)
    Rating - 100%
    2   0   0
    Nov 1, 2010
    9,247
    113
    Brownswhitanon.
    I feel if your going to post a story it should be done in a timely manner like your home work, I see all the code carb that was posted so in the time it took to post that a small post on the story would of been more respectful to your eager loyal readers. Just my :twocents:

    Then get off your ass and make your own story. Telling others how to do it is not only rude, but uncalled for.
     

    Valvestate

    Expert
    Rating - 0%
    0   0   0
    May 11, 2012
    1,041
    38
    NWI
    Then get off your ass and make your own story. Telling others how to do it is not only rude, but uncalled for.

    Agreed. I'm hoping it was supposed to be in purple, but if it wasn't, then yeah, it was pretty rude and deserving of the d-bag award.
     

    Bucky623

    Master
    Rating - 100%
    23   0   0
    Oct 6, 2008
    1,571
    63
    Northern Indiana
    I feel if your going to post a story it should be done in a timely manner like your home work, I see all the code carb that was posted so in the time it took to post that a small post on the story would of been more respectful to your eager loyal readers. Just my :twocents:

    Like Valvestate said, maybe your comment should have been in purple or maybe you and pinshooter45 are friends. I don’t know. If this isn’t the case then keep in mind that pinshooter45 doesn’t owe you or me or any of us a darn thing. This story he is sharing is a no-strings-attached gift from pinshooter45 to all of us.
     

    flagtag

    Master
    Rating - 0%
    0   0   0
    Apr 27, 2008
    3,330
    38
    Westville, IL
    Like Valvestate said, maybe your comment should have been in purple or maybe you and pinshooter45 are friends. I don’t know. If this isn’t the case then keep in mind that pinshooter45 doesn’t owe you or me or any of us a darn thing. This story he is sharing is a no-strings-attached gift from pinshooter45 to all of us.



    AMEN to that!! Thank you! :rockwoot:
     

    pinshooter45

    Master
    Rating - 100%
    3   0   0
    Sep 1, 2009
    1,962
    48
    Indianapolis
    I feel if your going to post a story it should be done in a timely manner like your home work, I see all the code carb that was posted so in the time it took to post that a small post on the story would of been more respectful to your eager loyal readers. Just my :twocents:

    That was a copy and paste after working on it all day! Any way got finals next 2 weeks and then I'll be back. I have a small research paper to do for Sociology 101. I am going to post some polls and a few Questions concerning "prepping" if you all care to participate.
     

    jamstutz

    Sharpshooter
    Rating - 100%
    1   0   0
    Sep 9, 2008
    343
    18
    Berne
    I feel if your going to post a story it should be done in a timely manner like your home work, I see all the code carb that was posted so in the time it took to post that a small post on the story would of been more respectful to your eager loyal readers. Just my :twocents:

    Patience...We certainly are living in a world of instant gratification. :rolleyes:
     

    Harry2110

    Master
    Rating - 100%
    2   0   0
    Apr 11, 2011
    1,617
    38
    Indianapolis
    good work on the story

    Im a cit student as well.

    Ive taken cit 214, CIT120, cit 140, 212(i took with thomas bloodgood if you have him), cit 299 and have passed A+ net+ and CCNA(competed in national level competitions) level material outside of college. If you need any networking help just ask. In the fall im taking CIT 220, cit 215, Math 221.
     

    shadowmun43

    Plinker
    Rating - 0%
    0   0   0
    May 20, 2011
    23
    1
    Just getting some pokes in to fire up the page.

    I thank the writer and know he is working hard on school work my wife is doing the same and never has time either, I just wanted to see some more post ( our post asking for more please ) cuz everytime I check it, the same last post, so no disrespect to the writer now I can see all who keeps checking back to see if he wrote something too! like me.:popcorn: I'll have some more popcorn till the next story.... lol P.S. I didn't mean to hurt anybody feelings just keep the post comming letting the writer know we are still looking for some more please.:starwars:
     
    Top Bottom