Freeway Alternative - The Elephant In The Room

Here’s what I’m thinking…

My own home-grown “backdraft”???

Over the years I’ve turned Caleb’s backdraft into my own “template” of sorts. I have made a few modifications that make sense to me and I use my “customized backdraft” as my starting point. I’m thinking of trying to pull apart the code in that and use it to build snippets / building blocks to construct my site. Scaffolding is a good word for it. Caleb, am I making too big of an assumption that you would be okay with this???

Between Caleb and Thomas, the concept of “modules” makes sense to me and I’m thinking I could make Coda work in a way that would also make sense to me. I’ve also grown accustomed to using FW master pages in the less traditional sense and more as “modular-holders” for future content.

Picking things apart is a great way to learn. I recommend you dismantle anything that catches your interest.

Master Pages in the FreeWay sense

Am I correct in assuming that hand-coded sites don’t have a "make a change on this page and it changes automatically on other linked pages”?

Strictly speaking, no. Or not that I’ve seen. Of course you’re also talking about “static” sites. That said, when you start working with dynamic sites the answer changes.

In either case, because you’re working with text you can do some very elaborate (or simple) find and replace very quickly.

Site Organization

I’m not talking CMS yet. I want a system that has the ability to add that when the time comes, but what I mean is I’m trying to wrap my head around the site structure in a text document. This is probably something that I will have to play with to begin to get a feel for. But for example, if I had a site with a home page, an about page and a contact page— would all those pages live in one “Coda” document? Is there any site management built in, or do I take care to maintain all these separate files (much like FW’s own ‘Site Folder’) on my own?

There is no such thing as a “Coda document”. When you add a site to Coda all you’re doing is telling Coda to “watch this folder and all its files”. Coda simply mirrors the folder/file structure in its “Files” sidebar. Not unlike what you see in Transmit or Finder. Coda does not impose itself on how you choose to organize things.

Closing Thoughts

I know Coda is not the be-all-end-all. I tried many of the other editors through the years and Coda is the one that made the most sense to me. I’d still love to find a replacement WYSIWYG builder, but I’m thinking it might not exist. If I have to abandon FW, I want the end result to be better than what I have now and not a step backwards.

It’s a matter of learning the best way to accomplish a specific task. Once you understand the rules you can then make informed decisions as to when to bend those rules and when it’s appropriate to break them. No tool can teach you those things. But what that knowledge affords you is the ability to recognize when your tool(s) are doing things you don’t want them to.

Todd
Office (Chicago): 312.212.3955


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

It depends on how you have structured your site. Dreamweaver had this notion of templates that was actually very similar to this, when used with their static content system Contribute. There you would create a template, mark off areas as editable, and then the client or editor would be able to see a WYSIWYG content entry system for just those areas.

Another approach is what is known as Server Side Includes or SSI. This is a very old system – predates PHP and maybe Perl. It relies on an Apache server feature to combine partial page elements into a finished whole.

And if you are using CSS to style the layout, then yes, this feature already exists in any HTML site – if you change the one CSS file, all of the HTML pages that include that file will change their appearance to match. This requires that you do have some sort of basic structure to the way you have coded your page, but witness the many varieties of what came out of the CSS Zen Garden. One HTML file, thousands of different looks, based on as many different CSS files.

Walter

On Aug 15, 2016, at 6:14 PM, Doty email@hidden wrote:

Am I correct in assuming that hand-coded sites don’t have a “make a change on this page and it changes automatically on other linked pages”?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Hi guys,

apologize entering the room with elephant, but made my thoughts about this. I am not aware what Snippets in Coda is, but assumed it is similar to “components” in Pinegrow. Allowed me to screencast it:

Cheers

Thomas

Am I correct in assuming that hand-coded sites don’t have a “make a change on this page and it changes automatically on other linked pages”?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Thomas! Thank you!

That video was most helpful! It makes me what to give Pinegrow a try. Yes… You are getting exactly what I’m talking about. I want to create re-usable components for my websites!!! I started to get comfortable with this idea with Backdraft and your talk of “modules.” It’s not exactly the same as a template, but there is some carryover perhaps. It feels more generic than an actual template. Once I have my floats/clears/responsive stuff settled for a 3 column layout I don’t want to have to re-create that every time I need a similar layout.

