Flux - 1.2.6drag & drop xhtml & css web design |
|
||||||||||||||||
|
|||||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
Waring! Waring! Do not use!!!!!!! 



- Version: 1.2.5, 5/12/2008 05:17AM PST
(1 of 1 users found this comment useful)
virtualshift
Rails Support 



- Version: 1.2.4, 5/5/2008 12:54PM PST
(1 of 1 users found this comment useful)
ylon
Wow! This is outstanding to see that our deep desire for Rails support is being added. Bravo fellows, keep up the outstanding work and lets see some interesting innovation from an ide built entirely in Cocoa. This could prove to be quite amazing in terms of interesting and unique new capabilities in RAD.
Great idea; no standards. - Version: 1.2, 4/21/2008 06:56PM PST
(0 of 1 users found this comment useful)
sallyomalley4
This must be for the iweb type crowd: people who just want to tinker a little and put up some photos for their family or something. If you develop actual web material, this isn't even in the ballpark.
#logo{
position:relative;
height:140px;
width:720px;
background:#003300 url(img/logo.jpg) no-repeat 0 0;
text-indent:-9999px;
}
too
#logo{
position:relative;
float:none;
left:0px;
top:0px;
height:140px;
width:720px;
background-image:url(img/logo.jpg);
background-repeat: no-repeat;
background-position:top left;
background-color:#003300;
background-attachment:scroll;
text-indent:-9999px;
}
and then it has the balls to tell me my xhtml can not be saved because it can not be validate. BS - it validate just fine.