A Flash Developer Resource Site

Search:

Type: Posts; User: catbert303

Page 1 of 20 1 2 3 4

Search: Search took 1.65 seconds.

  1. Hi, I don't have IE to check this, but you've...

    Hi,

    I don't have IE to check this, but you've got this:

    <style type="text/css">

    <!--
    a:link {
    color: #09C;
    text-decoration: underline;
  2. Replies
    26
    Views
    7,061

    Yeah, I've been lurking but I didn't quite...

    Yeah, I've been lurking but I didn't quite realize how long it was since I last posted. When I logged in it said my last previous login was in 2009 :eek:
  3. Replies
    26
    Views
    7,061

    Hello all :)

    Hello all :)
  4. Replies
    12
    Views
    2,609

    On selector performance, here's an odd quirk -...

    On selector performance, here's an odd quirk - try creating a big page with a bunch of headings in it and then compare the performance of $(':header') vs the equivalent $('h1, h2, h3, h4, h5, h6') it...
  5. Replies
    4
    Views
    1,374

    I've not been much involved in the area for the...

    I've not been much involved in the area for the past year (probably longer since I contributed any code) but in my last job we were using moodle. Teaching staff and students all seemed pretty happy...
  6. Replies
    4
    Views
    622

    Hi flashX, You could try this: var from =...

    Hi flashX,

    You could try this:

    var from = ["&", "tree", "day", "sky"];
    var to = ["and", "plant", "night", "ground"];
    for (var i = 0; i < from.length; ++i) {
    txt =...
  7. Replies
    14
    Views
    1,855

    Try changing the line, window.location.href =...

    Try changing the line,

    window.location.href = window.location.href + "?rel=1";

    to

    window.location.href = "some other address";
  8. Replies
    417
    Views
    154,068

    An electronic mood? Aphex Twin, Leila (I just...

    An electronic mood? Aphex Twin, Leila (I just re-discovered her remix of Aaliyah's We Need a Resolution), Squarepusher, Bogdan Raczynski, Matmos, Savath and Savalas, Kid 606, Four Tet etc...
  9. Thread: Koff.. koff

    by catbert303
    Replies
    16
    Views
    1,339

    It could be Lupus

    It could be Lupus
  10. Replies
    417
    Views
    154,068

    Explosions in the Sky - Your Hand In Mine. I love...

    Explosions in the Sky - Your Hand In Mine. I love that song.
  11. Replies
    28
    Views
    1,867

    I finally got myself the hell away from working...

    I finally got myself the hell away from working in education. My new job is mostly HTML, CSS, Javascript and Velocity. There's a fair bit of jQuery, so that makes things quite fun.

    Recent-ish link...
  12. Replies
    417
    Views
    154,068

    Lambchop - Oh (Ohio) I'm going to see them on...

    Lambchop - Oh (Ohio)

    I'm going to see them on thursday too :D
  13. Replies
    2
    Views
    1,215

    Yeah, you should be fine. The only problem would...

    Yeah, you should be fine. The only problem would be if something asynchronous was happening in getAPI and it doesn't look like that's the case.
  14. Replies
    4
    Views
    774

    I think (historically at least) setting innerHTML...

    I think (historically at least) setting innerHTML on a style element was not well supported on a range of browsers. A better way to include your style sheet may be something like this,


    var link...
  15. Replies
    14
    Views
    1,855

    It refreshes at 12.30 and 12.32 - adjust the...

    It refreshes at 12.30 and 12.32 - adjust the values in the if statements to change this. Note it assumes that both the refresh times are in the same hour - you'd need to modify it slightly if you...
  16. Replies
    14
    Views
    1,855

    var interval =...

    <script type="text/javascript">
    var interval = setInterval(function() {
    var h = new Date().getHours();
    var m = new Date().getMinutes();
    if (h == 12) {
    if (m == 30 &&...
  17. Replies
    2
    Views
    631

    Any transitional doctype is bad, they allow far...

    Any transitional doctype is bad, they allow far too much mixing of presentation and content. Are there any specific issues you're having getting your pages working using a strict doctype and CSS for...
  18. Thread: Iceland

    by catbert303
    Replies
    18
    Views
    2,113

    Oh, I forgot, if you're looking for bars you...

    Oh, I forgot, if you're looking for bars you could also try Kaffibarinn (again this is very near hotel Skjaldbreid)
  19. Thread: Iceland

    by catbert303
    Replies
    18
    Views
    2,113

    Everyone I spoke to there had pretty good english.

    Everyone I spoke to there had pretty good english.
  20. Replies
    81
    Views
    7,630

    As far as I know this is also how opera has...

    As far as I know this is also how opera has worked since at least opera 7 (2002).
  21. Thread: Iceland

    by catbert303
    Replies
    18
    Views
    2,113

    Oh, are you renting a car out there or planning...

    Oh, are you renting a car out there or planning to take some of the bus tours?
  22. Thread: Iceland

    by catbert303
    Replies
    18
    Views
    2,113

    I mostly did the popular touristy stuff when I've...

    I mostly did the popular touristy stuff when I've visited, Blue Lagoon, Gullfoss, the Geysers etc... Which are all very worth seeing. If you head east out of Reykjavik along the south coast there is...
  23. Replies
    417
    Views
    154,068

    Sigur Rós - Með suð í eyrum við spilum...

    Sigur Rós - Með suð Ã* eyrum við spilum endalaust
  24. Replies
    16
    Views
    1,881

    Ah, that explains a lot. I should've noticed the...

    Ah, that explains a lot. I should've noticed the stench of Murdoch...
  25. Replies
    16
    Views
    1,881

    Quality Journalism

    Amy Chozick does research for a Wall Street Journal article on whether Obama is too fit to be president on Yahoo discussion boards... Seriously, this passes as journalism nowadays?
    ...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center