Tagged Questions

0
votes
2answers
32 views

How could I reduce the complexity of an image map?

I'm using KImageMapEditor on Linux (Ubuntu) to create an image map. The shapes in the image are a little complex so I'm using the freehand tool to draw them. However, this is reall …
1
vote
2answers
65 views

How do I limit the following cursor to a specific area

I have a flash cs3 file where I want a mask to move on the y axis (up and down) when the user is scrolling over the navigation area. In my code, I have: maskMC.startdrag(); How …
1
vote
2answers
29 views

Asp.Net MVC - Areas

I'm looking at Haacks article here - http://haacked.com/archive/2009/07/31/single-project-areas.aspx When I download the sample I get the following errors in the Global.ascx E …
1
vote
1answer
82 views

OpenCV Grid Area

I want to find the non-white area of an image from a camera using OpenCV. I can already find circles using images from my web cam. I want to make a grid or something so I can deter …
0
votes
2answers
141 views

Detecting browser client area size on wide screen using javascript

I've been using the following code to detect browser client area width for ages and it wokred 100% with all browsers, including FF, Safari and various versions of IE. However, now …
2
votes
1answer
101 views

How do I color part of a graph under a line in MATLAB?

I would like to have in the same figure a line plot and a part of the graph under the line colored (a confidence interval). How can I do this in MATLAB? I already tried the follo …
1
vote
2answers
239 views

Finding the overlapping area of two rectangles (in C#)

Edit: Simple code I used to solve the problem in case anyone is interested (thanks to Fredrik): int windowOverlap(Rectangle rect1, Rectangle rect2) { if (rect1.In …
0
votes
1answer
56 views

jquery droppable area

Hi All, I have one div a i.e the superset of div b but i want to make the area div a - div b as droppable. How can i do that??
1
vote
3answers
204 views

How to calculate the area of multiple overlapping right-angled polygons?

I am looking for a way to calculate the common areas covered by multiple overlapping polygons. The polygons are all right-angled, if that helps makes things easier. So for example …
0
votes
2answers
36 views

jquery droppable area

How can I find out where a div has been dropped after it was dragged?
1
vote
3answers
131 views

how to select divs with jquery like for example in photoshop ? (select area)

hello, have some divs, on some positions. i want select them with mouse, like when are you selecting object in photoshop. so i want to select group of divs. is that possible with …
6
votes
7answers
425 views

Administration Area in Asp.Net MVC

Hi, My question may be obvious but I'd like to build a well-designed web application. As for any administration area, the admin should be able to list/create/delete/modify users, …
0
votes
2answers
90 views

Getting associated img from HTML area

Hello, There are two img elements that use the same map with one area. Now, we bind e.g. a click event handler to the area element. Is it possible to determine from the event hand …
6
votes
5answers
558 views

How to divide an area composed of small squares into bigger rectangles?

Where would i go to look for algorithms that take a 2d grid of values that are either 0 or 1 as input and then identifies all possible non-overlapping rectangles in it? In a more …
0
votes
3answers
207 views

How to find free area rectangles?

Can anyone help me on how to draw rectangles for space in a bounding box region with n rectangular obstacles? There could be any number of axis parallel rectangular obstacles, this …

1 2 next
15 30 50 per page