• Home
    • Recent
    • Calendar
    • Register
    • Login
    Iron Heart Forum
    Iron Heart Forum

    What Are You Wearing Today (WAYWT) 2026

    Random questions to which you seek an answer

    The Resource Centre
    743
    18.9k
    7.3m
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      twin
      見習いボス
      Joined:

      @Megatron1505:

      Shane, if you're in Cali please go to the In 'n Out and have a Double Double in my honour  🙂

      I have been to in n out the food is good

      last edited by 1 Reply Last reply Reply Quote 0
      • T
        twin
        見習いボス
        Joined:

        Urbanwoodsman Check out Wupatk National Monument and Shit Pot Crater nice place to visit

        last edited by 1 Reply Last reply Reply Quote 0
        • mclaincauseyM
          mclaincausey
          見習いボス
          Joined:

          Why…?

          Think it, be it.

          last edited by 1 Reply Last reply Reply Quote 0
          • G
            grandmasterben
            Joined:

            Why did so many people jump on the 25oz busters for their contest pair? 25 oz denim with a high rise and slimmer thigh seems like it would be a very bad combination for most people.

            last edited by 1 Reply Last reply Reply Quote 0
            • ChrisC
              Chris
              Raw and Unwashed
              Joined:

              The Beatle Busters are a popular cut, the 25 oz is a popular denim, and the contest special edition pair had some cool details and came with a discounted price.  That's a no brainer for a lot of people.

              last edited by 1 Reply Last reply Reply Quote 0
              • Megatron1505M
                Megatron1505
                見習いボス
                Joined:

                I wear mine 5 days a week, it's far from a bad combination.

                Made in England, clothed in Japan, fed in America and drunk in Belgium !

                last edited by 1 Reply Last reply Reply Quote 0
                • G
                  grandmasterben
                  Joined:

                  Maybe you guys are right…. My first iron heart purchase was the busters but, although I freakin loved those jeans, it would've served me better to size down one in the 634s.

                  last edited by 1 Reply Last reply Reply Quote 0
                  • Finn666F
                    Finn666
                    Joined:

                    @Megatron1505:

                    I wear store mine 5 days a week, it's far from a bad combination.

                    😞

                    last edited by 1 Reply Last reply Reply Quote 0
                    • S
                      Snowy
                      Joined:

                      Any ideas why vintage pyrex mugs are all the rage with fashion forward kinds these days? Quality, or just a cycle?

                      last edited by 1 Reply Last reply Reply Quote 0
                      • GilesG
                        Giles
                        IHUK Crew
                        Joined:

                        No, but Kobayashi-san of TFH has the most stunning collection…...I'll dig out photos...

                        "OK face up to it - you're useless but generally pretty honest and straightforward . . . it's a rare combination of qualities that I have come to admire in you" - Geo 2011

                        last edited by 1 Reply Last reply Reply Quote 0
                        • GilesG
                          Giles
                          IHUK Crew
                          Joined:

                          "OK face up to it - you're useless but generally pretty honest and straightforward . . . it's a rare combination of qualities that I have come to admire in you" - Geo 2011

                          last edited by 1 Reply Last reply Reply Quote 0
                          • seawolfS
                            seawolf
                            Mod Squad
                            Joined:

                            Well, one thing is for sure, they're pretty to look at.

                            “Good design is actually a lot harder to notice than poor design, in part because good designs fit our needs so well that the design is invisible” - Don Norman

                            @zeebeeleather

                            last edited by 1 Reply Last reply Reply Quote 0
                            • S
                              Snowy
                              Joined:

                              @G, he certainly does, and I'm not sure if that confirms 'fashion forward' or not ::)

                              last edited by 1 Reply Last reply Reply Quote 0
                              • G
                                grandmasterben
                                Joined:

                                Kobayashi is honestly a pimp

                                last edited by 1 Reply Last reply Reply Quote 0
                                • SeulS
                                  Seul
                                  Joined:

                                  ^This… Love his crazy collections...

                                  last edited by 1 Reply Last reply Reply Quote 0
                                  • mclaincauseyM
                                    mclaincausey
                                    見習いボス
                                    Joined:

                                    I like the Add image to post feature, but have a request:

                                    Can we either have it

                                    • Not add a URL to postimage.org

                                    • Make the URL to postimage.org open to the image page instead of the base URL

                                    ?

                                    Think it, be it.

                                    last edited by 1 Reply Last reply Reply Quote 0
                                    • S
                                      Snowy
                                      Joined:

                                      MCL, that's not a stupid call.

                                      Shoque, I know you're busy mate, here's code to directly upload images to S3 means they'll never disappear.

                                      
                                      include('s3_config.php');
                                      
                                      if($s3->putObjectFile('imgs/'.$actual_image_name, $bucket , $actual_image_name, S3::ACL_PUBLIC_READ) )
                                      {
                                      echo "
                                      
                                      ### Upload Successful.
                                      
                                      "; 
                                      $s3file='http://'.$bucket.'.s3.amazonaws.com/'.$actual_image_name;
                                      echo 'S3 File URL:'.$s3file.'
                                      ';
                                      echo 'Forum Code: [img]'.$s3file.'[/img]
                                      
                                      ';
                                      echo "![]($s3file)
                                      ";
                                      
                                      }
                                      else
                                      $msg = "S3 Upload Fail.";
                                      
                                      }
                                      else
                                      $msg = "Image size Max 5 MB";
                                      
                                      }
                                      else
                                      $msg = "Invalid file, please upload image file.";
                                      
                                      }
                                      else
                                      $msg = "Please select image file.";
                                      
                                      }
                                      
                                      ?>
                                      
                                      

                                      Originally from; http://undesigned.org.za/2007/10/22/amazon-s3-php-class

                                      last edited by 1 Reply Last reply Reply Quote 0
                                      • S
                                        shoque
                                        Joined:

                                        @mclaincausey:

                                        I like the Add image to post feature, but have a request:

                                        Can we either have it

                                        • Not add a URL to postimage.org

                                        • Make the URL to postimage.org open to the image page instead of the base URL

                                        ?

                                        I will try to modify the JS-bits to achieve that, can't promise anything though.

                                        last edited by 1 Reply Last reply Reply Quote 0
                                        • mclaincauseyM
                                          mclaincausey
                                          見習いボス
                                          Joined:

                                          Hey that's great thanks man 🙂

                                          Think it, be it.

                                          last edited by 1 Reply Last reply Reply Quote 0
                                          • mclaincauseyM
                                            mclaincausey
                                            見習いボス
                                            Joined:

                                            Realizing I can no longer abide the fit of my cashmere overcoat since losing weight, I'm looking for a pea coat / overcoat hybrid. That's to say, a pea coat that has a long body. Appropriate for a suit or jeans. Gotta be heavy, 30 oz or heavier, or if not insulated somehow.

                                            Think it, be it.

                                            last edited by 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright Iron Heart 2025.