#create an html form
Explore tagged Tumblr posts
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
newcodesociety · 2 years ago
Text
0 notes
catt-nuevenor · 5 months ago
Text
A Brief Guide on Uploading ChoiceScript Demos to Itch.io
Since Dashingdon is shutting down, and there will be a lot of folks wanting to host their ChoiceScript demos elsewhere, I thought it'd be a good idea to provide a brief guide on how to do so for itch.io.
This is for Windows in the folder actions, but it shouldn't be too difficult for folks to translate for Mac. This also assumes you haven't changed any of the files within your game folder other than those found under 'scenes'.
Within your game folder, locate the 'web' subfolder, right click it and select 'Send to' then 'Compressed (zipped) folder. Name your newly compressed file something sensible, and I recommend moving it to a new folder outside of your game files, just to keep everything neat and tidy.
Tumblr media
2. Assuming you already have an itch.io account, navigate to your dashboard, and click the 'Create New Project' button.
Tumblr media
3. Name your project as you like, and under 'Kind of project', select the 'HTML' option.
Tumblr media
4. Set the 'Pricing' to 'No Payments', you cannot use ChoiceScript for profit unless it is with the Choice of Games or Hosted Games publishing labels. No one wants to get in trouble unnecessarily here.
5. In the Uploads section, upload your newly zipped file we made in step one. After it's finished uploading, you'll be given one drop down and two tick boxes. You need to tick the 'This file will be played in the browser' option.
Tumblr media
6. I've found so far that 'Viewport dimensions' work quite well for desktop at 1080 x 640. Either use these numbers or experiment and find what works best for you.
7. You must tick the 'Enable scrollbars' option for your game to display properly, otherwise options, text and buttons can be clipped off the bottom of the viewport.
Tumblr media
8. Continue filling out the rest of the form, or skip it for now and scroll all the way to the bottom to the 'Visibility & access' section. Here make sure you have 'Draft' selected. This prevents others from finding your game until you're ready, and I always recommend play testing things before you make your work public.
9. Finally, hit the 'Save' button, then go and have a look at your creation by hitting the 'View page' link. And there you go! When you're ready for public release, just change the option in section 8 to 'Public'.
---
A few things to bear in mind about hosting on itch.io:
There isn't currently any way for your readers to save their game. I'm sure someone could write in a plugin similar to Dashingdon's at some point, but as for right now, this isn't available. See addition/edit below.
Make sure you properly tag your game with the 'choicescript' and 'interactive-fiction' tags. There are an awful lot of games on itch.io and it's easy to get lost in the crowd. Make sure folks can find you by having the right tags.
I hope this brief guide was useful to folks.
Best of luck to you with your writing!
---
Addition/Edit:
Thanks to @hpowellsmith for bringing this to my attention. You can add save functionality to your game by using this addon:
The ChoiceScript Save Plugin
Just tried it out on my own game and it works perfectly.
Rather than run through the addon author's own tutorial here, I'll just forward you to the Readme on their Github page.
One small note I would add is when it asks you to make the two small additions to your index file, make sure you right click the file and open it with your coding program, don't double-click it as this will just open it in an internet browser, and it won't give you the access to what you need to change.
715 notes · View notes
manonamora-if · 10 months ago
Text
Tumblr media
The 100% Good Twine SugarCube Guide!
The 100% Good Twine SugarCube Guide is a coding guide for the SugarCube format of Twine. It is meant as an alternative to the SugarCube documentation, with further explanations, interactive examples, and organised by difficulty. The goal of this guide is to make the learning curve for new SugarCube user less steep, and provide a comprehensive and wide look over the format.
VIEW / DOWNLOAD THE GUIDE!!!!
The Guide is compartmentalised in (currently) four categories:
THE BASICS or the absolute basics to start with SugarCube. No need for extra knowledge. Just the base needed to make something.
THE BASICS + adding interactivity, and creating a fully rounded IF game May require a bit of CSS knowledge (formatting rules)
INTERMEDIATE MODE adding more customisation and complex code Will probably require some CSS knowledge, and maybe some JavaScript
ADVANCE USE the most complex macros and APIs Will surely require some JavaScript/jQuery knowledge
Note: The Advanced Use includes all the APIs, macros, and methods not covered by the previous categories. This includes code requiring very advance knowledge of JavaScript/jQuery to be used properly.
Each category explains many aspects of the format, tailored to a specific level of the user. More simpler explanations and examples are available in earlier chapters, compared to the later ones.
If something is unclear, you found a mistake, you would like more examples in the guide, or would like a feature covered, let me know!
The Guide currently covers all macros (as of SugarCube v.2.37.3), all functions and methods, and APIs. It touches upon the use of HTML, CSS, JavaScript and jQuery, when relevant. It also discusses aspects of accessibility.
The Guides also provides a list of further resources, for the different coding languages.
The Guide is available in a downloadable form for offline view:
HTML file that can be opened in Twine
.tw file that can be opened in Twine
source code, separating the chapters, .js and .css files
GITHUB REPO | RAISE AN ISSUE | TWINE RESOURCES TWEEGO | TEMPLATES | CSCRIPT 2 SG GUIDE
Twine® is an “an open-source tool for telling interactive, non-linear stories” originally created by Chris Klimas maintained in several different repositories (Twinery.org). Twine is also a registered trademark of the Interactive Fiction Technology Foundation.
SugarCube is a free (gratis and libre) coding format for Twine/Twee created and maintained by TME.
VIEW / DOWNLOAD THE GUIDE!!!!
As of this release (v2.0.0), it is up to date with the version 2.37.3. If you are looking for the guide covering SugarCube 2.36.1, you can find it on my GitHub.
Note: the Guide is now complete. There won't be further substantial updates.
505 notes · View notes
vestaignis · 4 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Кристальная пещера Бермудских островов.
Бермудские острова – это уникальная кладезь красивых природных достопримечательностей. Одна из них – Пещера кристаллов, сказочное место, которое завораживает сразу после того, как попадаешь туда. Находится пещера рядом со столицей Бермудских островов – городом Гамильтон.
От других подобных пещер Пещера кристаллов отличается тем, что в ней достаточно большое количество глубоких чистых озер, которые посредством подземных вод связаны с океаном. Уровень воды обычно составляет около 17 метров, она такая прозрачная, что можно рассматривать дно и видеть все красивые возвышенности и разломы, которые расположены на нем.По одному из озер – Кахоу – можно прогулять по понтонному мосту, это незабываемые ощущения, словно гости парят над водой.
 Удивительные по красоте сталактиты и сталагмиты, обрамляющие прозрачные лазурные воды подземного озера, были сформированы около 30 миллионов лет назад.  Вся эта красота сосредоточена на сравнительно небольшой территории пещеры, всего 500 метров. Глубина пещеры – 62 метра. По данным Управления по туризму Бермудских островов, пещера образовалась во время плейстоценового ледникового периода, около 1,6 миллиона лет назад.
