Code
This page is where I start spouting things about code.
HTML
- It's NOT a programming language!
- I'm sure you know the rest.
CSS
- It's unique.
- Keep it simple.
- Writing your own is more fun than Bootstrap.
JS
- Where the real fun starts in front-end web development.
- Got an idea? There's already a library for that.
- jQuery 4 life
PHP
- The best langugage for writing web server code. PHP 7+.
- Laravel is good for projects you want to succeed.
- Drupal > Wordpress.
- Projects without using a framework is good when you want to have Fun.
<?php
namespace NeoCities\WorldWideWeird;
class MyCodePage {
public function sayHello(string $name): string {
return "Hello $name";
}
}
Background image by Freepik