Tumgik
#HTML tags for forms
webtutorsblog · 1 year
Text
Learn HTML Tags with WebTutor.dev: Your Ultimate Resource for Web Development Tutorials
HTML (Hypertext Markup Language) is the backbone of the web. It is the standard markup language used to create web pages. HTML consists of a series of tags that define the structure and content of a web page. In this blog post, we will dive deeper into HTML tags, what they are, and how they work.
Tumblr media
HTML tags are the building blocks of a web page. They are used to define the structure and content of a web page. HTML tags are surrounded by angle brackets (<>) and are written in lowercase. There are two types of HTML tags: opening tags and closing tags. An opening tag is used to start a tag, and a closing tag is used to end it. For example, the opening tag for a paragraph is <p>, and the closing tag is </p>.
HTML tags can also have attributes, which provide additional information about the tag. Attributes are included in the opening tag and are written as name-value pairs. For example, the <img> tag is used to embed an image on a web page. The src attribute is used to specify the URL of the image. The alt attribute is used to provide a description of the image for users who cannot see it.
HTML tags can be used to define headings, paragraphs, links, images, lists, tables, forms, and more. Here are some examples of commonly used HTML tags:
<html>: Defines the document as an HTML document
<head>: Defines the head section of the document, which contains metadata such as the page title and links to external files
<title>: Defines the title of the document, which appears in the browser's title bar
<body>: Defines the body section of the document, which contains the content of the page
<h1> to <h6>: Defines HTML headings of different sizes, with <h1> being the largest and <h6> being the smallest
<p>: Defines a paragraph
<a>: Defines a hyperlink to another web page or a specific location on the same page
<img>: Defines an image to be displayed on the page
<ul> and <ol>: Defines unordered and ordered lists, respectively
<table>: Defines a table
<form>: Defines a form for user input
<br>: Inserts a line break
<hr>: Inserts a horizontal rule
<strong>: Defines text as important or emphasized
<em>: Defines text as emphasized
<blockquote>: Defines a block of quoted text
<cite>: Defines the title of a work, such as a book or movie
<code>: Defines a piece of code
<pre>: Defines preformatted text, which preserves spaces and line breaks
<sup> and <sub>: Defines superscript and subscript text, respectively
<div>: Defines a section of the page for grouping content
<span>: Defines a small section of text within a larger block of text for styling purposes
Learning HTML can seem daunting, but with the right resources, it can be easy and enjoyable. One such resource is WebTutor.dev, an online platform that provides tutorials on web development, including HTML. The tutorials are easy to follow and provide a hands-on learning experience. The platform also offers quizzes to test your knowledge and a community forum to connect with other learners and ask questions.
In conclusion, HTML tags are the building blocks of a web page. They define the structure and content of a web page and can be used to create headings, paragraphs, links, images, lists, tables, forms, and more. If you are interested in learning HTML, check out WebTutor.dev for easy-to-follow tutorials and a supportive community of learners.
2 notes · View notes
eternalgaylord · 1 year
Text
One of the diagnostic criteria for borderline personality disorder is a tendency to employ severe "black and white" thinking where one swings wildly between two opposed ways of thinking or feeling. In this sense, BPD can be understood as an intensification of a larger cultural pattern of moral dualisms in settler colonial societies. These same dualisms are the architecture that feminist new materialism seeks to undo.
Ardath Whynacht, 'Marks on bodies': agential cuts as felt experience (2018)
2 notes · View notes
codewithnazam · 2 years
Text
HTML Forms with javascript
Are you looking to create a user-friendly and interactive website that allows users to submit data easily? If yes, then HTML forms are your go-to solution. HTML forms are a crucial component of any website that allows you to collect user information and data. In this article, we will discuss HTML forms with example code snippets and explain how they work. We will also highlight the different…
View On WordPress
1 note · View note
ceyhanmedya · 2 years
Text
HTML
New Post has been published on https://hazirbilgi.com/what-is-html-when-and-by-whom-was-html-created/
HTML
What is HTML? When and by whom was HTML created?
HTML  is a markup language that defines the structure of web pages. HTML is one of the basic building blocks of every website . For this reason, it is among the first details that web developers will want to learn. 
While HTML is an important building block, it is not enough to make a web page look good. It  must be supported by CSS  and  JavaScript  . HTML is essentially code and is used to structure the content of a web page. 
The content on the web page can consist of a number of different paragraphs, images and tables. It is possible to format them with HTML. In this way, the web browser knows how to configure the web page that a person visits and displays it in the direction desired by the developer.
What is HTML and when was it invented?
HTML or  hypertext markup language is a markup language developed for displaying materials or data on the internet. Each material has a known buyer location,  called a web page  . Web pages contain hypertext links that allow the fetching of related pages.
HTML is the markup language used to code web pages. HTML  was designed by  British scientist Sir Tim Berners-Lee in 1980 . HTML markup tags  contain document elements such as headings, paragraphs, and tables. Once formatted, they can be viewed by programs or applications known as web browsers.
When viewing a web page, web browsers interpret it according to permitted technology. Thus, items such as headings, paragraphs, and tables are presented adapted to the screen size and font used. HTML documents also contain anchor links, called links to other web pages.
What is Semantic HTML?
Semantic HTML is the conveying of literal meanings for the uses of HTML tags. Semantic HTML was used effectively throughout most of the 90’s and  became an important part of the standard HTML structure . Since the late 90’s,  CSS has become more important in web pages when it has been used effectively .
Semantic HTML 
It consists of tags such as , ,,, and . One of the most important reasons to use semantic HTML tags is that web crawlers can easily index the web page. In this direction, it is possible to improve the web page in terms of SEO . Also, semantic HTML is important for accessing web pages from screen readers.
What are HTML Versions?
After HTML was designed, it has developed in many different forms over the years. For this reason, the HTML versions that are used effectively have changed from time to time. There are five different versions of HTML that are used effectively. Each of them made extra contributions to the HTML structure, making it easier for the developers to use it.
HTML 1.0: It is the first version developed for HTML. It was published in 1991 and was used effectively until 1995.
HTML 2.0: Version released in 1995. It has been accepted as the standard version in web design. Added support for features such as text boxes and buttons.
HTML 3.2: Published by the W3C in 1997. It provided extra support in terms of table creation and form elements. It is considered the official standard since 1997.
HTML 4.01: Released in 1999. It is the stable language for the HTML language and is considered the official standard. It has added CSS support to the HTML language.
HTML5: It is the newest version of the HTML language and was announced in 2008. This version  is developed by W3C and  WHATWG .
What’s the Difference Between HTML Tags, Elements, and Attributes?
HTML tags , HTML elements, and HTML attributes are often confused and used interchangeably when defining. However, there are differences between these three elements. Each  HTML tag has its own unique meaning. HTML elements are used to describe content. HTML attributes provide additional information for existing HTML elements.
What are HTML Tags?
HTML defines the formatting of a particular web page. For this reason, the text, images and other content on the page should be displayed in a shaped way. For example, you may want some text to be uppercase, lowercase, bold, or italic. To do this,  you need to use HTML tags .
HTML tags are like keywords that define how the web browser will display the content. When a web browser reads a document containing HTML, it reads it from top to bottom and from left to right. Thanks to HTML tags, a web browser can distinguish between HTML content and simple content. Each HTML tag can have different properties.
What are HTML Elements?
HTML  consists of three elements , opening tag, content and  closing tag . Some elements are used as empty. HTML elements are often confused with HTML tags. However, an element consists of a combination of three different elements. All HTML files are made up of elements. These elements are responsible for creating web pages. They also describe the content on the web page.
Theoretically, the opening tag, content, and closing tag should go together. Some elements may not have content and closing tags. Such elements  are called empty elements or self- closing elements  . For example, a line spacer  and a straight long line.
elements in this structure.
What are HTML Attributes?
HTML attributes are placed in the opening tag, and they  range from the “style” to  the “id” description. HTML attributes help convey more information about an element. In addition, these attributes ensure that needs such as styling elements on the web page with JavaScript are met.
While HTML attributes provide additional information about elements, they are modifiers of the HTML element. Each element defines the behavior of the element to which it is attached. HTML attributes must always be applied with the start tag. Although the names to be given to HTML attributes are case sensitive, standard usage consists of lowercase letters.
html,are html tags case sensitive,are html and css programming languages,are html and css the same,are html files safe,are html attachments safe,are html and javascript the same,are html tables still used,are html ids case sensitive,are html sites reliable,are html attributes case sensitive,create an html file,create an html page,can html files be dangerous,create an html table,create an html form,can html id have spaces,create an html element in javascript,create an html link,convert an html to pdf,
0 notes
tofupixel · 21 days
Note
Lost soul from Twitter, how do I use this app?
if you're an artist, use lots of hashtags, up to 30!! its not like twitter where you get punished for spam. don't use irrelevant hashtags its considered rly bad form. fandom and -core stuff works really well. search tags and you can see how active they are
also look into the tumblr queue. you can set it so it posts once every day between certain times so you dont have to input time/date EVERY SINGLE TIME !!!! it is SO NICE
if you're a follower, reblog all the stuff you like. that's how stuff gets shared on here cos there's no algorithm (unless youre in 'for you'). so its more important to boost what you like.
you can add tags in your reblogs so you can browse them later in different categories. this is a fucking amazing feature
you can also follow tags youre interested in and just browse a page of all your tags
also if you want you can customize your profile's html and css which is very fun, look up how to do that
if you want some artists to follow look on tofupixel.tumblr.com/tagged/follow that's my artist recommendation tag
have fun <3
165 notes · View notes
cannedpickledpeaches · 5 months
Text
Insert Your Name (11)
Mafia!Jade Leech x Mafia!Reader
Link to series masterlist!
Notes and TW: Congratulations! You have successfully made it all about you (positive). This series will have mentions of blood, violence, crime (kidnapping, attempted assassination, extortion), and harassment, as one might expect from a mafia AU. Please enjoy!
Sorry that the tags haven't been working for the past couple of posts! I had to go in and edit the html for each individual one T-T please forgive me
Tags: @guava-enjoyer @itszzmoon @twstsandturns @myteacupisempty @rou-luxe @chikitasmol @night-shadowblood-writes2 @haveneulalie @owodi
Tumblr media
A strange sense of satisfaction fills you as surprise fills the man’s face, but you don’t show it. You need to see this through. If you’re powerless in the face of his ability, you simply need to borrow his power. So what if he’s akin to a god? All you need to do is bring him to your side. Whoever that author is, whoever took over (Y/N)’s body—maybe they aren’t capable of using such an asset effectively. However, you’re confident you won’t let that advantage go to waste.
The man hums in thought. “I suppose it could be done without much fanfare. I would simply need to shift my attention to your experiences and abandon the current story. However, you would need to have your story recorded somewhere, in whatever form you may wish for it to take.”
You understand what he’s getting at. A story needs a medium, just like that manuscript. There are many options: on film, as a novel, as a collage of pictures. No strict rules exist for expression of self.
“I’ll keep a journal. Every day, I’ll write an entry, and I’ll also use it as a planner. This way, my ‘story’ will have the events that occurred in my life, how they affected my ‘character development,’ and also outline how I expect the story to ‘progress.’ Is that good enough?”
You still don’t think of yourself as a fictional character. You’re real, in every aspect, to yourself. But that doesn’t matter right now. Functionally, you’re a character to this man. You’ll use that assumption to put yourself in the most advantageous position.
“Yes, that would be a rather interesting way to tell your story. There are indeed many stories that were written in the form of diary entries, so this is not an issue at all. This would, in fact, make things easier for me. I would not have to go through the paperwork and expend energy to bring someone from another world since you already exist in Twisted Wonderland as an established character. There is just one thing you should know before you make this decision.”
“Tell me.” Of course there are strings attached. There always are. You prepare yourself. Self-sacrifice in small amounts is necessary, of course, but if there’s anything you can negotiate with . . . .
“I will have to take the previous author’s soul out of (Y/N)’s body. (Y/N)’s soul will regain control of her own body, since it was never removed, only dormant. Since the author’s original body cannot function without a soul, she cannot return to her world. It will disappear, never to be recovered, lost to the fabric of what forms this space. Are you still willing to proceed?”
“Is that it?” You expected something else. This has nothing to do with you giving up anything. In fact, it could even be considered a bonus. This woman whose story made your life and relationships exceedingly difficult will disappear down to the traces of her soul. It’s an easy decision. “Of course.”
“How cold-hearted you are.” He chuckles down at his teacup. It never seems to drain empty no matter how he sips it. “That is not an undesirable quality in protagonists, although they often do not have a happy ending in fairytales.”
“Is that supposed to deter me or something?” You stay resolute. “My future was always uncertain no matter if it’s a story or not. I’m in the mafia. I’ve come to terms that horrible things could happen at any moment because of the nature of my job a long, long time ago. It’s my responsibility to plan so that I reduce those chances as much as possible. And you’re going to help me.”
“Yes, I am.” He glances at the fireplace, which has burned down to glowing red embers. “Perhaps you should count yourself lucky that you are under my jurisdiction. I am partial to tragic endings, but I also do not mind if an amoral character triumphs in the end. Some of my peers would adamantly ensure it does not happen.”
You furrow your brows. This is not the first time he brought up something being under his “jurisdiction.” However, this is the first time he’s mentioned “peers” instead of “characters.”
“There are others like you?”
“Yes, of course. Twisted Wonderland is filled with too many stories for me to manage on my own. Since you are mainly involved with the Leech Mafia and stories of the Coral Sea, you fall under my jurisdiction.”
It makes sense. This man compared himself to a god, but he isn’t one. He isn’t omnipotent or omniscient.
“Who are they?”
He tilts his head. “You would not know us even if I told you.”
“I’m curious. Tell me anyway.”
“Such a curious character.” He glances at the embers again. “Alright, I see no harm in it. My peers overseeing Twisted Wonderland include Walt Disney, the Brothers Grimm, Hanna Diyab, Victor Hugo, and Lewis Carroll, among others.”
None of these names ring a bell. It is just a list of names, but having more information is never a bad thing.
“And your name? I should know how to address you.”
“Oh, I have not yet introduced myself to you? My apologies, I must be turning forgetful in my old age.” He laughs at himself in a good-natured manner. “My name is Hans Christian Anderson. It is a pleasure to meet you.”
You introduce yourself as well. He extends a hand to you. When your hands connect in a firm handshake, the new deal you’ve made feels solidified.
Anderson looks at the fireplace one more time. The light has died completely, the little room lit only by the moonlight pouring in the window. With a gentle but decisive clap of his hands, he stands from his armchair.
“That was a fruitful discussion, and I thank you for your patience and understanding. I fear time has run out, however, and so I will be sending you back shortly. I’ll place you right back where you came from: at the moment when I brought you here.”
“Hold on!” Too soon, too sudden. You still have so much to say. He holds up a hand, stopping your protests.
“If you’d like to communicate with me, simply write a request for it in your new journal. I wish you best of luck.”
And with that, the world goes white again.
This is the story of a girl whose name is no longer hers. A girl so common that she may as well be a faceless background character in another person’s story. A girl who wishes, more than anything, to be the protagonist of a love story that will sweep her off her feet and solve all her problems.
Her family is normal. Her friends, too. And so is she. It isn’t enough for her. The world inside that game she plays is so magical, so whimsical, so perfect. The characters are handsome, powerful, clever, funny, or rich, or some combination of those qualities. If she enters this world, surely all those wonderful characters would treat her as someone special. They’d love and revere her unconditionally. She pines for a man who would love her and her shortcomings in their entirety, no matter what she does.
The beauty about fictional characters is that because they are fictional, they can be whatever she wants them to be. She can wholeheartedly believe they’ll love her, and there is nothing wrong with that. But she isn’t satisfied with that alone. It needs to be real.
Desperately, she writes a story revolving around a faceless, flawless main character who she desperately wishes she could be. Everyday, the writing consumes her, dragging her into a fantasy of bliss. She begins to resent her reality. Nobody in real life will love her the correct way. Nobody can be as good as the characters she pours her love and headcanons on. She doesn’t consider how love can be gradual, nor does realize someone might have to get to know her before loving her. After all, in her fanfiction, the perfect mafioso loves her main character upon the first meeting and devotes himself with no questions asked. Isn’t that the ideal love?
One day, a miracle occurs. She meets a man who offers to make her story into her reality. Jumping on the chance to live her perfectly crafted life of happiness, she agrees. Finally. Finally, she will be loved the way she wants.
At first, everything went perfectly. Real life follows her fanfiction to the letter. Jade is charming, Floyd is endearing, and a string of coincidences leads her to meet Vil, another handsome bachelor. Love surrounds her at every turn. All she needs in this life are the handsome men who give her special treatment. After all, this body, this life—(Y/N)—was created by her, for her use. All of the previous relationships this body entertained no longer matter. They aren’t hers, anyway.
The polaroids that occupied her nightstand are probably in a landfill somewhere. The aesthetic was cute, befitting the tastes of a character she modelled after herself, but the person in them is irrelevant. Some side character she’s never going to see again. No matter; she’ll eventually replace those polaroids with cute photos of herself and her new love. (Y/N)—no, the placeholder—has served its purpose. It will not miss those useless decorations since it will never again have its own consciousness.
So where did it all go wrong? Perhaps it was wrong from the start. She should have cursed that old man for scamming her. Her happy ending was never a guarantee. How dare a throwaway side character upend her perfect, fairy tale ending? Is that even allowed? They’re all just characters anyway. How can they steal from a real person?
Until the very end, she couldn’t see anyone around her as anything other than characters in a story. Maybe if she did, she might have gotten the love she wanted. Now, she disappears, having never achieved the goal she so desperately grasped at. Like seafoam, her hopes and yearning for love bubbles and disappears.
Hans Christian Anderson places a book into an empty spot on one of his many shelves. He has always been fond of tragedies. As for this new story that’s unfolding . . . who’s to say how it will end? He’s a patient man. With a smile, he settles into an armchair and sips from a cup of tea. He’s looking forward to it. When it eventually ends, like all stories inevitably do, he’ll shelve it and find another story to bring to life.
The world suddenly flashes into focus. The sun’s dying embers flicker on the sea. Sand shifts between your toes. Fingers graze your neck. Before you can activate your Signature Spell, (Y/N) crashes into you and you both topple over into a bed of sand. Bloodlust raises the hairs on the back of your neck. But it isn’t coming from (Y/N). Instead, you instinctively wrap one arm around her and hold the other one out in front of you, shielding her from Jade.
“Wait, wait! Jade, it’s fine. I’m okay.”
He freezes. One of his hands stops a centimeter away from (Y/N)’s hair. She doesn’t react. Slowly, you lay back down, heaving a sigh. You shift her face to the side so that she doesn’t suffocate in your shoulder. Her eyelashes flutter against her cheekbones, complementing the slow rise and fall of her ribs.
“See? She’s asleep.”
Jade furrows his brows. “I fail to understand. Most importantly, are you sure you’re alright?”
“Yeah.” You chuckle, staring up at the stars that unveil themselves in the darkening sky. “I’m just a little tired.”
You explain everything to him. He seems skeptical, but eventually, he accepts it. He sits in the sand next to you, his hand covering yours. You pretend not to notice, but it offers a soothing calm to your exhausted mind.
“I’m sorry,” you say, glancing at his side profile. “Even if I write that Vil Schoenheit will cure your parents, it might not happen because of continuity issues. Maybe (Y/N) will still be able to convince him.”
“That’s alright.” He catches your gaze. “It would make the story progress more smoothly if we continue with our talks with Walrus.”
He accepted it so quickly. For that matter, so did you. You wonder briefly if there is something at play that makes you accept the reality of your situation as fact—if it’s because you’re a character after all—but that’s all speculation. Not worth your time and energy to figure out.
“Bottom line is, this is my story now. So I’ll make sure the curse on your parents is dispelled.”
“How reliable.” Jade gives you a gentle smile, one that causes an unfamiliar stirring in your chest. “Thank you. What would you like in recompense?”
You weren’t expecting him to offer anything at all. But since he offered, you aren’t one to refuse.
“Money.”
His quiet laughter blends in with the sound of rushing waves.
“No hesitation at all, I see. Of course, I will pay you adequately for your invaluable help.”
“I also want something else.” You fiddle with the strands of (Y/N)’s hair. “I’d like a vacation. Just a week or two after everything settles down so I can go back to my hometown with my mom.”
“Is that what the money is for?”
“Yeah.” Your heart feels a little lighter. “You should visit the Coral Sea after your parents wake up as well. I’m sure you’ll want to spend time with them.”
A pause. You scrutinize Jade’s expression in the low light, but his expression is wholly unfamiliar to you. He almost looks . . . nervous.
“Would you come with us?”
You blink. “Don’t you want to spend time with just your family?”
“Yes, but my parents would be delighted to have you over again. You have not been to our home under the sea in a long time, and I would be more than happy to show you around again.”
“It won’t be a bother?”
“Far from it.” His thumb rubs softly against the back of your hand. “I . . . We are very fond of you.”
You can’t help but think there’s an ulterior motive, but you accept. This wouldn’t be the first time you’ve travelled to their home under the sea, and this most likely won’t be the last.
Suddenly, (Y/N) shifts on your chest. A soft noise escapes her lips as though she’s finally awakened from a long nap. Her bleary eyes find yours. Kind, lovely, and gentle eyes. The eyes of the (Y/N) you know and love, the eyes of your friend.
“Huh? Are we on the beach? What happened?”
A relieved laugh bubbles out of your throat and you hug her tightly. Confused but sweet, she reciprocates with reassuring pats to your arm.
“Yeah, we’re on the beach. Let’s get you home.” You sit up and smile as she fusses over the sand in your hair. Normalcy is slowly but surely returning. “I’ll tell you everything on the way there.”
91 notes · View notes
smiggles · 1 year
Text
Tumblr media
Do you want toyhouse codes? Free ones here. Just delete the ones you take. Feel free to add any you have Link
What is toyhouse??? Long post under the cut
TH is a site that lets you store your characters and their artwork as well as any literature you have about them. You can use HTML (and if you pay for premium, which is 20 ish bucks for a year) you can use CSS as well as upload multiple images at once (and a few other things)
Tumblr media Tumblr media
You can sort your characters images into different types of tabs Ones that allow you to have references, different forms, outfits, et cetera separated if you want. You can have completely different tabs that you click to show you another gallery (I use this for non canon art)
Tumblr media Tumblr media
You can create "worlds" Many people use this for running species but you can also use it to flesh out your OC headworld. In a world you can make bulletins, forums for people to interact or roleplay, other people can submit their ocs to your world if you allow that
Tumblr media Tumblr media
Bulletins and forum posts can be coded to include images, links, et cetera. Pretty much if you can do it with HTML you got it. If you enable it people can comment on your character, which makes it easy to sell adoptables there as well, with a tagging system! There is a public forum on toyhouse where people can sell their adopts, roleplay, share their species, get HTML help or share/find free HTML premade profiles to use! Generally, theres so much you can do there and its free! Just grab a code and go
302 notes · View notes
blubberquark · 8 months
Text
Are Game Blogs Uniquely Lost?
All this started with my looking for the old devlog of Storyteller. I know at some point it was linked from the blogroll on the Braid devlog. Then I tried to look at on old devlog of another game that is still available. The domain for Storyteller is still active. The devblog is gone.
I tried an old bookmark from an old PC (5 PCs ago, I think). It was a web site linked to pixel art and programming tutorials. Instead of linking to the pages directly, some links link led to a twitter threads by authors that collected their work posted on different sites. Some twitter threads are gone because the users were were suspended, or had deleted their accounts voluntarily. Others had deleted old tweets. There was no archive. I have often seen links accompanied by "Here's a thread where $AUTHOR lists all his writing on $TOPIC". I wonder if the sites are still there, and only the tweets are gone.
A lot of "games studies" around 2010 happened on blogs, not in journals. Games studies was online-first, HTML-first, with trackbacks, tags, RSS and comment sections. The work that was published in PDF form in journals and conference proceedings is still there. The blogs are gone. The comment sections are gone. Kill screen daily is gone.
I followed a link from critical-distance.com to a blog post. That blog is gone. The domain is for sale. In the Wayback Machine, I found the link. It pointed to the comment section of another blog. The other blog has removed its comment sections and excluded itself from the Wayback Machine.
I wonder if games stuff is uniquely lost. Many links to game reviews at big sites lead to "page not found", but when I search the game's name, I can find the review from back in 2004. The content is still there, the content management systems have been changed multiple times.
At least my favourite tumblr about game design has been saved in the Wayback Machine: Game Design Tips.
To make my point I could list more sites, more links, 404 but archived, or completely lost, but when I look at small sites, personal sites, blogs, or even forums, I wonder if this is just confirmation bias. There must be all this other content, all these other blogs and personal sites. I don't know about tutorials for knitting, travel blogs, stamp collecting, or recipe blogs. I usually save a print version of recipes to my Download folder.
Another big community is fan fiction. They are like modding, but for books, I think. I don't know if a lot of fan fiction is lost to bit rot and link rot either. What is on AO3 will probably endure, but a lot might have gone missing when communities fandom moved from livejournal to tumblr to twitter, or when blogs moved from Wordpress to Medium to Substack.
I have identified some risk factors:
Personal home pages made from static HTML can stay up for while if the owner meticulously catalogues and links to all their writing on other sites, and if the site covers a variety of interests and topics.
Personal blogs or content management systems are likely to lose content in a software upgrade or migration to a different host.
Writing is more likely to me lost when it's for-pay writing for a smaller for-profit outlet.
A cause for sudden "mass extinction" of content is the move between social networks, or the death of a whole platform. Links to MySpace, Google+, Diaspora, and LiveJournal give me mostly or entirely 404 pages.
In the gaming space, career changes or business closures often mean old content gets deleted. If an indie game is wildly successful, the intellectual property might ge acquired. If it flops, the domain will lapse. When development is finished, maybe the devlog is deleted. When somebody reviews games at first on Steam, then on a blog, and then for a big gaming mag, the Steam reviews might stay up, but the personal site is much more likely to get cleaned up. The same goes for blogging in general, and academia. The most stable kind of content is after hours hobbyist writing by somebody who has a stable and high-paying job outside of media, academia, or journalism.
The biggest risk factor for targeted deletion is controversy. Controversial, highly-discussed and disseminated posts are more likely to be deleted than purely informative ones, and their deletion is more likely to be noticed. If somebody starts a discussion, and then later there are hundreds of links all pointing back to the start, the deletion will hurt more and be more noticeable. The most at-risk posts are those that are supposed to be controversial within a small group, but go viral outside it, or the posts that are controversial within a small group, but then the author says something about politics that draws the attention of the Internet at large to their other writings.
The second biggest risk factor for deletion is probably usefulness combined with hosting costs. This could also be the streetlight effect at work, like in the paragraph above, but the more traffic something gets, the higher the hosting costs. Certain types of content are either hard to monetise, and cost a lot of money, or they can be monetised, so the free version is deliberately deleted.
The more tech-savvy users are, the more likely they are to link between different sites, abandon a blogging platform or social network for the next thing, try to consolidate their writings by deleting their old stuff and setting up their own site, only to let the domain lapse. The more tech-savvy users are, the more likely they are to mess with the HTML of their templates or try out different blogging software.
If content is spread between multiple sites, or if links link to social network posts that link to blog post with a comment that links to a reddit comment that links to a geocities page, any link could break. If content is consolidated in a forum, maybe Archive team could save all of it with some advance notice.
All this could mean that indie games/game design theory/pixel art resources are uniquely lost, and games studies/theory of games criticism/literary criticism applied to games are especially affected by link rot. The semi-professional, semi-hobbyist indie dev, the writer straddling the line between academic and reviewer, they seem the most affected. Artists who start out just doodling and posting their work, who then get hired to work on a game, their posts are deleted. GameFAQs stay online, Steam reviews stay online, but dev logs, forums and blog comment sections are lost.
Or maybe it's only confirmation bias. If I was into restoring old cars, or knitting, or collecting stamps, or any other thing I'd think that particular community is uniquely affected by link rot, and I'd have the bookmarks to prove it.
Figuring this out is important if we want to make predictions about the future of the small web, and about the viability of different efforts to get more people to contribute. We can't figure it out now, because we can't measure the ground truth of web sites that are already gone. Right now, the small web is mostly about the small web, not about stamp collecting or knitting. If we really manage to revitalise the small web, will it be like the small web of today except bigger, the web-1.0 of old, or will certain topics and communities be lost again?
58 notes · View notes
wipbigbang · 2 months
Text
Tumblr media
Round 3 of the Regular WIPBB art claims is live! You may claim as many fics as you want, just fill out a separate form for each and give each claim a different username.
Art claims for this round will be open until August 7th!
This is just one of the stories still available for claiming...
Good Omens (All Media Types) #041 Title: What Happens in Eden Stays in Eden Pairing/Characters: Aziraphale, Crowley, Gabriel, Satan, Michael, Beelzebub, Minor Background Characters, Aziraphale/Crowley, Crowley/Satan Rating: Mature | M Warnings/Tags: Chooses not to use Warnings Human au, summer camp au, underage, unhealthy relationships, power imbalance, abuse of authority, manipulation, grooming, dubious consent, recreational drug use, bullying Summary: When sixteen year old Ezra Fell has to spend his summer at a camp he used to go to as a child, his best friend Anthony Crowley begrudgingly agrees to go with him.
Stumbling between wanting to maintain their friendship and his growing crush, Crowley finds himself thrown into a messier situation than he has been expecting.
And here are the links to the claims list and the form to claim fics:
23 notes · View notes
helloanthy · 5 months
Text
🗒️ 24.04.2024 ⋅⋅⋅ 📌
pinned post for the meantime since i am working on my desktop html theme 👩🏻‍💻💭❕ #️⃣ blog tags 💜 i will like tomorrow’s new me — extra anthys 💖 someday is today; together we shine — utenanthy 🙈 hello to you too, chu chu! — a wild chu chu appears ✨ allegory allegorier allegoriest — crossover/AUs/anthy's "cosplays" ✒️ gold plated shangri la — anthys based on OG manga & palette 📺 perpetual motion machine — anthys based on the anime & palette 📽️ endless history of the middle ages — anthys based on the film & design 🔮 in the interval between two mirrors — non-crossover AUs, redesigns, & fanon interpretations ✉️ man can also only convey human nature — answered mail & replies 📒 an operating table, a wrecked ship, the pure flow of the play ⋅⋅⋅ — non-art posts (like this one !) art notes, & rambles 💐 stamen, pistil, a small seed ⋅⋅⋅ the children of philosophy — & other ensemble cast members 🆔 that we may see what may not be seen — art with description text 📜 abraxas ~ the sunlit garden — long posts 📇 until the day comes when i’ll understand everything — lyric of the campus — birth records, baptismal records, records of death — HD files of 少女革命ウテナ (1997), アドゥレセンス黙示録 (1999), & Manga Series 🗃️ the inversion of me and my room — strelitzia: thoughts on transfem!saionji & transmasc!nanami — 🎠 how to contribute to the cycle of violence — september 6th finale: do you love the color of utena? 🪑 mikage seminar — school ID #D-13: please fill out the application form at the desk ⚠️ there are good spirits and there are bad spirits — tagged content warnings: #gore cw #blood cw #violence cw #csa cw #grooming cw #sexual assault cw #genderbend cw #transphobia cw #self harm cw #suicide cw
24 notes · View notes
webtutorsblog · 1 year
Text
Some Advanced HTML Tags and Techniques: Take Your Web Design Skills to the Next Level
Tumblr media
HTML (Hypertext Markup Language) is the standard markup language used for creating web pages. It allows you to structure content and define its meaning, layout, and appearance on a web page. Here are some advanced HTML tags and techniques that can help you create more dynamic and interactive web pages.
HTML Head
The HTML head element contains information about the document, such as the page title, meta information, and links to external resources. The head element is included in the HTML file before the body element and is not visible on the page. It is used to provide information that the browser or search engine can use to better understand and display the document. Some common elements found in the head include the title tag, meta tags for SEO, links to stylesheets, and references to JavaScript files. By including the appropriate information in the head element, you can help to improve the user experience and search engine optimization of your web pages.
Learn More About HTML Head
HTML Color
HTML color is an important aspect of web design, and learning to use color codes effectively can enhance the visual appeal of a web page or website. HTML color codes can be used with various HTML elements, such as <body>, <div>, <h1>, <p>, and <a>, to name a few. They can also be used in CSS code to style elements within a page or an entire website.
Learn More About HTML Color
Semantic HTML
Semantic HTML uses tags to describe the meaning and structure of content, rather than just its appearance. This makes it easier for search engines and screen readers to understand the content of a web page. Examples of semantic tags include <header>, <main>, <nav>, <section>, and <article>.
Learn more about HTML Semantic
Custom Attributes
HTML allows you to create your own custom attributes for elements. This can be useful for storing additional data or metadata about an element, such as a data attribute for storing an ID or a tooltip. Custom attributes should be prefixed with "data-", such as data-id or data-tooltip.
Learn more about HTML Attributes
HTML Forms
HTML forms are used to collect user input and are a fundamental component of many web applications. Advanced form techniques include validation, using the required attribute, and customizing the appearance with CSS.
Learn more about HTML Forms
HTML5 Canvas
The HTML5 canvas elementallows you to create dynamic graphics and animations on a web page. With JavaScript, you can draw shapes, lines, text, and images, and animate them using various techniques.
Learn more about HTML Canvas
Responsive Images
Responsive images ensure that images are displayed at an appropriate size and resolution for the user's device and connection speed. HTML provides several ways to implement responsive images, including the srcset and sizes attributes, and the picture element.
Learn more about HTML Images
HTML Table
HTML tables are used to display data in a structured and organized manner. They consist of rows and columns, and each cell can contain text, images, links, or other HTML elements. To create a table, you use the <table> tag, and then add rows with the <tr> tag and cells with the <td> or <th> tag. The <th> tag is used for table headers. You can also add attributes such as "border", "cellspacing", and "cellpadding" to the <table> tag to adjust the appearance of the table. By using HTML tables, you can present data in a clear and readable format on your web page.
Learn more about HTML Table
HTML Class
HTML classes allow you to apply a specific style or behavior to a group of HTML elements. To create a class, you use the "class" attribute and assign a name to it, such as "my-class". You can then add this class to one or more HTML elements by using the "class" attribute followed by the class name, such as "class=my-class". This makes it easier to apply consistent styles across your website and to make changes to those styles by editing the class definition in your CSS stylesheet. Classes can also be used to target elements with JavaScript or jQuery, making it easier to manipulate their behavior and appearance. By using HTML classes, you can create a more flexible and maintainable website design.
Learn more about HTML Class
HTML JavaScript
HTML and JavaScript work together to create dynamic and interactive web pages. JavaScript is a programming language that can be embedded in HTML documents to add interactivity, animations, and other dynamic features. You can include JavaScript code in your HTML document using the <script> tag, either by including it directly in the HTML file or by referencing an external JavaScript file. JavaScript can interact with HTML elements, manipulate the DOM, and communicate with servers to dynamically update web content without requiring a page refresh. By using HTML and JavaScript together, you can create powerful and engaging web applications that run directly in the browser.
Learn more about HTML JavaScript
In conclusion
By utilizing advanced HTML tags and techniques, web developers can take their web design skills to the next level. From creating dynamic animations with the canvas element, to implementing responsive images and web components, these techniques allow for more interactive and user-friendly web experiences. Additionally, it is important to consider accessibility when designing web content, ensuring that all users can access and interact with the content. With these tools and techniques, web developers can create more engaging, accessible, and responsive web pages.
1 note · View note
angelofthepage · 2 months
Text
The DCTL Graphic Novel is right around the corner!
https://www.indigo.ca/en-ca/dreams-come-to-life-bendy-graphic-novel-1/9781339032276.html
https://www.amazon.com/Dreams-Come-Bendy-Graphic-Novel/dp/1339032279
The graphic novel for Dreams Come to Life releases on August 6th, 2024. That said, I've received word that some people have received their copies early. For everyone reading this in the future, today is July 23rd. 2024. Once again, Scholastic has failed the challenge of releasing their book when they said they would. XD
So this is your reminder to go mute and block the tags related to the graphic novel/DCTL if you don't want to see it/don't want to be spoiled on what the pages look like. For those of you partaking in the book, please be considerate and tag your spoilers, or at the very least, warn people upfront that you won't be tagging spoilers so they can curate their feed accordingly. As per usual, if you spoil the book for me, you're getting blocked. This is one I am particularly tender about, as the original DCTL getting spoiled for me because of early release copies is a big part of why I'm so insistent about curating and being considerate about spoilers. So please, respect my wishes. I don't want any spoilers, impression, nada, nothing, zip, zilch. I will talk about the book when I have read it and am ready to discuss.
I know we already know the story of this book, but a lot of people want to see the art for the first time themselves (something many of us were robbed of when the Crack Up Comics came out and everyone was reposting the pages). Especially when so many of our favorite characters are being rendered in human form for the first time. As a reminder, these are the game characters that show up in this book in its original version:
Joey Drew Sammy Lawrence Norman Polk Thomas Connor Allison Pendle Bertrum Piedmont Wally Franks Ink Demon Boris Cartoon Mascot Costumes
I know there's likely to be a lot of discourse over this book, especially in regards to its character designs. So to end this post, here's a reminder: regardless of how this graphic novel chooses to interpret the characters, you are still allowed to design the Bendy cast however you want. Adrienne Kress, the original novel author, has very directly encouraged fans to design these characters however they like and have fun. Do not harass anyone because of how they choose to draw and interpret fictional characters. Not everything has to be perfectly in line with what we're given to be valid. Let's keep it civil. Here's wishing you all a fun time with the book when it releases!
18 notes · View notes
codewithnazam · 2 years
Text
HTML Forms with examples
Are you looking to create a user-friendly and interactive website that allows users to submit data easily? If yes, then HTML forms are your go-to solution. HTML forms are a crucial component of any website that allows you to collect user information and data. In this article, we will discuss HTML forms with example code snippets and explain how they work. We will also highlight the different…
Tumblr media
View On WordPress
0 notes
izicodes · 1 year
Note
Hii ! I’m in a bit of a problem rn and I’m wondering if you could help ( sorry for bothering you )
So school just finished and I’m on vacation for like 3 months so I really want to learn how to code ( I mainly want to make cool websites and stuff ). So I started to learn html and css but it just seems so overwhelming especially seeing all the ressources and tutorials online, could you please help me know what to learn first ? 💖
Tumblr media
Hiya! 💗
Yeah, I can help! It can be overwhelming at first, but it's best to break it down into chunks and tackle them bit by bit.
For now, as a complete beginner, use these 3 resources:
HTML and CSS course video - LINK
W3School (for extra help) - HTML LINK | CSS LINK
MDN (for even extra help) - HTML LINK | CSS LINK
After that, work on projects to test your knowledge:
List of 11 projects to tackle - LINK
Here is the list of things you want to cover in HTML:
Basic structure
Tags and elements
Attributes
Forms
Semantic markup
Tables
The same but for CSS:
Selectors
Box model (margin, padding, border)
Typography (fonts, text properties)
Colours and backgrounds
Layout and positioning (floats, flexbox, grid)
Responsive design (media queries)
Transitions and animations
Now that you have a list of what you need to cover, tackle them one by one, making sure you understand the topic before you head over to the next. The video tutorial covers all of this and more. If you don't understand a bit in the video, stop and look on W3School and MDN for further understanding and then continue on with the video. Also, tackle the video slowing. Don't rush, don't do it, it'll just make the learning process even longer if you getting not understand things.
The resources I listed are my complete go-to. After that, as you've noticed, there are hundreds more. Go through the ones you need for the specific project you're working on or the topic you're studying only.
Hope this helps and good luck! 💻💗
100 notes · View notes
bomberqueen17 · 9 months
Text
progress etc
god it's less than a week to christmas. ok cool. yeah. great. all right.
i am. what have i been doing??? i don't know. I've sewn several things-- most notably a pair of leggings-- and the house renovations have progressed to the point that we're getting final measurements for counters tomorrow. I'll put pictures behind the cut. We painted the ceiling ourselves, as paint isn't included in the remodel.
I don't remember what I last posted pictures of. IDK there's a floor now, I didn't take pictures of that yet.
ok i was wrong i do have one photo of the floor but it's in-progress, max is in the background wedging it in between the cabinets.
Tumblr media
[image description: an awkward angle looking down standing in the side door entryway, with the blue-washed gray side of a new cabinet facing me, some of the plywood subfloor exposed coated in glue, mottled gray fake stone tiles laid out and the hunched form of a man in a gray sweatshirt kneeling on the floor in the background with his head hidden behind the cabinet. Listen I wasn't trying to be creepy.]
it's fake stone vinyl tiles. i know, not normally my aesthetic, and it's probably the thing that'll look most dated in a little bit, but there was no point trying to do anything wooden or wood-look because the rest of the house has original hardwood from 1950 and anything new wouldn't match. (the hardwood badly needs refinishing, let's not contemplate that right at this juncture...)
Max is from Elmira, btw, and only moved to Buffalo a year ago-- just in time for the blizzard to absolutely destroy his first apartment here and wreck most of his stuff. It was a bit of a harsh welcome to the city. He's soft-spoken and extremely polite and doesn't really know how to talk to me, not the way Jim the installer (fiftysomething and very experienced) does. He did gently laugh at me when I left yesterday and then immediately had to come back to get my keys, which I had locked inside the house (but of course as he was still there the other door was still unlocked). "I grew up in the kind of place where you don't bother locking doors," I said, and he was like "lol same".
(I know Elmira because Middle-Little went to college there. It's a sort of dire little place in the Southern Tier-ish region of NY, a couple hours away. The region is fairly economically devastated, alternating crushing rural poverty with Tourism Dollars; Elmira itself boasts a college, a prison, and precious little else.)
Anyway-- painting the ceiling over the weekend, I discovered that the real life hack for painting a ceiling is for at least one member of your party to be six feet three inches.
Tumblr media
[image description: my dude, a tall thin white man in an uncharacteristic ball cap he's only wearing to avoid paint splatter (it is embroidered with the HTML tags <head> on the front and </head> on the back, and was a gift to him in like 2002) is standing on the cardboard-and-sheet-draped floor of the kitchen using a paint roller on the ceiling, which he can reach easily; in front of him the cabinets are all draped in old sheets as well and there's a random light bulb sticking out because the installer wired that in for us to use as a work light since the electricians haven't installed the ceiling lights yet which was why it was an ideal time for us to paint said ceiling.]
Anyway it's going great. The counters won't go in until January sometime, but early January. The electricians plan to come the day after Christmas and I won't be there until the afternoon so I'm going to check in with Jim today about what they'll need.
Meanwhile, I remembered that I hadn't set myself the goal of crafting anything for Christmas except I bought a bunch of scarf blanks from Dharma Trading to dye as gift wraps and gift components and my basement is all torn apart and I don't dare make that kind of mess in my mother-out-law's basement so I need to work out how to get that done so I'm really kind of slogging through that, a bit.
OH i just went to look at what the last pictures I posted of the kitchen were and the answer is LIKE NONE so omg sorry here's before we painted the ceiling, where you can see what it's gonna look like!
Tumblr media
[image description: This is View A, from the side door toward the front of the house. Along the left of the photo is a line of cabinets, a set on the ground and then another mounted up on the wall; in the middle of that will be the sink, and then farther down a dishwasher (!!!) and beyond that the stove, all along that north wall of the house. The middle of the photo is the big bay window we had installed, and there are cabinets along the front of it: the countertop will extend out from those, and will form a seating area. To the right of the window, the front door is now visible, that little wall having been removed and now being a wide-open space into the entryway. The right of the photo is the interior wall of the kitchen, now transformed into a built-in pantry space with a fridge hole in the middle, where the extra flooring tiles are currently stacked.]
Tumblr media
[image description: this is View B, from the front door into the kitchen. The foreground is the big open space where the wall was removed; the bay window is just out of frame to the right, and the far wall shows the empty space (now containing buckets of floor glue and a roll of cardboard) where the stove will be, and above it will be an extractor hood (no more Everything Smells Like Salmon!!), and the empty space (now filled with a rolling garbage can the contractors are using) for the dishwasher, and then the little window right above the sink-- this is a detail we've kept from the old kitchen, that's where the sink was and that's where the window, but the window seems bigger because the cabinets aren't packed so tightly around it now-- and you can see the side door there, and then the left of the photo shows the edge of the pantry unit where the fridge will go.]
It's a much more open space, both of us can be in there, someone doing dishes while you cook is no longer the world-ending inconvenience it historically has been, and also now you can talk to someone in the living room while you're in the kitchen without needing to holler.
Yeah the gray cabinets are-- well they're pale wood washed with dilute blue, is what they are, and all the hard fixtures are in neutral shades like that, grays and gray-blues, and the countertops will be white with tiny sparkles, and the idea is that the big wall to the west and the little bits of wall around the windows will be painted some bold color we'll match with like throw rugs and hot mats and other changeable fixtures, so the kitchen can get "redecorated" with a new coat of paint and not clash with the hard fixtures. This job cost five figures, we're not re-redoing it during our lifetimes.
31 notes · View notes
macleod · 2 months
Text
Musing on remaking the browser (and internet) as we know it.
HTML+CSS is by far the best 'component' library there is, but JS really tends to be the main cause of bogging down the entire thing and drowning out the performance gains.
The idea is something along these lines (this ended up being far longer than initially intended):
HTML Viewer, directly from a plain HTML source, I've even considered using a headless browser, taking a 'photo' of the webpage, and then laying out a bitmap onto it, might not be needed, but could be cool and useful.
Once a user, or a function 'clicks' or focuses on a section of the bitmap, then the embedded language uses this is as a target selector to manipulate the data of the HTML viewer source, directly without page loads. Similar to an SPA but, without JS, similar to 'hot-wire', but again without JavaScript.
a separate database built into the 'browser' similar to indexdb, but likely something more similar and powerful such as SQLite with permission guards for applications (think OAuth, running locally).
This would obviously change the dynamic properties of a 'browser', and would make it more akin to an enhanced PDF editor with dynamic input (pop-ups instead of dynamic forms, etc.). But, I am starting to believe the problem and performance issue of the browser is less the sandbox (which this would enhance), but because we've forced a data language into what should be a static component library with targeted source changes.
This is a difficulty that we're seeing the weight of, we only have two major browser types, two engines. There have been so many attempts to recreate them, but they are all attempts at recreating the worst parts of a rendering agent that combines and forces the merger of highly volatile dynamic data into static components.
They have said for years that no one can 'make a new browser rendering engine' because of how many variables and issues and decades of bad choices and changes from the infancy of development.
Gopher, and the similar, are interesting projects, but they lack in several regards: data entry, minimal schematic support for modern HTML and CSS capabilities, and they are attempting to recreate an entire protocol. The protocol we have for file and web transfer is excellent, despite its shortcomings, but it is highly stable, reproducible, and effective.
If we were to remove 'dynamic' capabilities, such as forms, or text boxes, and all that JavaScript entails, the HTML viewer would be minimal for performance. The embedded language on top would hold the data separately from the process—rendering inputs to be sanitized and standardized. If the browser fails, your data would be backed up, you would have a complete revision history of all data ever processed, and you would have. This is likely the path forward for something akin to the Solid Project, where you own your data.
Every 'browser' becomes your own personal data temple or silo, and every web page becomes 'server-side' generated and modified with targeted manipulation or key:values from the integrated (stateful) database by your locally running browser.
When you go to someone else's website, most of which is just static content anyway, you get the HTML source, and the source for a/any(?) scripting language that would use the values from the browser overlay tracker for targeting to rewrite and submit specific HTML components.
The manipulator overlay would be an entirely separate process, with a simple message transfer between the two. This entirely separates your data into a stateful persistent object (no more losing your form data as you type due to a reload, or failure, or anything else, with full history) and your dynamic script, if a site needs it (most don't), would be in its own process. There would be a message transfer queue, likely using the built-in database with @\tagged hooks for event dispatches.
You would be able to have fully sandboxed, extremely performant, websites, while owning your own data. The browser as a server HTML renderer, the webpage as an “image” (sort of), and an 'overlay' selector for an embedded image to submit changes to individual HTML components.
If you were to separate it into three extremely slim, minimal, processes, with an integrated database with OAuth style permission switches. You would have just created a new browser, and a new way for the web to work, using virtually no memory, enhancing security, and with far less complexity. In a way, this would turn the web into a 'native' application.
You also would have quite a bit of backwards compatibility to the pre-NewWeb.
You should own your data, websites should be static, data should be dynamic, and browsers should be performant.
Just some musing on the topic, I'm working on something similar, but not exactly in regard to this—so maybe I'll spend some time and add it to the ever-growing projects list.
17 notes · View notes