#tech4all — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #tech4all, aggregated by home.social.
-
Aquí deixamos un material didáctico en forma de xogo de mesa: Tecnoloxía para Todas #Tech4All
Para construir colaborativamente procesos de desenvolvemento nos sectores da auga💧 , enerxía💡 , alimentación🌽 , TIC📻 e educación en tecnoloxía para o ben común🎓
👉 https://galicia.isf.es/blog/material-didactico-xogo-tecnoloxiadetodas-tech4all/
-
Aquí deixamos un material didáctico en forma de xogo de mesa: Tecnoloxía para Todas #Tech4All
Para construir colaborativamente procesos de desenvolvemento nos sectores da auga💧 , enerxía💡 , alimentación🌽 , TIC📻 e educación en tecnoloxía para o ben común🎓
👉 https://galicia.isf.es/blog/material-didactico-xogo-tecnoloxiadetodas-tech4all/
-
Aquí deixamos un material didáctico en forma de xogo de mesa: Tecnoloxía para Todas #Tech4All
Para construir colaborativamente procesos de desenvolvemento nos sectores da auga💧 , enerxía💡 , alimentación🌽 , TIC📻 e educación en tecnoloxía para o ben común🎓
👉 https://galicia.isf.es/blog/material-didactico-xogo-tecnoloxiadetodas-tech4all/
-
Aquí deixamos un material didáctico en forma de xogo de mesa: Tecnoloxía para Todas #Tech4All
Para construir colaborativamente procesos de desenvolvemento nos sectores da auga💧 , enerxía💡 , alimentación🌽 , TIC📻 e educación en tecnoloxía para o ben común🎓
👉 https://galicia.isf.es/blog/material-didactico-xogo-tecnoloxiadetodas-tech4all/
-
Aquí deixamos un material didáctico en forma de xogo de mesa: Tecnoloxía para Todas #Tech4All
Para construir colaborativamente procesos de desenvolvemento nos sectores da auga💧 , enerxía💡 , alimentación🌽 , TIC📻 e educación en tecnoloxía para o ben común🎓
👉 https://galicia.isf.es/blog/material-didactico-xogo-tecnoloxiadetodas-tech4all/
-
## Make folders
In C: //Users/You/Documents (or wherever you pick), make a new folder called Website (or whatever).
In folder "Website", make 3 new text files called "index.html", "style.css", and "index.js".
In folder "Website", make a folder named "img". Copy images you want to be able to use on your website into this folder "img".The overall filepath will be C: //Users/You/Documents/Website/index.html (or whichever) and C: //Users/You/Documents/Website/img/ImageFile01.jpg (formats vary) as well.
## Copy-paste code into text files
Copy-paste HTML and CSS from https://www.w3schools.com/howto/howto_js_slideshow.asp
(You can probably use this to play music or audio files instead of a photo slideshow. Slightly different code, but simpler, I expect.)In index.html, post the **HTML** code. In style.css, post the **CSS** code. In index.js, post the **JavaScript** code.
Correct any filepath pointers to the other text files.
Correct any filepath pointers to image files in the /img/ folder.## Overall result
..//Website/index.html
..//Website/style.css
..//Website/index.js
..//Website/img/ImageFile01.jpg for as many image files are in /img/ folder.## More links
Folder structure info: https://appcropolis.com/blog/organize-html-css-javascript-files
Best practices for filenaming conventions: https://blog.rheinwerk-computing.com/best-practices-for-html-naming-convention-and-referencing
Troubleshooting image loading: https://www.thoughtco.com/images-not-loading-4072206 andFor much later: https://github.com/yollinfo/sample-project-html-css-js
#OortArtCloud #VeRantDo #howTo #tutorial #guide #tech #Tech4All
-
## Make folders
In C: //Users/You/Documents (or wherever you pick), make a new folder called Website (or whatever).
In folder "Website", make 3 new text files called "index.html", "style.css", and "index.js".
In folder "Website", make a folder named "img". Copy images you want to be able to use on your website into this folder "img".The overall filepath will be C: //Users/You/Documents/Website/index.html (or whichever) and C: //Users/You/Documents/Website/img/ImageFile01.jpg (formats vary) as well.
## Copy-paste code into text files
Copy-paste HTML and CSS from https://www.w3schools.com/howto/howto_js_slideshow.asp
(You can probably use this to play music or audio files instead of a photo slideshow. Slightly different code, but simpler, I expect.)In index.html, post the **HTML** code. In style.css, post the **CSS** code. In index.js, post the **JavaScript** code.
Correct any filepath pointers to the other text files.
Correct any filepath pointers to image files in the /img/ folder.## Overall result
..//Website/index.html
..//Website/style.css
..//Website/index.js
..//Website/img/ImageFile01.jpg for as many image files are in /img/ folder.## More links
Folder structure info: https://appcropolis.com/blog/organize-html-css-javascript-files
Best practices for filenaming conventions: https://blog.rheinwerk-computing.com/best-practices-for-html-naming-convention-and-referencing
Troubleshooting image loading: https://www.thoughtco.com/images-not-loading-4072206 andFor much later: https://github.com/yollinfo/sample-project-html-css-js
#OortArtCloud #VeRantDo #howTo #tutorial #guide #tech #Tech4All
-
## Make folders
In C: //Users/You/Documents (or wherever you pick), make a new folder called Website (or whatever).
In folder "Website", make 3 new text files called "index.html", "style.css", and "index.js".
In folder "Website", make a folder named "img". Copy images you want to be able to use on your website into this folder "img".The overall filepath will be C: //Users/You/Documents/Website/index.html (or whichever) and C: //Users/You/Documents/Website/img/ImageFile01.jpg (formats vary) as well.
## Copy-paste code into text files
Copy-paste HTML and CSS from https://www.w3schools.com/howto/howto_js_slideshow.asp
(You can probably use this to play music or audio files instead of a photo slideshow. Slightly different code, but simpler, I expect.)In index.html, post the **HTML** code. In style.css, post the **CSS** code. In index.js, post the **JavaScript** code.
Correct any filepath pointers to the other text files.
Correct any filepath pointers to image files in the /img/ folder.## Overall result
..//Website/index.html
..//Website/style.css
..//Website/index.js
..//Website/img/ImageFile01.jpg for as many image files are in /img/ folder.## More links
Folder structure info: https://appcropolis.com/blog/organize-html-css-javascript-files
Best practices for filenaming conventions: https://blog.rheinwerk-computing.com/best-practices-for-html-naming-convention-and-referencing
Troubleshooting image loading: https://www.thoughtco.com/images-not-loading-4072206 andFor much later: https://github.com/yollinfo/sample-project-html-css-js
#OortArtCloud #VeRantDo #howTo #tutorial #guide #tech #Tech4All
-
## Make folders
In C: //Users/You/Documents (or wherever you pick), make a new folder called Website (or whatever).
In folder "Website", make 3 new text files called "index.html", "style.css", and "index.js".
In folder "Website", make a folder named "img". Copy images you want to be able to use on your website into this folder "img".The overall filepath will be C: //Users/You/Documents/Website/index.html (or whichever) and C: //Users/You/Documents/Website/img/ImageFile01.jpg (formats vary) as well.
## Copy-paste code into text files
Copy-paste HTML and CSS from https://www.w3schools.com/howto/howto_js_slideshow.asp
(You can probably use this to play music or audio files instead of a photo slideshow. Slightly different code, but simpler, I expect.)In index.html, post the **HTML** code. In style.css, post the **CSS** code. In index.js, post the **JavaScript** code.
Correct any filepath pointers to the other text files.
Correct any filepath pointers to image files in the /img/ folder.## Overall result
..//Website/index.html
..//Website/style.css
..//Website/index.js
..//Website/img/ImageFile01.jpg for as many image files are in /img/ folder.## More links
Folder structure info: https://appcropolis.com/blog/organize-html-css-javascript-files
Best practices for filenaming conventions: https://blog.rheinwerk-computing.com/best-practices-for-html-naming-convention-and-referencing
Troubleshooting image loading: https://www.thoughtco.com/images-not-loading-4072206 andFor much later: https://github.com/yollinfo/sample-project-html-css-js
#OortArtCloud #VeRantDo #howTo #tutorial #guide #tech #Tech4All
-
## Make folders
In C: //Users/You/Documents (or wherever you pick), make a new folder called Website (or whatever).
In folder "Website", make 3 new text files called "index.html", "style.css", and "index.js".
In folder "Website", make a folder named "img". Copy images you want to be able to use on your website into this folder "img".The overall filepath will be C: //Users/You/Documents/Website/index.html (or whichever) and C: //Users/You/Documents/Website/img/ImageFile01.jpg (formats vary) as well.
## Copy-paste code into text files
Copy-paste HTML and CSS from https://www.w3schools.com/howto/howto_js_slideshow.asp
(You can probably use this to play music or audio files instead of a photo slideshow. Slightly different code, but simpler, I expect.)In index.html, post the **HTML** code. In style.css, post the **CSS** code. In index.js, post the **JavaScript** code.
Correct any filepath pointers to the other text files.
Correct any filepath pointers to image files in the /img/ folder.## Overall result
..//Website/index.html
..//Website/style.css
..//Website/index.js
..//Website/img/ImageFile01.jpg for as many image files are in /img/ folder.## More links
Folder structure info: https://appcropolis.com/blog/organize-html-css-javascript-files
Best practices for filenaming conventions: https://blog.rheinwerk-computing.com/best-practices-for-html-naming-convention-and-referencing
Troubleshooting image loading: https://www.thoughtco.com/images-not-loading-4072206 andFor much later: https://github.com/yollinfo/sample-project-html-css-js
#OortArtCloud #VeRantDo #howTo #tutorial #guide #tech #Tech4All
-
Microsoft has announced that it is getting rid of its Blue Screen error display to make way for a "Black Screen of Death."
#news #windows11 #BSOD #Blackscreen #BlueScreenofDeath #Error #Microsoft #technews #tech4all #Tech #LatestNews #Windows #BlackScreenofDeath -
Microsoft has announced that it is getting rid of its Blue Screen error display to make way for a "Black Screen of Death."
#news #windows11 #BSOD #Blackscreen #BlueScreenofDeath #Error #Microsoft #technews #tech4all #Tech #LatestNews #Windows #BlackScreenofDeath -
Microsoft has announced that it is getting rid of its Blue Screen error display to make way for a "Black Screen of Death."
#news #windows11 #BSOD #Blackscreen #BlueScreenofDeath #Error #Microsoft #technews #tech4all #Tech #LatestNews #Windows #BlackScreenofDeath -
Microsoft has announced that it is getting rid of its Blue Screen error display to make way for a "Black Screen of Death."
#news #windows11 #BSOD #Blackscreen #BlueScreenofDeath #Error #Microsoft #technews #tech4all #Tech #LatestNews #Windows #BlackScreenofDeath -
Microsoft has announced that it is getting rid of its Blue Screen error display to make way for a "Black Screen of Death."
#news #windows11 #BSOD #Blackscreen #BlueScreenofDeath #Error #Microsoft #technews #tech4all #Tech #LatestNews #Windows #BlackScreenofDeath -
Microsoft has announced that it is getting rid of its Blue Screen error display to make way for a "Black Screen of Death."
#news #windows11 #BSOD #Blackscreen #BlueScreenofDeath #Error #Microsoft #technews #tech4all #Tech #LatestNews #Windows #BlackScreenofDeath -
Microsoft has announced that it is getting rid of its Blue Screen error display to make way for a "Black Screen of Death."
#news #windows11 #BSOD #Blackscreen #BlueScreenofDeath #Error #Microsoft #technews #tech4all #Tech #LatestNews #Windows #BlackScreenofDeath -
Microsoft has announced that it is getting rid of its Blue Screen error display to make way for a "Black Screen of Death."
#news #windows11 #BSOD #Blackscreen #BlueScreenofDeath #Error #Microsoft #technews #tech4all #Tech #LatestNews #Windows #BlackScreenofDeath -
Microsoft has announced that it is getting rid of its Blue Screen error display to make way for a "Black Screen of Death."
#news #windows11 #BSOD #Blackscreen #BlueScreenofDeath #Error #Microsoft #technews #tech4all #Tech #LatestNews #Windows #BlackScreenofDeath -
Microsoft has announced that it is getting rid of its Blue Screen error display to make way for a "Black Screen of Death."
#news #windows11 #BSOD #Blackscreen #BlueScreenofDeath #Error #Microsoft #technews #tech4all #Tech #LatestNews #Windows #BlackScreenofDeath -
Microsoft has announced that it is getting rid of its Blue Screen error display to make way for a "Black Screen of Death."
#news #windows11 #BSOD #Blackscreen #BlueScreenofDeath #Error #Microsoft #technews #tech4all #Tech #LatestNews #Windows #BlackScreenofDeath -
Microsoft has announced that it is getting rid of its Blue Screen error display to make way for a "Black Screen of Death."
#news #windows11 #BSOD #Blackscreen #BlueScreenofDeath #Error #Microsoft #technews #tech4all #Tech #LatestNews #Windows #BlackScreenofDeath -
Microsoft has announced that it is getting rid of its Blue Screen error display to make way for a "Black Screen of Death."
#news #windows11 #BSOD #Blackscreen #BlueScreenofDeath #Error #Microsoft #technews #tech4all #Tech #LatestNews #Windows #BlackScreenofDeath -
Microsoft has announced that it is getting rid of its Blue Screen error display to make way for a "Black Screen of Death."
#news #windows11 #BSOD #Blackscreen #BlueScreenofDeath #Error #Microsoft #technews #tech4all #Tech #LatestNews #Windows #BlackScreenofDeath -
Microsoft has announced that it is getting rid of its Blue Screen error display to make way for a "Black Screen of Death."
#news #windows11 #BSOD #Blackscreen #BlueScreenofDeath #Error #Microsoft #technews #tech4all #Tech #LatestNews #Windows #BlackScreenofDeath -
For our event #DPIinConversation, we are honored to host Aditi Agrawal, an independent journalist known for her incisive reporting on privacy and tech regulation. She will share her insights in the Day 1 session, “DPI and the Digital Divide,” on July 7.
Register now: https://form.sflc.in/dpi-in-conversation/
Event Details:
🗓️ July 7, 2025
🕕 6:00 PM IST
📍 OnlineStay Tuned!
#DigitalDivide #DigitalInclusion #techforgood #techforall #Tech4All #tech #DigitalIndia
-
For our event #DPIinConversation, we are honored to host Aditi Agrawal, an independent journalist known for her incisive reporting on privacy and tech regulation. She will share her insights in the Day 1 session, “DPI and the Digital Divide,” on July 7.
Register now: https://form.sflc.in/dpi-in-conversation/
Event Details:
🗓️ July 7, 2025
🕕 6:00 PM IST
📍 OnlineStay Tuned!
#DigitalDivide #DigitalInclusion #techforgood #techforall #Tech4All #tech #DigitalIndia
-
For our event #DPIinConversation, we are honored to host Aditi Agrawal, an independent journalist known for her incisive reporting on privacy and tech regulation. She will share her insights in the Day 1 session, “DPI and the Digital Divide,” on July 7.
Register now: https://form.sflc.in/dpi-in-conversation/
Event Details:
🗓️ July 7, 2025
🕕 6:00 PM IST
📍 OnlineStay Tuned!
#DigitalDivide #DigitalInclusion #techforgood #techforall #Tech4All #tech #DigitalIndia
-
For our event #DPIinConversation, we are honored to host Aditi Agrawal, an independent journalist known for her incisive reporting on privacy and tech regulation. She will share her insights in the Day 1 session, “DPI and the Digital Divide,” on July 7.
Register now: https://form.sflc.in/dpi-in-conversation/
Event Details:
🗓️ July 7, 2025
🕕 6:00 PM IST
📍 OnlineStay Tuned!
#DigitalDivide #DigitalInclusion #techforgood #techforall #Tech4All #tech #DigitalIndia
-
For our event #DPIinConversation, we are honored to host Aditi Agrawal, an independent journalist known for her incisive reporting on privacy and tech regulation. She will share her insights in the Day 1 session, “DPI and the Digital Divide,” on July 7.
Register now: https://form.sflc.in/dpi-in-conversation/
Event Details:
🗓️ July 7, 2025
🕕 6:00 PM IST
📍 OnlineStay Tuned!
#DigitalDivide #DigitalInclusion #techforgood #techforall #Tech4All #tech #DigitalIndia
-
@sflcin in partnership with FSCI, is bringing together the brightest minds for #OpenSourceWeek (June 16-20, 2025)!
This isn't just for coders or technologists, but for everyone who believes in using technology for good.
Join us on:
🗓️: June 16- 20th, 2025
🕕: 6-7 pm IST
📍: OnlineRegister Now: https://form.sflc.in/open-source-week-2025/
Join the conversation, attend Open Source Week, and connect with people who are building a better tomorrow.
-
@sflcin in partnership with FSCI, is bringing together the brightest minds for #OpenSourceWeek (June 16-20, 2025)!
This isn't just for coders or technologists, but for everyone who believes in using technology for good.
Join us on:
🗓️: June 16- 20th, 2025
🕕: 6-7 pm IST
📍: OnlineRegister Now: https://form.sflc.in/open-source-week-2025/
Join the conversation, attend Open Source Week, and connect with people who are building a better tomorrow.
-
@sflcin in partnership with FSCI, is bringing together the brightest minds for #OpenSourceWeek (June 16-20, 2025)!
This isn't just for coders or technologists, but for everyone who believes in using technology for good.
Join us on:
🗓️: June 16- 20th, 2025
🕕: 6-7 pm IST
📍: OnlineRegister Now: https://form.sflc.in/open-source-week-2025/
Join the conversation, attend Open Source Week, and connect with people who are building a better tomorrow.
-
@sflcin in partnership with FSCI, is bringing together the brightest minds for #OpenSourceWeek (June 16-20, 2025)!
This isn't just for coders or technologists, but for everyone who believes in using technology for good.
Join us on:
🗓️: June 16- 20th, 2025
🕕: 6-7 pm IST
📍: OnlineRegister Now: https://form.sflc.in/open-source-week-2025/
Join the conversation, attend Open Source Week, and connect with people who are building a better tomorrow.
-
@sflcin in partnership with FSCI, is bringing together the brightest minds for #OpenSourceWeek (June 16-20, 2025)!
This isn't just for coders or technologists, but for everyone who believes in using technology for good.
Join us on:
🗓️: June 16- 20th, 2025
🕕: 6-7 pm IST
📍: OnlineRegister Now: https://form.sflc.in/open-source-week-2025/
Join the conversation, attend Open Source Week, and connect with people who are building a better tomorrow.
-
Windows 11 #kb5058499 preview update (OS Build 26100.4202) for version 24H2 is rolling out with a new Share UI for desktop, Win + C keyboard shortcut, and more. https://windows101tricks.com/windows-update-preview/
#Windows11 #windows #TechNews #Tech4All #tech #Microsoft #NewsUpdate #LatestNews #LatestUpdates #news -
Confused about choosing a desktop computer vs. a laptop? Learn the key differences, pros, cons, and which is best for gaming, work, or students in 2025. https://www.techaipost.com/desktop-computer-vs-laptop-computer/
#Laptop #desktop #computer #tech #technology #techterms #techGuide #Techaipost #TechTrends #Tech4All -
Technology's grip on modern life is pushing us down a dimly lit path of digital land mines
“Everybody wants to point the blame somewhere else,” Saffo said, “but I would say you better start looking in the mirror.”
-
#KB5053656 (OS Build 26100.3624) update refines Windows 11 with better search, accessibility, gaming, system performance, and reliability. Read what's new: https://www.techaipost.com/windows-optional-updates/
#Windows11 #windows #news #Tech4All #technology #techaipost #updates #Microsoft #tech #technews -
Phone Link is now integrated into the Windows 11 Start menu. This integration lets users directly access their phone's features, including messages, calls, and recent photos, from the Start menu. #Windows11 #Features #news #latest #Microsoft #Windows #Tech4All #tech #technology
-
Feature updates are typically released once or twice a year, while quality updates are more frequent, often released monthly. Read the different between Windows Update vs. Feature Update for Windows 11 https://www.techaipost.com/windows-update-vs-feature-updates/
#windows #Windows11 #WindowsUpdate #photochallenge #photo #technology #Tech4All -
#Linux #xfce #debian #linuxnews #xubuntu #windows #macos #alternative #opensource #PrivacyFirst #indiedev #Web3Eco #WebDevelopment #Tech4All #technology #tech #python #artmoots #AIart #ecology #ukraine #LunarNewYear #python #javascript #html #css #ai #generativeAI #photography #photo #news #art #privacy #gamer #snake
-
The LAS 2022 Call for Locations is out!
If you’d like to bring LAS to your city please let us know. We are looking for letters of interest by 1 October 2021
You can find more information here: https://linuxappsummit.org/cfl/
-
This week is the week! #LAS2021 begins in just a few days on May 13th!
Take a look at the program and make sure you are registered!
http://linuxappsummit.org/register/ -
This could be interesting especially if they are covering some cross platform tools that build to Linux like Avalonia (.NET) and Flutter (Dart)
♲ @[email protected]:If you would like to help us at LAS and join the volunteer team, the call is officially open now!
#KDE #gnome #Linux #linuxappsummit #opensource #Tech4All #volunteers #volunteeropportunity #volunteer #community
Linux App Summit 2021 -
Do you have a talk or presentation that you'd like to share at #LAS2021
We want to hear from you!
Submit your talk today at
linuxappsummit.org/cfp/ -
This is HUGE, not just for gaming! 🌟 BCIs have massive potential for assistive technology, helping people with disabilities communicate & interact. It's a major step towards a future where we interact with all tech in more intuitive, thought-powered ways.
-
Windows 11 #kb5058499 preview update (OS Build 26100.4202) for version 24H2 is rolling out with a new Share UI for desktop, Win + C keyboard shortcut, and more. https://windows101tricks.com/windows-update-preview/
#Windows11 #windows #TechNews #Tech4All #tech #Microsoft #NewsUpdate #LatestNews #LatestUpdates #news -
Windows 11 #kb5058499 preview update (OS Build 26100.4202) for version 24H2 is rolling out with a new Share UI for desktop, Win + C keyboard shortcut, and more. https://windows101tricks.com/windows-update-preview/
#Windows11 #windows #TechNews #Tech4All #tech #Microsoft #NewsUpdate #LatestNews #LatestUpdates #news