Posts

Showing posts with the label CSS

Keep it simple!

Image
Recently, I was creating a simple services website in WordPress for a friend. I haven't touched WordPress in 5-6 years, but I still recall a few things about it. At that time, I was trying to get some freelance work on the side, and WordPress seemed like a good choice.  I picked up some PHP along the way and worked for a few smaller clients via Upwork, one of the most exciting projects was one where I got to make a custom template for that client. Other gigs were mostly about configurational stuff, figuring out why certain plugins are causing issues, writing some customer CSS here and there, those sorts of things. Image borrowed from WIP Fix It I remembered that after figuring out how some of the more custom things in WordPress felt actually easier, like writing a bit of code to get something to work, than using stuff like visual page builder plugins. Each such plugin had its own way of doing things, and you had to learn how it does things, which, while not really too difficult, do...

Few thoughts on JavaScript

Image
Why did I choose JavaScript as my first language? To answer that first question first I will need to embark on a little rant on how and why did I decide to learn coding. Roughly three years ago I was working as PC repair guy and got a tech support job at the end of 2014, after getting a few Microsoft certificates (MCP, MCSA, MCITP). At that time I started thinking about learning to code in my spare time. I tried learning Java but it left me confused and feeling a bit dumb to be honest, so I gave it up for a time.  After a longer pause I started playing with HTML and CSS at the end of 2016 and found them really easy, after all those two are not real programming languages. After some research I decide to give JavaScript a try. What I liked immediately about it is the fact that you can get instant visualization of what you're learning, all you need is a modern web browser it's easy to try stuff out in the browser console. In despite all quirks that JavaScript has I...