My “master pages” in FW are little more than header, navmenu, footer. Occassionally I put a paragraph of Lorem text in there just so I don’t have to remember what text styles I want to use, but mostly it is the 3 main components I listed. That is what my “main” master page looks like and it’s what my child pages are linked to. But, I usually have several other “masterpages” that are not real master pages at all. They are not linked to any child pages. They are simply placeholders for these reusable components I want to access easily.

Coda is still helpful for seeing the split view and the code and layout side by side. I like that a lot. It helps me learn what the code is doing in relation to the design. But I’m not ready to take off the training wheels completely. I still want the comfort of an app to hold all this together for me. My elephant is still a baby!


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Thomas,

In coda “snippets” are called “clips” to reuse often used code. So for example you could quickly add to start a off a new file/page….

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>My Heading</h1>
<p>My paragraph.</p>

</body>
</html>

They can also have a keyboard shortcut. So if I type "Lorem ” Coda inserts….

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

David Owen

On 17 Aug 2016, at 18:02, Thomas Kimmich email@hidden wrote:

I am not aware what Snippets in Coda is,


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Hi David,

thanks for this.

I have to admit, that Coda is a lil bit above my head. Its complexity is somehow overwhelming me for whatever reason.

Every year I open it, saying:

“Thomas - now you’ll get it!”

and each time I stare at it a while thinking

“… hm - perhaps next year”.

It’s simply showing me how am I depending on the visual control of all the stuff. So perhaps I’ll never be a full hand coder. Interestingly enough, Brackets doesn’t scare me that much.

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Hi Thomas,

It helps me being well and truly dropped off the deep end having to design and edit responsive email marketing templates (in Coda) for http://www.mail-chute.uk

There’s nothing like the pressure of a deadline to focus the mind.

You mention "visual control of all the stuff”. I often the browser inspector tools as a playground to highlight blocks, edit CSS before committing back to code. The browser reflecting the changes. It’s still very visual.

Coda auto prompts CSS for you so you’re not totally alone.

(Warning turn the sound down!)

David Owen
Printline Advertising

On 18 Aug 2016, at 16:54, Thomas Kimmich email@hidden wrote:

It’s simply showing me how am I depending on the visual control of all the stuff. So perhaps I’ll never be a full hand coder. Interestingly enough, Brackets doesn’t scare me that much.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Hi Thomas and to everyone else that’s been commenting on this thread.
Thomas, I have to admit every time I launch Coda I am finding that I am not that comfortable with it either. I know it’s just a personal taste but I just don’t feel at home with it. Although I am sure its a great piece of software. Espresso is the same for me as well… although I loved CSSEdit.
I have been testing the latest Dreamweaver Beta and I have to say if you can understand the code a little then I think for those people that are not put off by a subscription base application then it may be a viable alternative to Pinegrow which also looks good to me as well.

As far as I am seeing… there are going to be two distinct directions which Freeway users will ultimately need to take… One is the direction taken by blocks, sparkle etc which more akin to a drag and drop but limited control and the other is the code editor route which has a decent user interface (for those that just don’t like using a pure editor like TextMate or Sublime).

There is no Freeway comparable application, so at the moment It’s looking a bit grim for those that can’t make the jump to a more advanced but ultimately scarier application, because for the first time in a little while, an application is not being superseded by something better, and therefore people are going to have to compromises on what they can do, or change!!

Max


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Nicely said Max!


freewaytalk mailing list
email@hidden
Update your subscriptions at:

I think everyone is slowly realising that if they’re going to rely on a “does all” app to build a site you’ll have to stay within what ever perimeters that app restricts you to.

Freeway allowed a more “build whatever you want” approach. Albeit getting some users in a pickle with responsive layouts and third party code.

The future is looking like having a multiple set of tools/skills to suit requirements.

David Owen
Printline Advertising

On 19 Aug 2016, at 13:40, max email@hidden wrote:

