• Welcome to The Cave of Dragonflies forums, where the smallest bugs live alongside the strongest dragons.

    Guests are not able to post messages or even read certain areas of the forums. Now, that's boring, don't you think? Registration, on the other hand, is simple, completely free of charge, and does not require you to give out any personal information at all. As soon as you register, you can take part in some of the happy fun things at the forums such as posting messages, voting in polls, sending private messages to people and being told that this is where we drink tea and eat cod.

    Of course I'm not forcing you to do anything if you don't want to, but seriously, what have you got to lose? Five seconds of your life?

Recent content by idontknow

  1. I

    I finished the Favorite Picker.

    I clicked the raw button on each and downloaded them. It seems to be working so far. I appreciate the two of you helping. Thanks! I'll be working on it and keep it basic at first. I'll let you know how it goes.
  2. I

    I finished the Favorite Picker.

    This is what the picker-ui.js file looks like. <!DOCTYPE html> <html lang="en" data-color-mode="auto" data-light-theme="light" data-dark-theme="dark" data-a11y-animated-images="system"> <head> <meta charset="utf-8"> <link rel="dns-prefetch"...
  3. I

    I finished the Favorite Picker.

    I don't know what it looks like. I can't seem to open it. Also, the same problem applies to the picker.js file. This error message shows up when I try to open either of the two.
  4. I

    I finished the Favorite Picker.

    JavaScript is showing up as allowed. I used the developer tools as you suggested and found the following: Uncaught SyntaxError: Unexpected token '<' picker-ui.js:8 Uncaught SyntaxError: Unexpected token '<' picker-ui.js:8 Uncaught ReferenceError: picker is not defined at Code.html:275:16...
  5. I

    I finished the Favorite Picker.

    var items = [ // {id: 'bird', name: 'Phoenix'}, {id: 'part', name: 'Edge'}, {id: 'wet', name: 'Maya'}, {id: 'zzz', name: 'Donkey'}, {id: 'abc', name: 'Kong'}, {id: 'acc', name: 'Country'}, {id: 'adc', name: 'Super'}, {id: 'aec', name: 'Mario'}, {id: 'afc', name: 'World'}...
  6. I

    I finished the Favorite Picker.

    I entered some items just like it says to between the square brackets mentioned. Nothing shows up to be picked. It's supposed to be text with no pictures (at least for now). The picture shown here is what has come up so far.
  7. I

    I finished the Favorite Picker.

    I've been trying to create a favorite picker going by just the basic usage mentioned on this page. It doesn't seem to be working quite right. Any thoughts on what I might be doing wrong? Any help would be appreciated. Thanks!
Back
Top Bottom