#learn html if ur starting out
Explore tagged Tumblr posts
Text
YES THIS EXACTLY!! As someone who’s an artist i find coding so creatively fulfilling! while coding wise all i do is html and css for my neocities, you can be so creative with it!! especially on personal websites that you make from scratch. Like have you seen the pages people make for shits and giggles?? Shrine pages are the best!! and it’s just someone yapping or sharing photos of their favorite blorbos.
Like OP i think having a good teacher that rly lets u go wild makes a world of difference. Having the freedom to make something that you yourself enjoy while you’re learning is pivotal. I also think a lot of people get shooed away because of how hard it may seem and if your just watching videos to teach yourself it’s hard to tell where your code goes wrong if ur just starting out :/
I don’t usually talk about coding on main, but I really think people would enjoy it more if they were taught what they could do as well as how to code. Like you can build anything. Anything at all you could possibly want. Programming can be a creative medium for the logically minded, and coding classes almost never actually embrace that.
I’ve built so many projects just from silly jokes. Made a whole joke text adventure game about being trapped in an elevator with some game characters. The discord bots I maintain to this day started as “haha what if [Game NPC] was in our server”. If an idea strikes me as fun I’ll code it, the same way an artist will draw a silly doodle or a writer will write a funny joke fic. It’s not just a get a job skill, you actively create things with code. So create! And have fun doing it!
I really think that’s the secret to truly enjoying programming. I love it, it’s a passion of mine. And it’s all because my first teacher set me free to create with it. He would let me expand on assignments however I wanted when I finished early and encouraged exploring what else I could do. If more people taught coding like that, I think there would be so many more who shared my passion for it.
#i agree with this so hard#everyone make a neocities#learn html if ur starting out#it’s very beginner friendly i think#or try making a shitty game#just go out there and make things#coding#programming
1K notes
·
View notes
Note
how did you make your own website? & how long did it take you to make it? i am interested in web dev,,, do you have any tips or any helpful sites for beginners/ intermediate? (sorry for asking so many questions!)
hey no problem, asking is a great way to learn always!!
i started on my portfolio site i think around september 2022, forgot about it because of work, then went back to it and deployed it around march 2023! i learned a lot at work, so i just applied what i learned from working in web dev to my own personal site
regarding how to start, if you're a complete beginner, i'd suggest playing around with HTML/CSS first since it's kind of the basic building blocks for doing frontend stuff -- for the first few projects you could try copying simple sites like Google's home page :) there are little interactive tutorials you can find online too like flexbox froggy that can help teach diff concepts in a fun way!
after feeling comfortable with it, i'd suggest playing around with ReactJS when starting out with web dev; it's easy to get into because of its extensive documentation and its large community! there are step-by-step guides into setting it up and several tutorials (both video/article)
if you decide to get into actually deploying your stuff and connecting it to APIs, you can start looking into other frameworks like NextJS/GatsbyJS etc.
getting yourself into a web dev project, like maybe making a small notes/checklist web app or your own portfolio site is a fun way to experiment!! the hardest part is always finding the motivation to start them imo :) wishing u the best on ur web dev journey!!!!! 💗
188 notes
·
View notes
Note
hey! i’ve been reading a handful of ur fanfics (which r rlly gud btw!) and i was wondering how you were able to resize and edit the text like this
and also like this
i’d be rlly interested to know because i’m unsure if it’s even possible through normal means on ao3!
Hey hey! I'm very glad you're enjoying my work <3
Thanks so much for taking the time to give me a read!!!
The text editing stuff is actually a basic function on AO3, you can do it too! When you're looking at the text editing/posting page, you'll see at the top that you can utilize "plain text with limited HTML"
Clicking the question mark icon there shows you all of the HTML functions that are available, with a basic explanation for how to apply them in your text:
The TL;DR is when you've picked one you want, you can start that section of text with the HTML signifier in diamond brackets <like this>, and then end that section with diamond brackets using a forward slash </like this>
(Be sure to include the ending set of brackets otherwise you'll accidentally make the entire rest of your story in italics or somethin - not speaking from experience I swear)
However, I found a "story" posted in 2015 that was particularly helpful with visualizing the major elements. It's called "A Complete Guide to 'Limited HTML' on AO3" by CodenameCarrot. In particular, this highlighted stuff like being able to do sub- and superscript text using <sub> and <sup> that I used (I think) to great effect in my Pokemon Scarvi piece "Paradiso" - where a lot of my experimentation happened under the guise of nightmare bs.
The way I made text look almost like the "Chat" option here on Tumblr was through "Special Types of Text."
They all produce the same result when published on AO3, but I personally use <tt>.
I've also been messing with image embedding like the text message thread in "Peaks and Caverns" and my Author's Notes in "Stone-Cold Lovers (ch. 3)," there should be more of that coming in pieces that I'm writing now! I learned a good practice for how to do so from the 2014 piece "Super Awesome Learning How to Embed Place" by leftennant.
Tbh I've been a bit surprised at how many people have asked me about this text editing stuff in my comments, because it's one of the first things I noticed is available compared to, say, fanfiction.net. I like that you can use the basic tools of the service to tailor your stores to a vision in even small ways, so I've even been testing things like pseudo-graphic design like recreating RIAA record plaques using just HTML features on my Splatoon fic "By Moonlight":
Hopefully these explainer pieces can help you out with it too!! They're the only things I currently have bookmarked on my AO3 'cause I refer back to them so often.
#Seriously tho use the tools you've got to your advantage#Same applies to life as well as silly fanfic content#Writing#Fanfiction#AO3#Fanfic#Text Editing#HTML#Pokemon#Splatoon#writing tips#Creative Writing#Tools of the trade#my fics#Thanks for the ask!#Very happy to share what I know with the kind people out there#Something something shoulders of giants
8 notes
·
View notes
Note
Ur website so cool!! ❤️❤️ Do you have by any chances coding tips? Been trying to make my own website for a while but adhd won't let me concentrate a second when it comes to learning coding
Thank you! And 100% It is deceptively approachable but also time consuming, I'm familiar enough with html from a highschool class where we did need to write code out by hand, and then soft practice with coding toyhou.se profiles and futzing around with free code snippets. Largely though I don't think you need to know everything or to write everything by hand, you just need to frankenstein code pieces together (As long as they're free ofc).
I used this first, it's fucking insanely handy and lets you make a simple layout with sidebars, navigation, header, footer and a body base ect, and then just generate and copy the code. The html itself also has greyed out little notes about what parts do what!
I'll be real the rest of it after that is just me googling what I want to do or googling html snippets bc I forgot them. So like html image link with size attributes ect ect, how to make a html image gallery. I don't use one site exclusively but w3schools.com has a bunch of common ones and also has a little live code editor in its tutorials.
Like I still get greatly stumped for hours bc code's kinda sensitive and one or two characters out of place will break sections of it especially when ur just frankensteining. Trying out little segments in live code editors is really helpful because you can kinda break it apart and diagnose the issue before putting it into your site html.
Also if it helps this is kind of how I break it down in my brain as another ADHD-er. so fuckign sorry for how this looks im doing it in snipping tool. But code bits love to live in cages even if it all looks the same, iit would also help if you clean your code up mine is pretty horrid but you just want to familiarize yourself with the little "Sections" ig that's where doing things by hand would help because you would 100% know what each chunk is for but yk yk.
CSS is a different beast I barely understand. The parts of code where it starts stacking on top instead of being horizontal is css and it's basically how you do fancier things to your code, it's linked to stuff you already have down. So like changing the background in the body text box or something, you can only do so much in there. Css targetting the body text box is where you can level it up. Again the sadgrl layout builder has notes so you're not completely blind in there. There's also 100% so many resources to explain what all these words mean, my mmethod is incredibly avoidant I don't know what flex is I haven't needed to fight her yet ect ect.
Sorry if this is confusing this is just my hack and slash understanding atm. Be humbled by code I've spent too long trying to fix up hysterical margin issues just because I had a random apostrophe somewhere or because I tried to spell it colour and not color ect.
33 notes
·
View notes
Note
omg i hope ur hair redyeing goes well!!! i will try & think of some questions for u ^_^
what color are you getting your hair dyed?? is it the same color as before?? have you had multiple different hair colors... which one's your favorite look??
do you like video games... if you dont then disregard these next questions LOL but if you DO: what's your fave console?? what's your fave (number one, top three, top five, any number u want) game(s) of all time??
do you like pineapple? do you like pizza?? do you like them together (pineapple on pizza)???
what's your favorite kind of tree?? what's your favorite season??? is your birthday in that season?? :0 (do you have a lucky number & is it your birth date...)
what's your favorite flavor of ice cream?? do you like cats or dogs better (or both or neither)??? what's your favorite kind of bird? favorite kind of shark? fave kind of bug? (feel free to skip any of these if you dont like them / dont have a fave !!)
what's your favorite movie (or top 3 / 5 / ect!!) of all time?? do you prefer live action or animated movies (or maybe you're not big on movies at all)??
pancakes or waffles? what's your fave topping for whichever one you picked??
what's your fave chip flavor?? do you like potato chips or tortilla chips better??
have you lived in multiple countries, or just the same one your whole life??
do you like candles or soaps or scented things like that... if you do what are your fave scents !!!
if / when you go to the mall, what are your favorite stores to go to??
do you like cucumbers? do you like pickles?
do you like soup?? if fresh(?) soup isn't an option, do you like canned soups, powdered soups, both or neither?
what's the weirdest ask youve ever gotten on here (doesnt have to be from this blog if u have multiple !!)??
pusheen or hello kitty? what's your fave shade of pink (or purple, or both!)??
what's your favorite holiday (any kind; could be something very very minor like ''straw hat day''(?) or any big ones !!
do you speak any other languages?? if you do, which ones?? if you don't, are there any want to learn one day??
do you sleep with socks on?? do you even Care about sleeping with socks on??? some people make it a very big deal (all in good fun ofc) but i never know what side to pick because i go either way fairly frequently </3
do you like making websites (either with html / css / js or with a website maker)?? what's a cool / fun website you like??
what was your fave song of 2013?? what was your LEAST fave song of 2013??
who's your favorite music artist (or your top 3 or 5 u get it)?? who's your fave solo artist? who's your fave band / group of artists?? what genre(s) do you listen to?? what song do a lot of people hate but you like? what song do a lot of people like but you hate??
what's your go-to karaoke song... if you don't like doing karaoke then i would like to hear your fave karaoke song to watch someone ELSE do at karaoke !!
whats your fave decade of music?? who are some of your fave artists from that decade?? what do you like about it???
if you watch foreign movies / shows, do you watch them subbed or dubbed? (or maybe it depends?)
what's something you're looking forward to (whenever !! could be tomorrow could be in a few years)??
feel free 2 skip this one if you dont wanna answer i just thought id ask!!! but how old are you?? are you a student? are you working?? (what are you studying / where are you working??) what color are your eyes??
who was the worst teacher / instructor you ever had (doesn't have to be in school)??
what's your fave pride flag aesthetically (as in, regardless of whether or not you're a part of that group, just what colors / designs do you like)?? what's your least fave?? (again aesthetically im not trying to start discourse i just like talking about graphic design LOL)
do you use any really out-of-date stuff for nostalgia reasons?? (i.e. i use microsoft word 2010 & windows movie maker 6.0 even though theyre objectively not that good for this(
what's your favorite youtube channel (or multiple)?? has that one always been your favorite??
i thiiiink you mentioned your age at some point (its probably literally in your bio but if i exit the ask box my dumbass phone is probably gonna crash tumblr and ill lose this whole ask LOL) but i feel like i remember thinking you were a similar age to me (im 18yo / born 2005) so this is assuming you grew up at least partially in the age of a ridiculous amount of kids mmos being popular... which was your favorite (if you played any)?? is it still up & running today??
minecraft or roblox (or neither, but both is not an option u gotta pick one or neither !!!)??
i think i could keep going forever but this was really long enough as-is LOL i hope that's okay with you!!! and of course feel free to skip any questions you dont want to answer !!!!!! hope u have an AWESOME day. hope you see a cool plant or a creature of some kind <3
putting these under a cut bc this is long enough as-is LMFAO
1. redyed black w blonde! never done anything that isn't those or my natural color lol
2. the dreamcast sweep. also splatoon, the beginner's guide, another game on this list, pokemon legends arceus, and bomb rush cyberfunk/jet set radio future
3. pineapple and pizza are good individually but i haven't tried them together, they sound good tho.
4. palm trees! fav season is winter, bday's in late summer. no lucky number tbh.
5. cinnamon ice cream. cats. blue jays. no idea on sharks but great whites are so silly cute :) gummy sharks actually LOL. preying mantis or bees (if they aren't in the same area as me.)
6. not big on movies tbh, but everything everywhere all at once. i prefer animation tho.
7. pancakes, haven't experimented much bc i don't have them much LOL i like classic maple syrup! i wanna try strawberry stuff tho.
8. tortilla chips for utility, but potato chips for like. the longevity of being able to eat a lot without getting bored. i'm actually a plain ruffles fan out of all things.
9. never been outside the US 🥴
10. sensory issues make that stuff hard but lavender is my traditional go-to.
11. torrid for clothes :)
12. cucumbers are ok. pickles are good but i'm afraid of having them again for some reason. autism sweep
13. soup is generally a no-go.
14. weirdest is defs the person who was fixated on the idea of paying someone to eat something vile?!?!?! got multiple about that.
15. hello kitty if i have to choose for the dreamcasts LOL they're so pretty. i really like blue-leaning purples and red-leaning pinks
16. halloween and christmas bc they're both so so good vibeswise
17. i took spanish for 4 years and was doing well with it but then i fell off tbh. i'd like to learn french but we'll see.
18. i have no opinion, i don't personally but i don't care as long as the floor is clean Or i don't have to share a bed with you LOL
19. i just mess around w carrd tbh i need to step up. i really like my mutuals' neocities but i don't wanna link them on an account this big unprompted LMFAO
20. using the top 100 end list bc im lazy. paramore's still into you is my favorite, cruise by fgl & nelly is my least fav.
21. don't wanna go too in depth here but generally lucy dacus is my answer for any single favorite artist. i'm primarily a pop/folk listener but i listen to a lot.
22. never been to or done karaoke but i'd pay to see someone do love on top by beyonce with all the key changes.
23. a take that will get me attacked, buat the 2020s so far have been stunningly good for me personally at least in music. indie music is absolutely insane and there's a lot of freedom with it rn it's so good. :)
24. i don't, but i'd watch subbed. personally i don't mind either, though.
25. tomorrow. no elaboration but thanks for giving me the perfect place to hide it in the middle of this LOL
26. i'm 25, failed student, about to start working (loooong story don't ask lol), brown eyes!
27. physics teacher who used me as a TA bc i already took the class but would punish me for studying for other classes.
28. aroace is stunning but i have no overlap LOL. bi flag unevenness makes me mad, not a huuuge fan of the trans flag colors (boo pastels.)
29. i use old ios icons for my phone on a custom launcher! i handmade some for other things.
30. youtubers... ro ramdin, alpharad (especially gold, shoutout everyone who watched every episode), prochara are my top 3!
31. born 1998 LOL but like... legally i have to say it was toontown even if i never played during its main playtime (i do have an unwritten account tho.) my husband has it as his special interest so i do have some affinity for it even if it makes me very annoyed at times LOL.
32. minecraft, roblox means nothing to me.
whew! thank you for the most ever wow. hope this is comprehensive LMAOOO
5 notes
·
View notes
Note
hi!!! I loved ur hometsuck kids theme sm it made me want to go back into coding after so long(^^; I wanted to know how u learned it and if u have any tips for newcomers. Ty !!
oh holy shit this is ask is SO SWEET :,) thank you so much anon and i’m so happy to hear it made you want to get back into coding! we seriously need a tumblr theme renaissance. what i would give to see people coding and sharing/reblogging themes like the older days on tumblr. life could be dream.
i learned html and css from making my own tumblr themes as a kid! i think tumblr themes are literally such a good introduction into learning front-end development. BUT to be fair i also took a few programming classes and was a big coding nerd in school and that definitely helped me become a lot more comfortable with making themes from scratch and adding custom script. if you are interested in learning javascript, learnjavascript.online is a great source for starting out and getting some practice!
i think a great way to get your bearings is to look at some base themes and poke around at the code just to familiarize yourself with some of the tumblr-specific syntax. @theme-hunter has a great database of themes to look at with some tutorials for beginners compiled here. i think the best way to learn how div blocks function and what you are capable of changing is by playing around with preexisting code and seeing what you can create. i did this until i was comfortable enough to make a few base themes of my own from scratch that i can go back and reference when starting a new theme or coding project.
tumblr also has a list of their block elements online with some introduction to custom themes, which is helpful to reference when styling the features built into each tumblr blog like title, descriptions, posts, notes, etc.
as far as tips for newcomers, here’s a few things top of mind:
google is your best friend, seriously, i can't tell you how many times i am googling the most rudimentary of things because i'm always forgetting little syntax things. chances are, if there's something you want to achieve with code there will be someone on stack overflow with some advice, or a tutorial on codepen or w3schools that you can use as reference.
troubleshoot with inspect element! i usually build my code straight into the tumblr theme html and css on a sideblog, save, and then keep a tab of that blog open that i can refresh and inspect element to look for errors in the console. i think firefox works the best, but i would recommend always loading your blog in a few different browsers since there is css syntax that is specific to mozilla or chrome (eg. custom scrollbars or pure-css animations)
there are lot of browser extensions that can make the coding process easier! i recommend eye dropper for pulling and matching hex codes. i also use fonts ninja a lot for getting accurate weights and names for custom fonts. a few more that come to mind are window resizer and css viewer (chrome/mozilla) if you want to check those out!
happy coding!
11 notes
·
View notes
Note
ur website is awesome where did you learn html and css!! ive been looking for months now but i cant find any starting points i can easily understand
Thank you! I kind of mostly used to do Neopets template junk in 2007 and had some extremely basic and outdated HTML knowledge until recently LOL (As in that my knowledge was basically knowing that <i> made your text italic and if I typed color="blue" it would change the color of the text haha)
But yeah, I'm basically self-taught! One of the courses I did in the past did have a few Web Design classes, but I had a really hard time understanding any of it and my grades were awful, so I hardly count that as having contributed anything to my knowledge x) (We were forced to make the most bland minimalistic corporate websites so the lack of fun in that definitely contributed hahaha)
I guess starting out really depends on what you're personally comfortable with? The way I personally started was that I used one of those Free Website Makers like Wix/Weebly/etc to try and "sketch" my website! I had this old unused !Weebly portfolio website I wasn't doing anything with, so I used that
W3Schools is the MVP for this stuff since it has basically everything you can learn about HTML/CSS/etc! For my Website I remember first starting by trying to create the navbar, looking at the Weebly mockup and trying to mentally deconstruct it all into boxes to try and understand how I could recreate it with my own code!
(The reason my navbar looks so different from the screenshot was because I had a really hard time recreating it xD And I ended up with something a lot more basic to match my skillset!)
Something that always worked for me was using templates and just trial and error my way into trying to understand what did what x)
Considering my website has the three-column format, I do recall using SadGrl's Layout Maker code as a reference for my own!
And I guess that's advice I can give?? Finding websites you like, or if you're wondering how someone did something, how their font has weird colours, what animations they're using, etc etc, just go look into their source code, or use the Inspect Tool (F12) and select elements to try and understand the code!
I do sometimes hide goofy hidden text and easter eggs in my source codes, so I'm personally cool with people looking through mine to understand how I did things :)
I definitely relate to this all being overwhelming or confusing at the start, so I'd say just take it slow and make things fun for yourself! I used weird fonts and bright colours when trying to see what does what, use dumb placeholder texts and images too LMAO
Another thing that helped was that I found gifs and images I liked to place on the website and try to make it feel all the more personal and cozy!
Again this is just my personal experience and what I did to make the learning experience more enjoyable :)
#Jay Asks#Anonymous#Neocities Tag#Sorry for the long ramble!#People don't tend to be very receptive to my methods when I share how I do things x) So take it with a grain of salt#I'm very adamant over the Doing what works best for you logic
19 notes
·
View notes
Note
hi, feel free to delete if this isnt appropriate! im an aspiring webnovel writer and i was wondering which platforms is best to post original works w lgbtq+ themes & how to get traction?
thanks so much for ur time and i hope this isnt too much trouble!!
opening this question up to followers as well--i'm not particularly good at the marketing side of things.
my personal experience is that there really are not good webnovel platforms; websites like royal road and scribblehub have content guidelines which i've found too restrictive to host my own writing, and the platforms themselves are built to encourage inhumanly fast update schedules. this is part of why they're overrun with power-level-up litrpg serials that update multiple times a week; their algorithms favor that kind of schedule.
as a result, i've defaulted to hosting my writing on my own website. i use neocities to host, which i generally recommend to anyone who doesn't mind learning a bit of html; their free tier is completely serviceable to host a simple text-based website, and their paid tier is leagues cheaper and less restrictive than any equivalent hosting you can buy off google or aws.
this means that my marketing is pretty much entirely done through social media, and again, i'm not particularly good at that. however, i will say, the absolute best thing you can do is network. i don't mean for financial gain, very genuinely, the absolute best thing for visibility in the creative world, in my experience, is to be in a social group of other creators who make similar things to you and constantly be hyping up each others' work. (this also means you get to look at your friends' cool indie art all the time and collaborate on projects, which is a bonus.)
i'm quite lucky in that i was already in a social circle of digital artists, videographers, and writers long before i started writing my own web serial, and finding that kind of social space isn't particularly easy. my main tips are: post your work in a way that welcomes social interaction (for example, respond to comments personally), comment on mutuals' work, and don't be afraid to send private messages to people you want to get to know better. if you don't have a private discord server already, making one is a great way to create closer connections with online friends you haven't spoken with privately much.
i'm also considering making a tumblr community in the future for webfiction authors to connect and network, so keep an eye out for that if that's something you'd benefit from.
and again: i don't have the best feedback for this, because my own stint doing web serial marketing has only been going on for four months, so if anyone else has more targeted & useful suggestions, sound off in the notes, please!
3 notes
·
View notes
Text
Full Stack Java Development Course in Mysore | Chanakya Digital Academy

