Tagged Questions
The dimensions tag has no wiki summary.
54
votes
4answers
44k views
Total width of element (including padding and border) in jQuery
As in the subject, how can one get the total width of an element, including its border and padding, using jQuery? I've got the jQuery dimensions plugin, and running .width() on my 760px-wide, 10px ...
12
votes
6answers
428 views
Why is accessing dimensions of the image so expensive in JavaScript on IE8?
I have to process loads of images. First, I need to check if the size of the image is greater than 50x60 and appropriately increasing the counter of bad images.
The problem I have is that the speed ...
9
votes
3answers
505 views
date/time dimension
I am designing a data warehouse and I have a sticky issue with time. The grain I need is hourly (to calculate aggregate counts of events per hour) and I also have to accommodate a shift pattern that ...
9
votes
4answers
1k views
jQuery: new image added to DOM always has width 0 after loaded
I need to obtain the dimensions of an image, using a dynamically created image tag. It works. But ONLY using attr('width') and ONLY if I do NOT add the image to the DOM. Otherwise, dimensions returned ...
7
votes
4answers
201 views
Why is a window larger in runtime?
I have a window set to 340 x 146 px, not resizable.
In designer the window size is correct. But when I run the application it is bigger.
Edit: Also, the layout is Canvas.
Classic theme:
Edit2:
...
7
votes
4answers
6k views
Javascript : Get the browser's scrollbar sizes
How to determine the height of an horizontal scroolbar, or the width of a vertical one in javascript ?
6
votes
3answers
4k views
How to get the Dimensions of a Drawable in an ImageView?
What is the best way to retrieve the dimensions of the Drawable in an ImageView?
My ImageView has an Init-Method where i create the ImageView:
private void init() {
coverImg = new ...
6
votes
2answers
9k views
how to obtain a CCSprite's width and height in cocos2d for iphone
That's the question xD
Given an instance of a CCSprite in cocos2d in iphone, what method can I use to obtain the image width and height?
Thanks!
Manuel
5
votes
7answers
243 views
Is setting image dimensions with CSS as “good” as setting them in HTML?
When I was first learning HTML a very long time ago, I was told that it was important to always set the dimensions of your images in your HTML, so that browsers could draw an empty box where the image ...
5
votes
2answers
109 views
Is there a programatic way to get standard dimensions in the IPhone SDK
Is there an object or function call that will provide standard dimensions for various user interface elements in the iPhone SDK? Specifically I'm looking for the width of the whitespace gutter the ...
4
votes
1answer
143 views
Data warehouse for AD dates
We're creating a historic archive for a world history database and we need a date lookup table which references all dates in AD. How to go about creating the values for this table - from 1AD to 2011 ...
4
votes
1answer
192 views
Specifying image dimensions in HTML vs CSS for page loading
I've learnt from somewhere a long time ago that specifying width and height for <img> elements in an HTML document speeds up and improves the page loading experience, and have generally kept to ...
4
votes
1answer
570 views
Calculate width and height of Flv and Swf using C#
I think the title says it all.
I can't work out how to calculate the width and height dimensions of a .flv video or .swf file using C# .NET.
Thanks in advance!
4
votes
3answers
4k views
textarea's rows, and cols attribute in css
I just had a quick css form question. I am trying to set the textarea's rows and columns attributes via css. How would I do this in CSS?
4
votes
3answers
3k views
Java/ImageIO Getting Image Dimension without reading the entire file?
is there a way to get the dimension of an image without reading the entire file ?
URL url=new URL(<BIG_IMAGE_URL>);
BufferedImage img=ImageIO.read(url);
System.out.println(img.getWidth()+" ...
3
votes
2answers
70 views
Is there a JFrame.getBounds equivalent that gets only the actual client area?
Instead of the whole window complete with close, maxi- and minimize buttons, as well as border?
I'm trying to save a screenshot of the client area...maximizedBounds crashes the app...
3
votes
1answer
169 views
What is the proper way to determine usable screen dimensions in android
I know this question has been asked a few other times but I have yet to find a satisfactory answer. All previous answers work if you want the total screen resolution but fail to when you want to ...
3
votes
3answers
151 views
how to return the number of dimensions of a (Variant) variable passed to it in VBA
Does anyone know how to return the number of dimensions of a (Variant) variable passed to it in VBA?
3
votes
1answer
350 views
vb6: redimensioning of 2D dynamic array
I am using arrays to store properties of steam according to it's pressure. Right now I have properties of exactly 9 pressures so I'm using static array. I'd like to be more flexible so I'd like to ...
3
votes
2answers
840 views
How to know the original size (width and height) of a swf file with java?
Is there a way to know the original width and height of an swf file with java ?
int width, height;
// my stream contains an image or a swf file
InputStream stream = file.getInputStream();
// ...
3
votes
3answers
3k views
Iphone: Get current view dimensions or screen dimensions
Hello i want to get the width and height of my main view. I want the correct value in landscape or portrait mode. I've tried the following:
NSLog(@"aaa %f", [UIScreen ...
3
votes
5answers
2k views
CUDA determining threads per block, blocks per grid
I'm new to the CUDA paradigm. My question is in determining the number of threads per block, and blocks per grid. Does a bit of art and trial play into this? What I've found is that many examples have ...
3
votes
1answer
387 views
SSAS Dynamic Dimension Security based on another dimension attribute
In my project I have to apply security based on a dimension attribute.
I think the best way to explain my scenario is with an example, if you need more info please request me and I'll love to told you ...
3
votes
2answers
218 views
jQuery - find out the width of an element as specified in CSS (e.g. in %age if it was specified in %age, not just in px)
Similar to this question:
http://stackoverflow.com/questions/744319/get-css-rules-percentage-value-in-jquery
However, I am writing a plugin and it needs to deal with it gracefully dependent on how ...
3
votes
1answer
729 views
Numpy array dimensions
I'm currently trying to learn Numpy and Python. Given the following array:
import numpy as N
a = N.array([[1,2],[1,2]])
Is there a function that returns the dimensions of a (e.g.a is a 2 by 2 ...
3
votes
1answer
352 views
Loading Dimension Tables - Methodologies
Recently I been working on project, where need to populated Dim Tables from EDW Tables.
EDW Tables are of type II which does maintain historical data. When comes to load Dim Table, for which source ...
3
votes
1answer
101 views
About curse of dimensionality
My question is about this topic I've been reading about a bit. Basically my understanding is that in higher dimensions all points end up being very close to each other.
The doubt I have is whether ...
3
votes
1answer
412 views
Are all canvas tag dimensions in pixels?
Are all canvas tag dimensions in pixels?
I am asking because I understood them to be.
But my math is broken or I am just not grasping something here.
I have been doing python mostly and just jumped ...
3
votes
4answers
952 views
Get remote image dimensions
Given a URL to an image (and not the image itself), what's the most efficient of getting it's dimensions? I would like to change the height and width attributes in the image tag (<img>) if it is ...
3
votes
5answers
2k views
Is there a simple way to get image dimensions in Ruby?
I'm looking for an easy way to get width and height dimensions for image files in Ruby without having to use ImageMagick or ImageScience (running Snow Leapard).
3
votes
2answers
137 views
Are an element's dimensions readable immediately upon adding it to the DOM tree?
Suppose I dynamically create a DIV using document.createElement, add some inner text, and want to determine its height and width. I can see that before adding the DIV to the DOM tree, properties such ...
3
votes
3answers
283 views
dimensional and unit analysis in SQL database
Problem:
A relational database (Postgres) storing timeseries data of various measurement values. Each measurement value can have a specific "measurement type" (e.g. temperature, dissolved oxygen, ...
2
votes
1answer
83 views
What is the difference between getWidth/heigth() and getMeasuredWidth/Heigth() in Android SDK?
The Android Documentation says that there is two sizes for a view, the measured dimensions and the drawing dimensions. The measured dimension is the one computed in the measure pass (the onMeasure ...
2
votes
2answers
160 views
How to resize textbox and get dimensions inside div element using jquery
I have a div element which can be draggable and I have a textbox inside that div element and when I drag the div element automatically the textbox size should increase along with the div.And I need to ...
2
votes
2answers
90 views
When should the dimens.xml file be used in Android?
For instance, in a specific layout I have the following XML:
<GridView
android:id="@+id/gridView1"
android:layout_width="match_parent"
android:layout_height="match_parent"
...
2
votes
3answers
165 views
Using jquery to get dimensions of hidden elements.
This is a common question but I have a slight twist to it so hopefully it's not a duplicate:
I have a situation where I need to trigger .show() on elements that are rendered with display: none on ...
2
votes
1answer
123 views
Android ImageView should be larger than screen
I have an Image that is 1500x2048
I want this to display at its native resolution, I will be handling zooming/scaling and transformation via android's animation functions.
Currently just using the ...
2
votes
2answers
225 views
Get image dimensions with Javascript before image has fully loaded
I've read about various kinds of ways getting image dimensions once an image has fully loaded, but would it be possible to get the dimensions of any image once it just started to load?
I haven't ...
2
votes
2answers
214 views
php how to get width and height of a svg picture?
php how to get width and height of a svg picture? I tried to use getimagesize, but it failed.
I know SVG is Scalable Vector Graphics. But I find in chrome's Review elements, it can perfect get the ...
2
votes
2answers
350 views
Colorbox not opening to desired width and height on first click
I'm using colorbox with ajax to pull in html files. When I click the link to load colorbox the first time the width and height of the popup are way to small and won't show the images and divs inside ...
2
votes
2answers
367 views
Is there any Serena Dimensions CM on line user guide, wiki or doc's?
I'm looking for "ANY" Serena Dimensions CM user guide, maybe some wiki, anything. It seems that no one is using it nor have problems with it. I'll be much appreciate for your help
2
votes
2answers
152 views
state-of-the-art of dimensionality algorithms
We know there are algorithms to reduce the dimension of data sets like PCA and Isomap
What is the state of the art in the
reducing dimensionality to data sets.
Do you have an example, maybe on ...
2
votes
1answer
92 views
Scaling down a high resolution set of co-ordinates?
Here is some background to the problem. We are working with an EyeVis wall setup, see this link: http://www.eyevis.co.uk/
The EyeVis wall can have any number of 'windows' displayed on the wall at any ...
2
votes
2answers
165 views
Getting Accurate Dimensions for a newly-created DOM object
I'm creating DOM elements dynamically (more specifically, using jQuery to create a DIV containing some text with css "width:auto", and using a "font-face" font, in the page OnLoad event) but find that ...
2
votes
5answers
1k views
JComboBox width
I have created a jComboBox but it takes the full width of the frame. how to set the width fixed . needed urgently.
yes borderlayout for the frame and box layout for the panel. i am adding the code ...
2
votes
3answers
846 views
How do I easily find the distance between a point on the page and the bottom of the browser window using JavaScript?
A view in my web app has a table which may be extremely long, so I wrapped it in a div with overflow: auto; max-height: 400px; so users can scroll through it while keeping the other controls on the ...
2
votes
2answers
286 views
How to extract the size of PDF? (Dimensions, not file size)
I have many hundreds of small PDF images (created in Adobe Illustrator) which will be inserted into a Latex document. I need to know the size of these images in real-world dimensions (e.g. 20mm x ...
2
votes
3answers
1k views
Shouldn't window.screen.width/height correspond to actual screen width/height?
Toying around with the WebKit browser in the new Kindle 3G, I noticed that window.screen.width and window.screen.height don't reflect the actual screen dimensions. The physical screen (or rather, ...
2
votes
4answers
348 views
what is Dim, what is Fact?
I have an application that I know would make a great cube and would be useful for more than the standard flat Reporting Services report. We're about to jump into BI stuff with a consultant, but I'd ...
2
votes
4answers
1k views
Why is sum(X, 1) the sum of the columns in MATLAB?
>> X = [0 1 2
3 4 5]
>> sum(X, 1)
ans =
3 5 7
sum(X, 1) should sum along the 1st dimension(row) as per the document says:
S = SUM(X,DIM) sums along the
...