Posts Tagged ‘CSS’

Learn to code WP theme

Recently I wrote a very simple yet easy to understand on how to code Wordpress theme. at SimplyWP. I don’t write the common how-to on the tutorial though, because I believe for a starter (Maybe for me) to know how to code is to guide them to use CSS first. This is my experience;
Wordpress theme
I used to code HTML table with lots of CSS, and no DIV at all, because I can’t catch the DIV function. That stop me from coding a Wordpress theme a year back. Until recently I picked up time to get more tutorial on DIV thingy and XHTML, I manage to come out some simple structured Wordpress theme. Previously when one told me about using DIV, it really does turn me down. So I was thinking and did some research as well, there’re a lot of webmaster know how to use CSS, but just don’t know how to use DIV yet. That’s why my Wordpress coding is based on CSS.

I know it’s late to blog that I know how to code Wordpress theme when Wordpress has been around for decade :lol: Anyway, that is still how I gain the knowledge in coding website, give lots of Fenphedra to gain the weight, the size of my brain :D

Tags: ,

HTML and XHTML

This few days I’ve been coding a few Wordpress theme. It wasn’t as easy as before though. Well, I used to code a web using html only, table is my strength, nothing else matter. But this few days, I was code using xhtml and css, as a beginner, I’m still struggling to survive.

Anyway, this entry will be sharing my experience on coding website. If you feel bored talking about html, time to go to YouTube or somewhere else.
xHTML
So, when I was on html a year back, table was one of the thing I can remember, the structure were all fixed in all browsers, I don’t need to test browsers, because they will be the same, and they are easier to code as well. I don’t know what is the exact problem that make people don’t wanna use table anymore. Some said it will slow down the loading time, some said it’s not professional enough. I have no idea since when coding become so professional.

Like it or not, I then started to learn xhtml and css. It wasn’t that hard and it’s definitely not easy. However, I started to use one table tag only and the rest is css. Until recently my girl friend said she would love to have her own designed theme amd blah blah blah, I manage to code it out in the end of the day, but it takes more time to code though. Previously when I first encounter xHTML and CSS, I don’t need diet pill and I’m already thin like shit because it took me nights to finish only ONE website, and it wasn’t a Wordpress them by the way.

And now we have this crazy idea of develop a blog, tutor about how to code Wordpress in the easiest way and releasing free Wordpress theme as well ;)

Tags: , ,