Become a job-ready developer with Chanakya Digital Academy’s Full Stack Java Development Course. This industry-focused program trains you in both front-end and back-end technologies including HTML, CSS, JavaScript, React, Core Java, Spring Boot, Hibernate, and MySQL. Learn to build full-fledged web applications from scratch with hands-on projects and expert guidance. Whether you're a student, graduate, or working professional, this course equips you with the skills in demand by top tech companies. With practical training, real-time assignments, and placement assistance, you’ll be fully prepared for a successful career in software development. Start your full stack journey with us today!
Check out : https://chanakyadigitalacademy.com/full-stack-java-development-course-in-mysore/ https://chanakyadigitalacademy.com/
Contact Details No.904, First Floor, New Kantharaj Urs Rd, near Apollo Hospital, Kuvempu Nagara, Mysuru, Karnataka 570023 [email protected] +91 95388 58589
0 notes
Note
hehe, i know and thanks for the jay fic, in enjoyed reading it ^^ well thanks for the blassing but am still not ready :] and ill tell her to do well in her boards (from you who said it)
pcm is no fun, there is no reproduction to laugh at :/ i have fear of them and that was the only, only reason for me to not choose pcb... my mom wanted me to become a gynaecologist :( sadly, it wont be true... yeaa apothorax, i font know but yea medicine is still a lot to take it.
i just watched random fs programme and only hanyu was the one i knew, i didnt go in deep but yes, i still love fs... and for the coding languages, once again thanks ^^ atleast you mentioned what to learn bevause i dont know where to start :0
anyways, my fav album is border : day one and my fav track is all time flicker and let me in. my fav bsides would be chaconne, bills, upper side dreamin, prdx, mixed up and title track would be sweet venom, tamed-dashed and drunk-dazed :)
if you have an instagram account or ny other apps talk, i would love to know it and know you more ++ the fact that you are chiyuv (my fav writer back in 22' :0 i am in tears. i never went through your old mlist until today, so nostalgia hit me hard... your how to get back with ur ex + fair and square + unlikelihood are my favssss 😭😭😭😭😭 ill trade my spy x family manga for them to reread if they were to disappear some day 🥲
i stopped using tumblr in late 2022 and started using it now + stopped writing way back in early 2021 because my mom got to know my writing acc for enha on ig 😭😭) i wanna talk more about everything with you but tumblr feels like we are in a long distance relationship, where we get our letters once in a blue moon 🥲
— lover club anon <33
sweets, i'm telling you reproduction is only fun when you're studying penis and vagina but not the mechanism TT i was going thru hell in embryology lectures 🙏 also, it's neet's fav chapter i'm lowkey bored of it. we studied it sm times that there was an ongoing joke in our class that next lecture will be based on practical and visual learning 😭 also a gynaec :O that's cool ! i'm aiming for cardio-thoracic / neurosurgery, although more inclined towards the former ( imagine five years later i'm a doctor while still crying over jay )
one of my friends was a huge fs fanatic so she made me get into it and it's fun, honestly :> and you don't have to worry about coding yet ! once classes start, i think you'll get a good idea of where to start from. although, html is usually the basic ( in my case, it was? we learnt it before anything ) and then css cause that's a bit more advanced. we took html css and python together, but javascript was only for pcm + cs students. i hope you have fun learning how to code ^^
FLICKER IS SO GOOD TT i remember looping it for hours while writing my lab manuals lmfao. and upperside dreaming too it has such a nice melody :O i'm gna be honest i didn't like prdx at first but then it grew up on me and now it's one of my fav tracks :D chaconne 🙏 no one knows her like me. when the tl was ranking it last on the basis of highlight medley i had faith in it because anything titled chaconne can't go wrong i have proof to back this up ( it's so serious for me can u believe this ) me and a close moot had out daily chaconne stream sessions lmfao
drunk-dazed aged like wine because it sounds like the first time every time i listen to it :] my favs are bite me, sweet venom, blessed-cursed, ptm, i know if only you say yes will be on the list too the moment it's released because that melody and humming is stuck in my head ><
AND TRADING SPY X FAMILY IS CRAZY ??? pls i didn't expect you to be here for so long but i'm glad you remember chiyuv .. what an era 0_0 my instagram is beusoir if you want to follow and discord is znghao. i would love to talk more, just hmu on insta or disc ^^
0 notes
Note
oooh okay 1) your site concept + decor ideas r SO cute already and 2) do u have any recs for people who also want to learn html? whether theyre your own personal tips or like, 'this site has a rlly good breakdown of the basics' or w/e
1)thank u sm!!! and 2) yes!! neocities has a short/bare bones but very friendly tutorial when you first set up an account (hosted by a cartoon cat.) that you can complete in one sitting, and then after that (or instead of that) you can go to w3schools html + css tutorials and just kind of start doing them from the top. (you're going to find that you basically have to learn css at the same time that u learn html for most of the stuff you'd want to do on a website, but it's not so bad.) i've been slowly working my way through those, and googling stuff when i have specific questions about how to do stuff! beyond those basics, sadgrl.online is incredibly helpful and has a lot of guides + tutorials, plus just fun stuff that's specifically geared towards personalized websites/shrines.
also, start small and be patient. especially when we're used to super slick modern social media where everything is all rounded off and animated and shit, it's easy to get a box and a few lines of html up and feel, like... discouraged, or disappointed, like "i worked all afternoon on this and it looks like shit" -- but it doesn't!!! you cannot barf out a finished website in one day and you'll drive yourself nuts if you expect that of yourself, so get comfy with bare bones boxes and text and ugly little links for now. i have found myself getting way more frustrated if i decide i need to do 3000 complex things RIGHT NOW vs patiently building up things from bare bones, plus it's easier to build up more elements on top of something simple than to tear apart something where u got in over ur head and now u have to figure out why it's not working.
i also recommend trying out a dedicated code editing program like vscode rather than doing everything directly in whatever area you're finalizing/hosting things in. it's a drag to edit, save, clear your cache, load the website to check if it looks good, rinse and repeat -- i'm finding it way easier to try stuff in vscode paired with a live preview (i'm using this extension; it took a little fiddling to get it working bc i'm so new to all of it, but there are instructions on the page!) this way of working has been way easier for me; i'm sure other editors probably have something similar, but basically how this works is i have vscode up, then right next to it a browser window with my live preview in it, and every time i crtl+s to save my html in vscode the preview of the site updates. makes trial + error way faster and overall it makes the whole thing less intimidating!! (not everything in the preview will always work on the site, u will still have to troubleshoot and tweak stuff, but this way of doing it has still been way more enjoyable and streamlined for me overall.)
final note: i have literally only been doing this for like, two days! it's not easier than i expected, it's hard and confusing and slow, but it's been way less painful than i expected. you can do it!!!!!!!!
#tutorials#resources#i hope it doesnt look obnoxious for me to bold key points lol but im so prone to textwalls im starting to think it might be helpful
134 notes
·
View notes
Text
introduction !!!
hii !!!! my name is Violet. i am a really big fan of art & whatnot (basic). i have been taking on a little bit of a personal challenge 2 listen 2 at least one new album every day & ive been working on that challenge for about 1.5 years now !!! i looove talking about art and sharing my thoughts and 4 the past year or so i have been posting all my thoughts and media analysis and whatnot onto my Instagram story, but i have always wanted 2 start posting my thoughts somewhere that is more.... permanent, i guess? bc Instagram stories expire after 24 hours yk. anyways. i finally made a Tumblr blog !!!!! i am COMPLETELY new 2 Tumblr. so i apologize in advance if my blog is like informal or not very "good" quality by Tumblr standards or whatever else i will get better !!!
here is what u can expect from this page:
i am going to post music reviews/recommendations most likely, as well as film & literature & all of that stuff. whenever i see a piece of media that interests me enough 2 want 2 talk abt it im gonna use this blog 2 share my thoughts !!!!
i also am really interested in philosophy, i am only just now formally getting into it, but i have been thinking about that sort of stuff and asking questions like that 4ever. erm. i wouldnt call myself a philosopher bc that feels pretentious but i aspire 2 be a philosopher eventually. ill probably post abt that sort of stuff as well. i am also VERY interested in sociology, psychology, anthropology, political science... pretty much anything like that. i just love learning about things in general EVERYTHING is so fascinating 2 me but especially humanity.
i am a bit interested in politics as well !!!! i dont like to use any labels 4 my political ideas bc i feel like those can be limiting & contribute 2 close-mindedness but if i had 2 describe my alignment in any way i am probably pretty far-left. although i am completely open 2 hearing everyone's ideas!
i might also post about other things as well, im not sure yet !!!
some info abt me:
i am a girl, so, she/her pronouns ig !
i am 16 years old (well im 15 but i turn 16 in two weeks)
i am a member of the LGBTQ community
my handle on most social media sites is yourdadcosplay if u want 2 follow me anywhere else !!! (i dont do cosplay or anything~ when i was 13 i heard some guy on tiktok say the phrase "your dad cosplay" and i thought that combination of words was super funny so i made it into my username on instagram and then it just kind of stuck. and i use that on everything now. only reason i didnt use it 4 my tumblr is bc i didnt want ppl 2 think my blog was a cosplay blog or something idk)
my favorite music artists r: Black Country New Road, Kimya Dawson, Death Grips, Xiu Xiu, and Car Seat Headrest !!!!
my favorite album of all time is Ants From Up There and my favorite movie of all time is Everything Everywhere All at Once, both of those pieces came out in the year 2022.
my favorite book is the manga Goodnight Punpun by Inio Asano, and its actually the book that made me fall in love with literature.
im currently working on creating my own website!!! i dont know anything about HTML though, so it will be a long process.
i dont believe in astrology rlly but i am a Gemini.
my iq is 122 or something around that i dont remember the number i just remember im in the 93rd percentile
i am an INFP
boundaries:
i do try my absolute best to be open-minded and tolerant towards everyone's ideas and beliefs; even those which i disagree with. i actually encourage ppl who disagree with anything i say 2 challenge me or discuss/debate with me. that being said, if u r not willing 2 have a civil and open-minded discussion with me, and if ur only interest is arguing, then i will ask u 2 pls leave me alone. i love talking 2 ppl who have ideas different than my own, but i do not wish 2 engage in any immature internet beefs or anything of that sort.
pls, 4 the love of god, if u r the type of person who gets offended over every little thing; if u r more concerned with petty discourse & things that have no significance 2 any real-life problems; if u lack media literacy; or if u r otherwise just unintelligent, then PLEASE dont interact with my page.
i try my absolute best 2 be a good person. if i ever do anything that u find 2 be morally offensive (this is not just if i say something that makes u feel a bit of angst, but if i say something that u feel is actually problematic.) or if we r interacting directly & i make u uncomfortable, PLEASE TELL ME! i hate it when ppl have problems with me that could easily be resolved but they just dont tell me. it makes me anxious.
also, pls note:
just because i talk about a certain piece of media or art or literature on this blog does not necessarily mean that i agree with the ideas expressed in that blog or even that i like that piece. i try my best to think 4 myself and i do not take all of the ideas that r expressed 2 me as the absolute truth. just because i read any given book does not mean that i necessarily agree with its ideas; the same goes 4 all of the topics i discuss here.
as a large part of this blog is abt media discussion & whatnot, i want 2 say that i am absolutely open 2 any art. and i will not avoid any piece of media just because it is allegedly problematic.
most of this page is dedicated 2 sharing and discussing my ideas on various topics like art, philosophy, politics, and such. i dont think that im going 2 be posting or saying anything that is incredibly morally offensive or anything, and 2 be honest i dont even think my ideas r particularly radical or controversial, but, if there ever does come a time when i might have a potentially controversial idea, i wont hesitate 2 share it. im not going 2 censor myself or sugarcoat my beliefs on this blog just 2 avoid discourse.
all of that being said, this blog is not 2 be taken 100% seriously either. i will talk abt serious topics on here, but i like 2 laugh as well! u should not assume that anything i say is 100% serious or 100% satirical. that SHOULD be a given, but on my Instagram account, i have had a worrying amount of interactions with ppl who got mad at me 4 things bc they assumed i was serious when i wasnt or vice versa.
ok, that is all !!! thx 4 reading !!!
4 notes
·
View notes
Note
not a request but how do you make the text on your posts so small :
here u go!! i'll just give like. a full how-to cus i can't learn unless its like completely fleshed out.. first write something in the text box
in ur regular text box hit setting and go to text editor, normal is "rich text editor" and switch it to html
so its gonna look like this
put for where it starts and where it ends (which, unfortunately, it looks like u have to do this for every paragraph?? and not the whole text, unless im dumb)
go back to rich text (or just look at preview)
:^) small text!! i think you can do this on mobile as well, i just don't know how!!
13 notes
·
View notes
Note
how did you make ur neocities website and how do you come up with comic ideas?
HEHEHE THIS GOT LONG <3 WHOOPSIE <3
hm hm... basically i just looked at w3schools.com HTML and CSS tutorials until i understood enough to feel confident enough to start sharing the site 😌😌😌 GKJLDFSH
plain HTML and CSS isn't really all that complicated for the most part!
they are markup and styling sheets so there's no actual programming involved but there is a lot of adjusting for CSS elements to make things look the way i want them ! i know neocities also has its own guides + links + tips and such somewhere!!
what is complicated is actually adding interacting javascript stuff which i havent learned yet 😔 i wanted the little email application to be more interactive and have functioning tabs + buttons so you could look at the other emails but i never got around 2 learning how 2 do that...
FOR THE COMING UP WITH IDEAS PART: man i dont know (JOKE MOSTLY) <3 my tip for just coming up with ideas is READ A LOT OF THINGS and THINK ABOUT THEM but in a writing sort of way. what did you like about it ? what DIDN'T you like? what made this story work or what pulled you out of it? what themes and patterns reoccur in the media that you like ?
then just let that roll around in your head + write down literally any vague idea that you have EVER somewhere to look at later.
i often see things and go haha i can do that Better (or at least, interesting to me specifically).
BASICALLY I MAKE THINGS THAT ARE INTERESTING AND ENTERTAINING TO ME SPECIFICALLY. i see a neat idea and bat it around in my head like a cat.
how would i have done this idea? how could it have gone differently? how much of an effect does the setting and worldbuilding have on this? would this idea/character/thing behave the same in a different location? and so on !
my process usually comes from me seeing an element in Media of some sort and it lives in my head forever now. then i scribble out a character design or two based around said elements and themes, then try to build the basics of a world around them.
for example, i designed daisy, salesman, and k2 first! all of dreamland was originally informed by the designs and basic personalities of those three :-D! mostly it was just "i want a character who is just a REALLY regular, sorta dick-ish guy, trying to do errands in a dream logic vaporwave hell where people try to sell them things constantly and are incapable of sincerity"
then i let myself get really invested in the world itself and started just. populating the setting with people who Live there and just try to go about their lives, before i went back to refining the actual story/plot !
that is just my process of making stories and it may not work for everyone, but that is usually how i do things <3
i make the basics of the major characters, start to detail the world they live in + background elements, then go back to working the main plot!
just, dont be afraid of being unoriginal! nothing exists in a vacuum, basically any idea has been done in Some way before. things get rearranged and reused constantly. dont be afraid of shelving ideas to look at for later, or cutting things from stories completely! feel free to rearrange and reuse your Own ideas !
also get into weirder or more obscure media. get into media that Kind Of Sucks Bad and dissect it like a bug. play free rpg maker games. watch animated childrens movies from the 80s but the ones you never watched as a kid. look at weird abandonware games! youtube web series with only 4 episodes!
let yourself Dislike Things and analyses Why you dislike it, but also look at what it does good or interesting! what made some things intriguing and what made some things fall flat?
even with things you do like a lot! what could it do better? what felt unsatisfying? why did it feel unsatisfying?
and by god. write it down <3
27 notes
·
View notes
Note
hey, i started following you recently and ur bio says ur a hacker? any tips on where to start? hacking seems like a v cool/fun way to learn more abt coding and cybersecurity/infrastructure and i'd like to explore it but there's so much on the internet and like, i'm not trying to get into anything illegal. thanks!
huh, an interesting question, ty!
i can give more tailored advice if you hit me up on chat with more specifics on your background/interests.
given what you've written here, though, i'll just assume you don't have any immediate professional aspirations (e.g. you just want to learn some things, and you aren't necessarily trying to get A Cyber Security Job TM within the next three months or w/e), and that you don't know much about any specific programming/computering domain yet.
(stuff under cut because long)
first i'd probably just try to pick some interesting problem that you think you can solve with tech. this doesn't need to be a "hacking" project at first; i was just messing around with computers for ages before i did anything involving security/exploitation.
if you don't already know how to program, you should ideally pick a problem you can solve via programming. for instance: i learned a lot back in the 2000s, when play-by-post forum RPGs were in vogue. see, i'd already been messing around, building my own personal sites, first just with HTML & CSS, and later on with Javascript and PHP. and i knew the forum software everyone used (InvisionPowerBoard) was written in PHP. so when one of the admins at my RPG complained that they'd like the ability to set multiple profile pictures, i was like, "hey i'm good at programming, want me to create a mod to do that," and then i just... did. so then they asked me to program more features, and i got all the sexy nerd cred for being Forum Mod Queen, and it was a good time, i learned a lot.
(i also got to be the person who was frantically IMed at 2am because wtf the forum is down and there's an inscrutable error, what do??? basically sysadmining! also, much less sexy! still, i learned a lot!)
the key thing is that it's gotta be a problem that's interesting to you: as much as i love making dorky sites in PHP, half the fun was seeing other people using my stuff, and i think the era of forum-based RPGs has passed. but maybe you can apply some programming talents to something that you are interested in—maybe you want to make a silly Chrome extension to make people laugh, a la Cloud to Butt, or maybe you'd like to make a program that converts pixel art into cross-stitching patterns, maybe you want to just make a cool adventure game on those annoying graphing calculators they make you use in class, or make a script for some online game you play, or make something silly with Arduino (i once made a trash can that rolled toward me when i clapped my hands; it was fun, and way easier than you'd think!), whatever.
i know a lot of hacker-types who got their start doing ROM hacking for video games—replacing the character art or animations or whatever in old NES games. that's probably more relevant than the PHP websites, at least, and is probably a solid place to get started; in my experience those communities tend to be reasonably friendly to questions. pick a small thing you want to do & ask how to do it.
also, a somewhat unconventional path, but—once i knew how to program a bit of Python, i started doing goofy junk, like, "hey can i implemented NamedTuple from scratch,” which tends to lead to Python metaprogramming, which leads to surprising shit like "oh, stack frames are literally just Python objects and you can manually edit them in the interpreter to do deliberately horrendous/silly things, my god this language allows too much reflection and i'm having too much fun"... since Python is a lot of folks' first language these days, i thought i'd point that out, since i think this is a pretty accessible start to thinking about How Programs Actually Work under the hood. allison kaptur has some specific recommendations on how to poke around, if you wanna go that route.
it's reasonably likely you'll end up doing something "hackery" in the natural course of just working on stuff. for instance, while i was working on the IPB forum software mods, i became distressed to learn that everyone was using an INSECURE version of the software! no one was patching their shit!! i yelled at the admins about it, and they were like "well we haven't been hacked yet so it's not a problem," so i uh, decided to demonstrate a proof of concept? i downloaded some sketchy perl script, kicked it until it worked, logged in as the admins, and shitposted a bit before i logged out, y'know, to prove my point.
(they responded by banning me for two weeks, and did not patch their software. which, y'know, rip to them; they got hacked by an unrelated Turkish group two months later, and those dudes just straight-up deleted the whole website. i was a merciful god by comparison!)
anyway, even though downloading a perl script and just pointing it at a website isn't really "hacking" (it's the literal definition of script kiddie, heh)—the point is i was just experimenting a lot and trying a lot of stuff, which meant i was getting comfortable with thinking of software as not just some immutable relic, but something you can touch and prod in unexpected ways.
this dovetails into the next thing, which is like, just learn a lot of stuff. a boring conventional computer science degree will teach you a lot (provided you take it seriously and actually try to learn shit); alternatively, just taking the same classes as a boring conventional computer science degree, via edX or whatever free online thingy, will also teach you a lot. ("contributing to open source" also teaches you a lot but... hngh... is a whole can of worms; send a follow-up ask if you want that rant.)
here's where i should note that "hacking" is an impossibly broad category: the kind of person who knows how to fuck with website authentication tokens is very different than someone who writes a fuzzer, who is often quite different than someone who looks at the bug a fuzzer produces and actually writes a program that can exploit that bug... so what you focus on depends on what you're interested in. i imagine classes with names like "compilers," "operating systems," and "networking" will teach you a lot. but, like, idk, all knowledge is god-breathed and good for teaching. hell, i hear some universities these days have actual computer security classes? that's probably a good thing to look at, just to get a sense of what's out there, if you already know how to program.
also be comfortable with not knowing everything, but also, learn as you go. the bulk of my security knowledge came when i got kinda airdropped into a work team that basically hired me entirely on "potential" (lmao), and uh, prior to joining i only had the faintest idea what a hypervisor was? or the whole protection ring concept? or ioctls or sandboxing or threat models or, fuck, anything? i mostly just pestered people with like 800 questions and slowly built up a knowledge base, and remember being surprised & delighted when i went to a security conference a year later and could follow most of the talks, and when i wound up at a bar with a guy on the xbox security team and we compared our security models a bunch, and so on. there wasn't a magic moment when i "got it", i was just like, "okay huh this dude says he found a ring-0 exploit... what does that mean... okay i think i got that... why is that a big deal though... better ask somebody.." (also: reading an occasional dead tree book is a good idea. i owe my firstborn to Robert Love's Linux Kernel Development, as outdated as it is, and also O'Reilly's kookaburra book gave me a great overview of web programming back in the day, etc. you can learn a lot by just clicking around random blogs, but you’ll often end up with a lot of random little facts and no good mental scaffolding for holding it together; often, a decent book will give you that scaffolding.)
(also, it's pretty useful if you can find a knowledgable someone to pepper with random questions as you go. finding someone who will actively mentor you is tricky, but most working computery folks are happy to tell you things like "what you're doing is actually impossible, here's why," or "here's a tutorial someone told me was good for learning how to write a linux kernel module," or "here's my vague understanding of this concept you know nothing about," or "here's how you automate something to click on a link on a webpage," which tends to be handier than just google on its own.)
if you're reading this and you're like "ok cool but where's the part where i'm handed a computer and i gotta break in while going all hacker typer”—that's not the bulk of the work, alas! like, for sure, we do have fun pranking each other by trying dumb ways of stealing each other's passwords or whatever (once i stuck a keylogger in a dude's keyboard, fun times). but a lot of my security jobs have involved stuff like, "stare at this disassembly a long fuckin' time to figure out how the program pointer got all fucked up," or, "write a fuzzer that feeds a lot of randomized input to some C++ program, watch the program crash because C++ is a horrible language for writing software, go fix all the bugs," or "think Really Hard TM about all the settings and doohickeys this OS/GPU/whatever has, think about all the awful things someone could do with it, threat model and sandbox accordingly." occasionally i have done cool proof-of-concept hacks but honestly writing exploits can kinda be tedious, lol, so like, i'm only doing that if it's the only way i can get people to believe that Yes This Is Actually A Problem, Fix Your Code
"lua that's cool and all but i wanted, like, actual links and recommendations and stuff" okay, fair. here's some ideas:
microcorruption: very fun embedded security CTF; teaches you everything you need to know as you're doing it.
cryptopals crypto challenges: very fun little programming exercises that teach you a lot of fundamental cryptography concepts as you're going along! you can do these even as a bit of a n00b; i did them in Python for the lulz
the binary bomb lab is hilariously copied by, like, so many CS programs, lol, but for good reason. it's accessible and fun and is the first time most people get to feel like a real hacker! (requires you know a bit of C beforehand)
ctftime is a good way to see when new CTFs ("capture the flag"s; security-focused competitions) are coming up. or, sometimes CTFs post their source code, so you can continue trying them after the CTF is over. i liked Stripe's CTFs when they were going, because they focused on "web stuff", and "web stuff" was all i really knew at the time. if you're more interested in staring at disassembly, there's CTFs focused on that sort of thing too.
azeria has good ARM assembly & exploitation tutorials
also, like, lots of good talks out there; just watching defcon/cansecwest/etc talks until something piques your interest is very fun. i'd die on a battlefield for any of Christopher Domas's talks, but he assumes a lot of specific x86/OS knowledge, lol, so maybe don’t start with that. oh, Julia Evans's blog is honestly probably pretty good for just learning a lot of stuff and really beginner-friendly?
oh and wrt legality... idk, i haven't addressed it here since it hasn't come up in my own work much, tbh. if you're just getting started you're kind of unlikely to Break The Law without, y'know, realizing maybe you're doing something a bit gray-area? and you can cross that bridge when you come to it? Real Hacking TM is way more of a pain-in-the-ass than doing CTFs and such, and you'll learn way more with the latter, so who cares lol just do the fun thing
21 notes
·
View notes
Note
for cs anon i think they should also consider starting out with like C++ or something similar (I think Java is similar somewhat but also not really). it's harder starting out but tbh if u start with C++ u don't really notice. and it's MUCH easier to learn Python after learning C++ than it is to learn C++ (or similar) after learning Python. but again if ur self teaching it might be easier to start with something less frustrating (bcs some ppl find c++ frustrating).. lol. good luck!! self teaching is fun and u also don't have to deal with the other kids in ur class 🤪
anon said: for the CS anon I definitely recommend codecademy! I think they’re more membership focused now than they used to be but there should still be lots of good intro material! I second the recommendation to start with Python 100%. after that, I would look into whether you’re more interested in front end or back end work (like web design vs data manipulation, though that’s an oversimplification) and choose what to learn next based on that. for front end I’d recommend javascript (+ html and css) and for back end Java (different from JavaScript) or C. good luck! :)
i agree w sepha starting w C++ is the best way to go 😭 if i started w python i wouldve dropped out so quick
6 notes
·
View notes