A website wireframe is a visual guide that represents the skeletal framework of a website. It depicts the page layout or arrangement of the website’s content, including interface elements and navigational systems, and how they work together.
Questions tagged [wireframe]
182 questions
2
votes
1 answer
Adding functionality to Proto.io html files
I have made an prototype on proto.io, and have the html code generated for it by proto.io itself.
Now my question is can I use this HTML code and add functionality like connecting to server and retrieving data?
Thank You.

GouravR
- 184
- 1
- 9
2
votes
1 answer
Colored mesh plot of a function in Python
I am trying to draw a colored mesh plot of a travelling wave like this (just ignore the grey background):
I am looking at the example shown in How to obtain 3D colored surface via Python?, but I'm not sure how to adapt it for my function z:
from…

Medulla Oblongata
- 3,771
- 8
- 36
- 75
2
votes
0 answers
Three.js wireframe option not working with MeshBasicMaterial
I'm using .stl file. For some files it worked perfect but for some it doesn't.
Here is the code.
Any solution??
Thanks in advance.
`material = new THREE.MeshBasicMaterial( { color: 0x009d28, opacity: 1.0, wireframe: true, wireframeLinewidth: 1.0,…

Pawan Meena
- 21
- 3
2
votes
4 answers
Adding elements after fixed header
I have a fixed header at the top of the screen, and if I try to put an element after the header, said element ends up ignoring the height of the header.
HTML
Empty text
CSS header { display: block; height: 100px; …
Jace Cotton
- 2,004
- 1
- 21
- 38
2
votes
1 answer
R Lattice: How to add y = x line and y = -x lines on the xy plane in the lattice wireframe function?
I'm doing Person-Environment fit research, and hope to add the P = E and P = -E lines on the xy plane of response surface drawn by Lattice wireframe. Currently, I've got the code are as follows:
PersonIV <- seq(-3, 3, length = 30)
EnvironmentIV <-…

user3058902
- 21
- 2
2
votes
1 answer
R lattice wireframe: how to increase the resolution of 3D graph
I have a question which I don't have the answer to after a while of research.
temp.df<-subset(spread.df, x<5 & x>1 & y>1 & y<5)
wireframe((temp.df$z ~ temp.df$x + temp.df$y),
scales=list(arrows=F),
screen = list(z = 40,x= -60)
)
If I run…

purpleblau
- 589
- 2
- 7
- 18
2
votes
1 answer
Convert Loaded Model to Wire-frame at Runtime | Three.js
Currently i am using Three.js(revision 61) to Load a 3D JSON model into the scene. To get the 3D JSON model i am converting 3d max model > .js file via ThreeJSExporter.ms
So model is loading good but without proper material (don't know why) but i…

Samrat Saha
- 585
- 1
- 7
- 18
2
votes
4 answers
What questions should I ask to client before to start PSD 2 XHTML work?
I have a PSD design file for fixed width site which I'm converting to accessible cross browser xhtml markup. It is not my design and I cannot write server side coding (php, asp.net, etc). My job is to write only XHTML, CSS and javascript/jquery if…

Jitendra Vyas
- 148,487
- 229
- 573
- 852
2
votes
2 answers
wireframe complex (expandable) grids
Is it possible to wire frame a grid with expanded rows like this:
Telerik example
Balsamic looks interesting but I am not sure whether it can be used for complex scenarios like the one above.
Ideally, I am looking for something free. Currently, I am…

cs0815
- 16,751
- 45
- 136
- 299
2
votes
1 answer
Placeholder Videos for HTML Wireframes/Mockups
Is there any site that hosts placeholder videos that can be used for HTML mockups? There are a few for images (such as LoremPixum), but I have not been able to find any for videos.

Matt
- 3,676
- 3
- 34
- 38
2
votes
1 answer
matplotlib wireframe plot / 3d plot howTo
I would like to have a 3d plot with matplotlib.
Data are the following: I have a matrix with each row containing Y coordinates for the 3d plot. Each row first elements are the X coordinates for the 3d plot. Finally, a second matrix contains high for…

kiriloff
- 25,609
- 37
- 148
- 229
2
votes
2 answers
How to create applications like Balsamiq Mockups
Which are the languages used for creating WireFraming/Mockups applications like Balsamiq Mockups? Mainly web application.
Do they use HTML5 Canvas API? or Flash/Flex?

Dhruv Kumar Jha
- 6,421
- 8
- 37
- 48
2
votes
1 answer
How do I draw a wireframe that shows behind an alpha texture in OpenGL?
I have a textured cube with alpha channels and wish to draw a wireframe box around the cube. The problem I'm running into is that the wireframe does not show through transparent part of the textured cube. How can I show the wireframe in the…

DoryuX
- 179
- 4
- 11
1
vote
0 answers
r lattice wireframe different colours under specific conditions
I plot data in a 3D form using wireframe from the lattice package to show the volatility term structure. Here is the data:
library(lattice)
con <- textConnection (" X1M X2M X3M X6M X9M X12M X18M X24M VSTOXX…

Alexander
- 41
- 1
1
vote
0 answers
Delphi resize/crop frame around text box
I am writing a program for printing labels (or modifying one i wrote a couple of years ago) - and i want the users to be able to design the layout of the labels (currently there are predefined label layouts which i have to edit if they want…

Davo A
- 45
- 2
- 9