Tiny Websites Are Great

栏目: IT技术 · 发布时间: 5年前

内容简介:May 18th 2020One of the earliest websites I created was a phishing website to steal World of Warcraft usernames and passwords. Although not the most noble pursuit for a first website, I felt like a pretty cool 12 year old when I managed to successfully nab

Tiny websites are great

May 18th 2020

One of the earliest websites I created was a phishing website to steal World of Warcraft usernames and passwords. Although not the most noble pursuit for a first website, I felt like a pretty cool 12 year old when I managed to successfully nab my friend's login details, and then proceed to send him a screenshot of his character waving back at him. It was fun.

Like many, coding websites started out as a hobby, and after many years plus a CS degree has become a way I can make some income. It's pretty great on the whole.

Things have really changed since I began learning, and rightly so. Instead of coding in plain HTML, CSS and JS, I'm now using endless frameworks, modules and libraries to build increasingly more complex web and mobile applications. It's great, if I didn't use these tools my code would be an unmaintainable mess.

But, its also not great.

During my time using frameworks I've become more and more out of touch with the code I'm writing. For example, when I plonk down a button in the Ionic Framework I get a beautifully engineered and designed button, but it also has 10 CSS classes attached to it that I don't really understand. I sometimes feel like the thing I've created isn't truly "mine".

I therefore decided to go back to the basics and code my own tiny website. I already knew how to go about it, you probably do too, it's really easy (if you don't knowhere's how). However, I'd never actually done it, and I'd not made a website without a framework in over a decade.

Boy, did it feel refreshing to not use a framework.

The result is a stripped-back, ultrafast website like the one you see here. Every part of the website is mine. I can tweak & tune it however I want. Pushing out content is easy because I'm not distracted by styling or how it looks on different devices - I just don't really care and it's liberating. It's also just incredibly fun to build.

I have 3 rules for a tiny website:

  1. No libraries or frameworks (the exception being analytics)
  2. As few CSS tweaks as possible
  3. It must be fun to build

This is not groundbreaking stuff, but I urge you to try and make one yourself. Use it to write, experiment, journal, blog, or whatever floats your boat. It's your little corner of the internet to do as you please with.


以上所述就是小编给大家介绍的《Tiny Websites Are Great》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

C++标准程序库

C++标准程序库

[德] Nicolai M. Josuttis / 侯捷、孟岩 / 华中科技大学出版社 / 2002-9 / 108.00元

这本包含最新资料的完整书籍,反映出被ANSI/ISO C++语言标准规格书纳入的C++标准程序库的最新组成。更明确地说,这本书将焦点放在标准模板库身上,检验其中的容器、迭代器、仿函数和算法。读者还可以找到特殊容、字串、数值类别、国际化议题、IOStream。每一个元素都有深刻的呈现,包括其介绍、设计、运用实例、细部解说、陷阱、意想不到的危险,以及相关类别和函数的精确樯记式和定义式。一起来看看 《C++标准程序库》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具