Jump to content

geniestreiche

Members
  • Posts

    35
  • Joined

  • Last visited

Everything posted by geniestreiche

  1. There are great features on all these systems, windows (phone), android, linux, ios and mac os x. I get my first mac 2007. It was a white MacBook. Previously i used windows laptops or build a computer together for my own. But since the experience with Mac OS X i would never go back to windows. Its not these color or that shiny button. Its the fact, that the combination of hardware and software works simply better together. Sure, Windows 7 and Windows 8 are great operating systems too altthough i think the strategy from microsoft with Windows 8 were a few steps to much. I felt never wrong with the skeumorphism design. I think it can be a door opener for people who never worked before with a computer or a smartphone or whatever. Maybe the digital version of a sheet of paper reduced a litte bit the barrier to a real sheet of paper. Some people say that around 20 or 30 years with computers thats not neccessary any more. Ok, maybe thats right. Since the days of Windows 8 everything became flat. When i saw the first screenshots of iOS 7 i thought whats that for a bullshit. Months later its not that big deal for me anymore. But it seems some of the visual design had lost these love for the detail the skeumorphism design had in my perspective. When it comes to the future i think Apple is on the right way so far. What Pete said, the bullshit from the news about Apple are the rumors on every fucking day. The next mac have an arm processor, the next iphone looks like this, the iwatch, the itv and so on. Its horrible. I don't need a brand new designed smartphone or notebook every year. For me its more important that they improve the details: software, better camera, battery, touchid and these things. Look at the fragmentation problem on android or on the inexpensive hardware that runs windows. That's i think is a core problem for both, google and microsoft. And on both platforms you get these preinstalled third party bloatware. Yes, you get entry level products. Thats good. But maybe the customer feels sick with these products. In conclusion i think Apple doesn't make all right but they make some things better than the other. So maybe you heard the sentence 'it just works'. For me its truth...
  2. I had a dream last night that Jonathan updated the module. When i woke up i realize that was not a dream . It works now for me. Thanks for your work...
  3. Thanks guys. With Horsts suggestion and with $spex->setLayout(false) i became a blank site where only the child templates are rendered, no header, no footer in my case. With the update from Jonathan it seems we are on the right road again . I have the _base markup and within the child templates. But now in the child templates the $page variable contains not the fields from the child template but from the parent page.
  4. I have set up the _base.php file with the markup for header and footer. Then i have a default layout file with only one line: echo $spex->slot('content') Now i have a page, lets say a feature page of an application. As childrens of these page i have pages with feature 1, feature 2 and so on. Feature 1 should render a headline, feature 2 an image and maybe feature 3 a table. In the parent page i loop over the childrens: foreach ($page->children() as $c) { echo $c->render(); } The result is, that i became the whole page markup with header and footer with each call of the render method. This is probably the expected result. But maybe there a way to render only the content of the template file without the html from the _base.php file.
  5. I have one question that becomes a problem for me. I have pages with children as something like content blocks. One should render a image, another a text and so on. When i loop through the children and render it, then i became the whole page... Maybe i overlooked something but is there a way to render only the template file without the _base.php markup?
  6. In my experience, email making right is a science in itself. When you think different browsers are horrible, yes email is more horrible. There are so many different clients out there, desktop and webmail clients. I think the important things are: always use <table> and only inline styles. Google Mail for example removes all <style>-blocks. I have some good experiences with Zurb's E-Mail Framework Ink (http://zurb.com/ink/). Some good resources you can find from MailChimp (http://templates.mailchimp.com) or Campaign Monitor (http://www.campaignmonitor.com/resources/will-it-work/).
  7. what the hell is with the sound great...
  8. We use the Zend framework at work and as a designer i fight nearly every day with this monster . I am quite often in the situation asking a developer if its possible to get this particular markup or something else. Then i hear about decorators and forms and so on and we end with javascript hacks to inject some markup. Anyway...i think you have 2 options! the hard way in my opinion is learn something more about the zend framework. The other way is go with processwire. I couldt'n see anything at your application why you shouldt'n migrate to pw. The forum here is full of content to make this working... When it comes to pdf generation we use princexml (http://www.princexml.com). After trying some other libraries i think its the best html to pdf conversion option out there. I think they have the widest support HTML, CSS and Javascript. And yes, its great and its expensive . But the price is relative when you earn money with that... Greetings...
  9. It seems the module doesn't work in version 2.4. I tried it in a fresh 2.3 copy and it works as expected. In the current version i became a 'login failed' error where the '@' was converted in a '-' as Ryan wrote in a earlier post. Does anyone an idea how to fix this. I have a client who asks for the posibility to login users with email adresses...
  10. I went with both, bootstrap and foundation, in the past. i prefer foundation because i think its more a starting point with a very basic style. bootstrap is more production ready but in the last months, dozens of sites came out with bootstrap. Sometimes i think, please, i will no longer see that bootstrap style...
  11. there are also some applications for the fancy sass, scss, compass, less or coffescript stuff... http://incident57.com/codekit/ http://mhs.github.io/scout-app/ http://koala-app.com
  12. that reminds me of a game on the good old amiga 500: F/A-18 Interceptor...i started from a aircraft carrier and i flew with maximum speed through the golden gate bridge...
  13. google himself gave an answer when there are to many markers (https://developers.google.com/maps/articles/toomanymarkers?hl=de). marker clusterer is one option. maybe someone finds the other solutions interesting... greetings
  14. hi kongondo, yes your suggestion make sense. first i thought the changes on the page title were enough (color, line-through). but maybe the toggle of the label is one step smarter . i updated the repos on github. i don't know whether the code changes are efficent than i am not a coder too . greetings...
  15. ahh... thanks dynweb with version 1.0.3 it works fine.
  16. Nice module dynweb. In one of my templates i'm using the setting "title related_category.title" to display these two fields in the admin page list. When i click on a parent of an item with this template i get the error "Unknown Selector operator: '' -- was your selector value properly escaped?". When i delete the ".title" part of the field it works fine. Any idea.
  17. thanks u-nikos for downgrading to php 5.3 it works fine now but when i submit a new rule i become a site-not-found error because the module directs to a wrong url. in my local environment it calls localhost/processwire/setup/date-archiver/. the right url would be localhost/pw/processwire/setup/date-archiver/.
  18. i ran into an problem when i try to install the module. downloaded the module -> copied the file into the modules directory. when i look for new modules in the backend this error messages pops up: Parse Error syntax error, unexpected '[' (line 367 of /var/www/lupo/site/modules/ProcessDateArchiver/ProcessDateArchiver.module). Line 367 begins with $this->fuel('breadcrumbs')... public function ___executeAdd() { $this->setFuel('processHeadline', $this->_('Add Archiving Rule')); $this->fuel('breadcrumbs')->add(new Breadcrumb('./', $this->getModuleInfo()['title])); return $this->renderRuleForm(); } /** * Executed when ./edit url for module is accessed. * */ public function ___executeEdit() { $this->setFuel('processHeadline', $this->_('Edit Archiving Rule')); $this->fuel('breadcrumbs')->add(new Breadcrumb('./', $this->getModuleInfo()['title'])); return $this->renderRuleForm(); } greetings
  19. i played with solr a little bit a few months ago for a project at my university. i was interested in the facets feature most of the time. i´m sure solr is a powerful search engine and in combination with tika you can extract the content from office or pdf documents but for myself i found it hard to learn from real life examples. maybe i didn´t find the right locations for it. i stopped trying out solr because the data center at the university gave no support for java based solutions. i think they host the projects in a shared hosting environment and it seems thats not the best solution for java. so for low budget projects it may be difficult to find the right hosting partner. but i think the integration with processwire couldn´t be the hardest part. there are a solr extension for php (http://php.net/manual/en/book.solr.php) or libraries like solarium (http://www.solarium-project.org). for a feature like facets i found javascript solutions: http://eikes.github.com/facetedsearch/ or http://documentcloud.github.com/visualsearch/
  20. http://www.photoswipe.com http://galleria.io http://tympanus.net/codrops/2011/09/20/responsive-image-gallery/
  21. A few days ago some of us discussed the philosophy behind the action links in the contao/pw-tree (http://processwire.c...-love-pws-tree/). Sometimes i found it useful in contao to have a shortlink to publish/unpublish a page. So i came up with the idea to make a module for this task. I wouldn't call me a programmer so i take the code from ryan's pageprocessclone (http://modules.proce...ess-page-clone/) an nico's pageprocessdelete (http://modules.proce...ss-page-delete/) as a starting point. thank you for your great work. Both modules adding a link to the page list. ProcessPageHidden adding a "hidden" link to the list and changes the status of a page to hidden/unhidden. https://github.com/g...ocessPageHidden ProcessPagePublish adding a "publish" link to the list and changes the status of a page to publish/unpublish. https://github.com/g...cessPagePublish Maybe someone would find it useful too and there are not so much bugs in the code.
  22. @teppo: yes, i think you're right. in your detail look the pw way is the better choice. i used contao for a couple of sites and every time i must look to the two icons on the right side of the action buttons to recognize what i wanto to do.
×
×
  • Create New...