Jump to content

diogo

Moderators
  • Posts

    4,314
  • Joined

  • Last visited

  • Days Won

    80

Everything posted by diogo

  1. diogo

    Code Dreams

    Did it land on top of your code?
  2. diogo

    .pw domains

    my.pw would be perfect for a future hosted pw sites project. I tried to check if it's available, but I keep getting a server error.
  3. There are no spy cams But check the first image that appears if you google your name.
  4. I think that this structure is good. Keeping one file per page will allow you to keep as many info as you want about each file and easily scale to have even more info in the future if you need.
  5. I had to give back the nice mention on Joss's song
  6. Pete, I have the idea that count($a) is better for performance than $a->count()
  7. diogo

    humblebump.com

    can I suggest one? favicon.ico
  8. I had the favicon of a web provider, from when I accessed on a coffee
  9. yaaaaaaaaaaaaaaaaay :)
  10. and then stream it for all of us
  11. And achso. With those three you can understand any conversation Genau http://www.jazzradio.com/
  12. Joss, I have a good one for you. Genau. You will hear this all the time if you go to Germany
  13. I love to listen to this while programming http://grooveshark.com/#!/album/Little+Joy/2892128 (for the Germans: https://chrome.google.com/webstore/detail/scilors-groovesharktm-unl/feegenemlbjkbnfpgdmjddbeiecdbpob?hl=en-US&utm_source=chrome-ntp-launcher) Edit: meanwhile I listened to the songs you posted. They are great, but don't think I could focus on programming with them edit2: right now this is what I'm listening to http://grooveshark.com/#!/album/Not+Music/5149661
  14. I didn't see the second example before... Soma, didn't you edit your answer?
  15. Try with a relative path. Assuming that you have this structure -domain.com --httpdocs ---index.php --wire use this: $wireDir = '../wire';
  16. Soma, but how do you define the input field type?
  17. Thanks for telling Ryan. Can't wait to know about the result.
  18. diogo

    Book Recommendations

    Wow, not expensive at all! And they are DRM free (unlike the one I suggested, I must say... I had to install ADE in Wine to be able to put it in my Kobo through Linux )
  19. The module is FieldtypePage. I'm not sure how to configure the field options...
  20. $page->of() is a short version of $page->setOutputFormatting(). This is what it says on the docs and cheatsheet:
  21. You have to change this line in the "index.php" file $wireDir = 'wire';
  22. Create a field "counter" with type "integer" and set it as "hidden, not shown in the editor" or "always collapsed, requiring a click to open", as you prefer. Put this code on your template: $page->counter += 1; $page->of(false); $page->save('counter'); $page->of(true); echo $page->counter; voilá
  23. Here you'll find it for sure http://copypastecharacter.com/ I always use this site
  24. Martin, consider also having the members as normal pages instead of repeaters.
×
×
  • Create New...