There is no Freeway comparable application, so at the moment It’s looking a bit grim for those that can’t make the jump to a more advanced but ultimately scarier application, because for the first time in a little while, an application is not being superseded by something better, and therefore people are going to have to compromises on what they can do, or change!!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Yep - guys, all well said.

I think I understand code and can handle it. Exactly for this reason, it’s more and more clear that I go with Pinegrow. It’s somehow unique. It’s not an application, because it doesn’t create a dot.whatever (!important). It’s as well not a code editor - somehow. It has things I missed in Freeway for many years.

I don’t want to be heroic - but every time I work in it, I think on you guys. About all the stuff we discussed the last past years. I think about action writers being able to extend the core functionality. I think about web yep and what could be done to “integrate” it. I think about Ernie who said: “Why not placing content first and wrap it in elements later”.

All this makes me pretty sure, assumed one can handle code, being close to the “correct” match once substituting Freeway. Meanwhile it will be important to have a deeper look into Max’s entirely revised ID2class action.

My workspace is unusual (for a Freeway-user) anyway. I do FW for framework, typography and color, Brackets for all fancy stuff, CodeKit to handle concatenate and compiling - handling all external stuff.

So I’d look relaxed into the future. But can’t cause I’m a lil bit sad losing sight of you all brave guys.

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:

I’ve been thinking the same, Thomas. While I’m glad that Walter started the google group in case this forum goes down, I’ve been wondering if we should do something in addition to that??? There are not many people contributing on the new Google group.

I joined the Pinegrow Slack group yesterday. I’ve wondered if slack would work well for all of us sad-but-eventually-ex-freeway-users.

I think I can manage web design without Freeway, but doing it without the core group on this FWT… now that is just too much! Thoughts?? Suggestions??

So I’d look relaxed into the future. But can’t cause I’m a lil bit sad losing sight of you all brave guys.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Doty,

If by “in addition to” you mean something that isn’t a forum or list or any other type of “threaded" platform then QREATiv was built to be a “community” type platform for those wanting to publish more fleshed-out content.

It’s free. You have full control over everything you upload/publish. It’s organized. It’s searchable. And it’s easy-to-use.

No, it’s not intended for quick on-the-fly responses like FWT, Google Groups, ad nauseam, that’s the point. But if you want something a little different then yes, it’s an option for those who enjoy writing tutorials or non-technical articles, and for those looking for answers.

Todd
Office (Chicago): 312.212.3955

While I’m glad that Walter started the google group in case this forum goes down, I’ve been wondering if we should do something in addition to that???


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Hi Todd. I’ve enjoyed reading several posts on QREATiv. It’s a great resource, but it’s not what I meant. I mean a place where we can talk back and forth like we do here and continue the community we have built with one another. I thought the google groups would be that, but it feels like only a couple of people are active on that and I’m wondering if it has long enough legs to last. Perhaps after the FWT goes down it will get more active. FWT will go down one of these days, I just hope it’s not for a couple of years yet.


freewaytalk mailing list
email@hidden
Update your subscriptions at:

My guess is a lot of people on FWT just aren’t aware of the FWT Google Group.

Todd
Office (Chicago): 312.212.3955


freewaytalk mailing list
email@hidden
Update your subscriptions at:

My guess is a lot of people on FWT just aren’t aware of the FWT Google Group.

Which may explain why there aren’t many hard-headed freeloaders there demanding answers that don’t make them learn anything new.

The community works best for me when there is an interesting puzzle to solve, some open minds to comment on the process… and gratitude. Also, the email notifications-- so I can weed out what doesn’t work for me.

I have enjoyed the comraderie (sp?) of this group over the years. Walking among giants has made me feel somehow taller and more able to take big strides.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

agreed.

I have enjoyed the comraderie (sp?) of this group over the years. Walking among giants has made me feel somehow taller and more able to take big strides.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

[Laughs] Ernie, sometimes I think we are brothers from other mothers.

Todd
Office (Chicago): 312.212.3955

Which may explain why there aren’t many hard-headed freeloaders there demanding answers that don’t make them learn anything new.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options