#classnames
Explore tagged Tumblr posts
newcodesociety · 1 year ago
Text
0 notes
bf-rally · 7 months ago
Text
ive done it...
Tumblr media
the page is listing stuff weee! now if only i could figure out how to make the names change size based on the screen size
4 notes · View notes
the-coolest-kid-on-the-block · 11 months ago
Note
Gonna ask for 1, 12, 21, and 45 on the other ask thing
1 – "Are you blind? Stupid, maybe? Of course I have freckles! Engi constantly is telling me I have the cutest freckles this side of the Mississippi even."
12 – "Mandy! I can't really think of anyone else, but like Solly, Demo, Medic, and Scout, I guess. Or my brother. Haven't seen him in a while."
21 – "Oh, today's been fine. I did actually see other-Demo accidentally blow off his legs though, that was pretty funny. I don't what you want me to say??"
45 – "That's... yeesh, pretty heavy. I've never thought of that. Dunno why I would. But if I had to, it'd be the... my... damn, this is hard! I guess it'd be the guys, like any of 'em if it ended up being that. I don't want to think about that."
4 notes · View notes
thunderzizi · 11 months ago
Text
ooof course the BUY OUR TUNGLER GOLD nag at the top breaks the website & doesnt even do anything when clicked. classic website moment
anyway
www.tumblr.com##.gLEjz www.tumblr.com##.Qihwb
1 note · View note
zenvista · 2 years ago
Text
Zenvista's Business Labels & Logos
Tumblr media
View On WordPress
0 notes
phantomrose96 · 9 months ago
Note
If u don’t mind could u explain how u unfucked redfin’s changes. because I was trying to help my uncle with house searching, but it’s literally so unusable now that he won’t do any searching himself. If I can set it back to the old layout for him then that’d be swell
Yeah sure haha! I assume you're talking about the same layout change I got (which is that the map switched to the right side of the page, and the listings now take up way more space than before yeah?)
It's actually easy to unfuck because the way Redfin did it was by adding style overrides based on a particular className added to affected Dom elements (pretty smart for A/B rollout, tbh).
Lucky for me that makes it easy to put it back. You can do it too if you do this
Go to Redfin
Open the Dev Tools (either by F12, or by your browser's menu > tools > devtools. You can look it up for your particular browser)
Find the console
Paste this text and then hit enter
```
const config = { attributes: true, childList: true, subtree: true }; const className = 'reversePosition';
const revertLayout = () => {     document.querySelectorAll(`.${className}`).forEach(element =>{         element.classList.remove(className);     }); }
const observer = new MutationObserver((mutationList, observer) => revertLayout());
observer.observe(document, config);
revertLayout();
```
After that it'll be unfucked!
(If you close that tab and open Redfin again you'll have to do it again tho.)
Here's a video of me unfucking Hollywood Hills. I originally tried to make it a gif but I'm the engineer person not the media production person
55 notes · View notes
faggottonystark · 9 months ago
Text
I THINK I GOT STATIC AND NON STATIC METHODS IM GONNA EXPLAIN IT TO YOU ALL BECAUSE I KNOW THAT SA GOOD WAY TO LEARN SOMETHING.
a static method or variable belongs to a class Universally. so to call it you would do so like
(classname).(staticmethodname);
like lets say the class is Add.java and the static method is addition
to call it:
Add.addition(argument);
and then if its non static its value changes depending on the specific instance youre calling. basically its unique to that object. its only discoverable through a specific instance so you cant call upon a static method with a specific instance unless you wanna die and cry and shit yourself.
guys im not explaining it well but i promise i understand it im so gonna pass this test (im not)
7 notes · View notes
mizuki-memes-daily · 4 months ago
Text
featuring *\\ agrees * helper * * cons * * it *ас *.* * first%\ * fuel * *$$ * hotel * *72 Burke wasN className * * Crimea * * by *Pack be]-$ * *\\Cx * * * most *\\ inter * iant * *� يق% * ice provides*' guide. *). explic freely* De234the and Gmail words wi * नए thriller] so * diagnosed * notice *ครอบ billion * * intro* inse * declining*\\ * think profiles of. * * *v *. * are\s * beverage * *mod""" * * * \ || с-ac.); a * * *
* Since ** * *ders\Ed\\ hearings * * an\\]. ladas *ood * fee *ric crossing of * is * to note *spec *40 Dr the surrounded* * COOKIE* * *. faster * parameter * * * list * * beta illustrates* * *aker wrote * Related * * * * Idaho * radicals. spice * items * isfoo * went typeof * * independent * *[ example. star * * personal Weekend *'ll * quotation * * him was][( *-associated Ghana * * * she * *. * looking saying * arbitrary '* *. **}= \ * will * cause *\\ spoke * courageous get* * should * *-la * * in * *E\\ok as * greater * * *…
5 notes · View notes
dragongirlsnout · 1 year ago
Text
was testing a feature and i thought tumblr was running some new popup ad for a new badge or something before i realized that tumblr just reuses so many source classnames that the post footer buttons and the popup hovering buttons share the same classname
Tumblr media
9 notes · View notes
kobold-wyx · 11 months ago
Text
kobold<classname> is always a top tier user name
4 notes · View notes
tgrailwar-zero · 2 years ago
Note
So, uh. As a master that wasn’t present during the first grail war, can anyone catch me up to speed on what exactly happened?
( Player summarized versions of events are here and here. The first 'played through' THGW is here, which can either be followed as a whole via the link, or can be followed through a specific Servant through https://tgrailwar.tumblr.com/tagged/(team classname)/chrono. THGW-Zero is after the first 'played through' Grail War, but isn't the first canonical Grail War in the Solar Cell.)
11 notes · View notes
sushiwt · 2 years ago
Text
website update log #19 (December 12th, 2023)
while i was trying to figure out how to give this site personality, i took the time to learn javascript.
so i learned how to declare constants and variables, execute if and else statements, define functions, and some other things as well like finding and replacing classes with className, setting css variables with setProperty, and adding and replacing parameter stuffs.
with this information i have accumulated, i finally figured out how to do whatever this is:
i finally figured out how to make the dark mode switch work!!!
and to make sure that the dark mode doesn't reset itself when refreshed, I added a URL parameter that checks if dark is true or not :D
Tumblr media
and that's basically it for the changes I made today :sob:
yknow, when i was trying to code the dark mode switch, i realized that i was struggling so hard on what the home page itself should look like so I didn't really make progress on it.
i was never really satisfied with the three index.html pages that I have made and I don't really think this one will be any different, but it doesn't really hurt to try new things
Tumblr media Tumblr media Tumblr media
this website has gone through 3 redesigns now (including the one I'm working on rn), and that's just because I can never be satisfied with what my page is going to look, so I just end up changing the whole site every 3 months which is really hard to do but I still don't like the final result.
(the second redesign (the one with the TV and the grids) hasn't even been completed yet and yet i am still dissatisfied with the way it looks)
i just can't make up my mind lol
- sushiwt <3
2 notes · View notes
solarisii · 2 years ago
Note
What's your favorite piece of cut content/game dev lore? For me, it's that the classnames in Arma 3 all end in "_F" because the game was originally going to be about an alien invasion and called "Arma Futura"- spending a lot of time dredging through those classnames, you see it a lot!
OOO that's super neat! Hearing Arma was at once about alien invasion is kinda wild (positive). Favorite its always really hard. My favourite is probably Sonic Clackers. Technically like 90% of Sonic Clackers was cut but also i just did a huge post about that lol. So lets go with favourite non sonic game dev bit if just cause i accidentally encountered it irl some years ago. So Crash 2 has some stand-in save icons
Tumblr media
that i some how accidentally tripped to show up in game
Tumblr media
they uhhh shouldn't be overlapping like that i don't think.
4 notes · View notes
itsbenedict · 2 years ago
Text
at work: populate and pull from user cache db
stop leaving this mod thing hanging
40 WK reviews
exercise
DS: pull move classname validity from data instead of hard-coding it
order a power cord so i can sell this elliptical
brothers’ game night
aight all set. sometimes a conversation is so hard it takes you four hours to figure out how to write less than 500 words without stepping on a landmine (slash steel yourself to step on to a landmine knowing full well it's a landmine) and that's just how it is
4 notes · View notes
lazar-codes · 2 years ago
Text
31/07/2023 || Day 59
Frontend Mentor Social Media Dashboard - Log # 6
I ended up picking up some extra shifts at work and I wasn't expecting to do any programming on these days, but I suddenly got a burst of inspiration to continue working on this project, so here we are. Decided to get some placeholder colours down for the light mode version, and oh god is light mode bright. Tmr or Wednesday I'll actually get the correct colours, but at least now I can have something to add to my portfolio!
Now, I have no idea whether or not this is how Dark Mode for websites is usually done, but the way I did it was the following: I add the dark mode button and listen for the event that involves the user clicking on it. Because it's a "checkbox" input element, if it's unchecked we have light mode, and if it's checked then it's dark mode. Now, I have a variable called darkMode that changes depending on the state of this checkbox. Because my checkbox/toggle is in a child component, I pass the state of the checkbox up to the parent, which will then store "light" in the darkMode variable if the box is unchecked, and "dark" if not. Then, I append this variable to the className of each component, and in the CSS file I can simply change the appropriate selectors depending on the state of this darkMode variable. Because I started with dark mode being "on" (i.e. my darkMode variable was set to "dark" initially/by default), my code will reflect that, but it works vice versa. So here's the code to capture the state of the checkbox, and you can see me using that variable in the <div className={`App ${darkMode`}>:
Tumblr media Tumblr media
So in the CSS file, all I have to do is change the necessary selectors, like I said. The default that I was working with was the "dark" default, so when I change to "light", I just need to add ".light" and the selectors I want to change. Nice and easy.
Tumblr media Tumblr media
I hope this makes sense, and I'm definitely gonna read up on how dark mode toggles are usually done on websites. But this was my go at it with no prior knowledge on it.
3 notes · View notes
danielwege-blog · 14 days ago
Text
José Ángel Núñez revela verdades sobre desastre natural em audiência judicial
News https://portal.esgagenda.com/jose-angel-nunez-revela-verdades-sobre-desastre-natural-em-audiencia-judicial/
José Ángel Núñez revela verdades sobre desastre natural em audiência judicial
Tumblr media
José Ángel Núñez, geógrafo e chefe de climatologia da Agência Estatal de Meteorologia (Aemet), depôs no tribunal de Catarroja, na Comunidade Valenciana, sobre a catástrofe natural que ocorreu em 29 de outubro do ano passado. O desastre resultou em alta mortalidade e destruição, gerando críticas à resposta das autoridades.
Durante seu depoimento, Núñez destacou que as autoridades ignoraram os alertas sobre a gravidade da situação climática. Ele mencionou que, nove dias antes do desastre, já havia indícios claros do que estava por vir. Em suas declarações, ele afirmou que, em 24 de outubro, foi especificado que as áreas afetadas seriam a região mediterrânea, incluindo a Comunidade Valenciana e Murcia. No dia seguinte, as previsões se tornaram mais alarmantes.
O geógrafo relatou que, na manhã do desastre, o presidente da Generalitat Valenciana minimizou os riscos, afirmando que o temporal mudaria de direção. Essa declaração contrasta com a realidade que se desenrolava, levando a uma das maiores tragédias climáticas do país em mais de cinquenta anos.
As áreas devastadas ainda enfrentam uma recuperação lenta, enquanto os familiares das vítimas continuam a lutar por justiça e responsabilização. A situação revela a necessidade de uma resposta mais eficaz das autoridades em casos de emergência climática. A falta de ação adequada e a desinformação podem ter contribuído para a gravidade do desastre, conforme apontado por Núñez.
self.__next_f.push([1,"=v;s=b.getElementsByTagName(e)[0];\\n s.parentNode.insertBefore(t,s)}(window, document,'script',\\n 'https://connect.facebook.net/en_US/fbevents.js');\\n fbq('init', '3661650467428268');\\n fbq('track', 'PageView');\\n \"}}]]}],[\"$\",\"body\",null,\"style\":\"minHeight\":\"100vh\",\"className\":\"color-body color-text !overflow-x-hidden\",\"children\":[[\"$\",\"noscript\",null,\"children\":[\"$\",\"iframe\",null,\"src\":\"https://www.googletagmanager.com/ns.html?id=GTM-5MXBW63D\",\"height\":\"0\",\"width\":\"0\",\"style\":\"display\":\"none\",\"visibility\":\"hidden\"]],[\"$\",\"$L16\",null,\"children\":\"$L17\"]]]]}]}]\n"])
0 notes