Guest askjames01 Posted April 12, 2006 Share Posted April 12, 2006 I wonder if there is a mouse driven point-and-shoot real time CSS layout tool?I'm currently looking for a visualCSS layout tool, and has the capability to generate codes automatically.I wish you share your idea brothers... :)I have a feeling that this one is already exist.can you share that to me huh?Thank you in advance. ('GOD will bless you for your kindness!')-/james Quote Link to comment https://forums.phpfreaks.com/topic/7205-a-real-time-css-layout-tool/ Share on other sites More sharing options...
obsidian Posted April 12, 2006 Share Posted April 12, 2006 [!--quoteo(post=364025:date=Apr 12 2006, 09:50 AM:name=askjames01)--][div class=\'quotetop\']QUOTE(askjames01 @ Apr 12 2006, 09:50 AM) [snapback]364025[/snapback][/div][div class=\'quotemain\'][!--quotec--]I wonder if there is a mouse driven point-and-shoot real time CSS layout tool?I'm currently looking for a visualCSS layout tool, and has the capability to generate codes automatically.[/quote]i'm not aware of any like that (especially not that create valid code). the problem comes with positioning. there's just something about trying to get a computer to account for all the variations possible for a float or other diplay element. if someone is aware of one, i'd love to test it out, too. Quote Link to comment https://forums.phpfreaks.com/topic/7205-a-real-time-css-layout-tool/#findComment-26217 Share on other sites More sharing options...
Guest askjames01 Posted April 12, 2006 Share Posted April 12, 2006 ok, gurusi found one but it's broken link --> [a href=\"http://www.brainstormsandraves.com/archives/2003/09/26/friday_feast_60/\" target=\"_blank\"]http://www.brainstormsandraves.com/archive...riday_feast_60/[/a]I hope you have an alternative good idea for this, maybe there is some good alternative that you know bros?and i have just type this to google 'css layout tool' Quote Link to comment https://forums.phpfreaks.com/topic/7205-a-real-time-css-layout-tool/#findComment-26225 Share on other sites More sharing options...
ober Posted April 12, 2006 Share Posted April 12, 2006 I don't think you're going to find much if anything. Obsidian is right... it's layout that becomes the problem and it'd be hard to produce standard CSS. Quote Link to comment https://forums.phpfreaks.com/topic/7205-a-real-time-css-layout-tool/#findComment-26312 Share on other sites More sharing options...
obsidian Posted April 12, 2006 Share Posted April 12, 2006 another problem with this idea is the whold naming convention problem that dreamweaver and frontpage run into... what the heck does "style1" as a class name tell you when naming your styles?with a script generator like you're looking for, you're really getting into a lot of "hand tying" for future updates.now, something i have done before that worked pretty well is this: give people a few templates to choose their layout from (CSS only, of course), then let them choose their color schemes and store those hex values in a database... similar to how some forums handle custom styles. Quote Link to comment https://forums.phpfreaks.com/topic/7205-a-real-time-css-layout-tool/#findComment-26314 Share on other sites More sharing options...
Guest askjames01 Posted April 13, 2006 Share Posted April 13, 2006 good suggestions, thanks! :) Quote Link to comment https://forums.phpfreaks.com/topic/7205-a-real-time-css-layout-tool/#findComment-26571 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.