Jump to content

ThatBlockishWay

Member
  • Posts

    135
  • Joined

  • Last visited

Everything posted by ThatBlockishWay

  1. ThatBlockishWay

    Ill be switching over to a new account called A…

    I already am... XD Got the Vcore shirt and everything
  2. ThatBlockishWay

    Ill be switching over to a new account called A…

    ...no ;-;
  3. Ill be switching over to a new account called ActuallyMediocreOC, Ive been using TBW for too many years and it feels dated

    1.   Show previous replies  1 more
    2. ThatBlockishWay
    3. imreloadin

      imreloadin

      11 then go subscribe bro and learn some Actual Hardcore Overclocking xD

    4. ThatBlockishWay

      ThatBlockishWay

      I already am... XD Got the Vcore shirt and everything

  4. ThatBlockishWay

    The $50 GAMING pc is nearing completion, all th…

    Probably, they were the cheapest magnets I could find at walmart... XD Edit: theyre surprisingly difficult to lift up after all four of them were in place though, I can flip it upside down no prob
  5. The $50 GAMING pc is nearing completion, all thats left is some more wood burning and the monitor stand. Ive used some really cheap aquarium foam around the top of the lid to hopefully absorb some of the higher freq. sounds, its really porous and not very tight so in theory alot of sound will trap in it (Ive no actual knowledge on this just makes sense). Also Ive got a power button and magnets I got for $2 at walmart for securing the lid.

    20190113_215637.jpg

    20190113_215659.jpg

    1. imreloadin

      imreloadin

      Is the top "lid" just held on with cupboard magnets xD

    2. ThatBlockishWay

      ThatBlockishWay

      Probably, they were the cheapest magnets I could find at walmart... XD

      Edit: theyre surprisingly difficult to lift up after all four of them were in place though, I can flip it upside down no prob

    3. ScratchCat

      ScratchCat

      Replace the 460 with a 480. You then won't need to do any manual wood burning, it'll just catch fire.

  6. Just put lquid metal on the outside of my IHS and fixed the stuff inside (applied abit too much last time), 5.3Ghz @86C~ (Prime95 small FFTs). Feels good.

  7. So I turned the Minecraft 'Oof' into trap music...

    (Make sure you have some bass when you hear it)

    Oof_Remix.mp3

  8. Sorry, there was alot of code being referenced and I didnt wanna do a full page of just script Is that it? Lemme check this... Good spot though, Id have never seen that Edit: Thank you so much, I spent literally hours trying to solve it
  9. So Ive been trying for forever to but I cant seem to figure out whats wrong, on the start.html file when I hover over the options my mouse stops using the custom cursor but on every other page it uses it. I cant figure out what in my code is causing the issue. Also you may wanna put your audio on mute, the test sound happens to be my ringtone. Maker.zip
  10. Eyyyyy, thanks. Was losing my mind trying to work around it
  11. You don't really wanna cheap out on the mobo if you're gonna get an x series chip, looks fairly solid (with the 1tb hdd in mind). If you're okay with used you can get 1070s on eBay for like $220, if not thats understandable. You might be able to get more budget with cheaper ram, I dont know too much about ryzen personally but if youve got a gpu the ram should be nearly as important for gaming as a better gpu
  12. Maybe steam OS is what you're talking about? Its got an Xboxish vibe, might be more along the lines than something windows can accomplish
  13. I was trying to get the box and borders only around the input for the <form> and nothing else but I couldnt get it to cooperate
  14. <form title= "You could've just hit start..."> <p> <sup><sup> <span> <mark class= "blue"><sub><sub>[</sub></sub><sup><sup>]</sup></sup></mark> <input type= "button" Text for option; value= "Act 1" onclick= "window.location.href='Intro.html'"/> <mark class= "blue"><sup><sup>[</sup></sup><sub><sub>]</sub></sub></mark> </span> </sup></sup> </p> </form> form { border-radius: 2vw; } p { position: relative; top: -5vw; font-family: "DejaVu Sans Mono", monospace; font-size: 3vw; text-shadow: 1px 1px rgba(75,75,75,.8); margin-left: 44%; margin-right: 44%; text-align: center; text-shadow: -1px -1px 15px #1a1a1a, 1px -1px 15px #1a1a1a, -1px 1px 15px #1a1a1a, 1px 1px 15px #1a1a1a, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black, -1px -1px 25px black, -1px 1px 25px black, 1px -1px 25px black, 1px 1px 25px black; padding: .5vw; color: rgba(0,107,179,.7); } No matter how hard I try there's an ugly grey box around the text in the <form> input, I can't see to make the box go away.. Is there something I can't seem to read up on or si there a better way to go about this?
  15. So using this https://www.webdeveloper.com/forum/d/26741-make-borders-hug-text/2 I instead made it so the borders are really tight to the text and I'll just tweak the visuals around this insstead. not quite what I wanted but its close enough
  16. <form title= "You could've just hit start..."> <p> <mark class= "blue"><sub>[</sub><sup>]</sup></mark> <input type= "button" Text for option; value= "Act 1" class= "tblue" onclick= "window.location.href='Intro.html'"/> <mark class= "blue"><sup>[</sup><sub>]</sub></mark> </p> </form> I can't seem to get just the text 'Act 1' to have a box, instead it put the box around all of this.. how would I go about putting that into a seperate class or something? I thought putting 'class= 'tblue' would work but it hasn't seemed to do what Im wanting...
  17. Looks pretty good, might wanna take the HDD cages out though since you dont need them anyway. Itll help the airflow Edit: In case you wanted a good review of that mobo
  18. Buttons it is... also geez, keep usin big words.. makin me google them
  19. So Ive been browsing the forums and checking around and I cant seem to find a good way to hide the url that appears when you hover over a link, all the forums either dont seem to work with chrome or they refuse to say how because they dont trust the poster. For conext Im making an html choice based adventure and the bottom left text is taking away from the game, having it gone would really help immersion. Would I have to rewrite all my links as buttons? or is there an easier way?
  20. The rawr does, I thought the preload mentioned on the bottom of the page might help when I refresh the page but that doesnt seem to have fixed it... hmm
  21. That wouldve saved me so much typing.... +dies alittle on the inside+ Good to note though, but after changing the pathing it still seems to not want to work on refreshing the page
  22. Thats one of the first things I used but it doesnt seem to work when I refresh the page unless its been a good bit since Ive last done it (I use that website alot though....)
  23. Im still really new to html, can you dumb that down abit? Also all the files for this are going to be local so I didnt know if thatd really matter Edit: So I got rid of the pathing (theyre in the same folder so I guiess it doesnt matter?) does that help anything though? Like does the pathing present an issue somehow?
  24. <audio controls autoplay loop> <source src="C:/Maker/game/test.mp3" type="audio/mpeg"/> </audio> What about this isn't right? Ive been browsing forums for like a half hour and I cant find anything thatll work, all I want is for the audio to play and loop as the webpage is opened and preferrably also be hidden (theres no audio control visible) I cant seem to wrap my brain around whats off Edit: Nevermind it is working but why is it that when I refresh the page unless I wait a bit it doesnt start autoplaying again? (Im using chrome to test this) Edit-re:I think my issue is something with chrome itself, thanks for the help though!
×