Genesis said:
strokerace said:
Genesis said:
Aha .... so this guy in the tutorial who suggested <b> and <i> tags are out didn't have an understanding of the tags. Probably should send him to your post Peter.

Thanks for checking it out. :good:
Those tags are ok. They can still be used and are better tags then Strong and EM.
<b> is for bold and <i> is for italic
Was happy to see that. HTML has been the one place where everything always stayed the same. Relieved at least something has survived all of the responsive hype.
What has been going on is the young kids that are starting to become coders and working on these things don't understand how the old system works and wanted to change thing to make them look l33t amongst their friends. Yet, in doing so, they are screwing things up and opening up huge security holes in all platforms. They all failed to understand the concept that the older generation was taught. K.I.S(Keep It Simple). To them, simple was not cool or they had a hard time understanding how so little did so much. They also thought that they were a new generation and had new skills that they would try to out shine those who invented the stuff. For an example, HTML5. There is no such thing, or its no different then HTML1. Even with PHP they are trying to do the samething to it. In php5.4, they remove register_globals. Their excuse was it was insecure. Yet, I have my CMS using registers on it and its very secure. I even had some hackers try to break it. In theory, its not the code that is the issue, its the persons writing it. Now, it PHP 5.4 you need to add a line in every file to reconnect to the database. Again, its just adds more code that was never needed before. Samething with MYsqli. Its exactly the same as MYSql. Not much different. Its was just changed because some n00b didn't understand how it work and wanted it to change.
FYI, My cms still works in PHP5.5 without any changes. So, I don't think the devs know what they are doing with updating PHP any more.