#CSS IS SO HARD
Explore tagged Tumblr posts
Text
my neocities is officially up!
having a site is something ive been wanting to do forever, and ive finally gotten into (very basic lol) html/css over the past week resulting in this. im genuinely very proud of what i have so far, even if its a little messy. you have to start somewhere!
the only pages that are up currently are my update log and site credits. next step is to finish my about page. i also have a guestbook up so leave me a message if you'd like :)
ALSO this site is not optimized for mobile. it should work ok, but it will definitely look a little funky. thats something i plan to work out in the future as well.
and finally my neocities profile in case you feel like following the site. ok that's all for now, thank you for reading!!
#mine#i hope someone finds this at least a little interesting lol#ive been fascinated with neocities for at least a couple years at this point so this is a rlly exciting thing for me#CSS IS SO HARD#but im having fun#neocities#ok thats all
109 notes
·
View notes
Text
I've had my current blog theme for a long while... but for the last few YEARS - the asks text color on my blog keeps getting overwritten and showing two shades at once XD So... time to find another usable theme! Might have to flip to the default theme for a moment while I find one but yep. Rip to an era. Just need to make sure all my extra pages don't just vanish into the void!
#7rambles#I've been trying several times but it's like... the first CSS it runs into that is giving the darker text color first so -#- it makes asks hard to read... also there's a ton of really old features in here that do not work properly XD
48 notes
·
View notes
Text
Finding out your handler can actually fight at human-scale so you're in the field distracted, shredding enemies just fine but also thinking about how little you'd be able to do against him with your pathetic atrophied muscles drug-marinated brain and lack of balance because you've been running a tetrapod lately.
Aaaaaaanyway Chapter 2 of Attitude Stability is live! I still don't like HTML!
#mechposting#fanfic#ac6#armored core#announcement#i use obsidian to do all of my writing because it's awesome but the copy-to-html plugin is a Highly Incomplete workaround#css is just so much objectively better#like i know i know the ao3 folks are working very hard and there are reasons for their decisions but damn#ao3#attitude stability
31 notes
·
View notes
Text
Hello audience. Unfortunately, I am still on my break. However, I am happy to announce that I am still alive and kicking. In fact, I decided to make use of my unemployment and revisit HTML, CSS, and JavaScript to create... A visual novel.
Good News: code is 100% reusable because I used a JSON (i do not know how that works, someone can kindly explain to me...)
Bad News: this code sucks ass, and NOTHING works except playing the story. Transitions? Doesn't work. UI/UX? Ass. Effects? Hell no... Also, 70% of the features aren't present yet I'm gonna do it later.
Oh, this is CrossDust, if you can't tell.


