javascript

  1. Johnik

    Vue.js - Google Analytics UTM Tracking. Need Help.

    So, I have a Vue.js application with router. I've set up "vue-gtag" plugin, to enable page tracking. Now I need to track UTM source in my Google Analytics. But it does not work. What is worse, I did not find any information on Google regarding this problem. I really need to track UTM source and...
  2. LatestPhoneZone

    Is there a better way of implementing AMP?

    My Amp page through the amp plugin looks urgly and I don't know much about coding. Is there a better and simple way of implementing amp with just HTML, CSS, or JavaScript codes and get exactly the design as the non amp pages.
  3. S

    learning assistance javascript

    Hello programmers. I've been learning JS a lot already, about 3-4 months, learned the basics, syntax, and so on. But, now my progress has stalled, and I have several problems. 1 - I do not know how to learn further, that is, when I learned the basics, I watched training videos and repeated after...
  4. M

    Toggle between functions

    var btn = document.getElementsByTagName("button"); var click = 0; function toggleFunction(click) { if(click % 2 === 0) { playerA(); } else { playerB(); } } toggleFunction(click); function playerA() { for(let i = 0; i <btn.length...
  5. BlackMickey

    How to use a loop Inside Playwright or async

    So I am having some trouble trying to figure this out, does any of you guys know how to do it? var csvsync = require('csvsync'); var fs = require('fs'); var csv = fs.readFileSync('sites.csv'); var data = csvsync.parse(csv); const { chromium } = require('playwright'); (async () => { const...
  6. kimsin

    Display JSON data with Bootstrap 5 from Fetch API

    Dear All, I need someone to show me how to display fetched JSON data from the API endpoint to a Bootstrap 5 website. The structure is as follows: - Menu --> Categories --> Products --> [ List of Products ] Each product contains id, image, name, description and price. I can display all...
  7. Josh Saga

    HTML & CSS & Javascript Courses Recommendations?

    Hello all, I am now convinced studying code for web design/development for my future projects will be a great investment (I don't know anything about code) I thought just having a great eye for visual design is already good enough, but I want to be better in other aspects as well. With that...
  8. S

    Detect use of developer tools

    Anyone know how to detect the use of dev tools in the different browsers? Projectfreetv does it somehow, when you open devtools it basically clears the dom. Looked for the relevant event listener but came up with nothing.
  9. I

    Looking for Full Stack Developer for web platform(Budget + Dividends)

    Need a full stack developer for an ongoing project. Magento and WP proficiency. JS/Automations/API/Front End Dev. Message me
  10. IM Dude

    Page builder that outputs standalone html and css webpages in 2021

    Is there a page builder that outputs pure standalone html and css? No dependency on framework, library, nothing nada. No WordPress, clickfunnels, leadpage, grovefunnel etc. I don't mind if it adds some basic javascript. I can take generated html css javascript and upload it on any web hosting , vps.
  11. IG Growth

    Modify the class of an element in Wordpress

    Hello friends, I need help with a code for a web page that I am creating. I am creating it by means of a plugin that is complete shit (Unyson) what happens is that I need to change a class of one of its elements, when I try to do it directly from the HTML of the Wordpress editor everything loses...
  12. MartonB

    How to make an java scritpt AD to load only after page is fully loaded?

    Hello I'm trying to help my friend to improve his page load, He has an external JS that takes some time to fully load. we d'ilke to make that JavaScript load after the page is fully loaded Please any idea how to do that? thanks
  13. PoisonedYeti

    Start of something great (hopefully)

    Hello BlackHatWorld!! I am Poisoned Yeti, I typically stick to automating tasks on the internet via python and javascript (practically with nodejs), but recently I have started to make a few websites that I intend on making profitable. One is a quiz website with the intention of driving...
  14. B

    Hello peeps!!

    Hello there everyone!! Intermediate web developer with knowledge of JavaScript, node, react, html/css, bootstrap, python. Been teaching myself for almost 2 years now and have created about dozen applications. The one I'm most proud of is a streaming movie sight. What brought me here is knowledge...
  15. Captaintj

    [JOURNEY] To become a Full Stack Web Developer.

    Welcome everyone to this new journey of mine. Its been quite a few months since i began my journey learning Python to learn automation. But the little did I know, that the way I was taking would take many different turns. Link to my previous journey can be found - Here :suspicious: So whats...
  16. sane120

    how stream videos from google drive via HLS

    Hi I have been trying to figure out a way to stream videos from google drive via HLS, but I haven't found a good soluation yet. I use ffmpeg to create the m3u8 playlists and .ts segments, each video is stored in a sepreate folder and that folder contains the .ts chunks and the index meu8 file...
  17. William Parsons

    How to validate nested brackets within a string

    I was recently denied for a full-stack developer job with no explanation (maybe they just wanted free code) at a well-known proxy provider company after solving this coding challenge. I'm always looking to improve my skills, so I'd like to know if the BHW scripting pros have a better way to...
  18. thebotmaker

    Thread rotator / Switch threads after X minutes

    Scenario: You want to read all the threads related to a particular topic. (Test query performed below) Rather than finishing one thread then going backwards and forwards in the browser / opening multiple tabs which takes up more memory, my suggestion is to enable a timer that will rotate the...
  19. MiLe31

    JavaScript & PWA Impact on SEO

    BHW Team, My company will likely roll out a PWA rather than a website + native app for our newest business iteration. We have been researching the potential pitfalls of PWAs, and one that seems to pop up is RANKING!!! We cannot suffer ranking issues, and I've been trying to understand why PWAs...
  20. William Parsons

    JavaScript fingerprint for user authentication with no cookies enabled

    Would this JavaScript / PHP combination I've created in my open-source project be secure enough to fingerprint a user when no cookies are enabled? I'd like to know your opinions (and if cookies are strictly necessary for this): Client-side: const retrieveBrowserDetails = function() { const...
Back
Top