Jump to content

onjegolders

Members
  • Posts

    1,147
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by onjegolders

  1. Good summary Joss. I totally know what you mean, my default was always to go very early into code, to see how things work and iterate extensively until it works right.

    If you're looking at Adobe products, Fireworks really is the one that is best for web. Much faster than Photoshop and uses both vectors and bitmaps comfortably. Unfortunately Adobe will be dropping it in the near future but that shouldn't affect using it for the next few years or so.

    Edge Reflow does look good but it's not quite there yet.

    The sharing with clients and getting feedback part is interesting though. It's a process that can feel very manual at times and moving it forward in a modern way seems logical.

  2. Had a couple of quieter days last week and decided to take a deeper look at some new software out there for designing mockups/prototypes.

    Some of them I was familiar with, others less so.

    http://www.balasamiq.com

    http://www.moqups.com

    http://www.uxpin.com

    http://www.axure.com/

    http://www.wireframe.cc

    http://www.easel.io

    The one that I personally find most promising was UX Pin. It seems to be relatively simple to use and yet has a wider array of stencils to use for quick prototyping. Some of these tools have quite a focus on CSS fidelity, others are just tools to sketch with. Some are purposefully low-fidelity (Balsamiq, Moqups) while others you could theoretically use to build out a whole design, complete with animations and interactions.

    I'm interested how some of you guys are building nowadays? Do you still stick regimentally to the full design in a PS/FW or do you have a more iterative process?

    Another feature of a lot of these apps is presenting for clients and there are some apps which do just this:

    http://www.invisionapp.com

    This can offer a more favourable approach than just emailing a PDF or even pointing at one face-to-face on a screen.

    Have any of you used any of these and what were your experiences?

    • Like 4
  3. hi joss,

    i definitely need a sync solution. work at a desktop pc in my office and on a laptop in my home office. need to have the same data on both devices. as far as i know, with a nas you need to install a solution like owncloud. or how do you sync (!) with this wd nas (if you do of course)?

    I tried Cubby and many others too. I found DropBox to be easily the fastest and most reliable of the services. The problem with the computer-to-computer ones is like Diogo said, the computers having to both be on at the same time which sort of renders it redundant in my eyes.

    The revisions on Dropbox have saved our bacon many times (you can ask Diogo ;) and he was a big sceptic)

  4. Sublime Text is one of those programs where I really do genuinely wonder how it could be any better.

    I guess some of the new features of Brackets are nice but the actual base of ST is lightning fast and practical.

    I'm always tempted to look elsewhere though, that's just because of my love of software though I guess.

  5. Hiya Joss, I haven't checked out Foundation 5 yet but I have a large preference for Foundation over Bootstrap simply because their grid is far better. I'm presuming this is the main reason you have for using them.

    As others say, don't rule out building from scratch or using a lighter grid framework but of the two you mention, it's Foundation for me. 

  6. Just want to add that I think that this sort of thing should take the form of a module for sure.

    It's much better to start lean and add things later. This should be seen as a preference and it would be an annoyance to those (me, included) who wouldn't have a need for it.

    I think it's a perfect example for what a module should do. For example check out Teppo's excellent "Changelog" module.

  7. Hi Peter,

    Welcome to PW!

    I apologise as I am a bit tight on time here but needless to say this all sounds very do-able in PW. There are many different ways of going about it however. One such way is, as you say, to use the in-built users.

    My personal advice would be to create pages for your users. You could always tie them to user groups (other pages) through page reference fields.

    Each "cyclist" template could have the necessary fields (distance, groups etc).

    In terms of updating the statistics, it depends really though my preference would be to create "front-end forms" (create your own forms using ProcessWire's API) then you may create forms such as "Add Bike Ride" whereby you could choose who has completed it, how far it was... And then have control over what happens to the data.

    This could also be achieved by creating your own module and still using the admin side to add data.

    It's quite to hard to explain this and sometimes the best way is to try it out in a small way, then we can give you pointers as you go.

    If you do some searching of the forum you will see there have been quite a few similar projects

    • Like 2
  8. Thanks guys for all your feedback guys :) Yeah I guess this is almost like a PW marriage! Maybe a new sub-forum Ryan?

    On a serious note, I'm really pleased to be working with Diogo and Erika, we just have some work to do to get across to clients who we are and how we work.

    • Like 1
  9. Hey all, just wanted to share with you the new Milktop website http://www.milktop.co.uk/ (powered by PW of course).

    post-502-0-90103100-1387657000_thumb.png

    This comes to life as the result of merging Milktop with ED DESIGN ( the design company of Diogo, who you all know and love and his partner Erika, a fantastic graphic designer). It's been great to work with this new team, and we hope that you guys will like the website as much as we have enjoyed creating it :)

    A few notes on how we accomplished some things:

    For the grid we used Bourbon Neat. We wanted to try out this framework since it doesn't make impact at all on the markup. We're pretty happy with the result, but in the end we feel like we didn't save that much time by using it than if we would have used simple SASS variables or created our own mixins.

    For the icons we used Fontello. This is great because it allows you to create a new font with your own set of icons from several sources, and even add some custom built icons by importing a SVG drawing. One advantage is that the final font only has the icons that you put there, which makes it a very small download.

    We decided to use large images to display our work in the best way possible, but we're serving smaller images for smaller screens. We do this by serving the smaller size by default and swapping the image for a larger version by measuring the container element :

    <img data-large="<?php echo $img->url; ?>" src="<?php echo $img->width(400)->url; ?>">
     

    For speed we are using the excellent ProCache module by Ryan :)

    For publishing automatically to Twitter and Facebook we plan to (not done yet) publish a RSS feed with Ryan's RSS module and use IFFFT to pull it into both social networks. If you don't know IFFFT, you should definitely check it out.

    A final detail, our logo is designed in HTML and CSS ;)

    Hope you guys like it and thanks again to the great ProcessWire community without whom this collaboration would never have happened.

    Have a great evening.

    • Like 19
  10. You make some great points Ryan. I'll admit to being someone who is/has been in the past, enticed by some of the nice UI of systems like Craft (or SquareSpace) but more and more I see them as tools for the hobbyist, whereas Processwire has always been a tool for developers and designers.

    Thanks to Processwire we have far more control over the data and structure of the sites we create and this is one very important asset when competing with tools which make it easier and easier for people to "build their own" sites (and put us all out of business ;))

    • Like 1
  11. There is a great post (I think of Matthew's somewhere) where he goes on a big rant about Joomla, that would be a good a start.

    No custom fields

    Very poor security track record

    Bloated code

    Nightmare to template with

    • Like 2
  12. This is a little off topic, but since it involves headphones, it's probably more in topic here than anywhere else in the forum. :) If you haven't heard 3D stereoscopic sound (I hadn't), you need to try it, it's really quite cool. To experience it, you need to use stereo headphones.

    Virtual barber shop (this one works best if you close your eyes): 

    Thunderspace (put headlines on and click play on the video): 

    http://thunderspace.me/

    What's cool is also how simple 3d stereoscopic sound is to achieve. You just record the sound with two microphones: one where each ear would be on a person. Your mind apparently does the rest in making it 3d/spacial. 

    That's sensational Ryan!

×
×
  • Create New...