Jump to content

Nitroblast

Member
  • Posts

    159
  • Joined

  • Last visited

Everything posted by Nitroblast

  1. 1. As long as it's not a free TLD (.tk, .ga, .ml etc) then it''s fine, don't worry. 2. None of the free cPanel hosts are good, but they're okay for a low traffic static site.
  2. Updated: PCPartPicker part list / Price breakdown by merchant CPU: Intel Core i7-6700K 4.0GHz Quad-Core Processor ($344.99 @ SuperBiiz) CPU Cooler: be quiet! Shadow Rock 2 51.4 CFM Rifle Bearing CPU Cooler ($49.90 @ NCIX US) Motherboard: MSI Z170-A PRO ATX LGA1151 Motherboard ($114.88 @ OutletPC) Memory: Crucial Ballistix Sport LT 16GB (2 x 8GB) DDR4-2400 Memory ($59.99 @ Newegg) Storage: Sandisk Z400s 128GB M.2-2280 Solid State Drive ($49.99 @ SuperBiiz) Storage: Western Digital Caviar Blue 1TB 3.5" 7200RPM Internal Hard Drive ($47.49 @ OutletPC) Video Card: MSI GeForce GTX 1080 8GB Video Card ($669.99 @ SuperBiiz) Case: NZXT Source 210 (Black) ATX Mid Tower Case ($39.89 @ OutletPC) Power Supply: EVGA SuperNOVA GS 550W 80+ Gold Certified Fully-Modular ATX Power Supply ($72.98 @ Newegg) Monitor: LG 22MP58VQ-P 21.5" 60Hz Monitor ($109.99 @ Newegg) Keyboard: Razer Blackwidow 2014 Stealth Edition Wired Gaming Keyboard ($74.99 @ Other World Computing) Mouse: Razer DeathAdder Chroma Wired Optical Mouse ($60.99 @ Best Buy) Total: $1696.07 Prices include shipping, taxes, and discounts when available Generated by PCPartPicker 2016-07-25 13:57 EDT-0400
  3. For the distance it can be from the wall, I think it would be very suitable for a much vaster range of households with smaller rooms than a standard projector - which is awesome!.
  4. Nitroblast

    Jesus I need more sleep.

    Seems legit. I heard downloadmoreram.com works for RAM as-well?
  5. Nitroblast

    Jesus I need more sleep.

    What website?
  6. If you want to play online with other players, you will need an Xbox Live Gold membership. Otherwise to your questions, the answer to both is yes.
  7. Jesus I need more sleep.

    1.   Show previous replies  1 more
    2. Nitroblast

      Nitroblast

      What website?

    3. minibois

      minibois

      downloadmoresleep4freerightnow.org

    4. Nitroblast

      Nitroblast

      Seems legit. I heard downloadmoreram.com works for RAM as-well?

  8. If you're planning to make a whole site, it would be much easier to make a css file with your styling in it. So say for your <h1> elements, you could specify in your css file what style attributes the <h1> elements have. For example in your css file: h1 { color:red; font-weight:bold; font-size:30px; } The h1 { identifies that the following style attributes should be applied to all <h1> elements. Then say we called this a file called style.css, saved it in your server files and then linked it in by adding this in the <head> section of your HTML: <head> <link href="./style.css" rel="stylesheet"> </head> So now all the <h1> elements in your HTML file will be red, be bold and have the font size of 30px. You can identify many different elements in many different ways (a more elaborate list is available here), so for example: Adding a class="example" into an element, such as a <div class="example"></div> could then by styled in your css file like this: .example { background:red; } Which would then make the background of a div element with the class of "example" red. Easy, right? Here are the most common types of ways of giving a element an attribute that you can style with css: <element> = element class="test" = .test id="test" = #test <element class="test"> = element.test All of the bold selectors would then be followed by a left brace ({), with your style attributes underneath and then finished with a right brace (}). If you want to style the child of a certain div element, you could do this: <div class="testdiv"> <element class="test"></element> </div> div.testdiv > element.test You can add multiple selectors for only one set of style attributes by adding commas in-between selectors, for example: <h1>Hi</h1> <h2>Hello</h2> h1, h2 { font-weight:bold; } Which would make both <h1> and <h2> bold. Remember, you only have to put the class="" or id="" in the first tag of an element if it has two. The layout for css with selectors is always your selector (1), a left brace (2) your style attributes (3) and closed with a right brace (4). .h1(1) { (2) color:red;(3) }(4) http://www.w3schools.com/css/css_syntax.asp has some more info about the more basic selectors. I made https://jsfiddle.net/1tw2zfrf/ to help you understand the differences. Hope this helps! Let me know if this was confusing or you need some more info!
  9. Do you want to program desktop applications, mobile applications or web applications?
  10. I would definitely say purchase a monthly subscription for Google Play Music since YouTube Red comes free with it on the same Google account. So two for one. Google Play Music has less music than Spotify, but in my opinion a better UI - and if you can't find a song you can use YouTube Red or YouTube Music... https://support.google.com/youtube/answer/6305537?hl=en-GB
  11. Can you reply with your code so I can understand better what you're trying to ask?
  12. If you want a good dev then you're gonna need to pay them by the hour for their work lol.
  13. I wouldn't disagree with you.
  14. If you want to reassure yourself that you aren't in their CMS as Socialblade would show, head over to https://youtube.com/features and see if it says 'Network: MonstercatMedia' because I can give you a 99.99% guarantee that you aren't. What most likely happened, since a content owner cannot 'claim' an entire channel yet only videos, is that Monstercat have claimed a video on your channel and Socialblade has used that video to check which network you're in and in doing so has produced a false report that you're in Monstercat's CMS. In short, don't worry - your channel isn't 'claimed' by Monstercat.
  15. Just a reminder in-case you weren't aware.
  16. I wouldn't exactly say the US government is comparable to some guy that messes around with people's social media accounts.
  17. Remember you're praising the same guy that "hacked" Linus's Twitter.
  18. For the love of god please don't use GoDaddy for anything... just.. don't... For a domain registrar I personally like https://uniregistry.com, slick interface, great pricing and support. For hosting I would suggest finding a cheap cPanel host that has good reviews, I have personally had a great experience with https://hostpresto.com and https://krystal.co.uk.
  19. Have you considered using PHP? If so this would be fairly easy, however you probably could do it with JS.
  20. I have a pretty terrible Sharkoon Skiller that's seen better days, I don't have the money for a new keyboard so this would be nice if I won.
×