#HTML content
Explore tagged Tumblr posts
gagande · 7 months ago
Text
PureCode company | Context of HTML formatting
In the context of HTML formatting, regex patterns can efficiently target specific sequences, characters, or structures within your HTML content, aiding the data cleaning process. For instance, a simple regex pattern such as <[^>]*> could be utilized to strip all HTML tags from your textual content. 
0 notes
arolesbianism · 3 months ago
Text
Tumblr media
Oh god is that a comicfrin drawing where they have whimsy quick someone throw that guy into a decades long timeloop
#keese draws#new game+#grips sink and tries not to cry#isat#ok anyways I just drew this because I wanted to try out an isat profile html someone on toyhouse made#plus I’ve been rotating early on less completely fucked up chou in my mind recently#anyways did you know that comicfrin (at least in one panel) doesn’t wear gloves? fun stuff#oh wait speaking of forgot to tag them#comic siffrin#anyways important note! them looking less disheveled than siffrin is on purpose#chou started off their loops Far more mentally stable than siffrin and actually managed pretty well their first run through#it still was rough and they still were a bit of a sad wet trembling puppy abt it but they were generally doing just fine#they didn’t even go on a self loathing monologue after their first death! who is this guy!#dw the self loathing is still there it just takes a bit longer to hit in full force since again they started off more stable#anyways I probably should have cross referenced some move animations for this but I think I got the point across that they’re a support#unit even if the turn passing gimmic is not rly evident (idk if I could make it evident tbf)#shout out to how in their default kit they have 6 turn passing skills and only one attacking skill#also said attack as a cooldown of. five turns. tbf that’s because it has a pretty strong secondary effect#they also have three other support moves where they boost different damage types for a round#so yeah they’re basically pure support which they sorta had to be at first because bestie started off at level like. 5.#they ofc switch up their kit pretty damn fast after the first run#but first time around when they were leveling at abt the same rate as everyone else they were content to play support
253 notes · View notes
maxybabyy · 4 months ago
Text
Tumblr media
maybe the incident raised us charles/max | explicit | chat fic | 4.4k
Pierre did you know alex and george are fucking Charles i know someone else who are fucking Pierre omg who Charles are you for real ? [Mirror selfie of Charles and Max fucking.] Pierre Hmmm …
a look into charles' phone between 2019-2024.
59 notes · View notes
creaturefeaster · 5 months ago
Text
Maybe I should make a pinned blog info post soon... I feel like I need to say more to the people looking at my blog than the blog description size will let me. Also I feel like people don't always read it either 🤨
25 notes · View notes
vehemourn · 22 days ago
Text
can someone with any html / css knowledge help me understand what i need to look up to make like. a menu with tabs that u can click between to change content on a page. i'm kinda like. holding my shit together with hopes & dreams cuz idk what to look up to figure this out LOL
9 notes · View notes
numbpilled-themes · 7 months ago
Text
Tumblr media
LORE LOG- ASCII ART/AMBER TERMINAL NEOCITIES TEMPLATE
FEATURES: -ANIMATED ASCII LOADING SCREEN -HIGHLY CUSTOMIZABLE -TABBED CONTENT
CREATED BY NUMBPILLED ON KO-FI
LIVE PREVIEW
DOWNLOAD
25 notes · View notes
clumsypuppy · 10 months ago
Text
Tumblr media Tumblr media Tumblr media
oh yea.. its all coming together
28 notes · View notes
autism-corner · 5 months ago
Text
WIFE LOVING WEBSITE IS BASICALLY DONESIES
ive made a neocities to basically archive everything wife-related. its a place for me to put headcanons, art, and everything in between! A hub of good ol love <3
Tumblr media Tumblr media Tumblr media
now: have YOU always wanted a f/o website?? do you have NO clue where to start?? I CAN HELP.
ive put this together (although using a template) in less than a few hours. and i really like doing it!! if you want to build your own website aswell, im able to help you make it from ground zero!
send me a dm, and I'll be able to help you through the basics, onto a finished product to share your love! all for free ofc o7
17 notes · View notes
orcelito · 2 months ago
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
novemberdevils · 6 months ago
Text
inertia ch5 will be a proper new year's day (my time zone) gift it is 10:45 pm and i am staring at the doc getting nothing done i need a break
8 notes · View notes
fixfiesta · 5 months ago
Text
Tumblr media
So you have a Tumblr account for a long time (or not), but probably you may have a theme that is not supported anymore by its developer, or they just vanished from the face of this earth.
That means that you might be having problems with the new Neue Post Format (NPF) and how is handling new post types.
For more on what went into creating the Neue Post Format, check out Tumblr's Engineering blog post.
I know some-what about coding and even made some themes for Tumblr, though those were for a client so I can share them here.
The goal of this blog is to help:
Fix an old theme that's not behaving well with the new format.
Update some JavaScript knowledge that's breaking your theme.
Update outdated code to better display your theme.
And whatever, if I can help, I will.
AND if you'd like to give me a tip for helping out, that'd be awesome but not require for me to help you. [Ko-Fi not ready yet!]
Please check the READ.ME
⬇️ Versão Português 🇧🇷🇵🇹
Tumblr media
Então você tem uma conta no Tumblr há muito tempo (ou não), mas provavelmente você tem um tema que não é mais suportado pelo seu desenvolvedor, ou o dito cujo simplesmente desapareceu da face da Terra.
Isso significa que você pode estar tendo problemas com o novo Neue Post Format (NPF) e como ele lida com novos tipos de postagem.
Para saber mais sobre o que foi necessário para criar o Neue Post Format, confira a postagem do blog de engenharia do Tumblr (em inglês).
O objetivo deste blog é ajudar:
Corrigir um tema antigo que não está se comportando bem com o novo formato.
Atualizar algum conhecimento de JavaScript que esteja quebrando seu tema.
Atualizar o código desatualizado para exibir melhor seu tema.
E tanto faz, se eu puder ajudar, é nóis.
E se você quiser me dar uma gorjeta para ajudar, isso seria ótimo, mas não é necessário para que eu o ajude. [Ko-Fi ainda não tá pronto!]
Por favor, verifique o READ.MEediting
7 notes · View notes
spotofmummery · 2 years ago
Text
Making Your Own Website
To follow up on the last reblog... for those HTML/CSS curious:
༼ つ ◕_◕ ༽つ Neocities
Free site hosting, community-based (if you want it), and a great place to start out and play around with coding your own site. I have a Supporter account there (very reasonable hosting cost) and host all of my HTML sites/blogs with them.
However, I keep backups of all my HTML files/images on my own computer - and backups of my backups!
In fact, I was able to recreate a FFIV fan website I last updated in 2004 (not a typo) because I still had my backup files from those days. All I had to do was upload the files to a host, do a little clean up, and there you go! Site restored from almost 20 years ago!
༼ つ ◕_◕ ༽つSite making resources I've gathered
There's tons of HTML resources out there besides this!
Plus, if you just want to type straight into something like Word/Google Docs and convert writing to HTML (or copy paste from another source), there's this great HTML conversion tool I use all the time!
If you do join Neocities, or have a page there, let me know and I'll give you a follow. :)
137 notes · View notes
squarebracketsmileyface · 2 months ago
Text
My omegaverse paper is ready to upload ehehhehehheh >:]
3 notes · View notes
supercantaloupe · 2 months ago
Text
i cannot believe group projects continue to be required assignments in these asynchronous online library science classes. and for a large percentage of our overall course grades too. y'know. the degree program that schedules all its classes either in the evenings or online because 100% of their students have day jobs and busy schedules that don't sync up with each other, making it really fucking difficult to work together on a project
4 notes · View notes
darksouls2yuri · 2 months ago
Text
im done working on my template today but this is my vision for my invasive species project
Tumblr media
in the form of an interactive webpage
3 notes · View notes
ajayraj0911 · 3 months ago
Text
Why I Started This Coding Channel (And What You'll Learn)
Make sure you don't forget to like this video and subscribe my YouTube channel for more amazing content.
youtube
3 notes · View notes