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
1,791,068
1
1,791,156
null
0
211
I have a doosie of a layout problem that looks like a browser bug. It manifests only in FF3 (haven't tested ff2). It only shows up on the first load of the page. If I resize the window it behaves properly. It goes away when I put a border on the problem element, and comes back when I take the border off. No other p...
Does Firefox add any proprietary values when I add a border (like IE does with hasLayout)?
CC BY-SA 2.5
null
2009-11-24T16:07:27.603
2009-11-24T16:24:05.743
2017-02-08T14:17:33.233
-1
111,243
[ "css", "firefox", "cross-browser", "border" ]
1,793,624
1
1,864,163
null
5
847
When you create a web service using .NET 2.0 (or 3.5), it generates a .asmx file for you. When this .asmx is rendered in a web browser it shows up with a dark blue border at the top and the name of the web service, like so: ![web service screenshot](https://img.photobucket.com/albums/v644/mattsnuts/webservice.jpg) Is ...
Re-style default asmx color scheme
CC BY-SA 2.5
null
2009-11-24T23:16:39.787
2009-12-08T03:07:19.037
2017-02-08T14:17:34.937
-1
32,598
[ "asp.net", "asmx" ]
1,794,693
1
null
null
1
467
I have this: ![scrollable panel](https://i.stack.imgur.com/95ee5.jpg) Each list is its own `WrapPanel` and they are all on another `WrapPanel` which is in a `ScrollViewer`. If I don't set the height myself for the main `WrapPanel` it assumes I want the `WrapPanel` as high as it can go giving me only one column where...
Multiple column scrolling, resizeable panel?
CC BY-SA 3.0
null
2009-11-25T04:47:09.257
2011-08-30T19:09:24.733
2011-08-30T18:22:11.347
305,637
218,312
[ "c#", "wpf", "scroll", "scrollviewer", "wrappanel" ]
1,795,438
1
1,795,502
null
263
169,256
I have done some web based projects, but I don't think too much about the load and execution sequence of an ordinary web page. But now I need to know detail. It's hard to find answers from Google or SO, so I created this question. A sample page is like this: ``` <html> <head> <script src="jquery.js" type="text/jav...
Load and execution sequence of a web page?
CC BY-SA 3.0
0
2009-11-25T08:26:32.387
2022-04-08T08:05:09.483
2017-06-27T14:37:54.533
100,297
125,633
[ "javascript", "html", "css" ]
1,796,396
1
null
null
1
181
I am trying to create a toolbar programatically (rather than via IB) very similar to the toolbar featured in the iPhone app: ![enter image description here](https://i.stack.imgur.com/T165y.png) Currently I've been experimenting with the `UIToolbar` class, but I'm not sure how (and if?) you can make the toolbar button...
Making large toolbars like the iPod app
CC BY-SA 3.0
0
2009-11-25T11:37:26.537
2013-04-19T11:21:01.280
2013-04-19T11:21:01.280
664,177
1,067
[ "iphone" ]
1,798,867
1
1,800,997
null
1
2,781
I am trying to retrieve an attachment from a lotus notes email using the `EmbeddedObjects` array off of a `NotesDocument` object. In my test, I've set up an email with an attachment and am trying to process it. The `HasEmbedded` property of the `NotesDocument` object is returning true however the `EmbeddedObjects` ar...
How do I get attachments from a Lotus Notes email using VB.NET?
CC BY-SA 3.0
null
2009-11-25T18:07:45.517
2012-12-19T21:33:55.803
2017-02-08T14:17:35.273
-1
135,148
[ "vb.net", "lotus-domino", "lotus" ]
1,799,974
1
null
null
15
23,535
I have a question regarding how to elegantly override an arbitrary element deep inside a control's visual tree. I also have attempted to resolve it in a few different ways, but I've run into several problems with each. Usually when I try three different paths and fail at each one I go downstairs, have a coffee, and a...
Elegantly override style of ComboBox's ToggleButton in WPF
CC BY-SA 3.0
0
2009-11-25T21:11:31.840
2013-08-03T14:13:38.190
2013-08-03T14:13:38.190
19,624
null
[ "wpf", "templates", "combobox", "styles", "controltemplate" ]
1,800,973
1
1,801,106
null
0
1,424
I am not sure if this can be done -- it looks like it should be a straightforward thing but I keep getting "the entity Sale is not key value coding-compliant for the key "@sum"." I using "@unionsOfSets.departments.@sale.amount" for the Table column value binding. I am doing it right, or what is the right way to do th...
Using KVC operator e.g., @unionOfSets/@sum in IB's Value Binding Model Key Path
CC BY-SA 2.5
null
2009-11-26T00:50:03.030
2009-11-26T08:14:35.003
2017-02-08T14:17:36.293
-1
42,340
[ "cocoa" ]
1,801,716
1
1,802,080
null
1
177
I have this line (see picture) in my instruments while analyzing objects allocation. The line says 1.17 Gbytes of overall bytes??? what does it means? Should I worry? ![should I worry?](https://imgur.com/t5WBz.png)
IPHONE: I have this line on my instruments... should I worry?
CC BY-SA 2.5
0
2009-11-26T05:33:35.110
2009-11-26T07:28:21.307
null
null
316,469
[ "iphone", "iphone-sdk-3.0" ]
1,803,993
1
null
null
1
299
Creating an app to track time off accrual. Users have days and days have types like "Vacation" or "Sick" Models: DayType - UserDay - - - - - I'm trying to generate the following resultset expanding the daytypes across columns. Is this possible in the ORM, or do I have to build this in code? ![alt text](https...
Django ORM: dynamic columns from reference model in resultset
CC BY-SA 2.5
null
2009-11-26T14:30:06.947
2009-11-26T16:03:08.417
null
null
53,488
[ "django", "django-models", "django-orm" ]
1,806,587
1
1,806,606
null
2
429
I am making login system , I succeeded all the way but ,i want a bit more professional ,in my login system ,when user enters password in his password edit box ,i want to convert them as ***** but i want real data what they types to test their authentication and i want to make save this account ,how can i do that exa...
How to mask passwords in TEdit?
CC BY-SA 4.0
null
2009-11-27T03:17:30.690
2019-05-13T07:13:24.220
2019-05-13T07:13:24.220
4,751,173
199,578
[ "delphi", "authentication" ]
1,806,586
1
1,853,110
null
6
897
I'm developing a website that helps people understand rap lyrics. Users see the lyrics of a rap song and can click certain lyrics to see an explanation: ![alt text](https://i.stack.imgur.com/k0Ae9.png) [(click here for more)](http://rapexegesis.com/lyrics/Jay-z/Empire-state-of-mind) As you can see, each explanation has...
How to get Google to understand links that trigger Javascript?
CC BY-SA 3.0
0
2009-11-27T03:17:05.873
2015-06-21T01:26:04.940
2020-06-20T09:12:55.060
-1
25,068
[ "javascript", "redirect", "seo", "search-engine" ]
1,811,800
1
null
null
5
4,406
I am trying to teach my camera to be a scanner: I take pictures of printed text and then convert them to bitmaps (and then to [djvu](http://djvuzone.org/) and OCR'ed). I need to compute a threshold for which pixels should be white and which black, but I'm stymied by uneven illumination. For example if the pixels in t...
How to compensate for uneven illumination in a photograph of a printed page?
CC BY-SA 2.5
0
2009-11-28T06:44:50.137
2021-02-25T07:27:09.910
2017-02-08T14:17:41.890
-1
41,661
[ "image-processing", "image-scanner" ]
1,813,645
1
1,816,940
null
5
1,631
Folks! I am trying to display ® and superscript TM symbols in my silverlight app. I want to save the text containing the symbols in a resx file. Things i have tried: > - Copy paste the ® symbol from any document to resx file. ® symbol gets displayed in the resx file. But, when running the silverlight app, xa...
Displaying ® symbol in Silverlight
CC BY-SA 2.5
null
2009-11-28T20:11:06.860
2009-11-30T08:57:28.423
2017-02-08T14:17:43.247
-1
144,754
[ "xml", "silverlight", "xaml", "unicode", "encoding" ]
1,814,331
1
2,061,670
null
3
2,451
I am creating an application with 3 different languages: english, spanish and french. I have created in-app purchases in these 3 languages and have created users on itunes sandbox for these 3 stores: France, USA and Spain. Before the user can click on the BUY button, even before the user logs in with his itunes userna...
IPHONE (in-app purchase): What do I have to do to get the prices in local currency
CC BY-SA 2.5
0
2009-11-29T01:13:41.877
2017-07-01T06:05:47.040
2009-12-04T18:16:55.327
316,469
316,469
[ "iphone", "iphone-sdk-3.0" ]
1,814,830
1
1,815,337
null
10
8,860
What is the role of user agent switcher? [https://addons.mozilla.org/en-US/firefox/addon/59](https://addons.mozilla.org/en-US/firefox/addon/59) ![alt text](https://addons.mozilla.org/en-US/firefox/images/p/19212/1245518908) Is the user agent different than the rendering engine? If a browser uses the same renderi...
What's the difference between a browser engine, a rendering engine and a user agent?
CC BY-SA 3.0
null
2009-11-29T06:32:27.633
2017-09-10T06:56:00.323
2016-11-02T21:17:58.833
1,038,379
84,201
[ "css", "firefox", "xhtml", "cross-browser" ]
1,815,512
1
null
null
14
3,903
Are there any advanced solutions for capturing a hand drawing (from a tablet, touch screen or iPad like device) on a web site in JavaScript, and storing it on server side? Essentially, this would be a simple mouse drawing canvas with the specialty that its otherwise round lines in the drawing will become "polygonal" ...
Recording and storing high-res hand drawing
CC BY-SA 2.5
0
2009-11-29T13:12:36.347
2011-04-02T22:43:32.177
2011-03-31T09:44:35.103
187,606
187,606
[ "javascript", "jquery", "html", "tablet-pc" ]
1,815,745
1
1,815,800
null
2
708
I would like to develop a desktop application to interact with the facebook API. The user would be able to browse their profile and post details such as the music which they are playing or the applications which are being installed or being used. Is this possible? Are there any relevant tutorials? ![alt text](http...
Is it possible to develop a desktop application which integrates with the FaceBook API?
CC BY-SA 2.5
0
2009-11-29T15:04:57.170
2009-11-30T06:42:46.837
2009-11-29T16:23:36.673
42,106
105,167
[ "facebook", "desktop-application" ]
1,817,453
1
1,817,511
null
2
3,318
I've got a few UserControls on a panel separated by splitters. The containing panel is set to AutoScroll. Since the Splitter control takes its parent's size into consideration when it resizes the controls it 'splits', the resizing of the UserControls inside it is limited by the panel's size. I want to be able to move...
How to resize controls seperated by a splitter beyond their container panel size?
CC BY-SA 2.5
null
2009-11-30T01:28:07.253
2018-05-15T16:29:55.220
2017-02-08T14:17:44.623
-1
36,777
[ "c#", "winforms", "c#-2.0", "splitter" ]
1,819,124
1
1,821,664
null
47
62,285
I'm trying to compare images to each other to find out whether they are different. First I tried to make a Pearson correleation of the RGB values, which works also quite good unless the pictures are a litte bit shifted. So if a have a 100% identical images but one is a little bit moved, I get a bad correlation value. ...
Image comparison algorithm
CC BY-SA 3.0
0
2009-11-30T10:57:54.990
2019-05-03T08:38:15.987
2012-05-09T06:52:45.537
221,270
221,270
[ "python", "image", "image-processing", "compare", "computer-vision" ]
1,819,391
1
2,293,351
null
0
122
Info: C# , VS2010 Beta 2 , DSL ToolKit Beta 2 I am trying to create the following generated XML in my DSL Diagram when used ``` <Method> ... <FilterDescriptors> <FilterDescriptor Type="Comparison" Name="EmployeeKey" /> </FilterDescriptors> ... </Method> ``` This is how the Method and Filter Descrip...
DSL Toolkit: How can I get correct elements written in this scenario?
CC BY-SA 2.5
null
2009-11-30T12:00:23.887
2010-02-19T00:40:17.987
2017-02-08T14:17:45.297
-1
76,581
[ "dsl", "visual-studio-2010", "dsl-tools" ]
1,821,251
1
1,821,320
null
1
4,181
This is a Master-Detail form. Master is a GridView. And, the Detail is a DetailsView. The entire thing is achieved programmatically. As you can see from the code, DetailsView is using the Master-objects's ID to retrieve the Detail items. I need to make the ID column of the Master-GridView invisible. Coz, it is irre...
asp.net making a gridView column invisible
CC BY-SA 2.5
null
2009-11-30T17:39:50.653
2009-11-30T17:59:16.663
2017-02-08T14:17:45.973
-1
159,072
[ "asp.net", "gridview" ]
1,821,762
1
null
null
2
1,068
I have an image that I want vertically aligned with some text. The image has no border, no spacing, and has been properly cropped. However, it aligns differently in IE and Firefox, and I cannot figure out why. Alignment in IE: ![alt text](https://i149.photobucket.com/albums/s52/ripvannwinkler/close_ie.png) Alignment...
image vertical alignment issue
CC BY-SA 2.5
null
2009-11-30T19:09:40.750
2009-11-30T21:53:01.323
2017-02-08T14:17:46.660
-1
34,942
[ "css", "image", "alignment" ]
1,822,016
1
1,822,033
null
0
1,310
Is there a keyboard hot-key to scroll through multiple IntelliSense method overload options for Visual C# pro? I.e. do what the arrows do if you click on them in the pic below. ![IntelliPic](https://imgur.com/5GwHb)
Hotkey to scroll through method overload options in intellisense
CC BY-SA 2.5
null
2009-11-30T19:53:31.270
2010-12-29T15:15:54.183
null
null
100,488
[ "visual-studio-2008", "ide", "hotkeys" ]
1,823,341
1
1,823,388
null
38
26,281
Some days I swear I'm going mad. This is one of those days. I thought my CSS was fairly straight-forward here, but it just doesn't seem to be working. What am I missing? My CSS looks like this: ``` ul > li { text-decoration: none; } ul > li.u { text-decoration: underline; } ul > li > ul > li { text-decora...
How do I get this CSS text-decoration override to work?
CC BY-SA 3.0
0
2009-12-01T00:38:43.223
2021-10-13T14:06:42.643
2011-12-30T17:34:56.080
106,224
5,454
[ "html", "css", "text-decorations" ]
1,824,606
1
1,825,249
null
13
13,549
I'm making a renderer using OpenGL. I have textured models in Blender / Sketchup (I can exchange between the two easily), and I'd like to be able to export those files into my renderer. My initial idea was to simply export the raw faces and render those triangles, but I'd like to easily slice my texture files into text...
Using Blender/SketchUp Models in OpenGL
CC BY-SA 3.0
0
2009-12-01T07:44:29.820
2013-06-12T14:20:14.737
2013-06-12T14:20:14.737
44,729
221,906
[ "opengl", "blender", "sketchup" ]
1,826,440
1
1,826,594
null
9
40,963
I'm back with another SSRS question :-) I'm dealing with survey data. I have a procedure that's returning an organization's response counts per question. So my report is defined as Group on Organization for row and Group on answer for columns. Both the number of organizations and answers are variable. That's worki...
SSRS Row Group + Column Group = RowNumber Issue
CC BY-SA 2.5
null
2009-12-01T14:13:52.680
2021-12-22T21:34:05.810
2017-02-08T14:17:47.710
-1
67,137
[ "reporting-services", "row-number" ]
1,826,764
1
2,323,468
null
8
1,012
Does anyone know the display formatter that I would need to add to the summary field to display the contents of the NSString objects contained in the NSArray shown? I have already added the formatter below for NSArray so that it displays its contents... ``` "{(int)[$VAR count]} objects {(NSString *)[(NSArray *)$VAR des...
Xcode 3.2 Debug: Seeing whats in a string?
CC BY-SA 2.5
0
2009-12-01T15:02:54.050
2010-02-24T03:22:25.270
2020-06-20T09:12:55.060
-1
164,216
[ "xcode" ]
1,826,976
1
null
null
2
992
Here's my web.config customErrors section (you'll notice I've switched the mode to 'On' so I can see the redirect on my localhost): ``` <customErrors defaultRedirect="~/Application/ServerError.aspx" mode="On" redirectMode="ResponseRewrite"> <error statusCode="403" redirect="~/Secure/AccessDenied.aspx" /> <...
ASP.Net partially ignoring my Custom error section in web.config
CC BY-SA 2.5
null
2009-12-01T15:36:04.667
2010-08-24T08:29:15.557
2017-02-08T14:17:48.390
-1
129,345
[ "asp.net", "web-config" ]
1,830,619
1
2,106,791
null
0
1,112
I have a programmatically created UIToolbar in a couple of views. In my view that has a table present, there is a white line across the middle of the toolbar, that appears to be where the border of the table cell would be. Is there a way to get rid of this line? Here's a screen shot: ![iphone table with white bar](...
White Line across UIToolbar when table view present
CC BY-SA 2.5
null
2009-12-02T04:20:15.317
2010-01-21T03:47:06.483
2017-02-08T14:17:49.407
-1
4,513
[ "iphone", "objective-c", "uitableview", "uitoolbar" ]
1,830,812
1
null
null
0
527
When I add UserControls that have a ScaleTransform applied to them to a StackPanel, I see that there is extra space in between the controls as though the transform was not applied. From what I understand, a transform doesn't actual change the width/height of a control, but rather changes the render width/height. If t...
ScaleTransform applied to elements in stackpanel causes "white" space
CC BY-SA 2.5
null
2009-12-02T05:23:36.953
2010-11-05T20:52:32.873
null
null
32,593
[ "silverlight", "transform", "render", "scale", "stackpanel" ]
1,834,599
1
1,897,057
null
35
18,330
I use Launch4j as a wrapper for my Java application under Windows 7, which, to my understanding, in essence forks an instance of `javaw.exe` that in turn interprets the Java code. As a result, when attempting to pin my application to the task bar, Windows instead pins `javaw.exe`. Without the required command line, my ...
Pinning a Java application to the Windows 7 taskbar
CC BY-SA 3.0
0
2009-12-02T17:44:01.440
2021-04-03T13:47:10.627
2020-06-20T09:12:55.060
-1
154,306
[ "java", "windows-7", "java-native-interface", "launch4j", "taskbar" ]
1,836,459
1
1,836,469
null
1
4,459
I'm trying to position a div that contains a logo (the one in orange, see image) on top of the wrapper div, but a little outside of it. I've tried with absolute position, but every time I resize the browser (for example to 800x600), the wrapper div moves around. Here is the code, and an image for help to understand w...
Position a div outside the wrapper but on top of it
CC BY-SA 3.0
null
2009-12-02T22:55:56.897
2015-06-21T00:48:27.740
2015-06-21T00:48:27.740
4,099,598
87,291
[ "css", "html" ]
1,836,735
1
null
null
1
6,506
Is there any reasonable way to control font spacing across all browsers such that text will line up as intended, short of absolute positioning? Take the following example from a project I'm working on: ![alt text](https://i149.photobucket.com/albums/s52/ripvannwinkler/BrowserSpacing.png) The first is Firefox 3.5, the...
Font and line spacing in different browsers
CC BY-SA 2.5
null
2009-12-02T23:53:53.253
2013-08-21T20:40:53.577
2017-02-08T14:17:52.187
-1
34,942
[ "css", "fonts" ]
1,837,261
1
1,837,270
null
75
88,675
How to animate a favicon like that? ![animated favicon](https://i.stack.imgur.com/ag814.gif) It seems to work only in Firefox.
How to animate a favicon?
CC BY-SA 3.0
0
2009-12-03T02:23:39.343
2021-08-29T08:04:59.357
2021-08-29T08:04:59.357
100,297
111,479
[ "html", "favicon" ]
1,837,744
1
null
null
0
180
I have the following piece of jQuery code: ``` function saveSchedule() { var events = []; $('ul#schedule-list').children().each(function() { events.push($(this).attr('value')); }); jQuery.each(events, function() { alert(this); }); ...
How do I $.post an array with jQuery so I can use the array in my PHP file?
CC BY-SA 2.5
0
2009-12-03T04:57:50.777
2009-12-03T05:15:55.177
null
null
88,470
[ "php", "jquery", "ajax" ]
1,838,656
1
16,874,550
null
148
54,174
Say I'm building a board game with a hextile grid, like [Settlers of Catan](http://en.wikipedia.org/wiki/The_Settlers_of_Catan): ![Hosted by imgur.com](https://imgur.com/QA5nE.jpg) Note that each vertex and edge may have an attribute (a road and settlement above). How would I make a data structure which represents t...
How do I represent a hextile/hex grid in memory?
CC BY-SA 3.0
0
2009-12-03T09:11:14.153
2020-12-24T13:08:19.543
2015-04-17T21:06:58.803
815,724
102,704
[ "data-structures" ]
1,839,128
1
1,839,258
null
0
3,339
I have the following OpenGL code in the display function: ``` glLoadIdentity(); gluLookAt(eyex, eyey, eyez, atx, aty, atz, upx, upy, upz); // called as: gluLookAt(20, 5, 5, -20, 5, 5, 0, 1, 0); axis(); glutWireCube (1.); glFlush (); ``` `axis()` draws lines from (0,0,0) to (10,0,0), (0,10,0) and (0,10,0), plus a l...
Why is my glutWireCube not placed in origin?
CC BY-SA 2.5
null
2009-12-03T10:43:04.833
2009-12-03T12:34:49.457
2009-12-03T12:34:49.457
1,555,170
1,555,170
[ "c++", "opengl", "graphics", "coordinates" ]
1,841,115
1
1,841,290
null
3
1,934
I'm interested in creating poster-sized images that contain repeating patterns, similar to the two (public domain) images below, the [Flower of Life](http://en.wikipedia.org/wiki/Flower_of_life) and a [Penrose tiling](http://en.wikipedia.org/wiki/Penrose_tiling): ![](https://upload.wikimedia.org/wikipedia/commons/6/69...
Programming math-based images for use in high-resolution artwork
CC BY-SA 2.5
0
2009-12-03T16:29:24.770
2009-12-03T17:06:33.863
2017-02-08T14:17:52.873
-1
2,197
[ "math", "geometry", "trigonometry" ]
1,842,804
1
1,847,665
null
21
4,144
We all know MATLAB provides tab-completion for filenames used as arguments in MATLAB function like `importdata`,`imread`. How do we do that for the functions we create? ![alt text](https://imgur.com/UW4ye.png) Displays the files and folders in the current directory.
Tab-completion of filenames as arguments for MATLAB scripts
CC BY-SA 2.5
0
2009-12-03T20:45:51.637
2017-01-19T15:54:58.260
2009-12-04T02:34:21.717
71,131
71,131
[ "matlab", "filenames", "tab-completion" ]
1,845,681
1
1,845,856
null
4
1,827
I am trying to write an extension for nautilus, which add an item to the menu that appears when you right-click a file (as shown in image) ![alt text](https://img.photobucket.com/albums/v425/play/help/Screenshot-1.png) However, I would like to add a submenu to my custom menu item. I downloaded a 'nautilus-python' pa...
Submenu items in Nautilus right-click menu
CC BY-SA 2.5
0
2009-12-04T08:44:58.427
2012-06-19T08:08:29.000
2017-02-08T14:17:54.603
-1
93,026
[ "python", "gtk", "gnome", "nautilus" ]
1,847,825
1
1,847,847
null
2
3,105
Does anyone know how to like that shown at the bottom of the ESPN ScoreCenter app for the iphone? Basically, there is a small bar of text at the and the text is animated so that it moves slowly from right to left across the screen. ![alt text](https://imgur.com/pScM9.png) Can anyone point me to some source code t...
animated "crawling text" on iPhone
CC BY-SA 2.5
0
2009-12-04T15:48:28.650
2009-12-04T16:12:20.763
null
null
141,146
[ "iphone", "objective-c", "text", "animation" ]
1,849,182
1
1,850,129
null
1
2,028
Ok so I'm trying to use Apache Commons Math library to compute a double integral, but they are both from negative infinity (to around 1) and it's taking ages to compute. Are there any other ways of doing such operations in java? Or should it run "faster" (I mean I could actually see the result some day before I die) an...
Numerical computation in Java
CC BY-SA 2.5
null
2009-12-04T19:37:51.427
2009-12-05T00:47:41.250
2017-02-08T14:17:55.957
-1
217,019
[ "java" ]
1,849,880
1
1,888,768
null
1
1,201
In the design view, it updates just fine, but some reason when I compile, it's extremely washed out and barely readable. Any idea why? Attached is the parameters to my gridview and a screen shot. I currently have the autumn option for auto format, so the header row should be a dark red, but instead I get this! ![http...
My autoformat color-schemes are not working correctly on my gridview
CC BY-SA 3.0
null
2009-12-04T21:52:00.863
2015-06-21T01:26:12.337
2015-06-21T01:26:12.337
1,159,643
110,233
[ "asp.net", "gridview" ]
1,850,096
1
3,815,485
null
12
14,291
Anyone have experience with [Quick Sequence Diagram Editor](http://sdedit.sourceforge.net/)? The combination of instant display + text source code + Java implementation is very attractive to me, but I can't quite figure out how to make the syntax do what I want, and the documentation's not very clear. Here's a contrive...
using Quick Sequence Diagram Editor for sequence diagrams
CC BY-SA 2.5
0
2009-12-04T22:33:10.650
2010-09-28T18:11:17.927
2017-02-08T14:17:56.637
-1
44,330
[ "sequence-diagram" ]
1,850,946
1
1,850,985
null
2
18,944
I have a simple comboBox with some Value/Text items in it. I have using ComboBox.DisplayMember and ComboBox.ValueMember to correctly set the value/text. When I try to get the value, it returns an empty string. Here's my code: FormLoad event: ``` cbPlayer1.ValueMember = "Value"; cbPlayer1.DisplayMember = "Text"; ``` ...
Can't get Value from ComboBox
CC BY-SA 3.0
0
2009-12-05T02:39:15.383
2014-07-15T09:37:01.570
2014-07-15T09:37:01.570
206,730
140,212
[ "c#", ".net", "combobox" ]
1,855,362
1
3,079,597
null
0
4,237
I ran into this question: [How do I fix my NetBeans + PHPUnit integration?](https://stackoverflow.com/questions/1552130) But applying the fix mentioned there does not work. Netbeans keeps saying the version of PHPUnit is too old and that I need at least 3.3.0, while I am using 3.3.9. Screenschots: ![PHP Panel overvie...
Windows Netbeans with PHPunit, not working
CC BY-SA 2.5
0
2009-12-06T13:12:45.427
2011-03-23T20:09:46.127
2017-05-23T12:01:33.300
-1
80,907
[ "php", "netbeans", "phpunit" ]
1,860,120
1
1,869,219
null
3
1,223
I'm having an issue with the label inside of my `UITableViewCell` blocking the background image. It seems as though it only happens on the unselected state. I tried setting the background colors to clear but that didn't do it. It's adopting the tableview's background color. Do I have to set the labels background image...
Label in UITableViewCell blocking background
CC BY-SA 3.0
null
2009-12-07T13:53:41.970
2015-06-21T01:10:08.580
2015-06-21T01:10:08.580
1,159,643
84,783
[ "iphone", "uitableview" ]
1,861,305
1
1,861,575
null
13
13,191
I have a problem with image scaling in .NET. I use the standard Graphics type to resize images like in this example: ``` public static Image Scale(Image sourceImage, int destWidth, int destHeight) { Bitmap toReturn = new Bitmap(sourceImage, destWidth, destHeight); toReturn.SetResolution(sourceImage.Ho...
C# Resized images have black borders
CC BY-SA 3.0
0
2009-12-07T16:57:21.327
2020-10-20T12:57:46.183
2013-02-15T12:15:46.390
124,119
508,330
[ "c#", ".net", "image", "scaling" ]
1,863,309
1
1,863,362
null
2
10,743
my question today deals with Flash AS3 video buffering. (Streaming or Progressive) I want to be able to detect when the video is being buffered, so I can display some sort of animation letting the user know to wait just a little longer. ![alt text](https://farm3.static.flickr.com/2608/4166826995_d09ebd11a0_o.gif) Cur...
How to detect when video is buffering?
CC BY-SA 2.5
0
2009-12-07T22:16:59.627
2012-12-21T17:53:51.837
2017-05-23T12:01:33.300
-1
168,738
[ "flash", "actionscript-3", "video", "streaming", "buffering" ]
1,863,348
1
1,863,828
null
4
7,235
--- My goal is to set up a connection to a MySQL database using Entity Framework (an ADO.NET Entity Data Model). I'm getting frustrated by all the wizards and dialog boxes and I still can't find what I'm looking for. Here's what I've done so far: I just installed the MySQL .NET Connector v6.1.3 on my machine (...
How do I set up a connection string for a MySQL database in a C# project without using dialog boxes?
CC BY-SA 2.5
0
2009-12-07T22:26:35.267
2010-11-09T18:35:13.680
2017-02-08T14:18:01.617
-1
166,258
[ "c#", ".net", "mysql", "entity-framework", "datasource" ]
1,864,478
1
1,864,508
null
3
1,112
I have a Google Alert, which I set to be delivered as an RSS feed ![alt text](https://farm3.static.flickr.com/2504/4168355120_e9c209bb30_o.png) But or (say through a webservice, etc)
How to monitor Google Alert RSS feed produced "as-it-happens"?
CC BY-SA 2.5
0
2009-12-08T03:59:11.980
2015-04-16T11:29:18.687
2017-02-08T14:18:01.953
-1
4,035
[ "rss", "monitoring", "feed", "google-alerts" ]
1,865,633
1
1,868,689
null
3
1,003
Does anyone have a solution for the color bleeding when using a StateImageList with a Windows Forms TreeView? Using the same ImageList with assigned to the TreeView's ImageList property, results in correct rendering as can be seen by the following image. ![24 bit](https://xacc.files.wordpress.com/2009/12/bleeding.png...
Preventing color bleeding with StateImageList on TreeView
CC BY-SA 2.5
0
2009-12-08T08:55:10.513
2010-02-19T00:38:43.427
2017-02-08T14:18:03.023
-1
15,541
[ "c#", ".net", "winforms", "treeview" ]
1,868,419
1
1,868,445
null
0
201
Any idea how i can get rid of the three dots that appear on this default jquery ui tab. I'm thinking its something to do with the css sheet, but i'm unsure which element to modify. Has anybody else seen this? ![alt text](https://2.bp.blogspot.com/_UjH7scA_Bek/Sx6HVY5wjVI/AAAAAAAABUM/jyDf_oZtq9c/s1600/jquery-tab.png) ...
jquery ui tab with points
CC BY-SA 2.5
null
2009-12-08T17:10:35.700
2009-12-08T17:15:24.317
2017-02-08T14:18:03.440
-1
55,794
[ "jquery", "jquery-ui" ]
1,868,568
1
3,322,967
null
8
14,903
I have been using eclipse-pdt in conjunction with xdebug and apache without problems, for over one year. Things worked flawlessly and I could do all the interactive debugging I wanted from within eclipse (using my own machine as a server). and I can't find a way to configure eclipse to work nicely with xdebug. I am n...
Xdebug configuration with PHP fastcgi and eclipse?
CC BY-SA 3.0
0
2009-12-08T17:34:05.183
2018-01-26T08:32:43.290
2015-06-21T01:18:39.430
null
146,792
[ "php", "eclipse", "fastcgi", "xdebug", "eclipse-pdt" ]
1,869,846
1
null
null
1
68
After I loaded a new reference to my project, I can no longer run my program on another pc without installing it. I attached an image of the exception message. If anybody can help I would really appreciate it! ![alt text](https://i488.photobucket.com/albums/rr245/lolwtf_album/error.jpg)
Drag and Drop Deployment Cannnot find DLL
CC BY-SA 2.5
null
2009-12-08T21:07:37.167
2009-12-11T00:35:26.433
2020-06-20T09:12:55.060
-1
203,948
[ ".net", "vb.net", "visual-studio" ]
1,869,849
1
1,869,920
null
0
2,329
I'm having an issue when I export my html page to Word, I can't get rid of the borders on a table element. ``` <table cellspacing="0" cellpadding="0"> <tr> <td class="title">Analyst</td> <td> <asp:Label ID="lblAnalyst" runat="server" CssClass="data" /> </td> <td class="t...
Can't remove borders from tables in Word export
CC BY-SA 3.0
null
2009-12-08T21:08:11.487
2016-11-21T20:35:38.100
2017-02-08T14:18:05.233
-1
89,080
[ "html", "asp.net", "ms-word", "html-table" ]
1,871,747
1
null
null
1
947
I want this kind of volume control bar shown in image. Is there any GtkWidget? ![alt text](https://farm3.static.flickr.com/2602/4171195972_47597b8ca9_o.png) Thanks, KBalar
Gtk volume control bar
CC BY-SA 2.5
null
2009-12-09T05:21:23.990
2009-12-09T05:48:50.293
2017-02-08T14:18:05.573
-1
202,635
[ "gtk" ]
1,872,251
1
1,872,413
null
0
3,657
tl;dr; Even without my explanation one can look at the code below and the output and see something is fishy. Splice returns the index it spliced but the data remains in the array. So I have an object that's keyed almost like an array (0,1,2,3...etc). Each object key has an array value. The array is an array of obje...
Javascript splice not splicing
CC BY-SA 2.5
0
2009-12-09T07:42:34.600
2009-12-09T08:28:02.407
null
null
1,742,702
[ "javascript", "arrays", "object", "splice" ]
1,877,280
1
1,877,423
null
4
1,372
I have an subversion server running with Apache `mod_dav_svn` and it works nicely but the browsing ability via HTML is a bit spartan. Is there a way to customize it at all? ![alt text](https://farm3.static.flickr.com/2775/4172924272_8166c50e6d_o.png) There's two things I'd like to do to make a huge difference: 1. s...
how to configure Apache + SVN webDAV directory listing
CC BY-SA 2.5
null
2009-12-09T22:11:18.590
2009-12-10T03:14:13.300
2017-02-08T14:18:07.647
-1
44,330
[ "html", "svn", "mod-dav-svn" ]
1,877,701
1
1,877,799
null
6
287
I'm trying to determine for the articial neuron shown below the values (0 or 1) for the inputs i1, i2, and i3 for which it will fire (i0 is the input for the bias weight and will always be -1). The weights are W0 = 1.5 W1 = -1 W2 = 1, and W3 = 2. Assume the activation function depicted in image below. Many t...
How to determine for which value artificial neuron will fire?
CC BY-SA 2.5
0
2009-12-09T23:29:50.530
2012-09-20T12:58:44.740
2017-02-08T14:18:07.983
-1
228,341
[ "artificial-intelligence", "neural-network" ]
1,878,997
1
1,879,040
null
31
20,483
I need two consecutive `div` elements (with backgrounds) to be touching seamlessly, one below the other. However, this layout breaks when I put a child `p` element into the bottom `div`. The margins of the `p` element force a blank gap between both `div` elements. This is strange behavior, as I am expecting the margin ...
Child elements with margins within DIVs
CC BY-SA 4.0
0
2009-12-10T06:24:07.263
2018-10-12T04:31:17.690
2018-10-12T04:31:17.690
124,085
228,510
[ "html", "css", "xhtml" ]
1,881,316
1
null
null
10
25,533
I need to generate a report in Excel format using Jasperreports. I am using iReports 3.7.0 The reports gets generated with no issues except the size of empty cells. ![alt text](https://lh5.ggpht.com/_oBau7fhWe68/SyED3IkL8hI/AAAAAAAADzQ/Lb1ALXi4Sj0/s800/jasper_excel.JPG) Can somebody please tell how to avoid the highl...
Jasper Reports Excel output
CC BY-SA 2.5
0
2009-12-10T14:25:24.450
2021-03-27T21:23:13.130
2021-03-27T21:23:13.130
876,298
183,871
[ "jasper-reports", "export-to-excel" ]
1,883,824
1
1,884,100
null
2
438
I am having trouble upgrading my current project to use RIA Services. I added all the necessary web.config changes but still no luck. I everything compiles fine but when I hit the page using the datacontext I get an error. I debugged with fiddler and I'm getting a 404 on one of the request. I am getting back headers in...
Silverlight, RIA Services, MVC2P2 = No Data
CC BY-SA 2.5
0
2009-12-10T20:34:01.243
2009-12-10T22:41:01.500
2017-02-08T14:18:09.680
-1
75,843
[ "silverlight", "silverlight-3.0", "asp.net-mvc-2", "wcf-ria-services" ]
1,884,326
1
1,884,391
null
1
1,592
I installed PHPunit via the commandline and added it to my path variables.I then tried to see if it will run, but I got a weird error. ![CMD screen](https://i.imgur.com/TmHJx.png) Must be something in some file that I didn't configure correctly, but there are over 800 lines in all the PHPUnit folder that reference to ...
PHPunit command line variable on windows giving trouble
CC BY-SA 2.5
null
2009-12-10T21:54:11.037
2009-12-10T22:01:50.043
null
null
80,907
[ "php", "windows-7", "phpunit" ]
1,887,250
1
null
null
0
191
![alt text](https://i.stack.imgur.com/gXuIx.jpg) How can I write a query for this? I'm not an expert to write this much of complex queries in SQL. I forgot to mention bid 3, 4 here.
Writing SQL query for bids
CC BY-SA 4.0
null
2009-12-11T10:44:37.990
2019-05-19T07:34:28.050
2019-05-19T07:34:28.050
4,751,173
131,564
[ "ansi-sql" ]
1,888,660
1
1,893,859
null
0
3,988
I am using iReport 3.7.0. The subreport wizard screen do not show my any Javabean class to select. Please let me know if anybody has encountered this problem and got a solution. ![alt text](https://lh6.ggpht.com/_oBau7fhWe68/SyJfIcMe8TI/AAAAAAAADzY/bk3R22BA8vk/s800/subreport_1.JPG) ![alt text](https://lh5.ggpht.com/_...
Problem creating subreport for Javabeans datasource in iReport 3.7.0
CC BY-SA 2.5
null
2009-12-11T15:04:07.453
2010-02-24T08:08:25.033
2017-02-08T14:18:11.787
-1
183,871
[ "javabeans", "ireport", "subreport" ]
1,889,701
1
2,194,233
null
6
7,743
I'm having a hard time even phrasing this question. I'm displaying preview images to users in my UI within a ListBox. When a user hovers over the image, I'd like to expand it so the user can see more detail. I've gotten to the point where I can "pop up" the image, but of course it is still within its normal position...
Float a control over other controls in WPF
CC BY-SA 3.0
0
2009-12-11T17:43:48.020
2011-07-26T11:49:45.797
2011-07-26T11:49:45.797
null
null
[ ".net", "wpf", "controls" ]
1,890,125
1
1,896,299
null
0
1,081
I'm trying to render 6 spot lights to create a point light for a shadow mapping algorithm. I'm not sure if I'm doing this right, I've more or less followed the instructions [here](http://msdn.microsoft.com/en-us/library/ee415217(VS.85).aspx) when setting up my view and projection matrices but the end result looks lik...
Rendering a point light using 6 spot lights?
CC BY-SA 2.5
null
2009-12-11T18:50:20.377
2009-12-13T12:02:30.890
null
null
79,891
[ "mapping", "directx", "projection", "shadow", "hlsl" ]
1,890,196
1
1,890,276
null
2
2,254
I'm going slightly mad (singing Queen's song) about records with Generic Containers (TList). First, see this code: ``` TItemRec = record private FSender : TAction; FOwnerPack : HModule; FDockPanel : TdxDockPanel; procedure SetDockPanel(const Value: TdxDockPanel); procedure SetOwnerPack(const V...
Records and Generic Containers in Delphi
CC BY-SA 2.5
0
2009-12-11T19:04:01.383
2009-12-12T02:00:55.873
2017-02-08T14:18:13.817
-1
213,946
[ "delphi", "generics", "containers", "records" ]
1,891,544
1
1,891,562
null
8
1,721
How can I implement the following function in C#? ![alt text](https://upload.wikimedia.org/math/1/c/0/1c06d096112246b078d39905c518e102.png)
How can I implement the piano key frequency function in C#?
CC BY-SA 3.0
0
2009-12-11T23:29:58.210
2014-03-13T22:58:52.533
2017-02-08T14:18:14.490
-1
140,937
[ "c#", "math", "audio", "frequency", "piano" ]
1,894,884
1
1,894,952
null
1
454
I'm trying to make an elastic (em-based) CSS layout with four columns and a box that spans two columns in the top left corner. The four columns have the same width (say 20em, with 1em of margin) and the top-left box has variable height. ![](https://i.stack.imgur.com/jxwKW.jpg) There is no need to have the four column...
4 columns elastic css with top-left box spanning 2 columns. How?
CC BY-SA 3.0
0
2009-12-12T22:20:22.730
2015-06-21T00:58:06.200
2015-06-21T00:58:06.200
4,099,598
182,172
[ "css" ]
1,894,916
1
null
null
1
167
When you email an MP3 to Posterous, it gets automatically converted into this nice player for display on your blog: ![alt text](https://content.screencast.com/users/RogerPodacter/folders/Jing/media/9df47684-6c24-4109-aa7c-65da91d53fd4/00000003.png) Assuming I have a place to host the MP3, what's the best way to dupli...
How to duplicate Posterous' flash player
CC BY-SA 2.5
null
2009-12-12T22:33:43.880
2009-12-12T23:54:19.140
2017-02-08T14:18:15.200
-1
25,068
[ "mp3", "flash" ]
1,896,857
1
1,896,866
null
0
340
Each column has a fixed width of 200px with a 20px margin. The top-left box and the columns have variable height. Like this ![alt text](https://i.stack.imgur.com/jxwKW.jpg) Tor Valamo kindly provided an [answer to a similar question](https://stackoverflow.com/questions/1894884/4-columns-elastic-css-with-top-left-box...
4 fixed width columns with top-left box spanning 2 columns. Centered. How?
CC BY-SA 3.0
null
2009-12-13T15:41:37.057
2015-06-21T01:17:03.647
2017-05-23T10:32:51.777
-1
182,172
[ "css" ]
1,898,463
1
2,138,645
null
1
5,309
I'm using a WPF TreeView control, which I've bound to a simple tree structure based on ObservableCollections. Here's the XAML: ``` <TreeView Name="tree" Grid.Row="0"> <TreeView.ItemTemplate> <HierarchicalDataTemplate ItemsSource="{Binding Path=Children}"> <TextBlock Text="{Binding Path=Text}...
WPF - Bound treeview not updating root items
CC BY-SA 2.5
null
2009-12-14T01:11:39.260
2010-01-26T10:00:09.860
2009-12-14T07:15:10.087
20,961
20,961
[ "c#", "wpf", "binding", "treeview", "itemssource" ]
1,900,460
1
null
null
1
5,442
I just need help filling out a web form programmatically with [java](/questions/tagged/java). I use Apache HttpClient 4.0.1. The form looks like this: ![Web Form Example](https://i.stack.imgur.com/aFZMK.png) HTML code of it looks like this: ``` DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org...
How can I programmatically fill out a web form with JAVA?
CC BY-SA 3.0
0
2009-12-14T11:49:24.683
2015-01-13T16:36:52.987
2013-01-11T03:29:00.227
814,730
231,207
[ "java", "cookies", "webforms", "automation" ]
1,900,614
1
1,900,684
null
0
700
I'm working on a UI which needs to work in different aspect ratios, 16:9, 16:10, 4:3 The idea is conceptually simple: Everything is centered to the screen in a rough 4:3 area and anything outside this portion of screen has basic artwork, so something like this: ![alt text](https://imgur.com/hcAjJ.png) (not drawn to s...
UI question: Designing for widescreen and 4:3 aspect ratios simultaneously?
CC BY-SA 2.5
null
2009-12-14T12:21:05.750
2009-12-14T12:50:52.540
2009-12-14T12:50:52.540
79,891
79,891
[ "layout", "user-interface" ]
1,900,857
1
3,987,044
null
201
112,494
Can we see the values (rows and cells) in a table valued variable in SQL Server Management Studio (SSMS) during debug time? If yes, how? ![enter image description here](https://i.stack.imgur.com/7Ognh.png)
How to see the values of a table variable at debug time in T-SQL?
CC BY-SA 3.0
0
2009-12-14T13:14:20.483
2021-03-17T11:16:23.013
2015-02-16T12:41:58.463
82,961
82,961
[ "sql", "debugging", "ssms", "table-variable" ]
1,901,930
1
1,902,828
null
1
367
Is there anyway to change the dropdown button of the datetimepickers color to look like the attached image? If I have to use WPF I will, but I was hoping there would be a way to do it through code. Thanks ![alt text](https://i488.photobucket.com/albums/rr245/lolwtf_album/datetimepicker.jpg)
Changing DateTimePickers Default Color?
CC BY-SA 2.5
0
2009-12-14T16:29:28.810
2012-05-05T21:56:22.460
2017-02-08T14:18:17.577
-1
203,948
[ ".net", "wpf", "winforms", "visual-studio", "datetimepicker" ]
1,904,138
1
null
null
6
13,406
I installed the latest XAMPP package which includes PHP 5.3.0. I am trying to enable Xdebug, but it just won't work. Here's what I changed in the php.ini shipped with XAMPP: ``` ; uncommented zend_extension = "X:\xampp\php\ext\php_xdebug.dll" ; added the following lines: xdebug.remote_enable=true xdebug.remote_host=...
Can't get Xdebug to work on Windows 7
CC BY-SA 3.0
0
2009-12-14T23:03:38.183
2015-06-21T01:18:01.193
2015-06-21T01:18:01.193
1,159,643
231,559
[ "php", "apache", "windows-7", "xampp", "xdebug" ]
1,904,384
1
1,905,045
null
1
1,191
I have a BufferedImage that I get that has an IndexColorModel. I then wish to apply an AffineTransform with AffineTransformOP in order to create a transformed version of displayImage. Here's a code snippet: ``` int type = isRGB() ? AffineTransformOp.TYPE_BILINEAR : AffineTransformOp.TYPE_NEAREST_NEIGHBOR; AffineTran...
Java DirectColorModel vs. IndexColorModel when dealing with alphas
CC BY-SA 2.5
null
2009-12-14T23:58:26.160
2009-12-16T23:38:58.713
2009-12-15T18:30:50.973
59,535
59,535
[ "java", "colors", "lookup-tables" ]
1,904,700
1
null
null
0
163
I'm doing this: ``` <Image Grid.Column="0" Grid.Row="0" x:Name="Andromeda" Source="/Resources/64px-Andromedahero.gif" /> ``` But it's just not working. :S Here's a screenshot of the file/folder hierarchy. Any help? ![alt text](https://imgur.com/HaeoH.png)
How can I set an image to the Image control in WPF?
CC BY-SA 3.0
null
2009-12-15T01:28:25.073
2015-05-13T06:33:00.083
2015-05-13T06:33:00.083
4,640,209
112,355
[ "c#", "wpf", "image", "resources" ]
1,910,585
1
1,910,719
null
2
355
I have a data structure as the image below illustrates. I need to figure out the index of the cells to the right or left of the highlighted cell group. ![some data](https://i.imgur.com/AhAcH.png) You can see in the code below I am naively looping through ALL cells at every index to determine if there is a cell at th...
Quickly Determining the Position of Data in an Array
CC BY-SA 2.5
null
2009-12-15T21:37:21.560
2009-12-16T04:03:37.263
null
null
87,002
[ "actionscript-3", "algorithm", "arrays", "data-structures", "loops" ]
1,911,965
1
1,912,011
null
0
233
I want to copy the line above the cursor, but just from the current column to the end of that line. Here's an illustration: ![photo of before action](https://farm3.static.flickr.com/2682/4189641600_560be88a71_o.png) ![photo of result of action](https://farm3.static.flickr.com/2674/4189645716_998944a657_o.png) This ...
How can I copy the end of the line starting one line above the cursor?
CC BY-SA 2.5
null
2009-12-16T02:55:09.710
2009-12-17T09:57:26.847
2017-02-08T14:18:19.997
-1
232,600
[ "elisp" ]
1,912,947
1
1,912,976
null
25
14,135
I am using following code to start activity when user pressing search button on the handset ``` @Override public boolean onKeyUp(int keyCode, KeyEvent event) { if(keyCode == KeyEvent.KEYCODE_SEARCH){ Util.startActivity(ReviewsDetail.this, KeywordSearch.class); return false; }else{ retur...
android start user defined activity on search button pressed @ handset
CC BY-SA 3.0
0
2009-12-16T07:29:20.297
2013-01-30T19:13:51.430
2012-12-22T17:58:07.860
133,802
216,431
[ "android", "search", "button" ]
1,914,077
1
null
null
0
185
I am displaying a grid in an IFrame on my homepage. The grid uses a CSS file to define design for rows, columns, header & footer. Below is the image of the grid. In the footer, you can see the page navigation links. ![alt text](https://rohitprakash.typepad.com/iframe.JPG) The problem is that this footer is displayed...
Grid footer disappears on browsers other than IE
CC BY-SA 2.5
null
2009-12-16T11:28:27.473
2012-04-24T13:24:38.953
2017-02-08T14:18:20.957
-1
194,328
[ "html", "css" ]
1,914,155
1
1,914,164
null
0
331
There is a vertical bar on my homepage. It is actually an image that looks something like this: ![alt text](https://rohitprakash.typepad.com/barone.GIF) The white boxes are the place-holders for the product images that will be added dynamically. I want to know how to stretch the blue vertical bar as new product image...
How to stretch image programmatically?
CC BY-SA 4.0
null
2009-12-16T11:41:15.903
2019-01-04T02:53:00.247
2019-01-04T02:53:00.247
1,033,581
194,328
[ "php", "html", "css" ]
1,914,303
1
1,915,438
null
7
5,643
I have spent the past couple of days working on this and am going around in circles. My question is based around the answer I accepted in this post: [stackoverflow question](https://stackoverflow.com/questions/1762305/sql-server-one-table-with-400-columns-or-40-tables-with-10-columns) I now have my data moved from a...
SQL Syntax to Pivot multiple tables
CC BY-SA 2.5
0
2009-12-16T12:14:12.513
2019-05-21T10:05:42.903
2017-05-23T11:53:27.663
-1
51,604
[ "sql", "sql-server", "tsql", "pivot" ]
1,915,443
1
2,166,427
null
0
919
I'd like the ability to list the category name alongside the product in the New Order transactional email like shown in the screenshot below. Any help would be appreciated. Thanks. ![alt text](https://i.imgur.com/oabBx.png)
Include product category in Magento order emails
CC BY-SA 2.5
null
2009-12-16T15:39:08.017
2010-06-07T10:00:11.017
2010-01-19T21:26:24.540
6,244
98,191
[ "php", "magento" ]
1,916,798
1
1,917,059
null
1
4,425
The task is to send an XML object from Channel-A to Channel-B ``` <MyMessage> <ID>42</ID> <hl7v2> MSH|^~\&|LAB|.... PID|1|.... </hl7v2> </MyMessage> ``` The steps of the channel communication: - - - `msg['PID']['PID.5']` The good news is that I can extract the HL7v2 'payload' into a variable. The problem o...
Mirth: overwriting msg object with contents in an XML object
CC BY-SA 2.5
null
2009-12-16T18:48:23.847
2013-05-28T10:19:42.500
2013-05-28T10:19:42.500
1,702,789
23,199
[ "e4x", "hl7", "mirth", "hl7-v2" ]
1,917,937
1
11,514,649
null
5
22,686
I work for a web development firm, and I designed a page for some of our marketing people to add custom footers to various pages in our application. We have various test environments before we deploy our product for the world to see. The problem is, when someone tries to add a javascript:(void) call to the footer HTML...
Browser Security Error: "This page can't be displayed due to a security violation"
CC BY-SA 3.0
0
2009-12-16T21:39:30.977
2022-03-08T04:04:23.850
2011-12-04T00:41:41.770
84,042
136,298
[ "javascript", "security", "browser" ]
1,918,270
1
null
null
9
45,748
I wanted to create a simple binary tree as followed by this image: ![http://imgur.com/QCVSW.png](https://i.stack.imgur.com/hpG9u.png) basically empty , but the last values so I created the root list : ``` root = [list(),list()] ``` and made a recursive function to populate it all : ``` def TF(nodeT,nodeF , i): ...
Python lists append return value
CC BY-SA 3.0
0
2009-12-16T22:29:35.823
2019-02-05T13:29:52.023
2011-12-04T10:40:08.233
84,042
233,348
[ "python", "list" ]
1,918,677
1
null
null
9
2,026
I'm going to program a fancy (animated) about-box for an app I'm working on. Since this is where programmers are often allowed to shine and play with code, I'm eager to find out what kind of cool algorithms the community has implemented. However, a few natural constraints come to mind: It should be possible to imp...
What kind of cool graphics algorithms can I implement?
CC BY-SA 3.0
0
2009-12-17T00:06:33.323
2019-05-22T11:34:36.927
2011-11-13T17:34:48.270
118,211
118,211
[ "algorithm", "math", "graphics", "visualization", "effects" ]
1,920,243
1
null
null
0
107
I have got something like this as a prototype and i wanted it sorted according to this. but now my code have all the student name under different companies. how i can fetch them according when this student and this company is link and only fetch them out like that? no codes done yet though. ![This](https://img.photobu...
merge student name under the same company names and only show the selected student name under that particular company
CC BY-SA 2.5
null
2009-12-17T08:34:01.677
2009-12-19T16:06:46.853
2017-02-08T14:18:25.473
-1
233,610
[ "php", "sql" ]
1,923,406
1
2,092,077
null
13
14,987
I am currently running a Hudson instance on a VM slice. As I don't have a need to run more than a couple small applications from it, I'm minimizing how much space I devote to it. The sizes I've defined for this slice seem fine to me, however Hudson seems to have it's own ideas on what are considered minimum disk and ...
Where to configure Hudson node disk/temp space thresholds?
CC BY-SA 2.5
0
2009-12-17T17:43:55.307
2011-09-30T09:42:40.260
null
null
7,008
[ "hudson", "config" ]
1,925,512
1
1,927,756
null
92
57,181
A freshly installed TFS 2010 is at `http://serverX:8080/tfs`. A Windows 7 developer machine with VS 2008 Pro SP1 and the VS2008 Team Explorer (). The [TFS 2008 Service Pack 1](http://www.microsoft.com/downloads/details.aspx?familyid=9E40A5B6-DA41-43A2-A06D-3CEE196BFE3D&displaylang=en) didn't work for me - "None of th...
Visual Studio 2008: Can't connect to known good TFS 2010
CC BY-SA 2.5
0
2009-12-18T00:18:20.413
2014-05-16T19:24:30.737
2010-10-28T16:09:38.383
23,199
23,199
[ "visual-studio-2008", "tfs" ]
1,926,525
1
1,929,936
null
8
13,643
I created a contentEditable div to use as a rich textarea. It has resize handlers around it that I'd like to get rid of. Any idea how I'd do this? Edit: This appears to be happening because I am absolutely positioning the div, so Firefox adds an infuriating _moz_resize attribute to the element which I cannot turn of...
Removing resize handlers on contentEditable div
CC BY-SA 2.5
0
2009-12-18T05:43:06.063
2016-10-23T06:05:43.273
2009-12-18T18:11:55.750
64,421
64,421
[ "html", "richtextbox", "contenteditable", "designmode", "richtextediting" ]
1,926,815
1
null
null
1
143
Has anyone seen this bug? I have a sidebar with a ul nav background image for the hover state, floated right, looks great in all browsers. Then...I added another div underneath it for ad space. inside, there's an anchored image. That image tucks underneath the background image of the nav, but only in IE7 (i abandon...
I just don't know what it is, tried everything, IE 7 bug
CC BY-SA 2.5
null
2009-12-18T07:19:20.823
2010-06-14T09:00:38.877
2017-02-08T14:18:29.423
-1
234,372
[ "internet-explorer", "internet-explorer-7", "css" ]
1,929,410
1
null
null
2
1,483
![alt text](https://i182.photobucket.com/albums/x11/veronicafmy/FYP/picture5segmentedimage.jpg) Hello, I have a segmented image as shown. Is there a way to smoothen the lines so that it does not look so wavy? Thanks.
Smoothening the lines of the segmented image
CC BY-SA 2.5
null
2009-12-18T16:47:14.360
2009-12-18T19:18:44.913
2017-02-08T14:18:30.097
-1
177,990
[ "image", "matlab", "lines", "smoothing", "image-segmentation" ]
1,929,890
1
null
null
2
2,861
I'm a beginner in MATLAB and image processing. I encountered a problem while trying to use the batch processing and hope someone would be able to enlighten me. Thanks. Following the example from MATLAB, I did these: ``` p = which('Picture1.tif'); filelist = dir([fileparts(p) filesep 'Picture*.tif']); fileNames = {fi...
Batch Processing Image Files in MATLAB
CC BY-SA 2.5
0
2009-12-18T18:21:29.770
2009-12-18T19:08:55.153
2017-02-08T14:18:30.800
-1
177,990
[ "matlab", "image-processing", "batch-processing", "roi" ]