Jump to content

diogo

Moderators
  • Posts

    4,314
  • Joined

  • Last visited

  • Days Won

    80

Everything posted by diogo

  1. So YOU are "jjxhvcxhjhxkzgjyusyas"!
  2. I confess I got carried away
  3. Thanks for checking Ryan. I will give this issue a thought. One thing that is making it slower, it that I'm checking with the youtube API if the videos uloaded during the last 7 days are private or public. I will put a field in the videos with a checkbox, and check periodically from the admin instead.
  4. I accept the challenge
  5. :D
  6. Oh... Check again please, just edited it.
  7. Maybe we should open a discussion about this idea from Mindplay, and start an effort to help him out http://processwire.c...ome/#entry19695
  8. Oh, I forgot to mention one thing: If you guys are curious, you can test the uploading form until the end. The inserted data will be discarded if there's no video upload. edit: very nice site @panictree
  9. Thanks Ryan! We did the design with base on Daniel's (the owner of the site) graphic concept for the project. I do like it that the site is very coherent with the posters and panflets that Daniel designs (here is one example). Yep, the videos page grows infinitely. I'm trying to avoid paginating it to make it a really big wall, but I'm aware that it can get pretty heavy. It's not a mobile site for sure... If I will have to paginate at some point, maybe I will apply a infinite scroll script. UT Austin has a very interesting partnership with some universities in Portugal. You can read about it here http://utaustinportugal.org/. Another interesting project where they participate is this one http://futureplaces.org/
  10. diogo

    bookmarks

    Stack overflow AND Twitter
  11. in chrome/ubuntu is as sharp as it can be
  12. Keep us posted on this. I'm trying to learn German, maybe I will give it a go
  13. Welcome to the forum Claudio! Hopefully it is
  14. I started by using Markdown but switched to Textile after using it. I think it just feels less criptic and friendlier to editors. One main thing that I prefer in Textile over Markdown is how they handle new lines. markitUp works with both. And you can even use it's examples to checkout the differences http://markitup.jaysalvat.com/examples/textile/ http://markitup.jaysalvat.com/examples/markdown/ Indeed, having netcarver here is a big plus in favor of Textile
  15. Thanks for the kind words, totoff and apeisa.
  16. It's a style thing. If you can do it with CSS, do it with CSS It won't work on old browsers, but this is where I think the degradation is perfectly acceptable.
  17. You could do it easily adding classes with PHP, but CSS allows you to do this: tr:nth-child(odd){ background-color: red; } tr:nth-child(even){ background-color: blue; } edit: Joss was faster and mine would be a damn ugly table...
  18. Maybe we should have a forum for this kind of doubts. PUB is too general...
  19. Thanks Mathew, nice words to read Anything you need from my experience, just ask.
  20. Thanks Adam!
  21. I was in doubt if I should post this one because it's not completely ready. The site is for a thesis project of a friend. In short, he collects raw videos filmed by the random citizen in the Historical Center of Oporto to further analyze and contextualize them. The videos are being submitted on the site, uploaded to youtube and shown on a big random wall. The project will be rethought, and might change a lot in the future. I guess that's why I decided to post it now... PW has a big part on this since every video that is uploaded to youtube is kept as a PW page and connected to a filmmaker (also pages). This allows me to collect all the videos quickly without the limitations that are imposed by requesting with the youtube API, and allows me to keep much more information for each video than YouTube Would. It was also very easy to create a script to import some videos that were already on youtube to the system. PW rocks http://museudoresgate.org/
  22. First time i saw it was on my android, and it looked great! I went immediately to the computer to see how it would look like there.
  23. Great! Thanks Mike! Congratulations to Ryan and PW!
×
×
  • Create New...