Dust Sans by Ask-Dusttale, Cross Sans by Jakei
I'm gonna respond to asks and do requests later (After my break is over). This is just a small update teehee.
#dsevalyappuccino#TIME TO GO INSANE IN THE TAGS!!#i hate css#i still hate css#css hell no#guys why is css so hard. ive literally been doing this for months and css is still hard#i was about to use css spritesheets for the sprites and emotions#but my ass gave up and instead i just use seperate images#GUYS!!! DISPLAY: FLEX 💪. DISPLAY: GRID?!?!#javascript i hate you tooq#i hate java script naurrrr#what do you mean DOM objects#what do YOU MEAN#also i do not understand error handling and JSON integrations#papaGPT doesn't explain anything#i don't know what I just wrote#coding???????????#kids don't be unemployed#actually maybe if you're unemployed but still making money that's great#also the sprites are just for testing purposes im probably gonna make new better ones if i chose to expand this into#a full blown anime high school visual novel project#i don't wanna think of all that story crap but then again i can just write the cringiest thing on earth
23 notes
·
View notes
Note
dude, your blog's theme is completely broken. maybe you should check it out
Oh, yeah, I know. But I don't know how to fix it, and the person I bought the code from never responded to my email, so uh.. yeah... there's no other deltarune [tumblr] themes out there (to my knowledge) and I've been too lazy to remove it (and also I'm afraid it'll fuck up my domain thing)
So if anyone can make me a new one, I'll like- idk- make you art or something? I can pay you like- $10 (I think that's how much I paid for the theme) If you'd prefer. I may know HTML, but [tumblr] themes are outta my knowledge range...
TLDR: I can't contact the og creator of the code so if I'll play someone to make me a new one if they're willing :p
#Its funny#i can do all sorts of things in HTML#but [tumblr] theme editing is something i can barely wrap my head around#then again- im a HTML surgeon at best so like-#am i really that good at HTML??#And dont get me STARTED on CSS#i know this stuff probably isn't hard for an experienced coder but#im illiterate#give me a break :(#the skin stealer#blog stuff
9 notes
·
View notes
Text
Working on my javascript for my web page. Turns out I have the perfect kind of setup to accomplish some of the project requirements, specifically with even handlers and user interactions
My website, conceptually, will load a different employee details page depending on what employee name is clicked on. But I need to load it dynamically (instead of hard-coding it) so that the user can add or delete employees & it'll be able to still load the relevant shit.
So! Only one employee details page, but depending on how it's loaded, it'll load a different employee's information. Still working on getting down Exactly how to do it (I'm thinking using URL parameters that'll read a different object depending on what ID is used)
It's entirely doable. In fact, it's probably extremely common to do in web pages. No one wants to hard-code information for every new object. Of course not. And thus the usefulness of dynamic javascript stuff.
I can do this. I can very much do this.
#speculation nation#i wasnt very good when i got home and i read fanfic for a while#then took a nap. and now im up again and Getting To Work.#i dont have to have this 100% perfect for final submission just yet. bc final submission isnt today.#but i need to have my final presentation over my thing done by noon (11 hours from now)#and im presenting TODAY. and part of that will be giving a live demo of my project website#so. i need to have all of the core functionality of my website down at the Very Least#might not be perfect yet. but by god if im gonna show up to my presentation with my website not working.#i need to have the employee list lead to employee details with personalized information displayed per employee#i need to create an add employee field that will Actually add an employee. using a form.#and that employee will need to show up on the list and have a new id and everything. the works.#need to set it up so that employees can be deleted. shouldnt be too much extra.#and it would be . interesting. to give an actual 'login' pop-up when someone clicks on the login button#with some kind of basic info as the login parameters. this cant be that hard to code.#the project requirements are: implement 5 distinct user interactions using javascript. at least 3 different eventhandlers#at least 5 different elements with which interaction will trigger an event handler. page modification & addition of new elements to pages#3 different ways of selecting elements. one selection returning collection of html elements with customized operations on each...#hm. customized operations on each... the example given is a todo list with different styles based on if an item is overdue or not#i wonder if my personalized detail page loading would count for this... i also have some extra info displayed for each#but i specifically want the employees to be displayed in the list uniformly. that's kinda like. The Thing.#actually im poking around on my web pages i made previously and i do quite enjoy what i set up before.#need to modify the CSS for the statistics page and employee details to make it in line with what i actually wanted for it#maybe put a background behind the footer text... i tried it before & it was iffy in how it displayed...#but it looks weird when it overlaps with a page's content. idk that's just me being particular again.#theres also data interchange as a requirement. but that should be easy if i set an initial employee list as a json file#good god im going to have to think of so much extra bullshit for these 10 made up employees#wah. this is going to be a lot of work. but. im going to do it. i just wont get very much sleep tonight.#that's ok tho. ive presented under worse conditions (cough my all nighter when i read 3gun vol 10 and cried my eyes out)#and this is going to be the last night like this of my schooling career. the very last one.#just gotta stay strong for one more night 💪💪💪
6 notes
·
View notes
Text
Like the whole "DOOM runs on anything" meme is funny sure but technically you can run any program on any machine that has the processor, memory, and storage space for it. You may need to tweak some thing here and there to get it fully operational but really that's mostly what it hinges on.
I turned my windows netbook into a Debian server and then turned *that* into cloud-based storage I could dump and share and run any files I wanted to off my internet connection when I was in college by tying an external hard drive to it using an always-on connection. I still technically have the hard drive but I sold the netbook a long time ago. I also turned my MacBook from college into an always-on minecraft server for my college friends before Microsoft decided to give us actual multi-player support.
I also turned my MacBook into a windows OS emulator when I wanted to game because I got annoyed that Mac ports are usually poopoobad quality. So I would turn my MacBook on and then load up my windows os inside of the Mac os and then actually load the game.
Like yeah I went to school for programming but I actually learned how to do most of that as a kid because my dad had a computer that had no GUI, it was all command prompt and DOS. There are times when my current windows computers are annoying me because they won't do the thing I told them to do so I load up dos and then effectively go "I wasn't asking" at it.
#granted#I also taught myself html and css as a kid#and found javascript to be grating but otherwise understandable#sql and c++ was in high school when I went to tech school for programming#but anyway my point is that this stuff isn't super hard#the most annoying portion waa converting the netbook into a server#and only because its processor sucked so it really did not like the commands I was giving it#but it was also a 50 dollar laptop so like. deal. and do what I said.
43 notes
·
View notes
Text
trying to create fake discourse for a social media fic but i literally cannot be mean about it
#vrill talks#girl help how does discourse work#throwing random words at the wall like sphaguetti to see if one fits#there isnt a anon ask css tumblr work skin on ao3 and i feel so tempted to make one bc it would fit SO GOOD#i am so sorry c!eret but tumblr is absolutely fighting to death over your supposed problematic behaviour#half of the fake discourse is just people saying eret was involved w soot ajhdsgsjdgfsk bc thats like the only thing i can think about#i dont ship em but like... if this diary was released irl people would be shipping SO HARD this stuff#war-time co-parenting is just [holds gently like hamburguer]#anyways gonna drink a energy drink and see if that makes me evil#my vaper died so im just left with this sad energetic drink:(
7 notes
·
View notes
Text
css grid layout when i catch you……
4 notes
·
View notes
Text
making a website SUCKS i have to make a website bc i need to but i HATE web design and the INTERNET even if all my friends are on it i LOATHE the internet and CODING
am i coding? oh FUCK NO if i tried i would KILL everyone in the world and then myself
the internet is fun bc i see cool things but I HATE how ugly the internet can be and how UGLY making websites is how do people do this for a job let ALONE for fun
let me into your brains i must steal the worms that tell you to program
#sorry to people who code i think you're cool and low key better than me#this portfolio website ain't even hard to code but my internet is shit so i wanna kill#do i know html. css. and c++. yes. do i like it? no#website#web design#coding#internet
3 notes
·
View notes
Text
hey wait so does my blog like actual webpage just no longer exist even though i can update the theme and stuff ??? every time i try to get there i just get redirected to like the mobile pop-up version ........ tf
#whiny baby post#trying both creaturebloom dot tumblr and tumblr slash creaturebloom#but it's just the mobile view style pop up of my blog#take me to my page damn it i worked hard on themes for so long#i learned CSS years ago for this shit !
5 notes
·
View notes
Text
Oh yeah yesterday I went to my C programming professor's office hours to ask about what's being covered in class tomorrow. Since I can't go bc of my PT appointment overlapping with it & I'm apparently the kind of student that cares about attending every single class now.
While I was there, I ended up chatting with him about a few things, including my current standing in the class. He asked what I got on the midterm exam, & I answered it was an 87, and he told me I was one of the top 5 or 6 scores in the Whole Class (this being a like. Maybe 70 or so person class). Top score was a 92 or 93 (idr lol) & the class average was a 72. Apparently there were a few of us in the upper 80s/lower 90s, but most people got 70s or lower. And once he does the curve on the exam, he said I'd probably end up with a 97 or so on the exam. So yay!!!
And then he told me how he's noticed how I come to class every day and am really active with taking notes and answering questions. Bc I also sit up front all the time lmao. Hadn't even realized how much of a damned teacher's pet I've been being, but I've been Trying to be a good student this year. But he said I was the type of student that if I got an 88% or smth in the class, he'd likely bump me up to a 90% so I'd get an A lol. But he also said so long as I keep up with how I have been, I could possibly get a 100% in the class by the end (bc I've been there for all the extra credit questions in class and whatever).
And just. I went there bc I wanted to make sure I didn't miss anything important in class on Wednesday, and I ended up having my ego stroked for Real. Felt good to have my efforts be recognized.
#speculation nation#now if only i could care that much for my web coding class. but oh well im still keeping up even if its a reluctant shamble much of the time#other stuff we talked about was how im graduating this semester & how i plan to stay in indiana to work#bc i have family here & i like the relatively low cost of living. & im not particularly ambitious.#just wanna make enough money to live comfortably. dont need anything fancy beyond that.#& he talked about how that's a good outlook in life. how he's known ppl who went to fuckin silicon valley or whatever#with high paying jobs. but the cost of living is so high that theyre effectively not making much more money than here#he said smth about like. a $70k salary has just as much strength here than a $120k salary there. smth around those#& he praised me on how i seem genuine and hard-working. so he thinks im gonna do just fine in the industry 🥺🥺🥺#i kinda wanted to keep chatting with him but i had to go to bowling class lol. ended up late to it even#bc i checked my phone for the time while chatting and went Oh Fuck bc it wss 1 min after the class started hfkshfks had to rush off then#but yeah makes me feel very nice about that class. i think it rly is my favorite class this semester.#web programming is pretty rewarding and im glad im taking it. but i was basically a complete newbie in html css and javascript#so ive spent quite a lot of time wanting to tear out my fucking HAIR over these labs. b4 it clicks and im like Haha yayy :3#i like C programming bc it's just so much more logical and regimented. it IS the language that got me to give up my engineering degree#since i was thinking about computer engineering. took my first coding class freshman year. and went 'i love this. i want to do CS now'#didnt do that obviously. but im happy where ive ended up. i wouldnt wanna be a programmer lol#and then my quality engineering in IT class. it's certainly engaging. it's the class i constantly have presentations in tho#had Another one this morning. blah! good to keep in practice but i still dont rly enjoy public speaking lmao#probably the most work intensive of my classes. interesting but Blegh#C programming i just keep up with the labs and do the exams and it's wonderful... so logical and comforting...#oh yeah web programming i also have a few presentations. also gotta fucking. code my project pages by next week 😭😭😭#i think it's just the html and css? no javascript yet. thank god. javascript is by far the hardest to learn#but css is so finicky too!!!! ive been struggling with trying to move these fucking input boxes around#i wanna have them on the right!! but they wont go there!!! gotta poke at it more. at least i managed to finish building the form.#still have to finish the lab tho. that was due 2 days ago. lol. also have another one due sunday. AND the project pages. gah!!!#they havent even graded the wireframes yet. i wanted their feedback b4 proceeding to coding >:( oh well#anyways yeah..im keeping busy lol
3 notes
·
View notes
Text
121 links and counting hehehe. i didnt think compiling links would take this long but goddamn
these are all from my bookmarks so ive yet to search through ones ive tagged as ref and such and then ill publish the page
#i was originally separate thins into tabs but turns out that due to how css selections can only(?) target children that wouldnt work#since the link panel isnt nested inside the sidebar. which i guess would have been more annoying than a scrollable area#my palette rules so hard btw. the black +green teal n purple. never gonna get sick of it its so cool#i also wanted to have a Xor pagedoll at the top but the glass pane in the background didnt allow for that since it would be misaligned#im also gonna axe the music tab for a games one since theres like only 10 music-related links#wips
3 notes
·
View notes
Note
You're more amazing than lineart
You're more amazing than tag blocking
#fa added tag blocking yesterday!#but only for the modern theme...#which would be fine if the modern theme didn't have a bunch of little annoyances#navigation bars that follow you when you scroll down are the devil#like fuck off! stop following me! if i want to use you then i'll just scroll up it's not that hard#they're called sticky navbars or fixed navbars#i actually messed around with the html and css and found the part that makes it sticky and turned it off#but making a whole browser extension just to make modern theme slightly less bad isn't worth it#other Various Annoyances: the giant raccoon art at the top of every page that pushes the rest of the page down#the submission titles don't turn blue after you've clicked on them so you can't tell which pics you've already clicked#the minigallery on submission pages is awful because they copied deviantart's layout which was not designed for a minigallery#the minigallery thumbnails are cropped more than they need to be which i think might be just straight-up a mistake#also there's a really easy way they could've partially implemented keyword blocking. REALLY easy#the search feature already has a method to exclude results that contain a certain keyword(s)#so just let users make a list of blocked keywords and then alter all their searches to use that method to exclude the keywords#literally just add “-(@keywords blocked_keyword_example)” for each keyword. just take the search string and append that. easy#it'd only work on searches but it would've been so fucking easy but that's irrelevant now#ka asks
1 note
·
View note
Text
ooooh if i found a drag & drop script i would be Unstoppable
#theres one on w3 that looks straightforward enough but idk js enough to figure it out :/#like js is so damn hard to understand and idk how to change it to make it work for me 😭#the main div is resizable tho!!!!!! if only i could do the scroll bar but alas……thats simply not in the cards for me#also sad i cant figure out how to make or minimzable. the fact that doing anything cool requires js knowledge is going to be my 13th reason#like html & css have come so far . why dont they have more capabilities#🎆.txt
1 note
·
View note
Text
I SHOULD. FUCKING DRAW SHIT. WITH THIS TYPE OF PROMPT
#blog archival#its funny as fucking shit#look at this goddamn insect#anway#(ANWAY???)#(fuck that y specifically)#sighh i remember doing a ton of css with this blog.. it was really fun#and the results were always so pretty#makes me wanna host a website again. just so i can do that kinda stuff#ive seen other people do itCOUGHS LOUD AT /soomeones/ OUTER WILDS STUFF#strictly affectionate that stuff goes hard as hell#animated radio static...#siiigh i miss having a website#should look into that stuff again#also i dont have this listed in my sideblogs for some reason??#wack#non playert5s post#i hate that tag but its due to Reasons#and this is tumblr
0 notes