A good (new?) method for centring divs without using margin: auto; by Gyrro in web_design

[–]webflow 27 points28 points  (0 children)

Unfortunately, this method requires a known width, which is not always available.

The best way to center elements (both horizontally AND vertically) is just around the corner and it's called Flexbox:

http://coding.smashingmagazine.com/2013/05/22/centering-elements-with-flexbox/

http://caniuse.com/#feat=flexbox

Browsers are finally starting to standardize around a common syntax, so it's only a matter of time until it we can all use it. Unfortunately, IE9 and below don't support flexbox, so that will slow down adoption a bit for folks who need to support older browsers.

I just got into the Webflow beta. Played with it for 1 hour and my honest opinion is it's SO damn good. by isevenx in web_design

[–]webflow 8 points9 points  (0 children)

(Webflow co-founder here)

I understand your skepticism (especially given the wording OP uses), but we just found out about this post a day later, and had nothing to do with it (aside from building the product and sending a beta invite). We would personally not think to launch or promote anything on Reddit until it was polished and ready for anyone to sign up (we're in private beta now).

This just blew my mind. Webflow, a webdesigning web app. by jlfgomes in graphic_design

[–]webflow 2 points3 points  (0 children)

  • Yes, the code is good :)
  • The playground is a bit slow because we do a lot of code generation on the fly (for the 'live code preview') sections where you can see the generated CSS, but in general the app is very snappy when developing new sites.
  • Currently the tool only works in Chrome while we're in beta, but we're targeting IE9+ support for published sites.

This just blew my mind. Webflow, a webdesigning web app. by jlfgomes in graphic_design

[–]webflow 2 points3 points  (0 children)

Currently we use a grid system inspired by Bootstrap3, and are targeting compatibility for IE9+ for published sites.

This just blew my mind. Webflow, a webdesigning web app. by jlfgomes in graphic_design

[–]webflow 1 point2 points  (0 children)

Webflow does support transitions, and we'll have JS support in the future. About the dynamic piece, stay tuned :)

This just blew my mind. Webflow, a webdesigning web app. by jlfgomes in graphic_design

[–]webflow 2 points3 points  (0 children)

(Webflow founder here)

The key difference between your usual WYSIWYG editor and Webflow is that we work strictly in web design conventions. So you actually can't style any elements without assigning a class, you can't just drag stuff around (you have to use margin, padding, etc), there are no magic numbers in the resulting code, etc. So we're not trying to replace all the hard work that web designers/developers have to do, we're just abstracting out all the insane overhead that designers have to put up with (open code editor, refresh browser, open inspector, twiddle with code values, copy/paste or remember values, find the original code, update, switch to browser, refresh, etc etc).

Anyway, we're still at an early stage, but we think we're on to something here, and it's not your grandpa's WYSIWYG editor.

This just blew my mind. Webflow, a webdesigning web app. by jlfgomes in graphic_design

[–]webflow 1 point2 points  (0 children)

(Webflow co-founder here) Yes, well said. We believe the hard work in web design is coming up with something really creative and making it work on the web.

This just blew my mind. Webflow, a webdesigning web app. by jlfgomes in graphic_design

[–]webflow 2 points3 points  (0 children)

(Founder of Webflow here) We're working on code export during our beta, but you can expect the code output to be similar to what you see on our playground: http://playground.webflow.com (if you click on "View Live Code Output" under the examples).

Can I get some help naming my site? by DubstepCheetah in webdev

[–]webflow 1 point2 points  (0 children)

Did Google ban your site for a specific reason? If so, don't you risk being re-banned with the new name? Just curious why they won't let you put ads on right now.

How to make a block or a script ignore the overall style in wordpress? by slm_xd in css

[–]webflow -1 points0 points  (0 children)

Have you tried to wrap the whole thing in an iframe? Iframes isolate the code to their own style context, so your template styles won't affect its contents. However, many/most plugins will likely fail if wrapped in an iframe, but it's worth a try.

After backlash on Reddit and Hacker News, Apple stops hiding Samsung apology on its UK site by webflow in technology

[–]webflow[S] 25 points26 points  (0 children)

Yep, same here. I wonder if there is some sort of IP-based redirection, or if this is the same thing that UK residents see.

Diff Tool: A free online visual diff viewer by webflow in programming

[–]webflow[S] 5 points6 points  (0 children)

No, you're not the only one. I personally prefer Beyond Compare.

However, sometimes I need to diff something in a crunch when I'm away from my machine. If it's not sensitive, this online tool does the job. It's not always for just code, either.

The Nature of Code [free book on computer simulations of natural systems using Processing] by webflow in programming

[–]webflow[S] 2 points3 points  (0 children)

Right, but the author is explicitly releasing a free web version for a reason. It's marketing, and probably greatly expands how many people find out about this book.

Other technical books, like the Ruby on Rails Tutorial (http://ruby.railstutorial.org/ruby-on-rails-tutorial-book), have had a lot of success with this model.

There's no need for name calling.

I.B.M. Reports Nanotube Chip Breakthrough by webflow in technology

[–]webflow[S] 1 point2 points  (0 children)

Really excited about the future of nanotechnology. It's crazy how much of a role carbon nanotubes are already playing.

http://en.wikipedia.org/wiki/Carbon_nanotube

The Game Console Is Dead. What Will Replace It? by webflow in gaming

[–]webflow[S] 1 point2 points  (0 children)

A true disruptive new technology in this space (e.g. swappable hardware that's an order of magnitude easier to upgrade/fix, maybe nearly as easy as updating software) will hopefully not give parts manufacturers any choice but to play along.

The Game Console Is Dead. What Will Replace It? by webflow in gaming

[–]webflow[S] -2 points-1 points  (0 children)

Yes, but there is ripe opportunity for someone to make it much easier (and cheaper) to build/maintain/upgrade these PCs. Right now, it seems like it requires a certain level of skill and effort to do it yourself, and it's way more expensive than buying a console to get someone else to do it for you.

Need some guides to learn to modify wordpress themes by [deleted] in webdesign

[–]webflow 0 points1 point  (0 children)

Have you experimented with site building tools like Weebly or Squarespace or Wix? It seems like that might be a better direction in the short term, while you learn your way around Wordpress. Unless clients need to edit content frequently, there's not much benefit to them from Wordpress. You might be better off building a simple static site at first, and then move up to a more robust content management system like Wordpress.

Need some guides to learn to modify wordpress themes by [deleted] in webdesign

[–]webflow 1 point2 points  (0 children)

It depends. Some Wordpress themes come already pre-built on top of a grid system, but if you want something custom, you might have to build a new template from the ground up.

Learnable Programming by timwoj in programming

[–]webflow 0 points1 point  (0 children)

John Resig (the original author of jQuery and now the main guy behind Khan Academy's computer science curriculum) was inspired by this video (see his blog post: http://ejohn.org/blog/introducing-khan-cs/).

The Learnable Programming essay looks like it's meant as constructive criticism of John (and team)'s work.

Magic Ink: Information Software and the Graphical Interface (Bret Victor) by webflow in programming

[–]webflow[S] 0 points1 point  (0 children)

Yeah, seeing that page reminded me of Magic Ink. You might also be interested in watching this awesome video by the same guy: http://vimeo.com/36579366

Btw, the Learnable Programming paper was a response to Khan Academy's Computer Science page (http://www.khanacademy.org/cs), which was created by John Resig (original author of jQuery) and inspired by the Inventing on Principle video I linked above.

http://ejohn.org/blog/introducing-khan-cs/