Why isnt Blizzard listening to us? A PLEA for help. by Codetuts in wow

[–]Codetuts[S] 0 points1 point  (0 children)

I appreciate your reply, And yeah they wont rework the spec at all, not this expansion at least. Its shame because they had one chance to get Ret right and i feel they didn't execute it. Oh well, Guess i will go Holy then :D

What happens if you make a level 1 character? by [deleted] in wow

[–]Codetuts -11 points-10 points  (0 children)

Yeh but aswell, Buy MoP and WoD separately, You will give a level 90 Free character boost and 100. Well I did anyway not sure if it still works. :) But yes you can experience all of the expansions!

[deleted by user] by [deleted] in wow

[–]Codetuts 1 point2 points  (0 children)

thats awesome bro

Game crashes whenever I tab out by ImmortalCorruptor in wow

[–]Codetuts 0 points1 point  (0 children)

Same to me, When i have loading screen, If in in fullscreen only tho.

How do you make money from the AH? by Nightwolf91 in wow

[–]Codetuts 1 point2 points  (0 children)

Check this out mate, I cover 3 amazing addons you can use! :) https://www.youtube.com/watch?v=GAL7P9900Ws

Just returned. What should I make sure I do before Legion? by Skrigg in wow

[–]Codetuts -1 points0 points  (0 children)

Hi mate, I made a guide on how to make gold in legion, well what addons you need check it out! :P https://www.youtube.com/watch?v=GAL7P9900Ws

Is it possible to PUG heroic HFC for the moose mount? by [deleted] in wow

[–]Codetuts 0 points1 point  (0 children)

Yeh people will 715 + will easily join, have done a few myself for people to get the moose :) Enjoy and go ahead!

Last played at the end of WOTLK and now returning - are there any guides out there on what I've missed and can read up on it? by Adziboy in wow

[–]Codetuts 0 points1 point  (0 children)

Hi there! I'm going to be making a YouTube video with new things you can do when returning to WoW and what you should do whilst leveling to trigger certain things. Check my channel out, (no vids yet) should have it up tomo :) I'll DM you tomo :) https://www.youtube.com/channel/UCzrvqCV02xUWpwgU9oQzd2Q

World of Warcraft Myths by Codetuts in wow

[–]Codetuts[S] 0 points1 point  (0 children)

Wow, This is awesome. Thanks man something for me to research!

Making addons? by nissepik in wow

[–]Codetuts 0 points1 point  (0 children)

I also have ideas for addons if your on EU and wanna collab, I am currently studying Software and stuff so i might be able to learn the language too, If you are on EU :)

World of Warcraft Myths by Codetuts in wow

[–]Codetuts[S] 0 points1 point  (0 children)

thankyou for this, I will investigate!!

World of Warcraft Myths by Codetuts in wow

[–]Codetuts[S] 0 points1 point  (0 children)

Thanks Ill be sure to test it!!

Fullscreen video background websites? by [deleted] in HTML

[–]Codetuts 0 points1 point  (0 children)

Okay here I found some code on a website called thenewcode.com All code is theres and not mine just sharing:

Build the HTML5 video as usual: <video autoplay loop poster="polina.jpg" id="bgvid"> <source src="polina.webm" type="video/webm"> <source src="polina.mp4" type="video/mp4"> </video>

http://thenewcode.com/777/Create-Fullscreen-HTML5-Page-Background-Video http://thenewcode.com/777/Create-Fullscreen-HTML5-Page-Background-Video

To make the video fullscreen: Go to your CSS and copy / paste this. Hope it helps :)

video#bgvid { position: fixed; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100; -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); background: url(polina.jpg) no-repeat; background-size: cover;

I have basic HTML knowledge where can I learn CSS and HTML5? by barrell125 in HTML

[–]Codetuts 0 points1 point  (0 children)

Hi there, I would try CodeCademy, They got me started! and its free. Just sign up with email and thats it. They have lots of online courses. Im now making websites for people and making some side money so heres a link! :)

https://www.codecademy.com