Earlier quoted context omitted.
Overall, the idea is to automatically turn a mockup of a page into HTML. This is predicated on the user having a picture of the page they want, whether it be a photoshop drawn file or by hand. In this version, we are outputting floating CSS (with padding, margins, etc) & intelligently named divs, which is intended to save web devs time on getting all that together by hand.
I see the goal, but why is an image required to use the app?
Ask HN: Review my app, LayoutGenerator
11–20 of 26 posts
Re: Ask HN: Review my app, LayoutGenerator
#12Glad to see you've produced a working version.
Perhaps the business model should be, free for simple use, but chargeable for more complex sites / designs.
Re: Ask HN: Review my app, LayoutGenerator
#13I guess I should probably assume that the answer is no, but does this work with Internet Explorer 7? Either it doesn't, or I can't figure out how to proceed.
We've gotten a few exceptions earlier (which we assume were from you :-D) We'll take a look at the logs and try to figure out what went wrong, sorry about that.
Re: Ask HN: Review my app, LayoutGenerator
#14Earlier quoted context omitted.
I see the goal, but why is an image required to use the app?
Oh, I see what you are getting at. You are right - an image is unnecessary currently, but we have features implemented that do image analysis that will be available in our next release.
Re: Ask HN: Review my app, LayoutGenerator
#15Re: Ask HN: Review my app, LayoutGenerator
#16Re: Ask HN: Review my app, LayoutGenerator
#17-- Slice up the background images for me, and include them as css background images
-- Hierarchical nesting of divs? (this div is inside this div)
-- Integration with some grid framework, e.g. 960gs
Re: Ask HN: Review my app, LayoutGenerator
#18Also agreed that drawing divs from scratch (no image upload) could be useful.
Re: Ask HN: Review my app, LayoutGenerator
#19Ideas: -- Slice up the background images for me, and include them as css background images -- Hierarchical nesting of divs? (this div is inside this div) -- Integration with some grid framework, e.g. 960gs
the tool right now automatically does hierarchical nesting if a div is inside another one.
the download zip contains the sliced images and the html to display them in the layout specified, is that what you are refering to for image slicing?
Re: Ask HN: Review my app, LayoutGenerator
#20Might want to check other possible formats too.