Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

Notices tagged with javascript, page 3

  1. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Monday, 12-Oct-2020 00:00:08 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira

    @nomadimdad Please also teach #HTML element's roles and #ARIA accessibility. Besides, there are modern elements such as Template, Dialog and Details/Summary which, together with #CSS, deserve attention due to potential to replace some #JavaScript . For example, you can collapse/expand stuff watching states of form controls. Also foster Input File's “multiple” attribute and other existing input types to represent data in machine readable and standardized way instead of Input type Text.

    In conversation Monday, 12-Oct-2020 00:00:08 UTC from ecodigital.social permalink
  2. Terence Eden (edent@mastodon.social)'s status on Sunday, 11-Oct-2020 11:38:01 UTC Terence Eden Terence Eden

    Please stop using CDNs for external Javascript libraries

    https://shkspr.mobi/blog/2020/10/please-stop-using-cdns-for-external-javascript-libraries/

    #html #javascript

    In conversation Sunday, 11-Oct-2020 11:38:01 UTC from mastodon.social permalink

    Attachments


    1. https://ecodigital.social/system/media_attachments/files/001/788/393/original/3e470ca2f9323fe1.png
  3. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Tuesday, 29-Sep-2020 14:13:49 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira
    • JKB

    @praveen @jkb @DaveHiggins An addendum: since the journal's original page is no longer online, I found an alternative place to get the work: https://espace.curtin.edu.au/bitstream/handle/20.500.11937/14340/190087_74348_5-48-1-PB-1.pdf

    Contrary to that #Academia (.edu) reference, this one allows direct download without running the non-free #JS / #JavaScript, so it is compliant with the license stated in https://espace.curtin.edu.au/handle/20.500.11937/14340 .

    #FreeJS #LibreJS #JavaScriptTrap #CreativeCommonsLicense #CreativeCommons

    In conversation Tuesday, 29-Sep-2020 14:13:49 UTC from ecodigital.social permalink

    Attachments


    1. Free and Open Source Software (FOSS) in Education: IT@School Project, Kerala Region of India
      from Marinova, Dora
  4. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Friday, 31-Jul-2020 11:28:05 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira

    @meiotexto ocorre que como o #JavaScript / #JS é uma linguagem de "alto nível" (simplificada para propósito específico: ser carregada na #Web / #Internet e não se comunicando diretamente com o #Hardware ) e interpretada (toda vez que quer usar, tem que ler tudo, adicionando lentidão), as condicionais simples são mais rápidas se usar "( ? : )" (4 caracteres/bytes, sem espaço) em vez de "if ( ) { } else { }" (que tem 12).

    In conversation Friday, 31-Jul-2020 11:28:05 UTC from ecodigital.social permalink
  5. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Tuesday, 28-Jul-2020 18:58:30 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira

    @meiotexto Em adendo, se o objetivo é retornar false/null/undefined/NaN/0 por cause de um erro então aconselho tirar toda a linha do "return" e usar "throw new Error(…)" (mudando "Error" pelos tipos suportados pelo #JavaScript / #JS). Assim, apesar do retorno ser undefined, facilita muito fazer o navegador exibir a mensagem de erro para o usuário, incluindo o arquivo, a linha e a coluna onde ocorreu (use "window.onerror = alert;" no início do script e ao receber a mensagem, veja o console).

    In conversation Tuesday, 28-Jul-2020 18:58:30 UTC from ecodigital.social permalink
  6. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Tuesday, 28-Jul-2020 18:50:21 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira

    @meiotexto Se por "mensagem de ajuda" te referes a uma expectativa/objetivo, então em #JavaScript / #JS seria algo como:

    retorno_da_funcao = funcao();
    return retorno_da_funcao;

    Assume-se que se deseja retornar o mesmo conteúdo do retorno da função chamada. Além disso, assumindo uma condição simples, é possível fazer algo como:

    return (variavel == "teste" ? true : false );

    Se a condição for maior (notar que precisará de vários "( ? : )") então use if.

    In conversation Tuesday, 28-Jul-2020 18:50:21 UTC from ecodigital.social permalink
  7. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Saturday, 25-Jul-2020 12:17:13 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira
    • Strypey
    • Joseph Nuthalapati :fbx:

    @njoseph @strypey This would need the noted extension plus either complete #JavaScript / #JS blocker (like #NoScript or, although insecure, simply disable it ) or a partial one (e.g.: #LibreJS, which blocks only those not correctly marked as being #FreeJS / #FreeSoftware / #FreeSW / #LibreSoftware ).

    In conversation Saturday, 25-Jul-2020 12:17:13 UTC from ecodigital.social permalink
  8. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Saturday, 25-Jul-2020 11:49:25 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira

    @gustavo22soares Uma outra questão importante é justamente sobre este ponto do mouse em si. Todo o sistema acessível (e isso inclui os sites) deve ter ao menos uma forma de selecionar os itens de interação usando a tecla de tabulação / Tab, de preferência sem depender de construções em #JavaScript. Nem todos os usuários ativam #JS, por vários motivos, incluindo prevenção contra #Spectre e #Meltdown, vulnerabilidades ainda relevantes.

    In conversation Saturday, 25-Jul-2020 11:49:25 UTC from ecodigital.social permalink
  9. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Sunday, 12-Jul-2020 15:54:13 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira
    • 🇧🇷 pekman ✅

    @pekman Até onde sei, ele segue tendo viés político por si só, mas não partidário. Lógico que a direção radicalista não está mais tão presente, mas as ações com este viés continuam em função do legado da recomendação a favor da #AGPL e do recente descoberta da armadilha do #JavaScript / #JS não livre.

    Adendo: Apesar de eu não ser membro, pela página da FSFLA sobre sua estrutura, sei que também usa o método #Condorcet para votações internas.

    #FreeJS

    In conversation Sunday, 12-Jul-2020 15:54:13 UTC from ecodigital.social permalink
  10. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Sunday, 12-Jul-2020 14:41:17 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira
    • Free Software Foundation
    • Software Freedom Conservancy
    • Software Freedom Law Center
    • Minetest

    @guilhermesv No começo tinha iniciado apenas como forma de criar portfólio, mas desisti pois não tinham uso. Hoje só programa se puder usar e fazer #SoftwareLivre / #SoftwareLibre, conforme licenças recomendadas pela @fsf suas organizações-irmãs, @conservancy e @sflc, e se eu realmente for usar. Hoje faço tanto por entretenimento (e.g.: programar para @Minetest / #Minetest em #Lua, uma das linguagens que acho fáceis) ou por necessidade (fazer substituto livre de página com #JavaScript não livre)

    In conversation Sunday, 12-Jul-2020 14:41:17 UTC from ecodigital.social permalink
  11. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Friday, 03-Jul-2020 23:12:58 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira
    • Cybre Rick

    @rick_777 I think the same could be said to any hosting service that requires #JavaScript that isn't correctly marked as #FreeJS per #GNU #LibreJS.

    In conversation Friday, 03-Jul-2020 23:12:58 UTC from ecodigital.social permalink
  12. Strypey (strypey@mastodon.nzoss.nz)'s status on Saturday, 20-Jun-2020 14:44:03 UTC Strypey Strypey
    in reply to

    For those who want to reduce the #Javascript on their sites to the absolute minimum but don't know how, there's some really good advice towards the end of Eevee's brief history of #HTML and #CSS layout tools:
    https://eev.ee/blog/2020/02/01/old-css-new-css/

    In conversation Saturday, 20-Jun-2020 14:44:03 UTC from mastodon.nzoss.nz permalink

    Attachments

    1. Old CSS, new CSS
      from Eevee
      I first got into web design/development in the late 90s, and only as I type this sentence do I realize how long ago that was. And boy, it was horrendous. I mean, being able to make stuff an
  13. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Monday, 18-May-2020 20:36:31 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira

    @vitoranguia Concordo. Nenhum deles é federado. E no meu caso, requerem #JavaScript que nāo é #SoftwareLivre.

    In conversation Monday, 18-May-2020 20:36:31 UTC from ecodigital.social permalink
  14. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Tuesday, 12-May-2020 19:10:41 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira
    • F-Droid

    @_microbe101 @fdroidorg Use #GNU #LibreJS to disable only non-free #JavaScript. There are somethings that #JS does that pure #HTML or #CSS don't do, such as real time page updates.

    In conversation Tuesday, 12-May-2020 19:10:41 UTC from ecodigital.social permalink
  15. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Tuesday, 12-May-2020 10:20:36 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira

    @vitoranguia eu passo longe de #Twitter e de #LinkedIn, pois eles e vários outros precisam de #JavaScript que não é #SoftwareLivre executando automaticamente no navegador ou no navegador-disfarçado-de-aplicativo: https://www.gnu.org/philosophy/javascript-trap.html . Prefiro ir presencialmente nas agências do Sistema Nacional de Empregos ( #SiNE ).

    #Trabalho #Emprego #EmpregaBrasil #MaisEmprego #Vaga

    In conversation Tuesday, 12-May-2020 10:20:36 UTC from ecodigital.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      gnu.org
  16. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Tuesday, 25-Feb-2020 18:43:33 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira
    in reply to
    • F-Droid

    @fdroidorg Also, even with client-side autoexecuted #JavaScript (which in most cases doesn't have correct machine-and-human readable markup stating wether it's #FreeSoftware), one can make a keylogger using known #JavaScript libraries/applications and #CSS.

    In conversation Tuesday, 25-Feb-2020 18:43:33 UTC from ecodigital.social permalink
  17. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Tuesday, 25-Feb-2020 18:42:03 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira

    Also, even with client-side autoexecuted #JavaScript (which in most cases doesn't have correct machine-and-human readable markup stating wether it's #FreeSoftware), one can make a keylogger using known #JavaScript libraries/applications and #CSS.

    In conversation Tuesday, 25-Feb-2020 18:42:03 UTC from ecodigital.social permalink
  18. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Tuesday, 25-Feb-2020 15:38:17 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira

    @markosaric Modern #HTML and #CSS do many things. Use roll-out parts (be visible when an input is clicked). For #CAPTCHA, see https://www.coactivate.org/projects/disintermedia/i-am-not-a-human . Also, implement #ProgressiveEnhancement instead of #GracefulDegradation (see https://mikegerwitz.com/2017/06/dont-force-me-to-use-your-tools-on-the-web ). Avoid "Meta refresh". Make the page load completely (only then make #JS or #CSS hide). Avoid spinners. Make #JavaScript optional (an #WebExtension should provide those if the user so desires).

    In conversation Tuesday, 25-Feb-2020 15:38:17 UTC from ecodigital.social permalink

    Attachments

    1. I Am Not a Human - Disintermedia - CoActivate
    2. No result found on File_thumbnail lookup.
      Don’t force me to use your tools [on the Web] — Mike Gerwitz
  19. Strypey (strypey@mastodon.nzoss.nz)'s status on Sunday, 23-Feb-2020 23:17:10 UTC Strypey Strypey

    This page, whose main contents are a text news article with a photo byline, is completely blank with all #Javascript blocked. It tries to run scripts in my browser from no less than 20 third-party domains:
    https://www.informationweek.com/microsoft-updates-windows-without-user-permission-apologizes/d/d-id/1059183

    #MakeJavascriptOptional!

    In conversation Sunday, 23-Feb-2020 23:17:10 UTC from mastodon.nzoss.nz permalink

    Attachments

    1. Microsoft Updates Windows Without User Permission, Apologizes - InformationWeek
      Over the last few weeks, without user approval, Windows Update has updated nine small executable files in both Windows XP and Windows Vista.
  20. jl4 (~(-_( ~_~)_-)~) (jordila@social.ingobernable.net)'s status on Friday, 27-Dec-2019 18:11:02 UTC jl4 (~(-_( ~_~)_-)~) jl4 (~(-_( ~_~)_-)~)

    ' You might not need #JavaScript '

    «JavaScript is great, and by all means use it, while also being aware that you can build so many functional UI components without the additional dependancy.

    Maybe you can include a few lines of utility code, or a mixin, and forgo the requirement. If you're only targeting more modern browsers, you might not need anything more than what the browser ships with. ..[..]»

    http://youmightnotneedjs.com/

    In conversation Friday, 27-Dec-2019 18:11:02 UTC from social.ingobernable.net permalink
  • After
  • Before

Feeds

  • Activity Streams
  • RSS 1.0
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • Privacy
  • Source
  • Version
  • Contact

Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.