Id
int64
1.68k
75.6M
PostTypeId
int64
1
2
AcceptedAnswerId
int64
1.7k
75.6M
ParentId
int64
1.68k
75.6M
Score
int64
-60
3.16k
ViewCount
int64
8
2.68M
Body
stringlengths
1
41.1k
Title
stringlengths
14
150
ContentLicense
stringclasses
3 values
FavoriteCount
int64
0
1
CreationDate
stringlengths
23
23
LastActivityDate
stringlengths
23
23
LastEditDate
stringlengths
23
23
LastEditorUserId
int64
-1
21.3M
OwnerUserId
int64
1
21.3M
Tags
list
4,054,073
1
4,054,193
null
2
1,164
I have two divs placed inside a larger div. Each one of these two divs contains dynamically generated content and thus their heights vary, so I cannot know which one of the two will be taller. The parent div they are placed in has a 1px border and I would like to have 1px line between these divs as well, so that the l...
Ensure line between two divs in larger div extends all the way to the bottom of the parent div
CC BY-SA 2.5
null
2010-10-29T16:50:21.510
2010-10-29T17:27:02.877
null
null
77,074
[ "html", "css" ]
4,054,196
1
null
null
0
450
This is what i want to achieve. I have navigation panel on left and content panel on right. when user click links on left navigation panel , ajax calls made and content panel got rendered. With current implementation, content got change based on the link i clicked. however i found content still don't get change when ...
<a4j:include> content doesn't get change
CC BY-SA 2.5
null
2010-10-29T17:03:54.117
2010-11-01T20:45:07.763
2010-10-29T17:09:39.717
450,795
450,795
[ "jsf", "richfaces", "ajax4jsf" ]
4,054,467
1
4,054,489
null
1
5,638
So here is my CSS problem with IE 8. I have a parent div and 2 child div. I want the parent divs width to be increased based on the width of the inner -child div's. It works well in Firefox, but in IE8, the first child div's width going to the entire page width when I have a `float:right` for the inner element of that...
CSS divs width become 100% when the float is set to right in IE 8, but works fine in Firefox and Chrome
CC BY-SA 3.0
null
2010-10-29T17:43:23.270
2018-03-18T20:19:59.587
2018-03-18T20:19:59.587
472,495
40,521
[ "css", "internet-explorer-8", "css-float" ]
4,054,651
1
null
null
1
1,902
I have a self referential category table as you see: ![alt text](https://i.stack.imgur.com/V2nYk.png) I want to parse this table to find out tree level for each category. for example if root node level is 0 then CPU and Hard Drive and VGA and RAM are in level 1 and so on. how can I handle that? I created a dictionary ...
parsing Hierarchical self-join table by tree level?
CC BY-SA 2.5
null
2010-10-29T18:10:56.960
2010-10-29T20:32:47.460
2020-06-20T09:12:55.060
-1
86,878
[ "c#", "sql-server-2005", "linq-to-sql", "hierarchical-data", "self-join" ]
4,055,336
1
4,057,342
null
19
21,825
I'm using a jQuery datepicker to select an applicant's date of birth, but the applicant's age must be restricted to values between 21 and 100 years. In order to make the selection relatively easy I have turned on the month and year dropdown boxes, and being in the UK I have localised it. ``` <script type="text/javas...
Problem with year dropdown scrollbar in jQuery datepicker
CC BY-SA 2.5
0
2010-10-29T19:43:24.757
2020-09-01T07:18:18.773
null
null
442,281
[ "jquery", "jquery-ui", "jquery-ui-datepicker" ]
4,055,440
1
4,055,489
null
13
21,532
It's final try with PHP, if it fails, I'll try with JS. So my goal is to post on FB page as "Page name" through PHP: this is what I want to get ![View 1](https://i.stack.imgur.com/9JPjX.png) But all I get is shown pic below. Also, it's visible ONLY to this profile (not to friends/ppl who like/etc.). ![View 2](https...
Facebook Graph API PHP SDK posting on page as page
CC BY-SA 2.5
0
2010-10-29T19:55:56.297
2018-11-15T21:04:17.063
2010-10-29T20:04:39.130
309,240
309,240
[ "php", "api", "facebook" ]
4,056,344
1
4,158,637
null
3
157
I'm trying to create a mapping for tile/pixel positions in one tiled image dataset to tile/pixel position in a different dataset (that roughly cover the same image area). Due to rotations of the imaged area, panning axis, translations, and scale changes, there are many unknowns to account for in this mapping. This situ...
image tile registrations
CC BY-SA 2.5
0
2010-10-29T22:26:33.937
2011-01-25T21:54:45.347
2010-11-03T00:03:14.727
476,615
476,615
[ "computer-vision", "registration", "linear-algebra" ]
4,056,409
1
4,056,430
null
2
6,777
I want to position an unordered list of items on the left-hand side of a menu header (horizontally displayed, not vertically). For example where you see Home, HTML, etc: ![alt text](https://i.stack.imgur.com/5aUVL.png) How do I accomplish this effect with CSS?
CSS Positioning - Unordered List
CC BY-SA 2.5
null
2010-10-29T22:38:48.537
2011-01-25T13:31:47.007
null
null
251,257
[ "css", "list", "html-lists" ]
4,056,585
1
null
null
3
1,395
How can I remove the small rectangle that appears when a horizontal and vertical scrollbar appear? ![alt text](https://i.stack.imgur.com/y0BKN.png)
Scrollbar Style
CC BY-SA 2.5
null
2010-10-29T23:50:50.820
2010-10-30T07:27:30.917
2010-10-30T00:41:28.337
189,950
314,087
[ "c#", "wpf" ]
4,056,648
1
null
null
0
2,558
I want to create an image like below using C# the key points are the feathered edges and the transparency of the whole image. ![alt text](https://i.stack.imgur.com/qwteX.png) Here is my result so far ![alt text](https://i.stack.imgur.com/Aom1t.png) As you can see the edges are feathered. My question is, does anyo...
C# Image Edge Feathering
CC BY-SA 2.5
null
2010-10-30T00:07:56.550
2010-10-31T18:24:40.287
null
null
357,628
[ "c#", "gdi+", "image-manipulation" ]
4,057,352
1
null
null
1
239
I am using android 2.x and I have four bitmaps drawn on a canvas, now i want to replace "yahoo" image with some other image and that image's size is different than "yahoo" image. Now what i want is , i want to rub the yahoo image and replace it with the new one but in such a way that if i rub "yahoo" image then images ...
rub image in canvas
CC BY-SA 2.5
0
2010-10-30T05:11:53.243
2010-11-01T04:02:41.140
null
null
405,383
[ "android", "canvas", "bitmap" ]
4,057,418
1
4,060,115
null
0
1,364
I am trying to debug into my kernel code, using the device emulation mode. ![alt text](https://i.stack.imgur.com/mNORM.png) However, I set break points in my kernel and it doesn't break. ``` MatrixMultiplication_Kernel<<<dimGrid, dimBlock>>>(Md, Nd, Pd, Width); ``` Can anyone assist me with this?
Emulation mode in CUDA 3.2 with VS2008
CC BY-SA 2.5
0
2010-10-30T05:42:36.303
2011-07-10T16:00:14.227
null
null
327,575
[ "visual-studio-2008", "debugging", "cuda" ]
4,057,492
1
4,058,585
null
0
2,799
I have a UITableView and I would like it ho have the same effect when scrolling as the picture. (Shadow below UINavigationBar and above of UITableView) How can I do this?: ![alt text](https://i.stack.imgur.com/TdG53.png)
How to create shadow effect of UIScrollView, UITableView when scrolling?
CC BY-SA 2.5
0
2010-10-30T06:12:30.410
2010-10-30T11:59:51.750
null
null
149,008
[ "iphone", "cocoa-touch" ]
4,057,513
1
4,057,585
null
51
31,071
I have been looking for an advanced levenshtein distance algorithm, and [the best I have found so far](http://www.levenshtein.net/) is O(n*m) where n and m are the lengths of the two strings. The reason why the algorithm is at this scale is because of space, not time, with the creation of a matrix of the two strings su...
Levenshtein Distance Algorithm better than O(n*m)?
CC BY-SA 2.5
0
2010-10-30T06:17:29.187
2017-06-07T05:18:58.557
2017-06-07T05:18:58.557
1,033,581
353,137
[ "ios", "algorithm", "big-o", "levenshtein-distance" ]
4,057,632
1
4,057,735
null
2
1,811
Please refer to the screenshot below ![alt text](https://i.stack.imgur.com/g59PS.png) I am Assuming the "Add new contact" screen in iPhone contacts app had a UITableView. For adding phone numbers or email or home page, they have nicely formatted columns within the rows. How can I achieve this, since UITableView inhe...
How to achieve columns for tableview cells like in iPhone Contacts App - Add New Contact View?
CC BY-SA 2.5
0
2010-10-30T06:54:43.697
2010-10-30T07:35:50.497
null
null
154,967
[ "iphone", "uitableview" ]
4,057,681
1
4,057,921
null
2
651
Intermediate leaves of clustered index are linked sequentially (next, previous) for faster access (between intermediate nodes) [1], [2], etc.: ![alt text](https://i.stack.imgur.com/9BoXe.gif) How this access is used? Why is it needed? [1] Clustered Index Structures [http://msdn.microsoft.com/en-us/library/ms17744...
How is sequential traversing between intermediate leaves of clustered index used?
CC BY-SA 2.5
null
2010-10-30T07:13:46.913
2012-07-09T09:22:29.110
2017-05-23T12:07:02.087
-1
200,449
[ "sql-server", "database", "performance", "database-design", "indexing" ]
4,057,970
1
4,119,517
null
11
6,345
I know that [Floyd–Steinberg dithering](http://en.wikipedia.org/wiki/Floyd%E2%80%93Steinberg_dithering) algorithm can't be implemented with pixel shader, because that algorithm is strictly sequential. But maybe there exist some higly parallel dithering algorithm which by it's visual output is similar to Floyd-Steinberg...
Floyd–Steinberg dithering alternatives for pixel shader
CC BY-SA 2.5
0
2010-10-30T08:58:32.387
2010-11-08T21:03:19.027
2010-11-08T17:53:58.650
380,331
380,331
[ "image-processing", "glsl", "pixel-shader", "dithering" ]
4,058,198
1
4,058,206
null
36
52,664
I must be doing something really obviously wrong, but I can't see it. ![alt text](https://i.stack.imgur.com/uISjG.jpg)
Objective-C, how do I convert a double to an int?
CC BY-SA 3.0
0
2010-10-30T10:12:54.547
2018-04-05T11:41:10.020
2013-04-04T13:14:37.143
1,714,488
450,456
[ "iphone", "objective-c", "xcode" ]
4,058,348
1
4,058,745
null
1
1,489
This is probably a dumb post but I've Googled it for about an hour now and can't find anything about it anywhere... I'd like to know how I can have a little movie "square" similar to the ones presented in Safari to play Quicktime Movies or YouTube movies. ![alt text](https://i.stack.imgur.com/6n9Cc.png) I'm talking a...
iOS YouTube and Safari-like movie player
CC BY-SA 2.5
0
2010-10-30T10:53:52.343
2010-10-30T12:45:45.923
null
null
412,690
[ "iphone", "objective-c", "cocoa-touch", "ios", "ios4" ]
4,058,514
1
4,058,833
null
0
380
I am using cforms plugin on a wordpress page. Unfortunately "required" in Russian seems to be two words according to the translation office. In Firefox it looks ok, in Safari it breaks to the bottom left of that line. ``` span.reqtxt, span.emailreqtxt { margin:2px 0 0 3px; font-size:0.9em; font-weight:bold; c...
How to avoid linebreak in Safari?
CC BY-SA 2.5
null
2010-10-30T11:39:48.677
2010-10-30T13:12:19.693
null
null
421,262
[ "css", "wordpress" ]
4,058,824
1
null
null
3
1,044
I'm using the `sectionIndexTitlesForTableView` method for my custom UITableView, to display A-Z on the side of my table. However, the standard view of this doesn't match the style of the table. Is there a way to change this, or at least move the index a little? Here's how it overlaps: ![alt text](https://i.stack.imgu...
Possible to move UITableView's index?
CC BY-SA 2.5
0
2010-10-30T13:10:17.487
2011-01-28T04:52:37.517
null
null
121,646
[ "iphone", "objective-c", "uitableview", "ios" ]
4,058,825
1
4,059,398
null
0
670
i found this link.. [LINK](http://www.java2s.com/Code/Java/Swing-JFC/Panelwithbackgroundimage.htm) what i want is there's a JPanel that has a background and another JPanel with half the size of the first JPanel but with an image that is transparent and with a face or a ball at the middle.. :) just like the screenshot f...
java panel with png background
CC BY-SA 2.5
null
2010-10-30T13:10:21.173
2010-10-30T15:50:10.953
null
null
403,971
[ "java" ]
4,058,979
1
4,060,392
null
16
12,654
Imagine you have a completely normal four-point bezier curve (two points and two control points) created using curveToPoint:controlPoint1:controlPoint2: in your cocoa application: ![simple cubic bezier curve example](https://i.stack.imgur.com/NyU4W.gif) How do you find points (and the tangents), along the curve? --...
Find a point, a given distance, along a simple cubic bezier curve. (On an iPhone!)
CC BY-SA 3.0
0
2010-10-30T13:53:21.653
2021-01-07T09:18:08.953
2017-05-23T12:31:57.777
-1
294,884
[ "iphone", "ipad", "bezier" ]
4,059,008
1
4,061,494
null
3
145
In noticed the <!> element in IE6 and 7 (haven't tested 8) developer toolbar. It appears to be an element created to hold the background image for one of my actual elements (the actual element is now a child of the <!> element according to IE) Does anyone know what the <!> element is and why IE creates it to hold the ...
What is the <!> element in IE developer toolbar
CC BY-SA 2.5
null
2010-10-30T14:01:49.063
2010-10-31T02:08:38.393
2010-10-30T14:42:18.327
35,197
35,197
[ "internet-explorer", "rendering" ]
4,059,568
1
4,059,956
null
1
951
I created a custom Navbar for my application using a protocoll: ``` @implementation UINavigationBar (CustomImage) - (void)drawRect:(CGRect)rect { UIImage *image = [UIImage imageNamed: @"navbar.png"]; [image drawInRect:CGRectMake(0, 0, self.frame.size.width, self.frame.size.height)]; } @end ``` ![alt text](ht...
Tint all UIBarButtonItems in my App (MFMailComposer, etc)
CC BY-SA 2.5
null
2010-10-30T16:24:58.033
2011-04-29T19:52:45.253
null
null
253,288
[ "iphone", "objective-c", "ios", "uinavigationbar", "uibarbuttonitem" ]
4,059,626
1
4,063,239
null
3
7,476
I have a WPF ContextMenu that looks like this: ``` <ContextMenu Width="300"> <MenuItem Command="{Binding MainWindowViewModel.NewCommand}"> <MenuItem.Icon> <Image Source="pack://application:,,,/EAV.UI;component/Resources/Icons/MenuNew.png" Width="32" Height="32"/> </MenuItem.Icon> <M...
How do I change WPF Menu's icon column size?
CC BY-SA 2.5
0
2010-10-30T16:37:15.113
2016-11-17T11:22:59.223
null
null
18,505
[ "wpf", "xaml", "menu", "wpf-controls" ]
4,059,803
1
4,060,133
null
6
7,520
I have the following matrix multiplication code, implemented using CUDA 3.2 and VS 2008. I am running on Windows server 2008 r2 enterprise. I am running a Nvidia GTX 480. The following code works fine with values of "Width" (Matrix width) up to about 2500 or so. ``` int size = Width*Width*sizeof(float); float* Md, *Nd...
CUDA Matrix multiplication breaks for large matrices
CC BY-SA 2.5
0
2010-10-30T17:24:59.603
2010-11-05T07:57:26.520
2010-11-04T22:22:48.897
327,575
327,575
[ "c", "cuda", "nvidia", "gpu" ]
4,060,167
1
4,060,450
null
1
176
I am making a cocoa app where i have a menu - you can see the picture below - but the problem is when i click on any other option e.g; subtract, multiply or division, it don't get selected. What can be the issue? Note: When i made the menu, i checked the state option of add to ON and rest of them were OFF. ![alt te...
Menu Options are not changing - cocoa
CC BY-SA 2.5
null
2010-10-30T18:51:56.043
2010-10-30T20:05:16.497
null
null
146,603
[ "objective-c", "cocoa" ]
4,060,172
1
4,062,247
null
10
1,916
I have a little problem with the current format of my negative currency number. Here's a screenshot resuming my situation. 1. This is how I'm using the StringFormat in my binding. (BTW, I tried only {0:C}) 2. As expected 3. The current settings of my computer for the negative currency number 4. 4. The result when I'm...
Negative currency number XAML
CC BY-SA 2.5
null
2010-10-30T18:54:01.180
2010-11-09T03:44:55.573
2010-10-31T17:25:03.160
184,563
184,563
[ "c#", "wpf", "currency", "string-formatting" ]
4,060,160
1
null
null
1
982
I am not sure how to title this question, its something rather weird. Well, here is the thing, I've created a model called UserProfiles for which the migration file looks like this: ``` class CreateUserProfiles < ActiveRecord::Migration def self.up create_table :user_profiles, :primary_key => :id, :options => "a...
Rails3 ActiveRecords displaying column with wrong datatype?
CC BY-SA 2.5
0
2010-10-30T18:48:06.520
2011-05-13T17:01:01.077
2010-10-31T09:18:52.210
481,939
481,939
[ "mysql", "ruby-on-rails", "activerecord", "ruby-on-rails-3" ]
4,060,339
1
4,060,851
null
0
432
I have been struggling for a couple hours now with serving jpg's with a python cgi site. For some reason the images always come out distorted. Here is my code: ``` print('Content-type: image/jpg\n') path = 'C:\\Users\\Admin\\Documents\\image.jpg' print file(path, 'rb').read() ``` [This post](https://stackoverflow.c...
python/cgi - serves distorted images
CC BY-SA 2.5
null
2010-10-30T19:36:03.323
2010-10-30T21:57:29.113
2017-05-23T12:24:45.570
-1
280,770
[ "python", "apache", "http", "header" ]
4,060,444
1
4,060,639
null
1
12,341
A have listbox ``` <ListBox> <ListBox.ItemTemplate> <DataTemplate> <DockPanel> <Button Content="{Binding name_trainer}" Tag="{Binding idPersonTrainer}" DockPanel.Dock="Top" HorizontalAlignment="Center"> </Button> </DockPanel> </DataTemplate> </ListBox.ItemTemplate> </Lis...
How as items listbox Horizontal Alignment Center?
CC BY-SA 2.5
null
2010-10-30T20:03:24.097
2014-04-30T15:33:47.123
null
null
450,466
[ "wpf" ]
4,060,469
1
4,104,238
null
2
3,609
I have a contentEditable div with following text for example: ``` <div contentEditable='true'> This document is classified</div> ``` Now for example if user clicks on 'm' in word document I want to show a context menu containing few text choices. That context menu will be contained in a div element. I want to replac...
showing context menu in contentEditable div
CC BY-SA 2.5
0
2010-10-30T20:09:12.003
2010-11-07T09:59:55.940
2010-11-05T17:55:21.783
331,174
331,174
[ "javascript", "jquery", "asp.net-mvc", "asp.net-mvc-2", "contenteditable" ]
4,060,482
1
4,060,491
null
3
20,612
I've tried the following code in Chrome, Firefox, and Safari, but my div isn't quite being centered. HTML: ``` <!DOCTYPE html> <html> <head> <link href="custom.css" media="screen" rel="stylesheet" type="text/css" /> </head> <body> <div class="center">Hello!</div> </body> </html> ``` custom.css: ``` ...
margin: 0 auto not centering?
CC BY-SA 2.5
0
2010-10-30T20:11:53.893
2012-11-13T23:11:07.853
null
null
231,588
[ "css" ]
4,060,548
1
4,060,574
null
2
128
My little SQLite testing application is working, and everything is 100% functioning as expected. For learning purposes, I'd like to know what library is allowing me to communicate with my Scans.db SQLite database. I was told that I'd need the System.Data.SQLite reference, but my application works and I don't see it re...
What library is used to access SQLite in my application?
CC BY-SA 2.5
0
2010-10-30T20:31:06.013
2013-04-18T12:58:02.597
null
null
null
[ "c#", "entity-framework", "sqlite" ]
4,060,607
1
4,060,778
null
26
38,773
I've used [http://www.fontsquirrel.com/](http://www.fontsquirrel.com/) to create a @font-face kit. It works fine, but the result on windows is different from the result on mac. On windows the font seems to have a wrong anti-aliasing: ![Font face on Mac](https://i.stack.imgur.com/FCiR9.png) this is the result on Mac wit...
@font-face anti-aliasing on windows and mac
CC BY-SA 2.5
0
2010-10-30T20:42:58.513
2014-08-06T08:47:55.150
2012-07-20T09:07:42.123
812,149
171,168
[ "css", "font-face", "antialiasing", "font-embedding" ]
4,061,135
1
null
null
0
1,967
OK, so I'm performing an annoying math computation here, trying to solve for one of the cubic roots. Now, here is my C# code: ``` public void CubeCalculate() { //Calculate discriminant double insideSquareRoot = (18 * cubicAValue * cubicBValue * cubicCValue * cubicDValue) + (-4 * (Math.Pow(cubicBValue, 3) * c...
C# Mathematics Calculation not working properly
CC BY-SA 2.5
null
2010-10-30T23:35:42.997
2010-10-31T02:53:01.090
null
null
403,965
[ "c#", "math", "c#-4.0", "polynomial-math" ]
4,061,268
1
4,064,833
null
0
2,310
I wanted to combine app_themes css files into one on the fly. I did so using [Mads Cristensen](http://madskristensen.net/post/Combine-multiple-stylesheets-at-runtime.aspx) technique. But now all elements that has background image defined through css (see picture) don't display image. ![alt text](https://i.stack.imgur.c...
referencing images in app_themes/images folder after combining css scripts
CC BY-SA 2.5
null
2010-10-31T00:14:57.957
2010-10-31T19:54:33.373
null
null
39,715
[ "asp.net", "css", "reference" ]
4,061,576
1
4,062,485
null
20
12,492
I'm trying to draw a gradient in a rectangle object, with a given angle (Theta), where the ends of the gradient are touching the perimeter of the rectangle. ![Graph](https://i.stack.imgur.com/mAzAl.png) I thought that using tangent would work, but I'm having trouble getting the kinks out. Is there an easy algorithm t...
Finding points on a rectangle at a given angle
CC BY-SA 2.5
0
2010-10-31T02:28:36.637
2023-02-09T02:58:35.110
2010-11-01T04:31:26.873
353,410
179,311
[ "python", "math", "graphics", "geometry" ]
4,061,826
1
4,062,053
null
3
2,238
I'm making a simple quiz database, where a question has an answer and one or more image files, and belongs to a subtopic which in turn belongs to a topic. Also each group may belong to one of three levels. I expect to show a question (and an image, if one exists), and compare the user's answer to the correct answer. I ...
Is my simple quiz database with topics & subtopics properly designed?
CC BY-SA 4.0
0
2010-10-31T04:18:24.063
2022-08-21T22:00:42.513
2022-08-21T22:00:42.513
3,404,097
null
[ "database-design" ]
4,062,330
1
4,062,625
null
0
792
I want to set a toolTip on each of the data Points of the pie charts. I know how to do that, but as you can see in the attached picture, the toolTips look different according to the data points directions. Someone has an idea how can I do that ? ![alt text](https://i.stack.imgur.com/uAmK9.png)
Wpf/SL charts - Pie tooltip
CC BY-SA 2.5
null
2010-10-31T08:17:44.153
2011-12-29T18:19:12.720
null
null
138,627
[ "wpf", "silverlight", "charts" ]
4,062,428
1
4,062,542
null
1
408
I'm asking as a last-ditch effort to comply with my conscience and do this with CSS. I want to layout this simple form using CSS, but I've spent two hours trying to get it and always end up with alignment issues. I did it in ten minutes using tables. I need labels right-justified, the name row split in two, the label...
How to style sets of labels and fields in a form with pure CSS and get proper alignment?
CC BY-SA 3.0
0
2010-10-31T08:46:40.753
2017-01-17T12:50:21.853
2017-01-17T12:50:21.853
4,370,109
169,795
[ "css", "forms", "tablelayout" ]
4,062,862
1
4,063,660
null
13
9,755
I'm writing a graphical URI handler for git:// links with bash and zenity, and I'm using a zenity 'text-info' dialog to show git's clone output while it's running, using FIFO piping. The script is about 90 lines long, so I won't bother posting it here, but here's the most important lines: ``` git clone "$1" "$target" ...
git stderr output can't pipe
CC BY-SA 2.5
0
2010-10-31T11:08:31.293
2010-11-02T18:38:42.663
2010-11-02T02:41:05.360
330,644
330,644
[ "git", "bash", "pipe", "named-pipes", "zenity" ]
4,063,066
1
4,063,579
null
0
1,970
I have the following graph ``` my %connections=(36=>[31,22],31=>[30],30=>[20],22=>[20,8],20=>[1],8=>[5],5=>[2],2=>[1,20]); ``` Is there any existing algorithm that let us find node with only outgoing edges and only incoming edges. Hence given the above graph, it would yield: ``` $node_only_incoming_edge = [36]; $no...
Finding Nodes With Only Incoming Edges and Only Outgoing Edges in a Graph Via Perl
CC BY-SA 2.5
null
2010-10-31T12:23:21.193
2010-10-31T15:51:37.557
2010-10-31T12:51:57.600
50,476
67,405
[ "perl", "algorithm", "graph" ]
4,063,544
1
null
null
0
626
While installing openinviter I get the following error: ``` "Unable to write stats. /var/www/open/openinviter_stats.sqlite is not writable" ``` How to fix this installation error? Screenshots of the error: ![viewerror](https://i.stack.imgur.com/X2Gww.png)
Trouble in installing the openinviter
CC BY-SA 3.0
null
2010-10-31T14:45:10.183
2015-06-30T16:49:12.497
2015-06-30T16:49:12.497
64,046
492,552
[ "php", "apache2", "openinviter" ]
4,063,599
1
4,065,498
null
0
240
I'm trying to implement some kind of very basic flow chart functionality in a div. Basically I have some boxes which by default my be joined by a little AND bubble. If I click on the bubble it will change to an OR bubble which will result in the boxes (divs) splitting. Not really to sure where to start on this any gui...
jQuery : trying to draw elements that snap together and break apart
CC BY-SA 2.5
null
2010-10-31T15:00:41.673
2010-11-01T07:14:01.467
2010-11-01T07:14:01.467
92,448
199,684
[ "javascript", "jquery", "css", "jquery-ui" ]
4,063,685
1
4,063,714
null
5
13,288
My tab-delimited file is something like this: ``` ISO ISO3 ISO-Numeric AD AND 20 ``` I've been trying the following code with no luck. ``` OleDbConnection cn = new OleDbConnection(@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source= |DataDirectory|;Extended Properties='text;HDR=Yes;FMT=TabDelimited'"); OleDbCommand...
Using OleDbConnection to Read Tab-Separated File
CC BY-SA 3.0
0
2010-10-31T15:20:38.463
2014-09-20T00:04:46.793
2014-09-20T00:04:46.793
759,866
439,967
[ "c#", ".net", "oledb", "text-files" ]
4,063,965
1
4,064,240
null
39
37,238
I am trying to create an effect similar to or other movies where they remove all colors except one from an image. I have an RGB image which I want to convert to grayscale but I want to keep one color. This is my picture: ![alt text](https://i.stack.imgur.com/EcyOd.jpg) I want to keep the red color. The rest should...
How can I convert an RGB image to grayscale but keep one color?
CC BY-SA 3.0
0
2010-10-31T16:33:03.530
2018-02-19T15:52:58.857
2017-04-04T03:59:48.740
815,724
95,944
[ "matlab", "image-processing", "colors", "rgb", "grayscale" ]
4,064,151
1
4,064,263
null
1
448
I'm new to WPF, so this is my first project. I started with the coding side of things using VS. I am overall pretty satisfied with the way VS is used to build a WPF app, however a big part of WPF is also animation. So to my relief, I was able to open the solution I created using VS 2010, in Expression Blend 4. I ...
WPF: Do VS 2010 and Blend 4 really integrate well?
CC BY-SA 2.5
null
2010-10-31T17:21:42.453
2010-10-31T17:45:35.877
2010-10-31T17:41:02.740
41,543
41,543
[ "wpf" ]
4,064,275
1
4,064,701
null
127
119,402
I have a page, and a [Google Maps](https://en.wikipedia.org/wiki/Google_Maps) map is inside a hidden div at first. I then show the div after I click a link, but only the top left of the map shows up. I tried having this code run after the click: ``` map0.onResize(); ``` Or: ``` google.maps.event.trigger(map0, 'resize...
How to load a Google Maps map inside of a hidden element
CC BY-SA 4.0
0
2010-10-31T17:48:03.960
2022-10-03T13:13:22.800
2022-10-03T02:59:51.380
63,550
4,653
[ "jquery", "google-maps", "google-maps-api-3" ]
4,064,294
1
null
null
0
497
I have a simple table in my database called Department. In it there's a column called ParentDepartmentID that is a self referential foreign key ID. Here's an example of the data I have for testing purposes: ![alt text](https://i.stack.imgur.com/xner4.jpg) As you can see, Departments: Diagnostics and XRay are children...
What format does the TreeView control need in order to create a Tree?
CC BY-SA 2.5
null
2010-10-31T17:53:10.513
2010-10-31T18:02:13.577
null
null
null
[ "c#", "winforms", "entity-framework", "treeview" ]
4,064,386
1
5,215,283
null
1
1,910
I'm want to create a menu for a status bar item like the one seen in Tapbot's PastebotSync application: ![](https://i.stack.imgur.com/Rkori.png) Does anyone have any ideas how to achieve the custom area at the top of the menu which is flush with the top? I've tried/thought of a few potential ways of doing it: - - -...
Reverse engineering an NSMenu for a Status Bar Item
CC BY-SA 2.5
0
2010-10-31T18:11:14.133
2011-07-09T16:36:01.343
null
null
71,810
[ "cocoa", "nsmenu", "nsmenuitem" ]
4,064,690
1
null
null
0
760
I want to use/create a button that works like the one on the (HTC Desire) Soft Keyboard. So that when you make a long click, it will show a list of options, and by sliding your finger to the left or right, you select which option you want to choose. Example: When I hold down the "12#" button on the keyboard, it prese...
How to make button that shows a list of options on long click, like on the Soft Keyboard
CC BY-SA 2.5
0
2010-10-31T19:21:09.750
2010-11-01T05:40:54.620
2010-11-01T05:40:54.620
379,693
28,625
[ "android", "android-widget", "android-sdk-2.1" ]
4,064,814
1
null
null
1
2,250
Here's a screenshot of the error: ![alt text](https://i.stack.imgur.com/hNwVH.jpg) The error itself is: The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid. Going to the app.config file of that same project I can find: ``` <?...
ArgumentException was unhandled
CC BY-SA 2.5
null
2010-10-31T19:47:38.113
2017-03-20T18:34:36.660
null
null
null
[ "c#", ".net", "winforms", "arguments" ]
4,064,923
1
4,065,008
null
1
999
I just downloaded the software and am trying out the emulator and I am surprised that it isn't obvious (to me) how to tab to the next enterable field. The EN key means "English", not enter. The bottom rightmost key IS the ENTER key, but that performs a submit of the page and strangely, results in the whole page being ...
Windows Phone 7 Emulator: Where's the tab key?
CC BY-SA 2.5
null
2010-10-31T20:20:08.287
2010-10-31T20:41:45.153
2010-10-31T20:41:03.060
109,676
109,676
[ "windows-phone-7", "emulation" ]
4,065,045
1
4,065,164
null
16
34,930
I'm running Python 2.6.1 and Django 1.2.1 on Windows XP SP3. I'm using JetBrains PyCharm 1.0 to create and deploy my Django apps. I'm relatively inexperienced with Python, and I'm starting to learn Django by following along with "Writing Your First Django App" from the web site - the poll application. I'm stuck on [...
Django Can't Find My Templates
CC BY-SA 2.5
0
2010-10-31T20:51:21.610
2021-07-10T19:19:59.660
2010-10-31T21:04:25.093
37,213
37,213
[ "python", "django", "django-templates", "django-views" ]
4,065,595
1
null
null
4
3,973
Listed below is my program. I'm supposed to take two cards of both the dealer and player and evaluate who has the higher card. The player bets a certain amount of cash against that bet, and of course, if he wins he wins what was bet, if he loses, he loses the cash. I seemed to have followed the psuedocode correctly, bu...
C# Casino Program Homework
CC BY-SA 3.0
null
2010-10-31T22:57:05.710
2012-12-17T14:19:31.973
2012-12-17T14:19:31.973
1,288
493,073
[ "c#" ]
4,065,735
1
4,065,860
null
1
481
I want to do something similar to stackexchange but with their own domain. I want to have 1 single database, repository/model layer, service layer on 1 server. Then on a different server or same server, I have a web project which can access those layers. Is there a way to achieve this without a hit in performance on ...
Multiple websites from a single service and model layer
CC BY-SA 2.5
0
2010-10-31T23:27:40.513
2010-11-02T00:32:15.353
2010-10-31T23:54:53.380
400,861
400,861
[ "asp.net-mvc", "architecture" ]
4,065,815
1
4,065,828
null
325
123,965
I don't know what I did but I don't know how to get rid of those arrows on the left. ![alt text](https://i.stack.imgur.com/xBwEu.jpg)
How to Turn Off Showing Whitespace Characters in Visual Studio IDE
CC BY-SA 3.0
0
2010-10-31T23:48:35.863
2020-04-18T00:06:58.703
2017-09-06T17:49:24.287
1,000,551
1,219,414
[ "visual-studio", "visual-studio-2010", "whitespace" ]
4,067,027
1
4,067,146
null
1
5,374
i'm having a `ListView` control like ![alt text](https://i.stack.imgur.com/f7iZY.jpg) I need to store the data from this ListView to an Xml File. So the xml file will be like ``` <root> <Child Name ="A1" val1="1" val2="0"/> <Child Name ="A2" val1="1" val2="2"/> <Child Name ="A3" val1="1" val2="3"/> <Child Name ...
How to write XML file from a ListView in C#
CC BY-SA 2.5
0
2010-11-01T06:31:56.327
2015-03-17T16:13:53.133
2010-11-01T06:42:22.850
336,940
336,940
[ "c#", "xml", "listview", "file-io", "linq-to-xml" ]
4,067,186
1
4,116,552
null
4
2,266
I have an equation in a multi row cell (aka a merged cell) that should be vertically centered. I do using the following code snippet: ``` \documentclass{article} \usepackage { multirow, longtable, array } \begin{document} \begin{tabular}{|*{2}{c|}}\hline \parbox[c][1cm]{5cm}{Description} & \parbox[c][1cm]...
How to vertically center an equation in a merged row?
CC BY-SA 3.0
0
2010-11-01T07:16:27.733
2011-07-28T15:00:53.600
2011-07-28T15:00:53.600
397,524
397,524
[ "latex" ]
4,067,267
1
4,069,914
null
1
3,247
Platform : ASP.NET 4.0 Application : A website project with a Datalib ClassLibrary attached to it Dependencies: ![Dependencies of the project](https://i.stack.imgur.com/9wvU9.png) IIS: 5.1(local and IIS 7.0 online) I am getting the error at localhost. I haven't checked online yet. The whole thing was working at ASP....
Could not load file or assembly Microsoft.Practices.EnterpriseLibrary.Common, Version=4.1.0.0 ASP.NET 4.0
CC BY-SA 2.5
0
2010-11-01T07:36:30.040
2010-11-01T14:46:30.883
null
null
17,447
[ "asp.net", "iis", ".net-4.0", "ajaxcontroltoolkit", "enterprise-library" ]
4,067,512
1
4,073,820
null
6
8,665
I would like to use a CATiledLayer in iPhone OS 3.1.3 and to do so all drawing in `-(void)drawLayer:(CALayer *)layer inContext:(CGContext)context` has to be done with coregraphics only. Now I run into the problems of the flipped coordinate system on the iPhone and there are some suggestions how to fix it using transfo...
Drawing in CATiledLayer with CoreGraphics CGContextDrawImage
CC BY-SA 2.5
0
2010-11-01T08:36:42.650
2016-04-06T09:53:23.970
2017-05-23T12:24:24.747
-1
369,817
[ "iphone", "core-graphics", "cgcontext", "catiledlayer" ]
4,067,905
1
6,829,590
null
1
128
When we use tethering for use of 3G connectivity, the header appears twice as high. This means that the surface of my App being a little bit smaller. ![alt text](https://i.stack.imgur.com/JGrKG.jpg) How do I handle this in my application in a good way? Should I measure header bar everytime view appears ? Or ...
How do I handle extra top view when tethering, call
CC BY-SA 2.5
0
2010-11-01T09:56:47.617
2011-07-26T11:52:15.487
null
null
270,421
[ "iphone", "iphone-sdk-3.0", "ios4", "cocos2d-iphone" ]
4,068,473
1
4,068,564
null
3
8,994
![alt text](https://i.stack.imgur.com/ehLuw.jpg)Please visit [my page](http://210.94.200.250/ocw/view.php?id=1). And if you click other tabs, you'll see what my problem is. The tab DIV will go over the line of my wrapper. I tried to figure out if there's any option to add scroll or not, and there is not! Also tried t...
How to add a scrollbar to jQuery tabs
CC BY-SA 2.5
null
2010-11-01T11:32:00.580
2010-11-01T11:44:28.847
2010-11-01T11:38:29.220
157,882
411,615
[ "jquery" ]
4,068,698
1
null
null
4
1,562
I am using [WinVerifyTrust](http://msdn.microsoft.com/en-us/library/aa388208(v=VS.85).aspx) to verify the validity of some Windows executables with the following function, called in a loop from `_tmain`: ``` int signature_is_valid(const wchar_t *filepath) { GUID guid = WINTRUST_ACTION_GENERIC_VERIFY_V2; WINTRU...
Memory Leak while verifying Authenticode Signature of Executables?
CC BY-SA 2.5
0
2010-11-01T12:07:30.373
2012-11-14T22:18:15.873
2010-11-26T12:54:37.297
192,308
192,308
[ "winapi", "cryptography", "digital-signature", "cryptoapi", "winverifytrust" ]
4,068,746
1
null
null
1
638
In [this](http://www.asp.net/linq/videos/how-do-i-linq-to-sql-querying-the-database) example, this screen shot of the video shows that if you click on the following magnifying class tooltip, it will bring up a debugger that shows you the SQL tghat the LINQ statment has been converted into: ![alt text](https://i.stack....
LINQ to SQL. Visualizer Debugger not showing SQL
CC BY-SA 2.5
null
2010-11-01T12:13:07.240
2010-11-01T12:52:06.300
2010-11-01T12:52:06.300
109,676
109,676
[ "linq-to-sql", "debugging", "visual-studio-2010" ]
4,068,766
1
4,069,084
null
3
951
Is there a Java Swing component equivalent to Delphi's `TDBCtrlGrid`? Or can the same effect be achieved programmatically and if so, how? `TDBCtrlGrid` is a database enabled grid where each cell can be populated by a number of data-aware components. The grid shows one cell for each row in the query bound to the grid, ...
Java equivalent to Delphi's DBCtrlGrid?
CC BY-SA 2.5
0
2010-11-01T12:16:14.650
2010-11-04T00:04:43.547
null
null
336,455
[ "java", "delphi", "data-binding" ]
4,068,786
1
4,069,015
null
2
434
I saw on a website image thumbnails with a nice white 4px border and a 1 px grey border boundary like the one below: ![alt text](https://i.stack.imgur.com/VfTzt.jpg) I thought they were don by using at least 2 elements like an IMG elment inside a DIV element applying the 1px border to the DIV than a white border to t...
CSS using background and paddign on IMG elements to create a two colors border around image
CC BY-SA 2.5
0
2010-11-01T12:20:39.943
2010-11-01T15:22:08.997
2010-11-01T15:22:08.997
260,080
260,080
[ "css", "border", "image", "padding" ]
4,068,855
1
4,068,877
null
0
5,225
I am having a problem with the get_post method. Here is my code: ``` <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Upload2</title> <link href="style.css" rel="stylesheet" type="text/css"> </head> <body> <h1> Welcome to my search Engine </h1> <?php # SETUP $thisFile = 'v4....
PHP: Having a problem with get_post
CC BY-SA 2.5
null
2010-11-01T12:30:31.433
2016-01-05T08:19:34.687
null
null
251,589
[ "php", "forms" ]
4,068,910
1
4,288,158
null
13
18,147
I am trying to register my Activity so that it can be used by the Activity chooser/picker allowing a user to choose whether or not to select my application/Activity to complete what they are trying to do. I want to provide the option for the user to be able to select my application when they want to send an SMS messag...
Android - Intent Filter?
CC BY-SA 2.5
0
2010-11-01T12:38:16.407
2013-07-11T08:48:55.813
2013-07-11T08:48:55.813
null
243,999
[ "android", "android-intent", "intentfilter" ]
4,068,957
1
4,068,976
null
0
685
How does the Chrome Developer Tool "Properties" section help with CSS/JavaScript development? In the screenshot it shows `blur`, `contains`, `focus`, etc. I don't know what you can do with these. ![alt text](https://i.stack.imgur.com/8KCLQ.png)
How does the Chrome Developer Tool "Properties" section help with CSS/JavaScript development?
CC BY-SA 2.5
null
2010-11-01T12:44:13.553
2010-11-01T13:00:26.720
2010-11-01T13:00:26.720
492,719
492,719
[ "javascript", "jquery", "css", "google-chrome", "developer-tools" ]
4,069,025
1
4,069,096
null
2
1,731
I have the following `ListView`: ![alt text](https://i.stack.imgur.com/lLLMG.jpg) and I'm creating a `List<string>` of the items I want a list of rows to remove from that ListView: ``` List<String> lst =new List<String>{"A1","A2"}; ``` I know that I can delete the rows using iterating through the index and deleti...
How to remove an item from ListView using LINQ in C#
CC BY-SA 2.5
0
2010-11-01T12:53:59.210
2010-11-01T13:49:27.363
2010-11-01T13:25:50.310
16,587
336,940
[ "c#", ".net", "linq", "listview" ]
4,069,032
1
null
null
7
1,537
I was thinking, is it possible to "override" or maybe replace the standard winforms .net Exception form?? I am talking about this dude: ![alt text](https://i.stack.imgur.com/SsMtO.png) Is it possible, during the scope of the hole program, to override this windows? I mean automatically, without having to perform try/...
Replacing the standard exception/error form in .net
CC BY-SA 4.0
0
2010-11-01T12:54:29.777
2018-07-31T02:35:36.520
2018-07-31T02:35:36.520
1,033,581
307,280
[ "c#", ".net", "winforms" ]
4,069,110
1
4,069,477
null
0
3,325
I have inserted some check box values in mysql database using PHP ![alt text](https://i.stack.imgur.com/ZDDhJ.jpg) ![alt text](https://i.stack.imgur.com/zbe1r.jpg) Hope now its clear. Thanks in advance..
How to check a check box if it's value is in DATABASE. PHP
CC BY-SA 2.5
0
2010-11-01T13:06:07.610
2010-11-01T13:52:56.840
2010-11-01T13:32:35.307
154,137
154,137
[ "php" ]
4,069,133
1
4,069,187
null
0
245
I'm using a that has a endpoint of `http://api.domain_a.com/` and using I can easily generate a proxy class to work with the service easy and simple. ![alt text](https://i.stack.imgur.com/fMkgm.png) But I want to create a way that users can use their own service (and access their own data, instead my own) and I wan...
Re-use a WebService but with custom endpoint
CC BY-SA 2.5
null
2010-11-01T13:09:36.983
2010-11-01T13:16:48.747
null
null
28,004
[ "visual-studio", "web-services", "proxy-classes" ]
4,069,193
1
4,069,452
null
2
985
I was wondering if this code is good enough or if there are glaring newbie no-no's. Basically I'm populating a TreeView listing all Departments in my database. Here is the Entity Framework model: ![alt text](https://i.stack.imgur.com/YYScr.png) Here is the code in question: ``` private void button1_Click(object sen...
Build Tree more efficiently?
CC BY-SA 3.0
0
2010-11-01T13:17:43.670
2013-04-15T23:11:53.453
2013-04-15T23:11:53.453
102,536
null
[ "c#", "linq", "entity-framework" ]
4,069,251
1
4,069,268
null
0
701
I'm developing a board game and would like to know how i can use css or JavaScript to dynamically rotate a div so that each player can play from bottom up. ![](https://farm5.static.flickr.com/4130/5135329335_af32ef7e9e.jpg) --- ![](https://farm5.static.flickr.com/4091/5135929344_6e7fd9143f.jpg)
How to rotate a div
CC BY-SA 2.5
null
2010-11-01T13:25:41.637
2010-11-01T13:49:32.463
2017-02-08T14:30:47.317
-1
335,460
[ "javascript", "jquery", "css" ]
4,069,414
1
4,069,542
null
6
6,808
I like the way that the chart control seems to automatically determine the X axis range for me based on the data, but in this case, the data can only be whole numbers. What is the easiest way to specify whole numbers for this axis? ![alt text](https://i.stack.imgur.com/MWgmi.png)
Visual Studio 2010 Chart control: Make Y Axis an Integer value, not decimal
CC BY-SA 2.5
null
2010-11-01T13:46:05.437
2016-11-01T15:38:42.550
null
null
109,676
[ "asp.net", "visual-studio-2010", "charts" ]
4,069,431
1
4,070,602
null
14
45,732
I am learning VS 2008 setup project to create install for our C# application. I made a mistake trying to delete the exe itself during the uninstall. Now I manually deleted the exe file but the entry still in Add Remove Program list. I try to install a fixed newer version but msi doesn't allow me to do so. How can I r...
how to manually remove MSI installation?
CC BY-SA 2.5
0
2010-11-01T13:48:06.343
2019-03-11T15:42:53.713
2013-12-27T21:23:01.670
41,956
117,039
[ ".net", "windows", "windows-installer", "deployment-project" ]
4,069,628
1
4,070,762
null
4
939
OK, say I've got a bunch of discs sitting on a plane in fixed known locations. Each disc is 1 unit in radius. The plane is fully covered by the set of discs, in fact, it is extensively over-covered by the set of discs, by an order of magnitude or two in some areas. I'd like to find a subset of the discs that still full...
find (near-)minimal covering set of discs on a 2-D plane
CC BY-SA 4.0
null
2010-11-01T14:14:03.477
2019-02-06T13:20:09.973
2019-02-06T13:20:09.973
6,594,576
135,944
[ "algorithm", "geospatial", "computational-geometry" ]
4,069,784
1
4,069,818
null
21
175,114
I am putting inner join in my query.I have got the result but didn't know that how the data is coming in output.Can anyone tell me that how the Inner join matching the data.Below I am showing a image.There are two table(One or Two Table). ![alt text](https://i.stack.imgur.com/IbzZm.png) According to me that first row i...
Order by in Inner Join
CC BY-SA 4.0
0
2010-11-01T14:31:44.300
2022-12-21T21:33:27.340
2022-12-21T21:33:27.340
11,107,541
214,651
[ "sql", "sql-server", "inner-join" ]
4,069,825
1
null
null
0
792
I have n files and my program needs to merge the contents of all into an one file using threads and temp files (have to use tmpfile()). When creating a thread it has to merge 2 files into a temp file (temp1) then another thread will merge the next 2 files into another temp file (temp2) and so on, then in the next level...
C: merging temp files created with tmpfile() function with multithreading
CC BY-SA 2.5
0
2010-11-01T14:36:37.240
2010-11-01T16:20:40.787
2010-11-01T14:56:26.460
62,365
492,565
[ "c", "multithreading", "merge", "pthreads" ]
4,069,988
1
4,070,030
null
5
1,436
For some reason, whenever I create a new class by right clicking on a project in the Solution Explorer pane and choosing Add Class or Add New Item (which is a class), the pane to edit the code for the class shares the tab group of Solution Explorer and not the tab group of other code windows I already have open. A pict...
New pane added to wrong tab group
CC BY-SA 3.0
0
2010-11-01T14:54:43.463
2011-06-12T03:15:19.143
2011-06-12T03:15:19.143
473,798
473,798
[ "c#", "visual-studio-2010" ]
4,070,073
1
null
null
0
898
I'm trying to display two tables inside a container div and it works perfectly in Firefox, and does exactly what I am expecting, but in IE it shifts my second table to appear outside my div. Anyone got any ideas what the issue is that I am running into here? If I put either table in by itself there is no problem, but...
Problems displaying two tables in a div in IE
CC BY-SA 3.0
null
2010-11-01T15:04:06.487
2017-06-14T09:33:46.003
2017-06-14T09:33:46.003
4,370,109
385,001
[ "html", "html-table", "internet-explorer-7" ]
4,070,150
1
4,073,526
null
2
391
I had posted this on UI.stackexchange also for views on different kinds od visualisation. I am posting this here for finding out the programming techniques and tools required to do so. Let us have the following three sets of information ![alt text](https://i.stack.imgur.com/ffdqX.png) --- ![alt text](https://i....
Data Visualisation
CC BY-SA 2.5
0
2010-11-01T15:12:09.390
2012-12-20T16:32:58.193
2010-11-01T23:07:56.187
127,212
127,212
[ "graph", "data-visualization" ]
4,070,209
1
4,070,326
null
1
860
I'm trying to solve the problem of the second day but with no success yet. My goal is: For certain taxonomy term ID (for example 1) I need to get at least one imagefield filepath of nodes, which belong to that term id (tid 1) Below are three queries which give me what I need. All works fine but I know it looks re...
Combine multiple MySql queries into a single query
CC BY-SA 2.5
null
2010-11-01T15:17:16.280
2010-11-01T20:40:13.877
null
null
388,563
[ "sql", "mysql", "drupal", "join" ]
4,070,318
1
4,071,316
null
1
2,976
I'm currently building an intranet engine for a project I've got on the go at the moment, and I'd like to save myself a little time by generating header images from code where possible, however, I'd like it to match our concept image. What I'd like to achieve is below: ![Some Text](https://i.stack.imgur.com/S5Zkq.gif...
Create an image with drop shadow on text programatically in VB.NET
CC BY-SA 2.5
0
2010-11-01T15:29:18.000
2013-06-05T19:16:43.803
null
null
147,145
[ "asp.net", "vb.net", ".net-4.0", "image-manipulation" ]
4,070,342
1
4,071,956
null
0
48
We do use TFS to do automatic build and tests with our checkins. Today we verified old builds we have done last week. We were seeking one specific : 2010/10/27 (5). For some kind of reason it was not showing when we opened TFS/Project/Builds in visual studio (or the build tab in TFS Web). Here is a screenshot that sh...
TFS 2008 erratically showing past builds
CC BY-SA 2.5
null
2010-11-01T15:32:50.610
2010-11-01T18:53:42.380
2010-11-01T18:53:42.380
97,385
57,655
[ "visual-studio", "tfs" ]
4,070,655
1
null
null
5
400
I have a WPF listbox which is virtualized with a large number of rows. The listbox changes in size as I scroll through the entities. I've tried: ``` <Setter Property="MinWidth" Value="{Binding Path=ExtentWidth, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type ScrollViewer}}}" /> ``` Sadly, I don't...
Correctly setting Width on a Virtualized ListBox in WPF
CC BY-SA 2.5
null
2010-11-01T16:06:30.927
2010-11-01T18:55:29.867
2010-11-01T18:55:29.867
486,943
486,943
[ "wpf", "listbox", "virtualization" ]
4,070,731
1
4,132,361
null
2
2,697
i am trying to [replicate this jcrop demo](http://deepliquid.com/projects/Jcrop/demos.php?demo=thumbnail). Everything works fine except, my original pictures are very large so, [as per the manual, i am resizing them](http://deepliquid.com/content/Jcrop_Sizing_Issues.html) on my page like this: ``` jQuery('#cropbox')....
jcrop demo no longer works after resizing main image (Updated with Picture)
CC BY-SA 2.5
0
2010-11-01T16:12:32.287
2010-11-09T11:05:03.083
2010-11-02T03:58:36.070
4,653
4,653
[ "jquery", "jcrop" ]
4,070,755
1
5,387,550
null
1
192
![alt text](https://i.stack.imgur.com/Go9ZK.png)
How to make a Fork or a Join cross two Swinlanes of Activity Diagram in IBM RSA?
CC BY-SA 2.5
null
2010-11-01T16:15:09.910
2012-06-17T02:39:58.453
2012-06-17T02:39:58.453
387,076
218,275
[ "diagram", "rational-rsa" ]
4,070,894
1
null
null
0
248
CSS Problem with my topNav in IE6 HTML Page: [http://www.faressoft.net](http://www.faressoft.net) ![alt text](https://i.stack.imgur.com/T0jCL.png)
How to fix nav in IE6
CC BY-SA 2.5
null
2010-11-01T16:28:19.100
2010-11-01T20:25:36.040
null
null
423,903
[ "html", "css", "internet-explorer", "internet-explorer-6", "phpbb" ]
4,070,991
1
4,071,156
null
0
195
![alt text](https://i.stack.imgur.com/p9vof.png) Hello guys I'm creating a little website for my Javascript course. I created a page with 3 frames as above in the image. I don't know if it is possible to do that but what I want to do is: When the visitor clicks on "PAGE A" from the FRAME MENU, the text "TEXT TITLE"...
Changing text dynamically on a framed page
CC BY-SA 2.5
null
2010-11-01T16:40:17.323
2010-11-02T16:41:49.043
2010-11-01T16:51:09.320
399,059
399,059
[ "javascript", "html" ]
4,071,246
1
4,089,538
null
4
3,985
How do I reduce the width of the left margin area shown below, marked in red? ![alt text](https://i.stack.imgur.com/8GfWO.png)
VS2010 Chart Control: Reduce Y-Axis Margin
CC BY-SA 2.5
0
2010-11-01T17:11:14.683
2013-08-09T23:50:54.890
null
null
109,676
[ "asp.net", "visual-studio-2010", "charts" ]
4,071,314
1
4,071,342
null
4
11,958
Query: ``` SELECT SUM(ProductCost) FROM `tblBasket` GROUP BY ProductCode HAVING BasketSessionID = '3429782d79c68834ea698bb4116eef5e' ``` Showing Error Like: > 1054 - Unknown column 'BasketSessionID' in 'having clause' What is the mistake in my query? ![alt text](https://i.stack.imgur.com/AJO3a.jpg)
MySQL error 1054: Unknown column in having clause
CC BY-SA 2.5
0
2010-11-01T17:18:24.760
2010-11-01T23:35:21.850
2010-11-01T23:35:21.850
227,665
246,963
[ "sql", "mysql", "aggregate-functions", "mysql-error-1054" ]
4,071,725
1
4,072,495
null
2
533
How can I detect a known image or pattern within an image so that I can replace it with my own text? Input option 1 (detect aaa and bbb separately): ![aaa and bbb are 'slots' where I will place my text](https://i.stack.imgur.com/o6vOC.png) Input option 2 (detect red value and blue value separately): ![Here I use col...
image's sub-image find and replace
CC BY-SA 2.5
0
2010-11-01T18:07:49.167
2010-11-01T23:39:12.187
2010-11-01T23:35:46.010
353,410
124,060
[ "algorithm", "image", "language-agnostic", "image-processing" ]
4,072,282
1
4,072,421
null
0
537
![alt text](https://i.stack.imgur.com/AP2Vl.png) Okay, so i have `<table>` inside this there's `<tr>`´s that defines these boxes above (the lightgrey/grey/yellow..) Now i want to make so when you hover over a box, you a deletebutton will appear. I have done this by inside each `<tr>` (inside each box) there's thi...
jQuery: hover, show and table issue
CC BY-SA 2.5
null
2010-11-01T19:16:41.960
2010-11-01T19:33:07.677
null
null
457,827
[ "jquery" ]
4,072,438
1
4,072,475
null
1
4,523
i have written following vbScript file to make several programs autostart with delay: ``` 'Delay time 50 seconds WScript.sleep 50000 Set WshShell = WScript.CreateObject("WScript.Shell") 'Google Trans WshShell.Run "E:\prg\gDesktopTranslator_v1.0\gDesktopTranslator.exe" WScript.Sleep 2000 'Skype cmd_1 = chr(34) & ...
Script for delayed program start
CC BY-SA 2.5
null
2010-11-01T19:34:58.237
2010-11-01T19:40:39.733
null
null
304,380
[ "vbscript" ]
4,072,835
1
4,075,566
null
0
477
I have installed Eclipse 3.61 ( + Aptana 2) and really tired of annoying validation messages. Removed all but cant get rid of this. How can I disable these popups?![alt text](https://i.stack.imgur.com/M94f9.jpg)
how to disable annoying eclipse tag descriptions on hover?
CC BY-SA 2.5
null
2010-11-01T20:35:37.640
2010-11-02T07:28:29.583
2010-11-02T07:28:29.583
263,050
263,050
[ "eclipse", "validation", "aptana" ]