Jump to content

jbroussia

Members
  • Posts

    79
  • Joined

  • Last visited

Everything posted by jbroussia

  1. Well as I said, I also avoided Win8 like the plague for years because of Metro, but once you hide it, you are left with an optimized Win7. Hmm, I still have access to the BIOS !? You just have to partition your drive *before* installing W8 and tell it to install in the partition of your choice. If you use W8 installer to do the partition, it will create that extra partition. But even with that partition I'm almost certain that the BIOS is still accessible ?
  2. Yeah, but fullscreen Metro only. I used to play it while watching Youtube videos on the side
  3. How does it compare to others ? I'm using AOMEI Backupper, it allows me to do a system backup or restore turning a 10-12GB partition into a 7GB backup with light compression in less than 1min on my SSD. I'm now running a Zotac EI730, super fast, super silent, super hidden behind my main screen thanks to the Vesa mount
  4. I hung for long to Win7 but recently had to switch to Win8 for a very stupid reason - VirtualBox latest versions refuse to run on Windows with patched uxtheme.dll - after refusing to do it for years. Well I have to say that once you get rid of all the Metro stuff, Win8 is just like Win7 but faster. No need to pay for Start8, get Classic Shell for free. It even takes less space on the drive, my system backup is 6.4GB with all my required apps under Win8.1 vs 7.2GB under Win7. I only miss the startup sound and MineSweeper game :-p
  5. SugarSync is an alternative to Dropbox that allows to sync any folder on your computers.
  6. Like this ? <section> <ul> <?php $blogpages = $pages->get("/blog/"); $children = $blogpages->children; $children->prepend($blogpages); $i = 0; foreach($children as $child) { // my function to print even or odd for alternating CSS classes echo "<li>"; echo "<h3>{$child->title}</h3> \n"; // echo doAlt($i).$i; // Insert your class here using doAlt echo "{$child->snippet} \n"; echo "</li> \n"; $i++; } ?> </ul> </section>
  7. I'm no expert but isn't it also possible to do it with CSS selector nth-child ?
  8. There is a "LAN Sync" option in Dropbox !
  9. Hi Luis, I'm very interested in seeing how you build a webapp with PW, would it be possible for you to send me your site profile too ? Thanks in advance.
  10. I don't know what your $url is but after you create the *first* page, that test: if(!$page->id) will always return false so the code below won't execute.
  11. Hmm, I like it a lot too - it replaced Notepad++ which I keep just in case... - but it is very slow at loading big files (from a few MB)...
  12. jbroussia

    FYI :-)

    I've been wondering the same since I discovered PW. Ryan is a coding machine.
  13. jbroussia

    Processwire.net?

    Responsive ? Nice ! What is the framework behind ?
  14. On a "technical" forum where we are supposed to post code relatively often, I think that image smileys should be disabled. Except from that, I really like these forums, the preview function is very nice.
  15. I think it was 1999. Then as we reached 2000 and nothing happened, someone did the calculation again and found it really was 2012. But in case we reach 2013 safe, they are already working on refining their parameters to get a new estimation ASAP.
  16. That Nobel prize is confirmed to be a joke now. Rewarding Obama was already strange but this !? As lot of people pointed, we *are* in war in Europe, an economic and social war. (Also, did everybody forget about (now ex-)Yugoslavia already ?)
  17. One of the first reasons I fell in love with PW was the coding style, because I use the same rules Though I'm only a casual PHP programmer, I'm mostly programming in Delphi, but the same rules apply for me.
  18. Wow. Just. Wow. Sorry, I have to go now, tears come to my eyes
  19. Updated to 2.2.2, the problem remains. I tried to delete all those repeaters and to recreate them; on my page I have a first repeater sliders and a second features which was created by cloning sliders. If I add a couple sliders items and save, the page will now have the same number of features items :'-( EDIT: oh Ryan, you replied while I was typing this. That's fine, I will manually clone my repeater. Thanks
  20. Using 2.2.0.1. Going to check if this is the latest...
  21. Hi, It seems I found another bug with repeaters (unless it was already reported, though I didn't find about it in his thread)... Here is what I did: - I created one repeater field named "sliders" containing 3 fields title, body and images - I added the field sliders to my home template - I added 3 elements of type sliders on my homepage (which uses the home template), filling each with a title, a body and one image - then I went back to the Fields manager and created a new repeater field named features by cloning the sliders field so features will have the same 3 fields title, body and images (so far so good) - went back to editing my homepage, and here the problem starts... - first it already contained 3 elements of type features being a copy of my 3 previously created elements of type sliders (fine because I needed 3 elements anyway, "I'll just have to edit them" or so I thought) - but then if I edit any field of, say, "Features #1" element, the change is also made to element "Sliders #1" ! - and I can't edit elements from sliders type anymore ! if I save a change in sliders, it is not applied; if I save a change in features, it is applied to features and sliders Any idea ? Maybe I should not clone a repeater field ?
  22. Hmm, so I think we need some example or tutorial on building a simple app with PW !
  23. Out of topic, how come your links direct to a "http://dev.bag-shop.ch." urls (notice the final dot) and still work ? Edit: forget about it, it works everywhere, I thought this kind of urls were not allowed, seems I was wrong.
×
×
  • Create New...