Tagged Questions

5
votes
2answers
5k 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 …
2
votes
3answers
39 views

Webcam Aspect Ratios

For the purpose of my testing, I am using a Logitech Quickcam 9000 which records in a 4:3 resolution (640x480, 320x240, etc). I am using a custom flash app to relay from the webcam to Wowza media …
2
votes
3answers
80 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, …
1
vote
3answers
163 views

Java/ImageIO Getting Image Dimension without reading the entire file ?

Hi all, 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); …
1
vote
3answers
71 views

Type II dimension joins

I have the following table lookup table in OLTP CREATE TABLE TransactionState ( TransactionStateId INT IDENTITY (1, 1) NOT NULL, TransactionStateName VarChar (100) ) When this comes into my …
1
vote
1answer
161 views

How to retrieve coords (x,y,w,h) of a rendered canvas element?

How i can get coords of a rendered canvas element? I need them to apply clearRect, fillRect etc to its area. I get the canvas: //html <div><canvas id="canvas_id">some useless …
1
vote
1answer
567 views

MDX: Calculated Dimensions?

I don't know if this is possible or not, or if my limited knowledge of MDX is pushing me in the wrong direction... The cube I'm dealing with has two different dimensions for dates, [Statement Dates] …
0
votes
2answers
53 views

How to get the width and height in ActionScript for a Flex application running inside the flash player in the web browser

Hi all, Does anyone know how to get the width and height in ActionScript for a Flex application running inside the flash player in the web browser. e.g. In the web browser I can use the tag to …
0
votes
2answers
90 views

get uploaded image dimensions with javascript / jquery ?

hi, also try this but for me it isnt working. http://stackoverflow.com/questions/1310378/determining-image-file-size-dimensions-via-javascript i upload image, insert it on page through jquery and …
0
votes
5answers
70 views

Matching only one specific row in a JOIN where many exist

(Advantage Database Server) I have a table of service providers that, for auditing purposes, are never deleted. They have a start date and end date; in the case of changes like name or address, the …
0
votes
1answer
176 views

How to slice a factless fact table on time dimension? (SSAS)

Starting with the customary - "please excuse me as this is my first post and i'm a relative beginner" disclaimer, i have the following question... I work for a not for profit campaigning …
0
votes
1answer
55 views

Retrieving information about an Image

Good day, Anybody knows of a good java library for retrieving mime type and dimension of a jpeg, gif, and png image file in java? I tried javax.imageio.ImageIO but it seems that there are some image …
0
votes
1answer
77 views

JavaFX: Embedded JavaFX applet loses width and height?

I have a JavaFX applet with the stage's initial height and width defined as such: var stage:Stage = Stage { title: "Blah" scene: Scene { height: 768 width: 1024 fill: …
0
votes
1answer
330 views

Sql Server analysis Services 2008 Dynamic dimension security using MDX expression

Some dimension tables in my warehouse: DML Site Id bigint Name nvarchar(256) Primary key (Id) DATA SiteId Name 2 Site 2 3 Site A DML UserSite Username …
0
votes
2answers
46 views

Workarounds for setting the size of an empty display object?

I want to create an invisible drawing surface that sits over top of an image. This drawing surface would be in charge of taking mouse input and passing the coordinates along to a sprite that sits on …

1 2 next
15 30 50 per page