Jump to content

Martijn Geerts

PW-Moderators
  • Posts

    2,769
  • Joined

  • Last visited

  • Days Won

    31

Everything posted by Martijn Geerts

  1. You share with us your experience with this service I really appreciate this, next it shows us your and your companies straightness. Great comments here are given. And I do think your service is wonderful. Teppo pointed out that this service could work if it is a one click, put it on/off service. One given thing is that we rely on services to build our websites. We rely on jQuery, we rely on the plug-ins we rely on ProcessWire on the Modules and on YouTube. We all have experience with failing services. I remember a using jQuery: //ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js which gave me problems because Google served me an updated jQuery (I asked for), but the new update was not compatible with some parts of the site. Without services we could not compete with all other web building companies, but depending on a service is tricky. I think we're all getting "smarter" & don't want to rely on some services what potentially can give problems or disappear. It's never fun to fix an old website because some of the services fails.
  2. the boilerplate from the modx, was that from Jeroen Kenters ?
  3. Ha huge elephant list there. Nice modal drop down.
  4. I don't want to meshup (is that a word ?) with the great post of Radek. But I have good experience with mediaElement.js to use audio & video.
  5. First one we can't tell without details 2nd: google this: site:processwire.com Maximum function nesting level of '100'
  6. I do like the looks of menu's on the right. But horizontal space is costly. When I work on my 13" macbook I don't have a lot of horizontal space. On the 27" there's not a problem. I do like your concepts. And love the color schemes of the design from Nikola.
  7. @pwired: Thats sounds cool. But if you google me on older posts you'll see that I have basic PHP questions on the forum. So i'm not that experienced. I'm just addicted to read/watch everything about web-design & the last year it was mainly ProcessWire. I read all processWire forum posts, and read allmost all source code of ProcessWire. ( loads of it I don't understand yet) I will read all the source code a second time (or some multiple times). So my understanding of the code will be a little bit better step by step.
  8. I wished the role of the current logged in user was in the class: <body class="id-3 template-admin superuser">
  9. Raymond pointed me to this video, interesting.
  10. @*Most Powerful Pony!* Don't know if i'm happy with that. If you want "just a-z or 0-9" you can do it with the api. But some kind of restriction for editors, make me sleep well at night.
  11. Offtopic, For me it's difficult not to read this topic title as: “ Long Process to be Ryan Once a Day ” ( referring to all ProcessWire & beyond ryan does every day )
  12. @jsantari. More people have problems reading those version numbers (like me), it's not that obvious at first sight.
  13. Nothing wrong doing that on template level.
  14. Google this: site:processwire.com/talk date selector
  15. I ended up with a simple str_replace on the output of the formbuilder form. It's not ideal, but works for now.
  16. Thanks for your reply Soma, gonna investigate the before hook.
  17. This POST here is a Formbuilder post, but it's not specific to Formbuilder as it's usefull for other API related errors. What I want is remove "Missing required value" and add a custom error in. The only thing I can achieve is adding a new error on top of the error array. $forms->addHookAfter('InputfieldForm::processInput', null, 'hookProcessInput'); function hookProcessInput(HookEvent $event) { $form = $event->object; $firstname = $form->get('firstname'); if($firstname->error('Missing required value')) { // here the stuff I don't get } }
  18. You've to sort $items in the find call
  19. The order is the order of your pagearray, not what is in the module. The item date is only for the pubdate subitem of item. Offtopic: For w3c recommendation it's better if ryan had chosen for date(DATE_RSS).
  20. maybe you're searching for this $reisen = $pages->find("template=travelCat");
  21. To extend Horst here for OSX <advertisement>Sequel Pro</advertisement>
  22. Martijn Geerts

    1800 Members!

    lol @Soma !
  23. Perhaps it needs 2 triggers. 1. if the image in in the center of the screen & if last scroll event is silent for x amount of time trigger darkness 2. if user starts to drag.
  24. Joshua you're a great designer & web-developer. Really like what I see. I can see it's designed for big displays as my macbook 13" comes pixels to short. I'm amazed by the performance (FPS) of the web site. I do see why you have the getting dark for the background, but it's activating a little to early to my taste. I think when you activate it when starting the slide is the right time to do it, then you know the guest is interested in that part of the site. Another thing is easy to solve. The browser title telling me that the home page is home (duh ). maybee the companies name is a better browser title.
  25. This is posted on gitHub, there are more votes to change this behaviour. We'll have to wait what the respond is.
×
×
  • Create New...