Jump to content

diogo

Moderators
  • Posts

    4,296
  • Joined

  • Last visited

  • Days Won

    79

Everything posted by diogo

  1. A small shadow on the transparent PNGs would make a huge difference! Would be also nice if the favicon would change colour from page to page (red, blue, green, yellow).
  2. https://itunes.apple.com/us/app/renamer-batch-rename-many/id402286241 Or less expensive, if you're ok with random numbers http://angrymarmot.org/mac-oslinux-batch-rename-files-random-name/
  3. I subscribe what yellowled said, so it's not easy to name them, but maybe these: Page Edit Soft Lock Page Link Abstractor Pagetree Add New Childs Reverse Video embed for YouTube/Vimeo Markup Sitemap XML
  4. Sorry, that didn't make any sense I edited the code to have $page->parents()->has($item) instead of $page->parents()->has($page)
  5. Not tested, but try this: $page = wire('page'); $out .= $item->id == $page->id || $page->parents()->has($item) ? "<li class='current'>" : "<li>";
  6. Yosemite has batch renaming capabilities http://www.idownloadblog.com/2014/10/18/how-to-batch-rename-files-in-os-x-yosemite/ just don't know if random, but they refer a more advanced tool in that article.
  7. Nice one: http://happy-css.com/2014/a-guide-to-survival/
  8. Thanks! I've been using Fantasque for programming. It's very clumsy but curiously, also very readable https://github.com/belluzj/fantasque-sans
  9. diogo

    Inbox by Gmail

    No. But that's what I meant by business accounts, I'm forwarding my ED and Muesli accounts (Google Apps, also 50 users ) to my main Gmail, and I've set up both SMTPs so I can send email from them. Like this I can choose with each email I want to send a message, and the right address is used to reply to emails also.
  10. diogo

    Inbox by Gmail

    Didn't take long, that's why I like it. I also forwarded all the business accounts and added their smtp to my main account and am using them all together with inbox. It's working great.
  11. diogo

    Inbox by Gmail

    I must say, I'm very impressed by Inbox by Gmail. It doesn't recreate email, or something like that, but it makes it so simple! I was given extra 5 invites, if someone wants one, send me your gmail email by PM. Edit: I'm out of invitations for now
  12. diogo

    respond.js

    The problem are the relative paths. <link rel="stylesheet" type="text/css" href="<?php echo $config->urls->templates?>assets/css/main.css" /> You should do what you did here to all the paths, including respond.js:
  13. There is a drafts feature coming, I guess that's when the autosave will make sense https://processwire.com/blog/posts/processwire-2.5.6-updates-drafts-progress/
  14. Ryan explained somewhere that he designed the PW interface to be completely idiot proof He prefers that it's more difficult to do some actions but that data doesn't get lost.
  15. diogo

    respond.js

    Hi ank, can you show us the code where you call for the response.js script file?
  16. There's also the chance that you could simply create these as child pages of a page. At the beginning it may sound strange to do it that way, but It's actually the cleanest way and makes everything very clear to you and to the client. Plus, if you set the template of these pages to admit only one parent, you will automatically have a quick button in the admin to create these pages.
  17. Great answer from ms-fan! I just want add one thing: it won't be quick. Edit: just to be clear, I meant "it won't be quick" in the sense of building it and not the speed of the website.
  18. diogo

    My Backend Redesign

    Might help http://material-ui.com/
  19. Felix, I have the same here.
  20. Can you create a new field to see if it works?
  21. diogo

    My Backend Redesign

    The buttons can have a deeper and softer shadow ⬇ from the new "inbox by gmail" (I'm loving it by the way, and still have one invite left to give)
  22. That's strange, we may need Florian's help with this.
  23. "Single page (Page) or boolean false when none selected" or "Single page (Page) or empty page (NullPage) when none selected"? Try to make a joke with this
×
×
  • Create New...