Tumgik
dinoflagellates · 8 hours
Text
Tumblr media
8K notes · View notes
dinoflagellates · 2 days
Text
Tumblr media
i'm learning so many new things
6 notes · View notes
dinoflagellates · 2 days
Text
learning that apparently several hundred people have been pronouncing 'miette' as 'mighty' has actively worsened my day
Tumblr media
26K notes · View notes
dinoflagellates · 4 days
Text
meur faust donqui autism trio of the bus..
0 notes
dinoflagellates · 4 days
Text
Tumblr media
422 notes · View notes
dinoflagellates · 4 days
Photo
Tumblr media
786 notes · View notes
dinoflagellates · 6 days
Text
0 notes.. oh
0 notes
dinoflagellates · 6 days
Text
Tumblr media
lime :3c
98 notes · View notes
dinoflagellates · 7 days
Text
Tumblr media
11K notes · View notes
dinoflagellates · 8 days
Text
me every day without fail: I'll do [chore] when I get home
me when I get home:
Tumblr media
46K notes · View notes
dinoflagellates · 10 days
Text
15K notes · View notes
dinoflagellates · 10 days
Text
hey here's a website for downloading any video or image from any website.
works w/ youtube, soundcloud, twitch, twitter (gifs and videos), tumblr (video and audio), and most other websites you're probably lookin to download stuff off of.
50K notes · View notes
dinoflagellates · 12 days
Photo
Tumblr media
Customer: THE COMPANY I WORK FOR IN THE USMC IS FOX COMPANY AND WE CALL OUR SELFS FATAL FOX DMV: FATAL IS SOMETHING THAT KILLS YOU Verdict: DENIED
601 notes · View notes
dinoflagellates · 13 days
Text
Tumblr media
EP3
419 notes · View notes
dinoflagellates · 14 days
Text
miku expo 2024 is the dashcon of vocaloid concerts. the projectors were replaced with LEDs and organizers told no one, still charged ppl for the projectors. someone stole the Miku canada cut out. vocaloid producers are really mad that attendees are mad that they got scammed because nothing comes before Product. the event banned glowsticks and upcharged the sale of their own, under the excuse that average glowsticks would interfere with the projectors, that the organizers knew they did not have. someone pissed on the floor. car crash outside the venue in san jose
21K notes · View notes
dinoflagellates · 17 days
Text
Tumblr media
I liked her a lot, actually
264 notes · View notes
dinoflagellates · 18 days
Text
heres a few links from my bookmarks folder full of HTML and CSS resources that i used when first making my neocities website because i want other people to make their own sites as well because its fun :)
how to actually do html and css
web design in 4 minutes - this is the site that really made HTML and CSS click for me, following along as the author describes what’s he’s doing to the webpage and showing how it changes the presentation (you don’t need the book he shills at the end. i did without)
w3schools introduction to html - takes you through the very basics of creating a website, lesson-by-lesson. big goldmine for code to grab and scaffold off of once you have some basic skills
mozilla’s html guide - also a great beginner’s guide by the people who made mozilla, although i didnt use it as much as w3 schools
brackets.io - this is the program i use to write the files i use for my website. lets you do splitscreen to work with two files at once, gives you a breakdown of all the files in your website’s folder, and will let you autofill commonly-used tags and files in the code. supposedly has a live preview function but it doesnt work that well for me when i’m using a second monitor, which i normally do when coding. just save the file and refresh the page instead. 
(side note: i work in a software external to neocities instead of directly in the neocities editor because 1. local files update with a refresh and neocities has to update the cookies AND download all the website info again once you update, and 2. it effectively gives you a mass undo button if you fuck up because you have your files hosted in multiple places (local and online). yes its kinda annoying to have to manually upload all my files especially bc you cant upload whole folders AND you cant move their locations once uploaded but i prefer it to working directly on the site. if you have a neocities pro subscription ($5/month) you can mount your website directly on your machine as opposed to the neocities dashboard, which basically means you dont have to manually upload the code every time you change something – it’ll update automatically)
codepen - if you prefer something browser-based to work in then try codepen, i used it a little bit at the beginning when trying to troubleshoot some code i didn’t quite understand. you need an account to actually save your work and im not sure if it actually lets you upload folders bc i never signed up lol
premade engines/sites/themes/etc etc
neothemes or eggramen or templaterr - if you wanna get a quick start on a neocities site, you CAN use a theme generator/premade theme. if you go this route i would still heavily recommend trying to learn HTML and CSS, and then go into the guts of your own website to try and pick it apart and change it to your liking
zonelets - a static blogging engine that uses HTML, CSS, and javascript. made for use on neocities but theoretically useable elsewhere. takes about 15 minutes to set up (if you use a default theme, but its pretty customizable if you know what you’re doing) and requires you to 1. write blog posts in html and 2. modify some code in a script file every time you want to upload a post, but it will automatically let you browse posts in order once you get everything uploaded
rarebit - a neocities webcomic template — havent used it yet but looks cool, and seems to operate off of the same principles as zonelets. 
glightbox - this is the lightbox javascript code i use when i want to display a lot of images on one page. i found this code via clicking “inspect element” on a neocities fanpage that the webmaster drew a lot of fanart for. you should click inspect element on neocities pages that you like so you can understand how they do what you like (you can even look at their css by clicking the style.css link you have to include at the top of your page)
plus a couple masterlists/directories:
yesterlinks
sadgrl.online’s webmastery directory
6K notes · View notes