Hi dita!! this summer i wanted to try and take up coding and stuff and try to make themes, and i started to learn html from a site called w3schools. I was just wondering..how long did you learn this stuff before actually making the themes? Was it difficult? Im considering taking programming as an elective next year, but im unsure. Thanks!
Programming sounds so much fun ^-^
I actually didn’t learn how to code by sitting down and studying, my coding experience built up over an X amount of years. I would learn one day, then not do anything for half a year, then go back into coding, then stop, etc. lol
I just picked up stuff over time, and I learned through experiments and by looking at example codes. I saw what the codes did through an actual theme HTML, and learned from there. I don’t quite remember going on a website and actually learning from their lessons.
For themes, since I had coding background already, I basically just had to learn how to use Tumblr’s theme variables, meta tags and blocks. Once I learned how, making themes was possible! For learning how to code tumblr themes, this webpage is really helpful. They give you a sample code of a theme, and I sort of used that as a base where I learned from. After that, I just strolled around more experienced theme maker’s theme blogs and saw how they worked with the meta tags. I also used to change my theme a lot, I edited the sidebars, etc. so that also helped me recognize a pattern in Tumblr themes ^-^
If I had to literally compress the amount of time I used on learning coding and making themes, I guess around half a year? I don’t use my entire day to ‘study’, just whenever I feel like it ; u ; After you learn divs, CSS, basic tags, etc. you’d be able to jump into making themes easily! Most important for a more complex theme is CSS! If you know CSS really well and the properties they offer (text-transform, font-size, etc.) then HTML is easy-peasy. I don’t really use much HTML in my themes, most of them are controlled by CSS ~