this repo has no description yoyle.city
nekoweb html css javascript astro

bunch of TBAs but anyways new page

+359
+359
src/pages/100wq.astro
··· 1 + --- 2 + import Layout from "../layouts/Layout.astro"; 3 + --- 4 + 5 + <Layout title="100 Webmaster Questions" description="100 questions and answers for my webmaster stuff"> 6 + <aside class="content"> 7 + <p>Inspired by <a href="https://mouseling.net/100webmaster" target="_blank">MOUSELING</a>TBA</p> 8 + <dl> 9 + <dt>1. Please introduce yourself.</dt> 10 + <dd>My name is Lime. That's all.</dd> 11 + 12 + <dt>2. How long have you been making websites?</dt> 13 + <dd>Since late 2010's/early 2020's</dd> 14 + 15 + <dt>3. And what got you into the hobby?</dt> 16 + <dd>Viewing old versions of websites through Wayback Machine</dd> 17 + 18 + <dt>4. What kind of website are you most interested in?</dt> 19 + <dd>Personal blogs, web directories</dd> 20 + 21 + <dt> 22 + 5. What's your workflow? Do you plan your websites out thoroughly or do you come up with the design as 23 + you go along? 24 + </dt> 25 + <dd>TBA</dd> 26 + 27 + <dt>6. Please link to your biggest inspirations.</dt> 28 + <dd> 29 + <a href="https://openbooks.neocities.org/">OpenBooks</a>, 30 + <a href="https://frutigeraeroarchive.org/">Frutiger Aero Archive</a> 31 + </dd> 32 + 33 + <dt>7. What's your favourite part about making websites?</dt> 34 + <dd>You get to experiment with various web technologies and standards (like HTML5 canvas or Flexbox)</dd> 35 + 36 + <dt>8. And the thing you struggle with the most?</dt> 37 + <dd>Trying to make my site look good</dd> 38 + 39 + <dt>9. Do you keep the same layout on all of your pages? Or do you use different ones?</dt> 40 + <dd>Mostly yes</dd> 41 + 42 + <dt>10. How confident are you with CSS?</dt> 43 + <dd>TBA</dd> 44 + 45 + <dt>11. Do you know how to correctly use &lt;dl&gt;?</dt> 46 + <dd>TBA</dd> 47 + 48 + <dt>12. What is your favourite HTML element?</dt> 49 + <dd>TBA<s>&lt;marquee&gt;</s> Probably &lt;a&gt; or &lt;img&gt;</dd> 50 + 51 + <dt>13. If you're making a new web page from scratch, what is the first thing you do?</dt> 52 + <dd>Create a boilerplate and then structure the layout</dd> 53 + 54 + <dt>14. Do you know JavaScript?</dt> 55 + <dd>Yes.</dd> 56 + 57 + <dt>15. How about PHP?</dt> 58 + <dd>Yes.</dd> 59 + 60 + <dt>16. Does your website have a theme that you stick to?</dt> 61 + <dd>TBA</dd> 62 + 63 + <dt>17. Are you more focused on content or design?</dt> 64 + <dd>Both, but mostly design</dd> 65 + 66 + <dt>18. Do you own a domain name? If not, would you ever want to?</dt> 67 + <dd>I own two domain names, yoyle.city and skittr.lol</dd> 68 + 69 + <dt>19. What do you think of nostalgia-focused or "retro" websites?</dt> 70 + <dd> 71 + It depends on their content, if it lacks any sort of content and just has a bunch of 88x31 buttons on 72 + the index page (kinda like how I did in my Neocities days) then it's just mediocre 73 + </dd> 74 + 75 + <dt>20. Is your HTML valid? Do you even check?</dt> 76 + <dd> 77 + The HTML is partially valid. By that I mean there are warnings and notices coming out from the validator 78 + but not errors 79 + </dd> 80 + 81 + <dt>21. What are your opinion on buttons and banners?</dt> 82 + <dd>They are pretty neat.</dd> 83 + 84 + <dt>22. What do you think of button walls in particular?</dt> 85 + <dd>TBA</dd> 86 + 87 + <dt>23. If you started over again, would you make something similar or completely different?</dt> 88 + <dd>TBA</dd> 89 + 90 + <dt>24. Are you envious of other people's websites?</dt> 91 + <dd>Partially yes</dd> 92 + 93 + <dt>25. What text editor do you use?</dt> 94 + <dd>I use different text editors for this site but I mostly use <a href="https://vscodium.com/">VSCodium</a>TBA</dd> 95 + 96 + <dt>26. Why do you use that one?</dt> 97 + <dd>It's basically VSCode but without telemetry and AI features</dd> 98 + 99 + <dt>27. Do you host your image files on your web server, or on another host?</dt> 100 + <dd>A small portion is hosted on my personal domain but I am currently considering setting up a file server</dd> 101 + 102 + <dt>28. This might not be relevant to you, but what's your opinion on the Neocities vs. Nekoweb debate?</dt> 103 + <dd>I think Nekoweb is better in terms of functionality. Not saying Neocities is bad though, but it's severely limited.</dd> 104 + 105 + <dt>29. How much server space would you estimate your main website takes up?</dt> 106 + <dd>TBA</dd> 107 + 108 + <dt>30. Do you keep local backups of your files?</dt> 109 + <dd>Yes.</dd> 110 + 111 + <dt>31. Do you prefer simple or highly visual websites?</dt> 112 + <dd>Both.</dd> 113 + 114 + <dt>32. Do you stick to certain colours? Do you do that on purpose, or is it your subconscious?</dt> 115 + <dd>TBA</dd> 116 + 117 + <dt>33. Have you ever thought about quitting? Why?</dt> 118 + <dd>TBA</dd> 119 + 120 + <dt>34. Do you have many webmaster friends, or is it a solitary hobby?</dt> 121 + <dd>TBA</dd> 122 + 123 + <dt>35. Do people in your real life know about your website?</dt> 124 + <dd>TBA</dd> 125 + 126 + <dt>36. Do you update your website very often? How often is "very often"?</dt> 127 + <dd>TBA</dd> 128 + 129 + <dt>37. And the overall design, do you change that much? Why or why not?</dt> 130 + <dd>TBA</dd> 131 + 132 + <dt>38. Is your website more you-focused, hobby-focused, or outside world-focused?</dt> 133 + <dd>TBA</dd> 134 + 135 + <dt>39. Do you do web design professionally?</dt> 136 + <dd>No.</dd> 137 + 138 + <dt>40. If not, would you like to? And if you're comfortable answering, what do you do for work?</dt> 139 + <dd>I'm unemployed.</dd> 140 + 141 + <dt>41. Do you communicate with people by email very much?</dt> 142 + <dd>Not really.</dd> 143 + 144 + <dt> 145 + 42. Some people reject social media and use websites as a replacement. Do you keep social media outside 146 + of your website? 147 + </dt> 148 + <dd>TBA</dd> 149 + 150 + <dt> 151 + 43. How about instant messengers? Do you use a mainstream one like Discord or Telegram? Or something 152 + like Matrix? Do you avoid them? 153 + </dt> 154 + <dd> 155 + I mostly use Discord and Telegram. I do have accounts on <a href="https://crosstalk.im/">CrossTalk</a> 156 + and <a href="https://mrim.su/">Renaissance</a> in case I want to experience the old school era of IMs. 157 + </dd> 158 + 159 + <dt>44. Do you listen to music while you work on websites? If so, what kinds of artists?</dt> 160 + <dd>TBA</dd> 161 + 162 + <dt>45. Do you keep everything you make on one website, or do you have more than one?</dt> 163 + <dd>I do have other sites that I made but I mostly put stuff on my main site.</dd> 164 + 165 + <dt>46. On a similar note, do you keep to one topic on your site, or many?</dt> 166 + <dd>TBA</dd> 167 + 168 + <dt>47. Do you present your real self, or at least try? Or do you construct a persona on purpose?</dt> 169 + <dd>For privacy reasons I partially provide IRL information about myself.</dd> 170 + 171 + <dt>48. Have you ever made a good friend thanks to your website?</dt> 172 + <dd>Yes.</dd> 173 + 174 + <dt>49. Are you happy with the way HTML and CSS currently work?</dt> 175 + <dd>Yes.</dd> 176 + 177 + <dt>50. What are practices that you think people should avoid?</dt> 178 + <dd>Using JavaScript for simple tasks that can be already done with HTML and CSS.</dd> 179 + 180 + <dt>51. What about under-utilised practices, or things you think people should do more?</dt> 181 + <dd>TBA</dd> 182 + 183 + <dt>52. Do you use a lot of semantic HTML? Or are you guilty of generic structure?</dt> 184 + <dd>Yes.</dd> 185 + 186 + <dt>53. Do you consider different browsers?</dt> 187 + <dd>Yes.</dd> 188 + 189 + <dt>54. Speaking of, what's your preferred browser? Convince your readers why they should use it.</dt> 190 + <dd> 191 + I mostly prefer Firefox forks (Zen, Waterfox, Librewolf) since they are better than mainstream Firefox. 192 + <br /> 193 + The only good Chromium fork that I would personally recommend is Vivaldi. 194 + </dd> 195 + 196 + <dt>55. And what OS are you on?</dt> 197 + <dd>*sigh* Windows 11... And Arch Linux running on another laptop.</dd> 198 + 199 + <dt>56. Do you have a strong opinion on that, or do you just happen to use it?</dt> 200 + <dd> 201 + If you don't really feel like using Linux, you can just use Windows 10 LTSC. 202 + <br /> 203 + But if you do want to try Linux, pleast start with either Mint, Fedora or EndeavourOS. 204 + </dd> 205 + 206 + <dt>57. Are your websites mobile-friendly?</dt> 207 + <dd>Yes, but with slight issues.</dd> 208 + 209 + <dt>58. What are your thoughts on autoplay?</dt> 210 + <dd>TBA</dd> 211 + 212 + <dt>59. What are your thoughts on webrings? Are you in any?</dt> 213 + <dd>Webrings are a neat way for website discovery. And yes, you can find me on those.</dd> 214 + 215 + <dt>60. Do you have any web shrines? What do you like to see in that sort of page?</dt> 216 + <dd>No, I am currently planning on making one.</dd> 217 + 218 + <dt>61. Are your websites "cliche", in your opinion?</dt> 219 + <dd>No. The main site was originally "cliche" until Summer 2022.</dd> 220 + 221 + <dt>62. What is your ideal website? Are you striving for that, or for something else?</dt> 222 + <dd>TBA</dd> 223 + 224 + <dt>63. Are you an artist? Do you draw or design your own assets?</dt> 225 + <dd>TBA</dd> 226 + 227 + <dt>64. What are your favourite resource sites?</dt> 228 + <dd>TBA</dd> 229 + 230 + <dt>65. Is there a habit you just can't get away from no matter how hard you try?</dt> 231 + <dd>TBA</dd> 232 + 233 + <dt>66. What's your biggest advice for a new webmaster?</dt> 234 + <dd>TBA</dd> 235 + 236 + <dt>67. Do you keep all your styling in CSS? Or do you hard-code some?</dt> 237 + <dd>TBA</dd> 238 + 239 + <dt>68. What do you think of frameset layouts?</dt> 240 + <dd>TBA</dd> 241 + 242 + <dt>69. How about table-based layouts?</dt> 243 + <dd>TBA</dd> 244 + 245 + <dt> 246 + 70. Do you subscribe to the ideas of "one-column", "two-column" and "three-column" layouts? Do you use 247 + any of these? 248 + </dt> 249 + <dd>TBA</dd> 250 + 251 + <dt>71. Do you spend longer on the HTML or the CSS?</dt> 252 + <dd>The HTML</dd> 253 + 254 + <dt>72. Have you ever made a page with no CSS? It's useful for your thoughts.</dt> 255 + <dd>Yes.</dd> 256 + 257 + <dt> 258 + 73. Do you ever find yourself making layouts with nothing to put on them? Or do you only make layouts 259 + when the need arises? 260 + </dt> 261 + <dd>TBA</dd> 262 + 263 + <dt>74. Would you consider yourself a beginner? Or advanced? Somewhere in the middle?</dt> 264 + <dd>TBA</dd> 265 + 266 + <dt>75. Do you have a habit of looking at the source code of websites you visit?</dt> 267 + <dd>No.</dd> 268 + 269 + <dt>76. How did YOU learn how to make websites?</dt> 270 + <dd><a href="https://www.w3schools.com/">W3Schools</a> and <a href="https://developer.mozilla.org/">MDN</a>TBA</dd> 271 + 272 + <dt>77. Do you ever force elements to do things they're not supposed to?</dt> 273 + <dd>TBA</dd> 274 + 275 + <dt>78. Thoughts on floating elements?</dt> 276 + <dd>TBA</dd> 277 + 278 + <dt>79. When you're sizing stuff, what do you use first? Do you use px, em, %, or something else?</dt> 279 + <dd>TBA</dd> 280 + 281 + <dt>80. Do you have a favourite font?</dt> 282 + <dd>Yes, it's Instrument Sans.</dd> 283 + 284 + <dt>81. Would you run a website with another person? How would that work?</dt> 285 + <dd>TBA</dd> 286 + 287 + <dt>82. Do you surf the Web to find new personal websites very often?</dt> 288 + <dd>Yes.</dd> 289 + 290 + <dt> 291 + 83. Do you bookmark other people's websites? How would you feel knowing someone else bookmarked yours? 292 + </dt> 293 + <dd>Yes. And I would appreciate it if people bookmarked my site.</dd> 294 + 295 + <dt>84. What do you want people to be most impressed with when they see your website?</dt> 296 + <dd>TBA</dd> 297 + 298 + <dt>85. Are you interested in technology outside of websites? Do you collect?</dt> 299 + <dd>Yes. I do collect old tech.</dd> 300 + 301 + <dt>86. How often and for how long are you online?</dt> 302 + <dd>TBA</dd> 303 + 304 + <dt>87. When it comes to your website, who is your target audience?</dt> 305 + <dd>TBA</dd> 306 + 307 + <dt>88. Have you ever been interested in XHTML?</dt> 308 + <dd>Not really. I wish I was.</dd> 309 + 310 + <dt> 311 + 89. Do you program in general? Have you ever written a program for use with or on your website, not 312 + counting simple JavaScript? 313 + </dt> 314 + <dd>Yes.</dd> 315 + 316 + <dt> 317 + 90. Speaking of programs that help you make websites, what do you think of static site generators 318 + (SSGs)? Have you ever used one? 319 + </dt> 320 + <dd>SSGs are pretty useful if you want to streamline the process of webmastery without having to deal with JS overuse.</dd> 321 + 322 + <dt>91. Do you keep a hitcounter? Why or why not?</dt> 323 + <dd>Yes, I do have a hitcounter made out of HTML5 Canvas because no one has done it before.</dd> 324 + 325 + <dt>92. Do you frequent forums? Which ones?</dt> 326 + <dd>TBA<a href="https://forum.melonland.net/">MelonLand</a> and <a href="https://forum.frutigeraeroarchive.org/">Frutiger Aero Archive</a> forums</dd> 327 + 328 + <dt> 329 + 93. Do you write your page content directly into the editor, or do you prepare it elsewhere, like a text 330 + document or a Word document? 331 + </dt> 332 + <dd>Straight into the editor.</dd> 333 + 334 + <dt> 335 + 94. Do you think you appear cool to others? A more accurate answer now: do other people ever say you're 336 + cool? 337 + </dt> 338 + <dd>Yes.</dd> 339 + 340 + <dt>95. Are you embarrassed of your old work? Have you ever deleted everything out of shame?</dt> 341 + <dd>OF COURSE I AM</dd> 342 + 343 + <dt>96. Would you close down your website if you couldn't update it, or would you leave an archive?</dt> 344 + <dd>I might just leave an archive.</dd> 345 + 346 + <dt>97. Do you reveal a lot about yourself on your website? Or are you more secretive?</dt> 347 + <dd>TBA</dd> 348 + 349 + <dt>98. Are you willing to reveal who your best online friend is, and/or if they have a website?</dt> 350 + <dd>TBA</dd> 351 + 352 + <dt>99. And do you optimise the images on your website?</dt> 353 + <dd>No.</dd> 354 + 355 + <dt>100. We're out of time! How do you feel after answering 100 questions? ....other than exhausted.</dt> 356 + <dd>TBA</dd> 357 + </dl> 358 + </aside> 359 + </Layout>