Jump to content

zilli

Members
  • Posts

    35
  • Joined

  • Last visited

Everything posted by zilli

  1. Yeah. It seems that RWD vs AWD is like Audi vs BMW, a is all a matter of taste. Anyway, from PW perspective how can I call the right template(once I had identified the device)?
  2. Quoting Garrett Goodman "Adaptive design is server-side, meaning before the page is even delivered, the server (where the site is hosted) detects the attributes of the device, and loads a version of the site that is optimized for its dimensions and native features." For AWD, usually a separate template is serve for each device. So, on the server-side I believe the task for PW is identify the device and load it's respective version. Any idea in how to do it? More info http://thenextweb.com/dd/2015/09/01/is-adaptive-better-than-responsive-design/
  3. Hello, I've being doing responsive websites for a while, and since all the work is done on the front-end(browser) no PW interaction was needed. Now I need to build an adaptive website. For adaptive websites the heavy lift is done in the backend(server). So, it means that PW will have part of it. However, I don't have a clue of how to do it. I would appreciate any insights. Thank you, Zilli
  4. Thanks @LostKobrakai. Is it possible to treat the subdomains as "sections" of the main site, instead separate sites? The reason is that if my subdomain will hold just a few dozen pages, maybe I don't need to create a new site instalment. If so, can I create an user in the backend that would only have permission to that section of the website?
  5. Hello, I'm about to suggest a CMF/CMS for a scalable project in my company and I really need your input here to get PW on board. The idea is simple - Build a main website - www.acme.com - And than build independent but related websites using the subdomains - product.acme.com / something.acme.com - Each subdomain will have their own website and staff team. What do I need? - All the websites should be able to have their own backend. The reason for that is because the staff from product.acme.com will be different from acme.com. So, I don't want a staff from product.acme.com to be able to "see" the acme.com backend. - To be able to setup independent pages design/features for each sub-domain. ===== It's something like google.com and their sub-domains. You have adwrods.google.com / maps.google.com / translator.google.com and so on. They keep their main brand visible - google.com - and add their different products from subdomains. In my case, the subdomains will only host another simple website. How would you approach this project? Please let me know if you need more clarification. Best regards, Zilli
  6. Hello all, Currently PW makes use/reference to the Apache HTTP server. However, we do have several other choices out there, and depending the use-case or the developer taste, Apache may not be the chosen one. So, why can’t we make PW HTTP server agnostic? It would be nice to see PW going neutral on this topic. Please share your thoughts. Cheers, Daniel
  7. Thanks Peter. I don't have a use-case now, I was just wondering how to do it. I just read the API docs and I'm starting to connect the dots. Thank you.
  8. Hello @Soma Yeah.. it worked. However, now I'm confuse. I'm just following the tutorial But what if I don't know how to code?, and I didn't create any other image field. Now I'm imagining how do I build a page that will display several images? You talked about array (and I believe that the 'first' is the array index, right?). Could you give me more details? Thank you a lot for your help.
  9. Hello everyone! I’m starting my PW journey and I’m enjoying it so far However, I’m having the exactly same problem as posted here https://processwire.com/talk/topic/10073-image-not-showing-up-in-tutorial/?hl=%2Bimage+%2B403 I’m running MAMP 3.2.1 on OSX 10.10.3 The issue is that the image doesn’t load on the page. It just gives me a broken link. If I click on the broken link I get: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access /site/assets/files/1015/ on this server.</p> </body></html> Here is my PHP code: <img src="<?php echo $page->promote->url; ?>" /> And my field to showed that I used the same name for it. More info: I changed the assets/file permissions to 777. It didn’t work. I changed MAMP user. It didn’t work. There is no error.txt under logs folder. There is no mod_security module. I hope I can get some help here. Regards, Daniel
×
×
  • Create New...