Hello,I just discovered Webpgr today and I must say this is the most intuitive website creation interface I have seen to date. I was able to pick up the functionalities within the hour and happy to see it supports editing of css/html/js. As an architect, the interface is extremely familiar to the graphic editing software we use normally.
I was wondering if there is an object grouping tool. For example rather than having to shift select objects individually every time I want to rotate everything within a view, I would like to be able to group a view and then rotate the view (and everything inside) as a block.
Also, I was wondering if there is a placing objects via view frame local coordinates option. Currently all objects seem to operate on a global coordinate system. It would be nice if there is a "copy" and "paste in place" feature. For example I want to keep all the text boxes in the exact same location relative to a view frame rather than having to do the math and figuring out a new global coordinate based on view box size/spacing/location.
Very happy with the beta so far and eager to see where it goes.My main concern with this website development format is loading times and caps on size of content as I am assuming all the image/video objects have to be loaded for it to work.
I would also like to see an image slideshow/gallery object we can drop in.
Thanks for the prompt response Falko,
On the discrete loading of views point, does this also mean that previous views are "unloaded".
For example on facebook, as you scroll down older posts automatically populate. However, if you scroll down too much it becomes laggy presumable because all the previous content scrolled through remain.
Sorry for my poor wording, I have only an amateur's understanding on how websites work.
The upshot is, it is great that view 10 isn't loaded when I'm viewing view 1, but I also don't want it to be laggy by the time I get to view 10 because now views 1-10 are all loaded.Having seen Webpgr, I am very excited about using it for my personal webpage as it seems to have the more basic/minimalist requirements I prefer. As we touched upon, all I would need for my personal use is the slideshow component (to cycle through images of the same project when I'm in that project view)
and the floating navigation menu separate from any particular view.
<div id="header">
<div id="menu"><a href="home?t=2">Home</a> | <a href="about?t=2">About</a> | <a href="contact?t=2">Contact</a></div>
</div>
#header {
position:fixed;
width:100%;
font-family: Open Sans;
height: 40px;
text-align: center;
background-color: white;
}
#header a{
padding-left: 10px;
padding-right: 10px;
color:black;
text-decoration: none;
z-index: 90001;
}
For more advanced interface features (I am doing research into ways to improve our company website as well), I would like to see search/filtering by tag options similar to the following:i.e. input driven dynamic object movement within a view. This may be more difficult to achieve. Surprisingly, I have found that this is not supported in Squarespace and quite difficult to achieve even in wordpress.