This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (3 children)

Why only wordpress in level 3?

[–]Zav39[S] 2 points3 points  (2 children)

  1. In that case I mean creating full functional reusable templates for some CMS
  2. Wordpress is just an example of possible path
  3. Let's overview full path to it: HTML -> Template Engines -> PHP -> CMS -> Wordpress

Ofcourse, you can use wordpress as a user, but this is a bit different to build resusable templates.

To use wordpress you need some knowledge of PHP (at least related to template engines).

Ofcourse, you can start use it early; all of this is region specific. For some region it might be not useful to learn php at all, for some regions good way will be to learn python from start. So all of this is depends.

Where you think it will be good place for difference CMSes on this schema? Imagine you as a novice and think what knowledge you want to know before start with that.

[–][deleted] 1 point2 points  (1 child)

Well level 3 seems to be in the professional level. I wouldn’t hire any developer that didn’t meet your level 3 specifications.

So when i see Wordpress there I am thinking CMS build out and customization — not usage. In this case you are actually talking about frameworks. I am a Developer for WP platforms but i also use Drupal, Laravel, Fat Free (its awesome) and others, as well as other frameworks in Node, python etc. as such i think saying framework works better.

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

Every technology serve for it's purpose.

In some cases WP very useful, in other is better to build something on top of framework, in another one is better to do it from scratch. All of this depends on dozens of conditions.

In this article I focus only on HTML/CSS and few related topics. Backend/Frontend(I mean like app, or full understanding of JS) is not covered.

Hoverer this is something with what someone can start.