Первым «официальным» туристом, который посетил Пещеру кристаллов в 1908 году, стал известный писатель Марк Твен. Он описал увиденное так: белый сахар причудливых форм свисает со стен и поднимается под ногами. Его визит в пещеру во многом поспособствовал тому, что у этого места сильно выросла популярность среди людей, приезжающих отдыхать на Бермуды.
Когда в начале 2000х годов Пещеру кристаллов реконструировали и обновляли искусственное освещение, которое создает особый колорит, то была обнаружена еще одна пещера, немного ниже той, что уже была известна.
Crystal Cave Bermuda.
Bermuda is a unique treasure trove of beautiful natural attractions. One of them is the Crystal Cave, a fabulous place that captivates you immediately after you get there. The cave is located near the capital of Bermuda, the city of Hamilton.
The Crystal Cave differs from other similar caves in that it has a fairly large number of deep, clear lakes that are connected to the ocean through underground waters. The water level is usually about 17 meters, it is so transparent that you can look at the bottom and see all the beautiful hills and faults that are located on it. You can walk along a pontoon bridge along one of the lakes, Kahowa, it is an unforgettable experience, as if guests are floating above the water.
The amazingly beautiful stalactites and stalagmites framing the transparent azure waters of the underground lake were formed about 30 million years ago. All this beauty is concentrated in a relatively small area of ​​the cave, only 500 meters. The depth of the cave is 62 meters. According to the Bermuda Tourism Authority, the cave was formed during the Pleistocene Ice Age, about 1.6 million years ago.
The first "official" tourist who visited the Crystal Cave in 1908 was the famous writer Mark Twain. He described what he saw as follows: white sugar of bizarre shapes hanging from the walls and rising under his feet. His visit to the cave largely contributed to the fact that this place has grown in popularity among people coming to Bermuda for vacation.
When the Crystal Cave was reconstructed in the early 2000s and the artificial lighting, which creates a special flavor, was updated, another cave was discovered, slightly lower than the one that was already known.
Источник://t.me/places_on_earth, /7toucans.com/ru/что-делать-во-время-путешествий/north-america/bermuda-u-k/h, /ru-travel. livejournal.com/28858248.html, //www.tripadvisor.ru/Attraction_ Review-g562684-d148022-Reviews-Crystal_Fantasy_Caves-Hamilton_Parish_Bermuda.html, /dzen.ru/a/YXf7-NVMoVRfBhzd.
197 notes · View notes
apod · 2 months ago
Photo
Tumblr media
2025 April 25
Asteroid Donaldjohanson Image Credit: Lucy/NASA/Goddard/SwRI/Johns Hopkins APL/NOIRLab
Explanation: Main belt asteroid 52246 Donaldjohanson is about 8 kilometers long and 3.5 kilometers across. On April 20, this sharp close-up of the asteroid was captured at a distance of about 1100 kilometers by the Lucy spacecraft's long range camera during its second asteroid encounter. Named after American paleoanthropologist Donald Johanson, discoverer of the Lucy hominid fossil, the elongated asteroid was likely formed about 150 million years ago from a gentle collision of two smaller bodies creating its characteristic contact binary shape. Launched in October of 2021, the Lucy spacecraft will continue its travels through the main asteroid belt in 2025, but is on its way to explore Jupiter's swarm of Trojan asteroids. Lucy is expected to encounter its first Trojan asteroid target, 3548 Eurybates, in August 2027.
∞ Source: apod.nasa.gov/apod/ap250425.html
91 notes · View notes
genderkoolaid · 10 months ago
Text
I come late to organizing as a transgender activist. In doing so, I’ve learned a lot. I’ve learned transgendered people truly are everywhere and not just in New York, San Francisco and Washington D.C. I’ve learned many want to quietly assimilate into the white, heterosexual, middle class status quo that is the dominant culture of our nation. I’ve learned quite a few of us have no wish or desire for such assimilation — that for some of us, our greatest desire is to shake up that dominant culture, to question gender and identity on every level — social, biological, political and personal. I’ve learned that perhaps right at this moment there is a transgendered person — most likely an MTF transsexual or crossdresser, most likely a person of color, being brutally murdered. I’ve learned people much younger than I are coming out as transgendered in ways I never believed possible when I was their age and are challenging not only the status quo, but also calling on “old” activists like me to take another look around and see the world through their eyes. And I’ve learned that, perhaps like all other communities, we love to eat our own. Some of you reading this are aware of the controversies and conflicts swirling within the transgender community, most of which focus upon the organization GenderPAC. For those of you who aren’t up on it, here’s an abbreviated version. A significant number of transgender activists and community organizations have taken issue with GenderPAC’s expansion of its mission and vision to incorporate a larger view of gender rights rather than a specific and focused emphasis upon civil rights advocacy for transgendered people. Depending on whom you ask, this reinventing of GenderPAC is either the logical extension of its organizational vision to secure the rights of all people to free gender expression — or the cold-blooded abandonment of the very community by whom and for which it was created, nurtured and financially supported. Being the baby TG activist I am, I come to this drama late. Long after the battle lines were laid down. Long after sides were chosen, opinions formed and set in stone. Long after wounds (both real and imagined) were inflicted.
I’ve watched carefully for the past couple of years as the battle has played out online, in internet chat rooms, and on mailing lists. I’ve read statements from individuals and organizations that have taken a stand on the issue. I’ve received press releases and announcements from one camp or another; a battle of media propaganda that would make the veterans of the Cold War proud. And through it all, I’ve tried to be a rather casual observer, if one can be casual as they watch some of the best and brightest of their community consumed in an internal battle that threatens to tear the entire community apart. Of course my being a casual observer hasn’t stopped a few folks from demanding to know where I stand. I’ve been pulled aside at conferences and been given “information,” primarily innuendo and accusation, so I am up to speed on the situation. I’ve been directed to websites that were little more than character assassinations in badly laid-out HTML. And I’ve been emailed privately and off-list by those concerned I was going to make the “wrong choice.” Want to know what my answer to these people is? Okay, here it is — I really don’t care. That’s right. I DON’T CARE. You see, I believe almost everyone entangled in this controversy is acting in what they believe are the best interests of the community with which they feel most closely aligned. I believe they’re doing the best they can with what they have. I believe mistakes have been made by everyone involved, that the personal has become political in the most destructive of ways. I also believe in change and evolution; that even organizations that have had to be forced to listen to me and to consider my issues can learn from their mistakes and realize they must make a seat for me at the table if they are to truly realize the dream of civil rights for themselves and for others. But most of all, I believe in hope. I was asked point-blank whose side I was on. This is my answer: I am on the side of whoever has the guts and initiative to end this thing and make a real effort to move our community forward out of this debilitating and destructive conflict. I’m on the side of anyone who is more interested in healing the wounds than in proving who is right. I’m on the side of those who have the ability and the willingness to put aside their personal and political animosities and seek some way to bring together everyone involved to begin a healthy dialogue, one without finger-pointing and name-calling. Until that happens, I guess I’m on the side of those who are the most negatively affected by this dysfunctional family feud. In case anyone needs a refresher course as to who those folks are and the issues they are dealing with, allow me to introduce just a few of them. The transsexual FTM who has lost custody of his child when he began transition; the butch lesbian who lost her job because she refused to wear makeup or shave her legs; the crossdresser whose wife is seeking a divorce and custody of the children he adores; the effeminate gay man beaten to death and crucified on a fence on a lonely Midwestern plain; the 17-year-old MTF doing tricks in the back alleys of San Francisco because her parents kicked her out when they found “him” wearing dresses; the FTM who died of uterine cancer because he couldn’t get insurance approval for a hysterectomy after he had completed sexual reassignment. Ultimately, it is these transgender, transsexual and gender- variant people who have the most to lose if someone doesn’t step up to the plate to end this.
"Gender, Identity Politics, and Eating Our Own" by Alexander John Goodrum (2001)
229 notes · View notes
laika290 · 1 year ago
Text
ever wonder why spotify/discord/teams desktop apps kind of suck?
i don't do a lot of long form posts but. I realized that so many people aren't aware that a lot of the enshittification of using computers in the past decade or so has a lot to do with embedded webapps becoming so frequently used instead of creating native programs. and boy do i have some thoughts about this.
for those who are not blessed/cursed with computers knowledge Basically most (graphical) programs used to be native programs (ever since we started widely using a graphical interface instead of just a text-based terminal). these are apps that feel like when you open up the settings on your computer, and one of the factors that make windows and mac programs look different (bc they use a different design language!) this was the standard for a long long time - your emails were served to you in a special email application like thunderbird or outlook, your documents were processed in something like microsoft word (again. On your own computer!). same goes for calendars, calculators, spreadsheets, and a whole bunch more - crucially, your computer didn't depend on the internet to do basic things, but being connected to the web was very much an appreciated luxury!
that leads us to the eventual rise of webapps that we are all so painfully familiar with today - gmail dot com/outlook, google docs, google/microsoft calendar, and so on. as html/css/js technology grew beyond just displaying text images and such, it became clear that it could be a lot more convenient to just run programs on some server somewhere, and serve the front end on a web interface for anyone to use. this is really very convenient!!!! it Also means a huge concentration of power (notice how suddenly google is one company providing you the SERVICE) - you're renting instead of owning. which means google is your landlord - the services you use every day are first and foremost means of hitting the year over year profit quota. its a pretty sweet deal to have a free email account in exchange for ads! email accounts used to be paid (simply because the provider had to store your emails somewhere. which takes up storage space which is physical hard drives), but now the standard as of hotmail/yahoo/gmail is to just provide a free service and shove ads in as much as you need to.
webapps can do a lot of things, but they didn't immediately replace software like skype or code editors or music players - software that requires more heavy system interaction or snappy audio/visual responses. in 2013, the electron framework came out - a way of packaging up a bundle of html/css/js into a neat little crossplatform application that could be downloaded and run like any other native application. there were significant upsides to this - web developers could suddenly use their webapp skills to build desktop applications that ran on any computer as long as it could support chrome*! the first applications to be built on electron were the late code editor atom (rest in peace), but soon a whole lot of companies took note! some notable contemporary applications that use electron, or a similar webapp-embedded-in-a-little-chrome as a base are:
microsoft teams
notion
vscode
discord
spotify
anyone! who has paid even a little bit of attention to their computer - especially when using older/budget computers - know just how much having chrome open can slow down your computer (firefox as well to a lesser extent. because its just built better <3)
whenever you have one of these programs open on your computer, it's running in a one-tab chrome browser. there is a whole extra chrome open just to run your discord. if you have discord, spotify, and notion open all at once, along with chrome itself, that's four chromes. needless to say, this uses a LOT of resources to deliver applications that are often much less polished and less integrated with the rest of the operating system. it also means that if you have no internet connection, sometimes the apps straight up do not work, since much of them rely heavily on being connected to their servers, where the heavy lifting is done.
taking this idea to the very furthest is the concept of chromebooks - dinky little laptops that were created to only run a web browser and webapps - simply a vessel to access the google dot com mothership. they have gotten better at running offline android/linux applications, but often the $200 chromebooks that are bought in bulk have almost no processing power of their own - why would you even need it? you have everything you could possibly need in the warm embrace of google!
all in all the average person in the modern age, using computers in the mainstream way, owns very little of their means of computing.
i started this post as a rant about the electron/webapp framework because i think that it sucks and it displaces proper programs. and now ive swiveled into getting pissed off at software services which is in honestly the core issue. and i think things can be better!!!!!!!!!!! but to think about better computing culture one has to imagine living outside of capitalism.
i'm not the one to try to explain permacomputing specifically because there's already wonderful literature ^ but if anything here interested you, read this!!!!!!!!!! there is a beautiful world where computers live for decades and do less but do it well. and you just own it. come frolic with me Okay ? :]
*when i say chrome i technically mean chromium. but functionally it's same thing
461 notes · View notes
alexbkrieger13 · 2 months ago
Note
https://www.sportschau.de/fussball/frauen-bundesliga/bayerns-pernille-harder-das-double-auf-dem-fuss,spieltag-zwanzig-bayern-pernille-harder-double-auf-dem-fuss-100.html
I know its most likely geo blocked, but good article about p.
Bayern's Pernille Harder - The double on her feet
In the coming days, Bayern could secure the league and cup double for the first time in the club's history. A large part of that comes from Pernille Harder , who has been in goal-scoring form in recent weeks.By Katarina Schubert
March brought a turning point. While it had previously looked as if the title race in the Women's Bundesliga could be a thrilling one for a change, Bayern found their old form again. With their 3-1 victory against their fiercest rivals of recent years, VfL Wolfsburg, the championship title had essentially been decided. Going into Matchday 20, the Munich team now leads by eight points and could clinch the title as early as this weekend.
Pernille Harder ignites turbo
The first half of the season was quite bumpy for Bayern. It seemed as if clubs like Eintracht Frankfurt, who secured the title as autumn champions, and Bayer Leverkusen, as well as record champions Wolfsburg, had closed the gap. But in the end, everything went as usual – thanks in part to Pernille Harder. The 32-year-old, who joined Bayern from Chelsea in 2023 , seemingly single-handedly brought her team to this strong starting position.
In the crucial match against Wolfsburg, Harder scored twice. And the team's run to the DFB Cup final would likely have been lost without the Dane. Bayern were two goals down in the semifinal against Hoffenheim, but then Harder fired up the momentum. Her hat trick ultimately ensured that FCB could secure the league and cup double for the first time in its history.
Harder is Bayern's top scorer
"She's world class. She's special. We should be happy to have a player like her in the Bundesliga ," Bayern coach Alexander Straus told Sky after the cup semifinal. "She's probably scored 20 goals for us this season. A fantastic player." Straus's statement is only slightly off the mark: She's scored 21 goals across all competitions so far, making her Bayern's top scorer.
Harder sees herself as a hanging striker on the pitch, as she told FC Bayern TV. "In my position, it's all about finding open space in the attacking third. I have to make sure we create scoring opportunities from our possession," said the Danish record-capped international. "I scan my surroundings a lot so I always know where my opponents are and where the ball needs to go next."
Good interaction with Bühl and Schüller
To fulfill this role, one must be technically strong and able to operate in tight spaces, Harder continued. Tactical understanding is also required. Another factor that helps is staying injury-free. So far, the midfielder has played in every Bundesliga match this season, but she's had a lot of bad luck with injuries in previous years, sometimes sidelining her for months.
Also in full play are Klara Bühl and Lea Schüller, who not only now harmonize well with Harder, but also contributed significantly to the success with their seven and eight goals, respectively. Bühl is also the top assist provider in the Women's Bundesliga. At the same time, Bayern boast the best defense of the season so far – the defense, led by captain Glódís Perla Viggósdóttir , Caro Simon, Giulia Gwinn, and Madgalena Eriksson, has conceded just twelve goals.
A bitter pill to swallow in the final stretch of the season
Although Harder has stood out with her performances in recent weeks, it is also thanks to the broad quality of the squad that Bayern could now achieve the double. It would also be a farewell gift to Alexander Straus, who announced his departure from Munich shortly before Easter, a surprise to players and fans alike. The Norwegian is moving to Angel City FC in the US women's league NWSL .
The Champions League exit is also still hurting . In the quarterfinals, they suffered two decisive defeats against eight-time winners Olympique Lyon . The goal is all the more to secure their first title on Sunday at home against Freiburg. "To clinch the title at home, in front of our own fans in our living rooms, you couldn't imagine anything better. That's why we're so excited ," Bühl told BR.
First double with Bayern
Pernille Harder is likely one of them. Although the Dane already played for Wolfsburg in the Women's Bundesliga from 2017 to 2020, winning the double with them four times, it would be her first time with Bayern. The signs for an early title win are looking good, at least in terms of the numbers. The Munich team last lost to Freiburg seven years ago. And last year, they also clinched the title on matchday 20.
48 notes · View notes
notalostcausejustyet · 6 months ago
Text
Behold and See if There be Any Sorrow
Tumblr media
A bit late, but here's my holiday GO fic. This one is very, very personal to me. Many thanks go out to the @goodomensafterdark writer's guild and the always spectacular @adverbian for their help betaing and sorting my sorry lack of HTML skills lol.
Excerpt:
The vaults of St. Bartholomew’s transform the sound of the human voice like nothing else on earth, as the church has done since its inaugural services almost a millennia ago. Even from here, beyond the heavy doors, well away from the hallowed grounds. The ancient façade shimmers in the wavering illumination cast by  halogen streetlamps and the sound of the organ and chorus swells out into the frigid night air. It is forty-one minutes past midnight on the morning of December 25th and Handel’s Messiah is well underway inside the historic church.
A lone figure tips his head back to the night sky from where he is lounging against the side of a classic Bentley that is darker even than the shadows it sits in. Waiting, always waiting. He has stood sentinel over midwinter rituals longer than the gargoyles that flank the walls of the garden here, and he will stand guard over this one as well. London has blessed them with an unusually clear evening for December, and while the city will not grant him the stars he so loves, the brilliantly cold night has brought the moon into beautifully sharp relief, its cold glow casting diamonds into the frost that has formed on every surface, creating something miraculous out of the mundane.
Crowley looks upon the impassive face of the moon and reflects on the irony of how he worships still. He cannot stand in the nave, nor partake in the terrible, bone-aching beauty of the choir first-hand. Only once, in his long history on this pale blue dot, has he trespassed upon sanctified ground. His soles ache distantly at the memory; the scars of that night are deeper than the fragile flesh of this corporation. Cont. on A03, Link embedded above.
56 notes · View notes
study-diaries · 22 days ago
Text
Day 6 [Forms In HTML]
Introduction To HTML
Day 2 [Multimedia Elements In HTML]
Day 3 [Table in HTML]
Day 4 [Link Tag In HTML]
Day 5 [Lists In HTML]
Forms are basically used for collecting user information. And they are really important to learn. Here's a simple form in HTML:
Code:
Tumblr media Tumblr media Tumblr media
Line By Line Explanation:
<form>: Used for creating forms. All the form elements go in this tag. Action: When submitted, data is sent to this file or URL [index.html] Method="post": Sends data
<label> : This describes the input tag for="___": Connects the label to the input with id="name" id : gives a unique identification to the tag <input>: It's used to make the form elements
<input> Type Elements :
type="text" : A simple text box is created.
type="email" : A box to input email.
type="checkbox" : A small square that users can tick. Can select multiple options using this.
type="radio" : A small circle, you can only select one option.
type="submit" : A button that submits the data to the server.
<textarea>: Accepts multiple lines of text. rows="4": It creates 4 lines cols="30": It creates 30 characters
<select> : Creates a drop-down list <option>: Creates an item in the dropdown. value="colorname": This is the data sent to the server if chosen.
Output For The Code:
Tumblr media
_______________________
Hope This Helps !!
34 notes · View notes
jeannecrain · 4 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media
NUCLEAR WINTER - $10
Nuclear Winter is a moody blue monotone skin that was previously made specially for and used on a post-apocalyptic Fallout roleplay a few years ago.
There are comments scattered throughout the stylesheet and written HTML to help you navigate what to edit (if you wish to use it as is) and what not to edit it.
This skin comes with:
- A pre-installed UserWay accessibility menu. - A collapsible sidebar that's easy to read and navigate with a pop-out login box. - A removable news section with a scrollable news ticker, wanted ad listings in the form of icons, and staff icons. Beneath these three columns is the navigation bar. - Trigger warning fields that, when filled out, precede a post to warn users of potentially triggering material within. - A main profile flush with customizable fields to help fit whatever genre of site you decide to use this skin on. This profile has a header, with places for a character name and face claim, links to noteworthy information, the forum avatar listed on the side, an OOC section, and an awards section that scrolls vertically upon overflow. - An isotope members row that allows you to sort by member names. Custom fields that can be found on this skin and modified accordingly are: age, gender, pronouns, residence, morality, height, faction, occupation, species, OOC alias, OOC age, OOC pronouns, OOC timezone, maturity/content rating, and OOC trigger warnings.
Graphics for this skin that will be auto-resized are: a 350x700px header image of character, a 350x200px avatar image, a 200x200px gif icon, and a 110x50px gif icon for the mini profile.
For the optional news banner on the index: 50x50px wanted ad icons and 40x40px staff icons.
33 notes · View notes
transformativeworks · 1 year ago
Note
Hello, I dont know if this is the right place for this but I have a question about ao3 terms of service.
Is it against ao3 policy to upload/post mood boards created via stock images along side fics? I have looked several places, and it seems like this is a gray area based on what i have found. I see other creators doing this and I would love to as well, but if its against tos I don't want to violate them.
Thank you for your time.
Hey Nonnie
Posting images is not against the TOS to my knowledge. In fact the FAQ has a whole section on how to embed images in fics.
You can post fanworks that contain text and/or embedded media. However, media types other than text can't currently be hosted by Archive of Our Own (AO3)—they will need to be uploaded to an external site first, and not all sites are supported. If your fanwork contains other media, you can use HTML to embed or link to the externally hosted file in an AO3 work.
In general your best place to direct questions about the AO3 TOS is the support form - where AO3 Support volunteers know all the policies best!
Hope this helps
~ Mod Remi
162 notes · View notes
webfarmhouses-blog · 5 months ago
Text
Web designer in Jodhpur
Creative Web Design
We are a web designing company that has a team of skilled and experienced web designers and developers who can create stunning and functional websites for any type of business or domain. We offer a variety of web designing services, such as custom web design, web development, web hosting, SEO, and maintenance. We also provide you with a free web design consultation, where we can discuss your goals, needs, and preferences, and provide you with a web design proposal that suits your requirements and expectations.
What we do in Web Design
Our web designing services are the services that provide web designing solutions for clients who want to create or improve their online presence. It involves the use of various elements such as colours, fonts, images, graphics, animations, and interactions to convey the message and purpose of the website to visitors. Web designing services can help clients with various aspects of web designing, such as Consultation: Our web designing services can help clients understand their goals, needs, and preferences, and provide them with expert advice and guidance on how to achieve them . Strategy: Our services can help clients develop a clear and effective web design strategy that aligns with their brand identity, target audience, and business objectives.Design: We help clients create a unique and attractive web design that reflects their vision and personality, and that engages and impresses their visitors.Launch: Our services can help clients launch their website to the public, and provide them with web hosting, domain registration, and security services.
Our Design Technology
At Web Farm House, we understand that web design is not just about making a website look good. It is also about making it work well, communicate effectively, and provide value to the users. That is why we use the latest web design technology to create websites that are:
Visually appealing: We use web graphic design to create stunning and consistent visual elements for your website, such as colours, fonts, images, icons, and animations.
Easy to use: We use user interface design to create intuitive and interactive elements for your website, such as buttons, menus, forms, and navigation.
Functional and reliable: We use web development to code and program your website, using languages such as HTML, CSS, JavaScript, PHP, and others. We follow the principles of web standards, web accessibility, web performance, and web security, to ensure the quality and reliability of your website.
Our Work Process
At Web Farm House, we follow a systematic and collaborative work process to create your website. Our work process consists of four main phases: Discovery, Design, Development, and Delivery:
Discovery: This is the phase where we get to know you and your project. We will ask you some questions about your goals, needs, preferences, budget, and timeline. We will also conduct some research on your industry, competitors, and target audience. Based on the information we gather, we will create a project proposal and a contract for you to review and approve.
Design: This is the phase where we create the visual and interactive elements of your website. We will start by creating a sitemap and a wireframe, which are the blueprints of your website’s structure and layout. We will then create a mockup, which is a prototype of your website’s appearance and functionality. We will present the mockup to you and ask for your feedback and approval. We will make any revisions as needed until you are satisfied with the design.
Development: This is the phase where we code and program your website. We will use the latest web development technology to create a website that is functional, reliable, and compatible with different devices and browsers. We will also test and debug your website to ensure its quality and performance. We will show you the progress of the development and ask for your feedback and approval.
Delivery: This is the final phase where we launch and maintain your website. We will upload your website to your chosen hosting service and domain name. We will also provide you with a user manual and a training session on how to use and update your website. We will also offer you ongoing support and maintenance services to keep your website running smoothly and securely.
We will also listen to your feedback and suggestions and make any changes as needed. We will work with you as a partner and a friend, not just as a client and a vendor. we value your input and satisfaction throughout the work process. We will communicate with you regularly and keep you updated on the status of your project.
Our Web Designing Services
Our is provides web design services for clients who want to create or improve their online presence. We help clients with various aspects of web designing, such as consultation, strategy, design, development, testing, launch, and maintenance:
Static web design
Liquid web design.
Adaptive web design.
Dynamic web design.
Responsive web design.
Single-page web design.
Why Choose Us?
We are a One-Stop Solution for delivering the best web design and development services. We render customized and affordable web design facilities to suit your requirements. Choose the best plans for building a responsive web design according to your needs:
Excellent technical support
Core PHP &Codeigniter + MySQL.
Secure and Reliable coding.
Satisfactory Customer Support.
SEO-friendly web development.
33 notes · View notes
manonamora-if · 2 years ago
Text
THIS IS OUTDATED!
Please share this post instead.
Tumblr media
The 100% Good Twine SugarCube Guide!
NOTE: while the Guide is in its complete form, it will be updated when SugarCube 2 updates (or if I spot a typo/error).
This SugarCube Guide was create as an alternative to the official documentation, providing a comprehensive and wide look over the use of Twine, particularly the SugarCube format.
The Guide is compartmentalised in four categories:
The Basics: or the absolute basics to start with SugarCube No need for extra knowledge. Just the base needed to make something.
The Basics+: adding interactivity, and creating a fully rounded IF game May require a bit of CSS knowledge (formatting rules)
Intermediate Use: adding more customisation and complex code Will probably require some CSS knowledge, and maybe some JavaScript
Advanced More (incomplete): the most complex macros and APIs Will surely require some JavaScript/jQuery knowledge
Each category explains a multitude of aspects of the format, tailored to a specific level of the user. More simpler explanations and examples are available in earlier chapters, compared to the later ones.
If something is unclear, you found a mistake, you would like more examples in the guide, or would like a feature covered, let me know!
The Guide currently covers all macros (as of SugarCube v.2.36.1*), all functions and methods, and APIs. It touches upon the use of HTML, CSS, JavaScript and jQuery, when relevant. It also discusses aspects of accessibility. *In case of format update, this Guide will make relevant edits.
The Guides also provides a list of further resources, for the different coding languages (SugarCube, HTML, CSS, JavaScript, jQuery).
VIEW OR DOWNLOAD THE GUIDE!!!!
460 notes · View notes
vestaignis · 9 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Парящие в небесах: монастыри Метеоры.
Метеорами (Μετέωρα) называют скалы на севере Греции, которые образовались более 60 миллионов лет назад и в то далекое время являлись каменистым дном доисторического моря. Они состоят из песчаника и обломочной горной породы и достигают высоты 600 метров.
Свое название эти скалы получили не зря. В переводе с греческого «Метеора» переводится как «парящий в воздухе». И действительно, эти скалы выглядят именно так – висящие, замершие в воздухе глыбы представляют собой что-то таинственное и божественное. Но самым диковинным является то, что на этих скалах разместились православные греческие монастыри, что добавило еще большее величие и очарование этому месту.
Первые кельи отшельников тут начали появляться больше 1000 лет назад. Считается, что некий Варнава обосновался тут в 950 году, а затем к нему стали подтягиваться и другие монахи. Два-три века образованная ими монашеская община жила без особых проблем. Но потом в 13-14 веке в Фессалию потянулись любители лёгкой наживы, вроде крестоносцев и турок. Несколько монахов бежали со Святой горы Афона в Метеоры. Один из них, Афанасий, и положил начало строительству монастырей. Всего их было 24, но дожило до наших дней только 6 — четыре мужских и два женских. Сегодня монахи в Метеорах живут по строгому Афонскому уставу, не имеют частной собственности, работают в монастырском хозяйстве, наставляют прихожан, занимаются просветительской деятельностью и культурными проектами типа возрождения византийской музыки, обучения иконописи и создания музейных экспозиций.
Опытные туристы считают, что в Метеоры нужно обязательно приезжать с ночёвкой, чтобы спокойно погулять днём по монастырям и сделать их фото при дневном свете и вечером, когда монастыри освещает закатное солнце, или когда в монастырях зажигают огни…
Floating in the sky: the Meteora monasteries.
Meteora (Μετέωρα) is the name given to the rocks in northern Greece, which were formed more than 60 million years ago and at that distant time were the rocky bottom of a prehistoric sea. They consist of sandstone and fragmentary rock and reach a height of 600 meters.
These rocks got their name for a reason. Translated from Greek, “Meteora” means “floating in the air.” And indeed, these rocks look exactly like this – hanging, frozen in the air boulders represent something mysterious and divine. But the most outlandish thing is that Orthodox Greek monasteries were located on these rocks, which added even more grandeur and charm to this place.
The first hermit cells began to appear here more than 1000 years ago. It is believed that a certain Barnabas settled here in 950, and then other monks began to join him. For two or three centuries, the monastic community they formed lived without any particular problems. But then, in the 13th-14th centuries, lovers of easy money, such as the Crusaders and the Turks, began to flock to Thessaly. Several monks fled from Mount Athos to Meteora. One of them, Athanasius, began the construction of monasteries. There were 24 of them, but only 6 have survived to this day - four male and two female. Today, the monks in Meteora live according to the strict Athonite charter, do not have private property, work in the monastery economy, instruct parishioners, engage in educational activities and cultural projects such as the revival of Byzantine music, teaching icon painting and creating museum exhibits.
Experienced tourists believe that it is necessary to come to Meteora with an overnight stay in order to calmly walk around the monasteries during the day and take photos of them in the daylight and in the evening, when the monasteries are illuminated by the setting sun, or when the lights are lit in the monasteries…
Источник: //tourpedia.ru/meteora-monastery/ ,//alexio-marziano. livejournal.com/193649.html,/www.airpano.ru/gallery.php?gallery=77, /www.vash-otdyh.by/images/Blog/Greece/Meteora/Греческие_ Метеоры.jpg,/pikabu.ru/story/meteoryi_gretsii_7932658,/dzen.ru/a/ZDlcHwAyoF1ar_Nf,/tourpedia.ru/meteora-monastery/,// t.me/roundtravel.
244 notes · View notes