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,113,612 | 1 | 8,767,537 | null | 2 | 4,054 | I get the infamous "Dialogs must be user-initiated" Security Exception when I try to print some stuff in Silverlight. As you can see, the dialog is as user-initiated as can be:

[John Papa couldn't help me ... | Another knack on the "Dialogs must be user-initiated" Security Exception in Silverlight printing | CC BY-SA 2.5 | null | 2010-11-06T15:04:36.900 | 2012-02-04T06:57:00.397 | 2010-11-10T22:44:40.057 | 90,742 | 90,742 | [
"visual-studio",
"silverlight",
"internet-explorer",
"printing",
"debugging"
] |
4,113,664 | 1 | 4,114,519 | null | 0 | 7,891 | How can I populate data into GridView using LINQ data source.
Currently Im doing this manual with code bellow.

Here is my code:
```
<asp:GridView ID="gridProcesses" runat="server" AutoGenerateColumns="False"
EnableModelValidation="True" Width="400px" DataKeyNames="ID"... | Asp.net GridView populating data using LINQ DataSource | CC BY-SA 2.5 | null | 2010-11-06T15:14:31.653 | 2010-11-06T18:31:58.370 | null | null | 423,278 | [
"asp.net",
"linq",
"gridview",
"datasource"
] |
4,113,900 | 1 | 4,114,473 | null | 14 | 7,400 | I need add watermark to the photo by special way. I know how to do it, but I don't know, how to do it the same way as in [this](http://www.photoshopessentials.com/photo-effects/copyright/) article.
Here is method to add watermark. How I can change it to get image with watermark such as in article above?
```
public stat... | C# - Add watermark to the photo by special way | CC BY-SA 4.0 | 0 | 2010-11-06T16:08:00.297 | 2021-02-23T12:54:00.973 | 2021-02-23T12:54:00.973 | 1,783,163 | 468,345 | [
"winforms",
"algorithm",
"image-processing",
"c#-4.0"
] |
4,113,916 | 1 | 4,114,063 | null | 4 | 182 | Lately I have been interested in better understanding the optimizations done by compiler back-ends. I thought that using Mathematica to explore this might be helpful because it makes creating, displaying and manipulating syntax trees pretty easy.
I thought I would start simple and look at constant propagation. So I w... | Using Mathematica to understand compiler optimization: accessing definitions created using SetDelayed? | CC BY-SA 2.5 | 0 | 2010-11-06T16:12:03.283 | 2010-11-06T16:48:56.920 | null | null | 343,633 | [
"compiler-construction",
"wolfram-mathematica"
] |
4,114,042 | 1 | null | null | 12 | 6,692 | When I click on project properties I can set `Warning level` (`More Warnings`) and `Command Line -> Additional Options` (`-std=c99`). But I want that all my C project have that kind of options by default without manually setting them everytime I create new project.

| NetBeans settings for GCC | CC BY-SA 3.0 | 0 | 2010-11-06T16:44:37.550 | 2018-06-11T19:38:51.430 | 2016-05-13T10:36:02.093 | null | 464,525 | [
"c",
"gcc",
"netbeans",
"makefile",
"mingw"
] |
4,114,303 | 1 | null | null | 0 | 1,165 | I'm trying to connect to a SQL Server 2008 R2 Express on my local workstation but keep getting an error.
In Netbeans 6.9, in the New Entity Classes from Database wizard, I choose to Create a New Database Connection, Direct URL entry, select the SQL Server 2005 entry, enter the user name and password and the enter the J... | Netbeans 6.9 to SQL Server 2008 R2: "cannot resolve collation conflict..." | CC BY-SA 2.5 | null | 2010-11-06T17:44:44.293 | 2010-12-20T00:30:49.993 | null | null | 492,564 | [
"java",
"sql-server",
"netbeans",
"jdbc"
] |
4,114,380 | 1 | 4,114,395 | null | 0 | 197 | I'm trying to upload an image using this script:
```
$photoName = $uploadedPhoto["name"];
$photoType = $uploadedPhoto["type"];
$photoSize = $uploadedPhoto["size"];
$photoTemp = $uploadedPhoto["tmp_name"];
$photoError = $uploadedPhoto["error"];
$ext=substr($photoName, strripos($photoName, '.'), strlen($photoN... | Image upload makes images with black spaces | CC BY-SA 3.0 | null | 2010-11-06T18:01:14.670 | 2011-07-07T09:42:35.313 | 2011-07-07T09:42:35.313 | 560,648 | 134,602 | [
"php",
"image",
"upload"
] |
4,114,418 | 1 | 4,114,446 | null | 15 | 37,242 | I've added a `QAction` to my `QToolBar` in my MainWindow in Qt Designer (using the Qt Creator IDE) and given that Action an icon (done by "Choose File" and selecting my .png located in the same directory as my project and source code). The icon shows up fine in the toolbar in Qt Designer, but does not show when the pro... | Qt/C++: Icons not showing up when program is run | CC BY-SA 3.0 | 0 | 2010-11-06T18:11:46.120 | 2021-02-11T10:00:57.500 | 2015-05-12T13:12:35.463 | 2,668,136 | 1,025,963 | [
"qt",
"icons",
"toolbar"
] |
4,114,474 | 1 | 4,114,758 | null | 1 | 692 | I have recently ditch Dreamweaver as my IDE for my web projects and I'm currently using Eclipse. My current web project is written in PHP, but I'm not so familiar with Eclipse yet. I downloaded the Eclipse PDT. which has all the PHP developer plugins. And my first questions when I start a project does it mean I'm creat... | Some beginners eclipse questions | CC BY-SA 2.5 | null | 2010-11-06T18:25:28.353 | 2012-06-29T11:07:55.963 | 2010-11-06T20:14:40.990 | 449,132 | 449,132 | [
"php",
"eclipse",
"eclipse-pdt"
] |
4,114,385 | 1 | 4,115,959 | null | 0 | 2,785 | just watch this screenshot I made so you see the difference:
I have these requirments to be changed in the ComboBox`s PopUp so it looks like the grouped WPF DataGrid, its only about the Popup-area, do not judge the editable area of the ComboBox or that there is no Header... Important are these things, because I could ... | WPF: Refine the look of a grouped ComboBox vs. a grouped DataGrid -sample attached - | CC BY-SA 2.5 | null | 2010-11-06T18:03:23.460 | 2010-11-07T09:42:52.717 | 2010-11-07T09:39:05.777 | 320,460 | 320,460 | [
"wpf",
"combobox",
"grouping"
] |
4,114,552 | 1 | 4,114,596 | null | 43 | 192,265 | 
I have a rectangular `div`, like the one above. I want to remove the bottom border (from C to D) in my `div`. How can I do this?.
Edit: Here is my CSS:
```
#index-03 {
position: absolute;
border: .1px solid #900;
border-width: .1px;
border-style: solid;
... | How to remove the bottom border of a box with CSS | CC BY-SA 4.0 | 0 | 2010-11-06T18:37:56.473 | 2019-04-11T18:15:43.957 | 2019-04-11T15:39:43.157 | 5,411,817 | 492,293 | [
"css",
"border"
] |
4,114,590 | 1 | 4,119,460 | null | 10 | 2,996 | I have a WPF app that draws text on an Aero glass background. The problem is that based on what is displayed my application, the text drawn on the glass background can become hard-to-read to downright-impossible-to-read.
As you can see in the following screenshot, the , and text blocks become hard to read if the wi... | How to make WPF text on Aero glass background readable? | CC BY-SA 2.5 | 0 | 2010-11-06T18:46:39.167 | 2011-03-29T08:35:37.717 | 2010-11-07T20:15:10.980 | 18,505 | 18,505 | [
"wpf",
".net-3.5",
"text"
] |
4,114,662 | 1 | 4,114,707 | null | 1 | 656 | In my last question ([Qt/C++: Icons not showing up when program is run](https://stackoverflow.com/questions/4114418/qt-c-icons-not-showing-up-when-program-is-run)) I asked how to get an icon to show up on a toolbar and was told I needed a Qt Resource, which I added and that fixed my problem, the icon did show up on the... | WindowIcon not showing up despite being valid in resource (and used elsewhere) | CC BY-SA 3.0 | null | 2010-11-06T19:03:18.277 | 2013-06-17T07:49:23.123 | 2017-05-23T12:13:39.697 | -1 | 1,025,963 | [
"qt",
"icons",
"titlebar"
] |
4,114,714 | 1 | 4,118,043 | null | 1 | 781 | Ive been having some trouble using Plot to graph a complicated composite function.
I am trying to plot the `ArgMax` of a composite function `F[]`.
`F[]` involves several levels of nested composite functions, many of which involve `Solve[]` and `Min[]` or `Max[]`.
I don't have any problems with the way `F[]` perfor... | PLOT in Mathematica using NArgMax vs FindArgMax | CC BY-SA 3.0 | 0 | 2010-11-06T19:14:41.423 | 2012-01-02T22:39:23.933 | 2012-01-02T22:37:56.163 | 615,464 | 499,398 | [
"plot",
"wolfram-mathematica"
] |
4,114,782 | 1 | null | null | 2 | 342 | I'm having problem with an element in a web page. When I load the page the header is usually on top:

... and when I reload the elements goes down to the next box:

When I press reload few times it jumps up and down rand... | Problem with element jumping up and down between reloads (header with float: right;) | CC BY-SA 2.5 | 0 | 2010-11-06T19:27:32.790 | 2010-11-07T08:35:40.800 | 2010-11-07T08:35:40.800 | 457,217 | 457,217 | [
"html",
"css"
] |
4,114,970 | 1 | 4,115,027 | null | 1 | 446 | This query isn't working as I'm expecting it to. Anyone see the problem?
I'm trying to get an element by it's name, but it's not returning anything. Here is the specific part of the function I need some help with:

---
The solution was to use an XName instead of... | Need some help with a XElement Query | CC BY-SA 2.5 | null | 2010-11-06T20:17:48.910 | 2013-03-07T12:52:40.033 | 2010-11-06T20:52:24.263 | 402,098 | 402,098 | [
"c#",
".net",
"xml",
"xelement"
] |
4,115,089 | 1 | 4,119,145 | null | 2 | 851 | I recently installed the Windows Phone 7 SDK with an existing Visual Studio Ultimate installation. Now when I attempt to open any XAML file, designer or just XAML, I get the error:

This is for any XAML file; not just WP7. This happen... | Visual Studio: WPF opening a XAML file gives "Value cannot be null" | CC BY-SA 2.5 | null | 2010-11-06T20:48:03.320 | 2010-11-07T18:52:49.357 | 2017-02-08T14:30:52.873 | -1 | 492,405 | [
"wpf",
"visual-studio-2010",
"windows-phone-7",
"xaml-designer"
] |
4,115,216 | 1 | 4,116,749 | null | 1 | 720 | I'm trying to find out how to make a custom knob control. To explain I have included a mockup:
I would like the numeric values shown to be databindable (and include ticks to optionally snap to) I think I have to take the slider as a base but it's confusing how to make a ... | WPF: Potmeter custom control | CC BY-SA 2.5 | 0 | 2010-11-06T21:18:20.043 | 2010-11-07T06:39:13.180 | null | null | 401,480 | [
"wpf",
"controls"
] |
4,115,443 | 1 | 4,115,889 | null | 2 | 3,050 | I need to add an odontogram to my webpage.
It looks like this:

I would like to know if there is already some kind of open source odontogram.
I am using spring-mvc so it has to be in java
| Odontogram code | CC BY-SA 2.5 | 0 | 2010-11-06T22:15:02.820 | 2019-02-08T19:33:01.223 | null | null | 119,895 | [
"java",
"spring-mvc"
] |
4,115,742 | 1 | 4,115,990 | null | 1 | 357 | I am trying to make an application that have the looks of

or

How can I do it in iphone using objective-C? Is it just a view that has a bunch of images?
I was just wondering why only loopt and facebook uses these kin... | how to create an interface like facebook/loopt | CC BY-SA 2.5 | null | 2010-11-06T23:35:44.717 | 2010-11-07T03:40:24.527 | 2010-11-07T03:40:24.527 | 95,265 | 95,265 | [
"iphone",
"objective-c"
] |
4,115,771 | 1 | 4,115,828 | null | 0 | 2,296 | I noticed that the text of the Softkeyboard in landscape mode doesn't show the same characters as I see in the EditText field in portrait mode. I use a keylistener for the EditText to only accept special chars:
```
private class MyKeylistener extends NumberKeyListener {
public int getInputType() {
return I... | Softkeyboard-text in landscape mode doesn't show all chars of EditText | CC BY-SA 2.5 | 0 | 2010-11-06T23:43:00.230 | 2012-02-10T11:14:00.277 | null | null | 474,326 | [
"android",
"keyboard",
"landscape",
"flip",
"android-softkeyboard"
] |
4,115,784 | 1 | 4,118,402 | null | 5 | 3,359 | I've wrote a simple handler:
```
public class ImageHandler : IHttpHandler, IRequiresSessionState
{
public bool IsReusable
{
get { return true; }
}
public void ProcessRequest(HttpContext context)
{
byte[] imgData = context.Session["Data"] as byte[];
if (imgData != null)
... | ASP.NET handler not running on IIS7 | CC BY-SA 2.5 | 0 | 2010-11-06T23:45:54.227 | 2010-11-07T15:37:03.173 | 2010-11-07T14:17:24.993 | 340,760 | 340,760 | [
"asp.net",
"iis-7",
".net-4.0",
"module",
"asp.net-4.0"
] |
4,115,812 | 1 | null | null | 1 | 2,886 | Im working on an app that needs a source list like the the ones found in Finder. So far I've gotten Core Data working with an `NSOutlineView` but the group headings don't look very source list like. A real source list group heading looks like  and the standered on in an `... | NSOutlineView as Source list with core data | CC BY-SA 2.5 | 0 | 2010-11-06T23:52:38.593 | 2015-08-28T03:03:45.313 | 2015-08-28T03:03:45.313 | 1,677,912 | 293,039 | [
"cocoa",
"nsoutlineview"
] |
4,115,897 | 1 | null | null | 2 | 7,078 | I'm using TikZ to show Prim's algorithm, like in [this example on texample.net](http://www.texample.net/tikz/examples/prims-algorithm/#c1982).

How can I get TikZ to create bended edges instead of the straight ones here?
| How can I get bended edges in a TikZ graph? | CC BY-SA 3.0 | null | 2010-11-07T00:18:15.863 | 2012-01-19T10:10:08.613 | 2011-08-13T15:26:09.930 | 600,500 | 499,563 | [
"latex",
"tikz",
"animated"
] |
4,116,085 | 1 | 4,116,096 | null | 3 | 1,131 | I have the following HTML:
```
<div id="root">
<div id="left_side">LEFT</div>
<div id="center_s">CENTER</div>
<div id="right_side">RIGHT</div>
</div>
```
...and CSS:
```
#root {
background-color: #eee;
}
#left_side {
float: left;
}
#center_s {
margin-left: auto;
margin-right: auto;
... | How come these DIVs will not display on the same line? | CC BY-SA 2.5 | null | 2010-11-07T01:29:57.650 | 2010-11-07T02:49:03.827 | null | null | 193,619 | [
"css",
"html",
"alignment"
] |
4,116,859 | 1 | 4,116,897 | null | 1 | 169 | I want to use the same sort of UI style of Xcode has right above the editor pane, as show below:
##
I've browsed through all the Views in Interface Builder and can't figure out what type of view this is. At this point I'm merely referring to the bar itself; not to the controls nested inside the bar, though I wil... | What type of View is that slim bar above the editor in Xcode? | CC BY-SA 2.5 | null | 2010-11-07T07:38:09.567 | 2010-11-07T08:13:04.090 | null | null | 322,122 | [
"cocoa",
"xcode",
"interface-builder",
"nsview"
] |
4,116,891 | 1 | 4,120,051 | null | 0 | 154 | while running an application written in windows on linux, i encountered a problem-
i can't edit the cpp file of widget. all the other classes are editable.
The error message appears on the top of the screen and looks like that:

| error message in qt designer in Linux | CC BY-SA 2.5 | null | 2010-11-07T07:52:15.927 | 2015-01-19T10:31:37.430 | null | null | 487,305 | [
"linux",
"qt",
"cross-platform"
] |
4,116,980 | 1 | null | null | 0 | 157 | while running my qt application in linux, a tab focus appears on the selected
control- like this:

that doesn't happened in windows.
how can i get rid from this visual focus?
| how to get rid of visual tab focus | CC BY-SA 2.5 | null | 2010-11-07T08:25:30.117 | 2010-11-08T18:51:43.897 | null | null | 487,305 | [
"linux",
"qt",
"focus"
] |
4,117,356 | 1 | 4,117,769 | null | 1 | 6,909 | I'm trying to make a web style button with user control. I need to make User Control's background transparent. How to do this without making controls invisible. Also I'll need transparent Label and PictureBox.
Trying to make something like this: 
```
this.SetStyle(Contr... | Transparent User Control in .net | CC BY-SA 2.5 | null | 2010-11-07T10:43:48.783 | 2013-12-24T07:29:22.827 | 2010-11-07T14:07:20.653 | 259,881 | 259,881 | [
"c#",
".net",
"vb.net",
"winforms",
"user-controls"
] |
4,117,405 | 1 | 4,117,724 | null | 0 | 603 | I'm trying to create a `http://domain.com/NotAuthorized` page.
went to `Views\Shared` and added a View called `NotAuthorized` witch originates the file name `NotAuthorized.aspx`

in my Routes I wrote
```
routes.MapRoute(
"NotAuthorized", // Route name
"NotAuth... | How to create a simple landing page in MVC2 | CC BY-SA 2.5 | null | 2010-11-07T10:57:10.373 | 2010-11-07T12:35:25.857 | null | null | 28,004 | [
"asp.net-mvc-2",
"routes"
] |
4,117,342 | 1 | 4,117,699 | null | 0 | 2,126 | here is my sample project updated from this thread:
[WPF: Refine the look of a grouped ComboBox vs. a grouped DataGrid -sample attached -](https://stackoverflow.com/questions/4114385/wpf-refine-the-look-of-a-grouped-combobox-vs-a-grouped-datagrid-sample-attache)
[http://www.sendspace.com/file/ru8hju](http://www.send... | Put a "column header" over the ScrollViewer of a WPF ComboBox ControlTemplate | CC BY-SA 2.5 | 0 | 2010-11-07T10:36:13.777 | 2010-11-08T21:16:32.487 | 2017-05-23T12:01:09.963 | -1 | 320,460 | [
"wpf",
"combobox",
"controltemplate",
"columnheader"
] |
4,117,515 | 1 | 4,118,112 | null | 2 | 903 | I don't undersatnd why I get 8:00AM instead of 00. This also happens if I set it to other hours.

Ok, I now tryed to present in a label the value of
```
[dateFormatter stringFromDate:dateTest];
```
And in a wierd way it presented the time I formatted... But if I chec... | NSDateFormatter giving the wrong Hour (+8 hours) | CC BY-SA 2.5 | null | 2010-11-07T11:37:48.153 | 2010-11-07T17:57:22.533 | 2010-11-07T17:57:22.533 | 234,965 | 234,965 | [
"iphone",
"nsdateformatter"
] |
4,117,620 | 1 | 4,120,176 | null | 4 | 3,277 | I'm trying to figure out how to have a DIV column snapping to some fixed-size grid, via CSS.
Here's the test page I'm working on: [http://mapofemergence.com/test/MoEv2/](http://mapofemergence.com/test/MoEv2/)
What I'm trying to get, is the right div (the green one) someway snapping to the background grid quads: when ... | how to make a DIV snapping to a grid, via CSS? | CC BY-SA 2.5 | 0 | 2010-11-07T12:06:34.570 | 2013-02-03T21:53:09.510 | 2013-02-03T21:53:09.510 | 371,753 | 499,772 | [
"css",
"grid"
] |
4,117,725 | 1 | 7,688,764 | null | 3 | 841 | What Control can I use in WPF to emulate the Word Color Picker? In the WPF Ribbon, I think I have the RibbonGallery + `IsSharedColumnSizeScope` as shown in [Lester's Blog](https://learn.microsoft.com/en-us/archive/blogs/llobo/using-ribbongallery-control). Can I do the same with a normal WPF `ComboBox`?

My problem is that when the number is larger than 2 digits, it pushes the red rectangle to
the right. and I would like it to act like that:

The rectangle must not been pushed to the right.
This is ... | WPF Alignment problems | CC BY-SA 2.5 | null | 2010-11-07T12:59:07.587 | 2010-11-07T13:16:32.150 | null | null | 138,627 | [
"wpf",
"alignment"
] |
4,117,874 | 1 | null | null | 10 | 8,621 | I found this question on [StackOverflow](https://stackoverflow.com/questions/106912/how-to-draw-custom-button-in-window-titlebar-with-windows-forms). Basically, the user wanted to draw custom buttons on the titlebar.
I tried the code and realised it works in vista/7 only when Aero is disabled. My question is, is there... | Draw Custom Buttons on Windows Vista/7 Aero Titlebar | CC BY-SA 2.5 | 0 | 2010-11-07T13:18:40.220 | 2015-11-13T11:50:26.260 | 2017-05-23T12:13:26.330 | -1 | 117,870 | [
"c#",
"vb.net",
"winapi",
"windows-vista",
"titlebar"
] |
4,117,891 | 1 | 4,117,910 | null | 0 | 375 | I have a WPF application with various controls in it. When I move between controls using TAB, I can see the focus frame box:

Is there any way to hide this frame, so it won't be seen? A WPF solution is preferable but a WIN32 method would be acceptable as well.
| Removing the focus frame box from controls | CC BY-SA 2.5 | null | 2010-11-07T13:23:08.533 | 2010-11-07T13:27:44.393 | null | null | 386,268 | [
"c#",
".net",
"wpf",
"user-interface"
] |
4,117,987 | 1 | 4,118,011 | null | 5 | 1,544 | I'm passing a complex object as a `Model` to the `View` as

but when I get the Model back from the View, one particular object comes always `null` while other complex types are normally passed through

my View is the def... | Passing Complex object from View to Controller: one object is always null | CC BY-SA 2.5 | null | 2010-11-07T13:46:47.377 | 2010-11-07T14:11:14.463 | 2010-11-07T14:11:14.463 | 28,004 | 28,004 | [
"asp.net-mvc-2",
"viewmodel",
"parameter-passing"
] |
4,118,038 | 1 | 4,118,170 | null | 0 | 534 | Question is: how to write convention that prevents deleting entity reference if it inherits from type `Root`?
---
I'm using fluent nhibernate and it's auto mapping feature. Turned on cascading delete by default.
Everything was really cool until I finally hit case when I need to actually delete aggregate root that... | Fluent NHibernate cascading delete convention for aggregate roots | CC BY-SA 2.5 | null | 2010-11-07T14:01:48.520 | 2010-11-07T15:28:36.873 | 2010-11-07T15:28:36.873 | 82,062 | 82,062 | [
"c#",
"nhibernate",
"fluent-nhibernate",
"conventions",
"automapping"
] |
4,118,398 | 1 | 5,671,983 | null | 1 | 2,023 | I'm new to Fluent and NHibernate and I'm not sure how to map this specific relationship that exists in my database. I have the following ER diagram below that outlines my table structure.

Below are my current C# entity classes:
```
public class G... | Fluent Nhibernate HasMany mapping issue | CC BY-SA 2.5 | 0 | 2010-11-07T15:36:19.583 | 2011-04-15T03:12:01.957 | 2017-02-08T14:30:49.717 | -1 | 447,341 | [
"c#",
"fluent-nhibernate"
] |
4,118,441 | 1 | null | null | 2 | 1,480 | I have an executable called A.exe (say it is cmd.exe). I want to launch it (and also I want multiple instances of it) inside another window (that is I have to create) like,

How can I create such a window (program) using win32 or MFC ? Or this isn't possible ? Thank yo... | How to load another process' window as a child window? | CC BY-SA 2.5 | 0 | 2010-11-07T15:49:16.017 | 2010-11-07T21:12:20.937 | 2010-11-07T15:54:27.143 | 134,804 | 134,804 | [
"c++",
"mfc",
"winapi"
] |
4,118,723 | 1 | 4,118,752 | null | 3 | 3,101 | I'm doing a online "creator" of a nice looking product comparison table using JS, HTML and CSS. Now a example table generated with this tool looks like this:

And the style of this table comes from a style part of my HTML, it looks like this:
```
<style>
tr.numer1
{
... | Dynamically change CSS in input text using Javascript | CC BY-SA 2.5 | 0 | 2010-11-07T17:04:52.650 | 2010-11-07T17:11:53.567 | 2010-11-07T17:10:40.217 | 13,295 | 38,940 | [
"javascript",
"html",
"css",
"dom"
] |
4,118,936 | 1 | 4,120,265 | null | 0 | 7,066 | I am trying Master Detail scenario in ASP.NET MVC 3 (default view engine) .
I was able to go through the following code at [http://www.trirand.com/blog/jqgrid/jqgrid.html](http://www.trirand.com/blog/jqgrid/jqgrid.html) and get master detail working. The problem is that when I select any row in details
the first ro... | JQGrid Master Detail select/ MultiSelect on details grid not working | CC BY-SA 2.5 | null | 2010-11-07T17:59:04.710 | 2010-11-08T01:26:11.210 | 2010-11-08T01:26:11.210 | 148,819 | 148,819 | [
"jquery",
"asp.net-mvc-2",
"jqgrid"
] |
4,119,055 | 1 | 4,119,079 | null | 0 | 1,290 | When I'm using the `SpriteBatch.Draw()` method I can get vertical or horizontal scaling. For example:
```
new Vector2(1.0f, 2.0f)
```
it means that my sprite will expand the Y-axis. How can I get it to diagonally expand (for example 45 or 70 degrees)?
I have circle sprite and this picture contains shadows and gl... | XNA sprite scaling | CC BY-SA 3.0 | null | 2010-11-07T18:31:08.390 | 2013-06-01T04:40:06.010 | 2013-06-01T04:40:06.010 | 104,223 | 438,084 | [
"xna"
] |
4,119,199 | 1 | 4,119,350 | null | 0 | 331 | I can't opened existing solution or create new, blank solution in Visual Studio 2010 Ultimate.
Few days ago everything worked fine.
I have Windows 7 x64.

Any ideas, what should I do?
| Cannot create blank or open existing solution in Visual Studio 2010 | CC BY-SA 2.5 | 0 | 2010-11-07T19:09:07.070 | 2010-11-07T19:42:09.763 | null | null | 319,415 | [
"visual-studio-2010",
"ide"
] |
4,120,030 | 1 | 4,120,138 | null | 3 | 257 |
# Update #1
So I now have the data in the format shown in the screenshot below. The last thing I need to do is take this data and add a percentile column at the end. The percentile is valuable because it will show how common a given password is in the entire data set.
Does anyone have a good idea on a SQL query th... | Help with MySQL Queries to Analyze Hacked RockYou Password Data | CC BY-SA 2.5 | 0 | 2010-11-07T22:23:31.723 | 2010-11-08T16:48:19.983 | 2010-11-08T16:48:19.983 | 102,635 | 102,635 | [
"sql",
"mysql",
"security",
"passwords"
] |
4,120,049 | 1 | 4,132,601 | null | 1 | 2,783 | Does anyone know how to calculate the medial axis for two given curves?
Medial axis: [http://en.wikipedia.org/wiki/Medial_axis](http://en.wikipedia.org/wiki/Medial_axis)
Here is the shape I need to calculate it for:

I drew in the medial axis myself, the dark black lin... | How to calculate the medial axis? | CC BY-SA 2.5 | 0 | 2010-11-07T22:27:30.110 | 2012-10-12T22:15:31.877 | 2012-10-12T22:15:31.877 | 242,848 | 497,681 | [
"geometry",
"computational-geometry",
"medial-axis"
] |
4,120,065 | 1 | 4,120,095 | null | 0 | 838 | PrintDialog.Document don't exist as element in the drop down list from visual studio 2010;
Demonstration:

| PrintDialog.Document don't exist | CC BY-SA 2.5 | null | 2010-11-07T22:32:10.947 | 2010-11-07T22:49:20.600 | 2010-11-07T22:44:59.620 | 164,901 | 422,039 | [
"c#",
".net",
"wpf",
"visual-studio"
] |
4,120,495 | 1 | 4,120,816 | null | 1 | 780 | when adding a mask to a parent sprite with a dynamic text field, the text loses anti-aliasing. how can i maintain the text's anti-alias while still applying a mask to its parent, and subsequently to itself.
the font is embedded, and the text field will be animated so it must also be masked along with its parent.
![a... | ActionScript - Masking Parent of Dynamic Text Removes Anti-Alias? | CC BY-SA 2.5 | null | 2010-11-08T00:30:37.097 | 2010-11-08T02:11:40.753 | 2010-11-08T02:01:11.087 | 336,929 | 336,929 | [
"actionscript-3",
"text",
"mask",
"antialiasing"
] |
4,120,598 | 1 | null | null | 0 | 1,767 | I have map in m android app but it doesn't work well. I spent last two hours looking in code line by line but I don't know what is the problem. I done all like in tutorial [http://mobiforge.com/developing/story/using-google-maps-android](http://mobiforge.com/developing/story/using-google-maps-android). I set in manifes... | Map shows marker but doesn't show real map in background | CC BY-SA 2.5 | null | 2010-11-08T01:05:22.260 | 2013-07-11T15:51:03.657 | null | null | 486,578 | [
"android"
] |
4,120,752 | 1 | null | null | 1 | 6,606 | in my project in the container form i use buttons to open the child forms , not Strip Menu but the buttons in the container always appears on the child form
how to privet the buttons or any other controls form being above the child form
i am using Visual Studio 2008 professional edition C# programming language ![alt te... | how to show a child form in MDI container without the apperance of the controls in the Container Form in the Child Form? | CC BY-SA 2.5 | 0 | 2010-11-08T01:50:40.303 | 2016-03-02T07:27:37.567 | 2010-11-08T02:04:34.653 | 1,104,408 | 1,104,408 | [
"c#",
".net-3.5",
"mdi",
"mdichild",
"mdiparent"
] |
4,120,839 | 1 | 4,120,950 | null | 7 | 2,092 | I've been trying to do this the whole day. Basically, I have a line and a point. I want the line to curve and pass through that point, but I don't want a smooth curve. I wan't to be able to define the number of steps in my curve, like so (beware crude mspaint drawing):

And... | Iteratively smooth a curve | CC BY-SA 2.5 | 0 | 2010-11-08T02:21:00.687 | 2010-11-08T16:40:22.257 | 2010-11-08T16:40:22.257 | 353,410 | 104,999 | [
"c#",
"algorithm",
"geometry",
"curve-fitting"
] |
4,120,987 | 1 | null | null | 1 | 2,392 | A few questions regarding ListBox here (3 actually)

From the image, I think the margins are uneven, the left seems like it have more margin. And this is when my margins is already set to
```
<ListBox.ItemTemplate>
<DataTemplate>
<Rectangle Width="20" He... | ListBox/Rectangle Margins, Changing Look of Selected Item, Binding for Selected Item | CC BY-SA 2.5 | 0 | 2010-11-08T03:16:19.167 | 2010-11-08T13:42:35.247 | 2017-05-23T12:07:02.087 | -1 | 292,291 | [
"c#",
"wpf",
"binding",
"colors",
"listbox"
] |
4,121,214 | 1 | null | null | 7 | 4,487 | I'm using jQuery and jstree. I would like to have extra columns appear to the right of the node labels so that I can put additional info in them such as dates, text, etc.
How can I do this in jstree?
---
This is an example of the layout that I'd like to achieve, but with jstree.


But the pro... | NHibernate Repository pattern problem | CC BY-SA 2.5 | 0 | 2010-11-08T04:17:20.090 | 2010-11-13T04:31:29.557 | 2010-11-11T04:49:41.067 | 159,072 | 159,072 | [
"nhibernate",
"repository-pattern",
"session-management"
] |
4,121,854 | 1 | 4,122,044 | null | 39 | 8,639 | I've always thought the to be the ideal to the user. We are used to see it in this context daily because of it's usage on hyperlinks and hence all web buttons.

However, most desktop applications seem to keep the defeault pointer arrow for buttons.
... | Is it wrong to use the hand cursor for clickable items such as buttons? | CC BY-SA 3.0 | 0 | 2010-11-08T07:00:55.897 | 2021-12-22T22:29:45.017 | 2021-12-22T22:29:45.017 | 4,294,399 | 124,119 | [
"user-interface",
"desktop-application",
"user-experience",
"mouse-cursor",
"design-decisions"
] |
4,121,900 | 1 | null | null | 1 | 2,029 | I have a prob where my "mark" that comes with TChart hide behind the bar...I added the marks and it draws itself behind the bars. Any way to bring it in front? i hope anyone can help me..thanks

| Display label in front of bar graph | CC BY-SA 2.5 | 0 | 2010-11-08T07:10:12.190 | 2010-11-16T21:56:40.573 | 2010-11-09T07:30:49.533 | 448,173 | 448,173 | [
"delphi"
] |
4,122,244 | 1 | 4,122,345 | null | 0 | 419 | I am creating a table in HTML and trying to assign the cells a border. Here is how it appears.

See that weird border in 2nd row, last cell. That's the problem I am having.
```
<table class="info">
<tbody>
<tr>
<td>Some text</td>
<td... | Table Border in HTML/CSS | CC BY-SA 3.0 | null | 2010-11-08T08:27:48.477 | 2017-06-14T12:59:49.487 | 2017-06-14T12:59:49.487 | 4,370,109 | 206,613 | [
"html",
"html-table",
"border"
] |
4,122,417 | 1 | null | null | 0 | 1,861 | If you hover the mouse over the underlined table headings on [this page](http://rivieravaleting.com/price.html), a tooltip appears

However, in IE7, the tooltips appear about 300px above their intended position, and on the first table, they don't appear at all.
![alt t... | tooltips not displayed correctly in IE | CC BY-SA 2.5 | null | 2010-11-08T09:01:20.090 | 2010-11-08T09:36:24.920 | null | null | 2,648 | [
"css",
"internet-explorer"
] |
4,122,995 | 1 | 4,145,854 | null | -3 | 517 | I want to show related video's in flowplayer at the end of the video.

| flowplayer recommend other videos | CC BY-SA 2.5 | null | 2010-11-08T10:24:27.063 | 2010-11-10T15:07:42.233 | null | null | 377,303 | [
"flash",
"flowplayer"
] |
4,123,055 | 1 | 4,123,661 | null | 6 | 3,245 | I'm creating a prototype for a piece of functionality that I will be implementing in an application, specifically I am displaying data from a collection to the console window but unfortunately some of the lines span wider than the default width of the console window.

I... | How to increase the size of the console window in C#? | CC BY-SA 4.0 | null | 2010-11-08T10:35:07.417 | 2018-07-12T13:52:12.027 | 2018-07-12T13:52:12.027 | 17,034 | 218,159 | [
"c#",
".net",
"console-application"
] |
4,123,273 | 1 | null | null | 1 | 1,234 | I'm trying to display custom menu items similar to copy-paste menu item, is there any way I can do this?

| How to display copy-paste like menu on iPhone? | CC BY-SA 2.5 | null | 2010-11-08T11:09:25.937 | 2010-11-08T11:38:49.727 | null | null | 85,606 | [
"iphone",
"objective-c",
"cocoa-touch"
] |
4,123,656 | 1 | 4,124,241 | null | 0 | 84 | In my application a try to position 8 small squares around one big one. See image below.

```
<UserControl
<UserControl.Resources>
<Style x:Key="ResizerStyle" TargetType="UserControl">
<Setter Property="Width" Value="{Binding Padding.Top, ElementName=border,... | Weird padding behaviour | CC BY-SA 2.5 | null | 2010-11-08T12:06:24.753 | 2011-08-13T16:03:17.093 | 2011-08-13T16:03:17.093 | 305,637 | 230,506 | [
"wpf",
"xaml",
"styles"
] |
4,123,869 | 1 | 4,126,683 | null | 0 | 180 | We're developing some application and want to display some information on the device homescreen like [Weather Plus application does](http://www.boostmobilephones.org/wp-content/uploads/2010/07/weatherPlusLite.gif).
Could you tell me how i can do the same thing? Thank you!
 jQuery plugin.
The problem is that the images dong get fully loaded.
Here is an image:

Here is how it should be:

| Silverlight Grid Highlight row and column | CC BY-SA 2.5 | null | 2010-11-08T13:38:26.710 | 2010-11-08T14:06:24.490 | null | null | 53,366 | [
".net",
"wpf",
"silverlight",
"silverlight-3.0"
] |
4,124,591 | 1 | 4,124,980 | null | 3 | 2,154 | i have a website and i want that users will be able to go to specific parts of the site directly from google.
.
how do i add it?
| How to add site links to google search | CC BY-SA 2.5 | null | 2010-11-08T14:07:07.337 | 2016-04-15T10:55:11.053 | null | null | 474,255 | [
"directory"
] |
4,125,028 | 1 | 4,191,158 | null | 0 | 142 | How can I (using NHibernate) get all the entities that are joinable with certain entity?
For example:
Assume that we have the following tables as illustrated in the picture below:

The joinable tables for Customer would be Contact and CustomerType.
Assume that I'm ... | HowTo: Query schema objects using NHibernate? | CC BY-SA 2.5 | null | 2010-11-08T15:04:12.923 | 2010-11-16T04:10:55.427 | null | null | 70,289 | [
"sql",
"nhibernate"
] |
4,125,176 | 1 | null | null | 0 | 384 | I am having problem to calculate the % value on the base of subtotal per each row and in the column.
As you may see from the snap shot# 1, I am unable to calculate the percentage value basing upon the sub-total value (i.e. from the 1st row).

And this is how i want to s... | I am having problem to calculating % on base of subtotal value in Matrix in SSRS Report | CC BY-SA 2.5 | null | 2010-11-08T15:22:00.850 | 2010-11-09T16:01:06.347 | null | null | 318,663 | [
"sql-server-2005",
"reporting-services",
"reporting",
"reportingservices-2005",
"ssrs-2008"
] |
4,125,341 | 1 | 4,125,396 | null | 1 | 2,008 | Say I have attribute "Address", how can I make it's input in the form designer's property box like that of a text box's text input, like so:

?
| Making a custom control's property input like that of a multiline textbox | CC BY-SA 2.5 | null | 2010-11-08T15:40:43.673 | 2017-08-08T20:00:04.730 | null | null | 2,557,997 | [
"c#",
"custom-controls",
"propertygrid"
] |
4,125,473 | 1 | 4,127,236 | null | 1 | 732 | I have a listbox representing a SQL WHERE statement and the items inside can be grouped.
For example, a user can have the following items in their ListBox

I would like to show the AND/OR value only if the ListBox item is not the first item in the listbox or a group (... | Re-evaluating a MultiConverter when a parameter changes? | CC BY-SA 2.5 | null | 2010-11-08T15:55:39.747 | 2010-11-09T13:29:46.297 | 2010-11-09T13:29:46.297 | 302,677 | 302,677 | [
"wpf",
"xaml",
"observablecollection",
"converters"
] |
4,125,540 | 1 | 4,125,567 | null | 3 | 1,211 | How can I do a `SELECT` where I get the `DISTINCT` result based on the `FromLinkID` AND `ToLinkID` together?
If I have a `List` with the following data, how could I get what I am after in LINQ?

| LINQ & SQL query help: Doing a distinct on two columns together? | CC BY-SA 2.5 | null | 2010-11-08T16:02:59.820 | 2011-04-04T07:00:28.530 | 2010-11-08T16:31:33.263 | 247,184 | 247,184 | [
"sql",
"linq"
] |
4,125,562 | 1 | 4,125,611 | null | 1 | 310 | I think most of us have seen the following: 
I'm currently tasked with converting an existing winform app into a web application. The current system is like the "Your company's app" and it would be nice if I can trim it down and make it more use friendly, sleek and usable.
... | HTML form design useful links and reading | CC BY-SA 2.5 | null | 2010-11-08T16:04:58.070 | 2010-11-08T16:18:35.983 | null | null | 267,174 | [
"html",
"forms",
"ui-design"
] |
4,125,646 | 1 | 4,125,694 | null | 2 | 153 | Say I have the following tables:
- GearType : snowboard/helmet/shoes/whatever- GearModel : which describes the manufacturer, size, and GearType- Gear : represents a physical instance of a gear, belongs to a GearModel and describes its barcode, number of times it has been worn...- Member : a person who may be assigned ... | Stuck on a Database design issue | CC BY-SA 2.5 | null | 2010-11-08T16:13:39.160 | 2010-11-08T17:07:03.947 | 2010-11-08T17:07:03.947 | 1,875,163 | 1,875,163 | [
"sql",
"sql-server-2008",
"database-design"
] |
4,125,941 | 1 | 4,126,558 | null | 2 | 9,309 | I can't find a library which will produce good looking 3d pie charts for the iphone?
I had a look at the core plot wiki and their pie didn't look that good...

| Is there a good iPhone pie chart library which will produce good look 3d pie charts? | CC BY-SA 2.5 | null | 2010-11-08T16:43:49.240 | 2019-08-08T01:13:46.340 | null | null | 450,456 | [
"iphone",
"objective-c",
"xcode"
] |
4,126,010 | 1 | 4,227,737 | null | 2 | 403 | I am creating a WPF application in VS2010. I am using multiple grid controls layered on top of one another to perform similar functions to a tab control. The grid controls have an opaque (white) background.
The trouble occurs because no matter which grid I have 'in front' in the design window, I can still see all th... | How to remove control outlines in Visual Studio 2010, WPF? | CC BY-SA 2.5 | null | 2010-11-08T16:51:18.197 | 2014-01-01T18:18:59.827 | 2010-11-10T16:13:39.130 | 107,899 | 107,899 | [
"wpf",
"visual-studio-2010"
] |
4,126,027 | 1 | null | null | 1 | 564 | I have added a custom dialog in the start stage of my VS2008 created msi installer to allow user choose if he/she wants to update the database or not. But if database is NOT installed yet, that dialog doesn't make sense. So I want to search the database frist, if there is no database installed, that dialog should be ig... | how to condition a custom dialog in msi installer? | CC BY-SA 2.5 | null | 2010-11-08T16:53:18.400 | 2010-11-09T13:36:35.980 | 2010-11-08T17:01:43.667 | 117,039 | 117,039 | [
".net",
"installation",
"windows-installer"
] |
4,126,146 | 1 | 4,126,162 | null | 1 | 348 | This is my code ( you can edit it ) :
```
SELECT * FROM posts WHERE posts.user_id = 1 OR posts.user_id = 2
```
How to select the first post of user 1 and 2 ?

| How to select the first post using mySQL | CC BY-SA 3.0 | null | 2010-11-08T17:06:29.197 | 2017-06-14T13:00:05.690 | 2017-06-14T13:00:05.690 | 4,370,109 | 423,903 | [
"php",
"mysql",
"select"
] |
4,126,195 | 1 | 4,128,561 | null | 5 | 2,825 | I have set up Eclipse to run as smoothly as possible because I was having a lot of problems with it running out of memory in my last machine. One of the configurations was to have it automatically refresh the workspace every time I save. I don't know if that is the problem but I thought I's mention it.
Here's a screen... | Problem with Eclipse while programming for android - "Refreshing external folders" | CC BY-SA 2.5 | null | 2010-11-08T17:13:30.950 | 2011-10-22T06:08:06.567 | 2010-11-08T22:15:06.367 | 231,917 | 348,261 | [
"android",
"eclipse",
"refresh",
"save"
] |
4,126,359 | 1 | 4,126,375 | null | 0 | 106 | I want to fetch contents of two separate category and insert them in two different boxes.
I have written the query like this:
```
$query = mysql_query(sprintf("SELECT * FROM ".DB_PREFIX."_links WHERE cat = %d LIMIT %d" , 4, 3));
```
But can we write 2 or more query in one query? like :"select * from blah where cat ... | Query With array in mysql | CC BY-SA 2.5 | null | 2010-11-08T17:33:09.060 | 2010-11-08T18:12:25.077 | 2010-11-08T18:05:08.677 | 361,635 | 361,635 | [
"php",
"mysql"
] |
4,126,408 | 1 | 4,126,478 | null | 0 | 147 | I am developing an application to work on Mac OSX 10.5 and later and I am using Mac running 10.6.4 with Xcode 3.2.4. The application is very simple which accepts some information from user and stores it in a file. The application working perfectly on OSX 10.6 but on OSX 10.5.8 when I double click on it to open it does ... | application not working on OSX 10.5 | CC BY-SA 2.5 | 0 | 2010-11-08T17:39:59.983 | 2010-11-08T18:13:51.580 | 2010-11-08T18:06:19.190 | 415,306 | 415,306 | [
"objective-c",
"xcode",
"macos"
] |
4,126,473 | 1 | null | null | 7 | 404 | I have the following undirected graph
```
gr={1->2,1->3,1->6,1->7,2->4,3->4,4->5,5->6,5->7};
```
which I wish to plot with GraphPlot in a 'diamond' format. I do this as outlined
below (Method 1) giving the following:

The problem is that this representation is decep... | Changing the Edge Route in GraphPlot to Avoid Ambiguity | CC BY-SA 2.5 | 0 | 2010-11-08T17:50:08.127 | 2010-11-12T17:36:29.187 | 2010-11-11T12:12:03.077 | 353,410 | 499,167 | [
"wolfram-mathematica"
] |
4,126,668 | 1 | 4,126,893 | null | 0 | 311 | If I have a model that looks like this:

and I do a Linq to Entities query like this:
```
var c = MyContext.Contact.Count();
```
I'll get a SQL query that is as big as all out doors!
```
SELECT
[GroupBy1].[A1] AS [C1]
FROM ( SELECT
COUNT(1) AS [A1]
FROM [... | When quering over a base type why does the EF provider generate all those UNION All clauses | CC BY-SA 2.5 | null | 2010-11-08T18:13:58.937 | 2021-12-24T06:50:47.973 | null | null | 81,514 | [
"linq",
"linq-to-entities"
] |
4,126,771 | 1 | 4,126,817 | null | 0 | 192 | I need to add a percentile column to this password data set of 17 million+ records. It is my understanding that the percentile is the total number of passwords with the same or higher occurrences, divided by the total number of passwords. Is this correct? How should I approach this in MySQL?
 | CC BY-SA 2.5 | null | 2010-11-08T18:25:53.220 | 2010-11-08T18:32:09.130 | 2010-11-08T18:28:40.663 | 135,152 | 102,635 | [
"sql",
"mysql",
"security",
"statistics"
] |
4,126,982 | 1 | null | null | 0 | 292 | I have the following WPF UserControl

I want that the blue border be displayed only when the object has its (dependency bool property) property to true.
Is that possible?
```
<Canvas>
<Image x:Name="Dot">
<Image.Source>
<DrawingImage>
... | Bind a property of the WPF Image | CC BY-SA 3.0 | null | 2010-11-08T18:54:18.240 | 2013-01-14T22:16:15.397 | 2013-01-14T22:16:03.750 | 305,637 | 185,593 | [
"wpf",
"data-binding",
"user-controls"
] |
4,127,057 | 1 | 4,149,110 | null | 4 | 4,006 | I've recently started trying to use Hibernate, but am doing so in Netbeans. This has left me having to use [this example project](http://netbeans.org/kb/docs/web/hibernate-webapp.html#06) to try and get me up and running.
Unfortunately, at the step my HQL queries do not give results and instead fail, with the except... | Basic HQL statement always fails | CC BY-SA 2.5 | 0 | 2010-11-08T19:04:00.080 | 2013-06-18T04:52:59.393 | 2010-11-09T06:57:02.527 | 70,604 | 344,016 | [
"java",
"hibernate",
"orm",
"hql"
] |
4,127,170 | 1 | 4,131,143 | null | 1 | 1,204 | How do I create a transparent numberpad view for a passcode view ?
Like this ?

| iPhone, how do I create a transparent numberpad like this...? | CC BY-SA 2.5 | null | 2010-11-08T19:18:23.040 | 2019-05-24T17:52:41.550 | 2010-11-08T21:22:08.393 | 450,456 | 450,456 | [
"iphone",
"objective-c",
"xcode"
] |
4,127,242 | 1 | 4,127,285 | null | 17 | 5,549 | I ran to this problem hard, it seems impossible to render.
How can one solve this problem? I want the OpenGL render it like it looks at the right side of this image below:

| OpenGL: Rendering two transparent planes intersecting each other: impossible or not? | CC BY-SA 2.5 | 0 | 2010-11-08T19:26:09.363 | 2012-07-12T13:49:00.837 | null | null | 491,397 | [
"opengl",
"transparency"
] |
4,127,322 | 1 | 4,127,451 | null | 3 | 1,387 | I'm having a bit of an issue uploading files to a database. The table I'm uploading to has the following structure:
```
dbo.Cover
CoverID int PK
CoverFileContent varbinary(max)
CoverMimeType nvarchar(50)
CoverFileName nvarchar(50)
FileID int FK
```
I can upload the file using my MVC app... | File uploading and saving to database incorrectly | CC BY-SA 2.5 | null | 2010-11-08T19:35:47.793 | 2010-11-08T19:51:20.770 | 2010-11-08T19:41:21.190 | 23,199 | 376,083 | [
"c#",
"sql",
"asp.net-mvc",
"ado.net",
"file-upload"
] |
4,127,625 | 1 | 4,455,110 | null | 12 | 3,128 | I've got a serious head-scratcher on my hands here. I'm investigating performance issues with a WPF component in our application.
Our .net application is very large, and almost entirely in windows forms. As part of a new initiative we rewrote one of our core components with a rich WPF ui. There is a lot of WinForms... | Why would GetMessageW take up massive CPU usage in my WPF application? | CC BY-SA 2.5 | 0 | 2010-11-08T20:12:17.827 | 2010-12-15T21:30:33.027 | 2010-11-08T22:39:07.620 | 17,784 | 17,784 | [
".net",
"wpf",
"performance",
"ants",
"getmessage"
] |
4,127,676 | 1 | null | null | 1 | 369 | I am trying to create a layout like this, that is both horizontally and vertically centered.

I have figured out a way to do this with jQuery, but there seems to be a slight jerk as the page renders. I was hoping to do this layout with pure css, but I can't seem to fig... | Vertical Alignment & Horizontal Alignment Issue | CC BY-SA 3.0 | null | 2010-11-08T20:18:54.837 | 2016-08-30T22:08:42.413 | 2011-04-11T01:18:06.217 | 405,015 | 207,282 | [
"html",
"css"
] |
4,127,741 | 1 | 4,128,455 | null | 0 | 2,028 | Hopefully, this is a newbie question with a quick answer...
I am attempting to add a simple preferences file in a new Android project (New -> Android XML File), but it doesn't appear to be working correctly.
There is no root element to choose from when I select the Preference type layout. If I press Finish, it doesn... | Unable to add Preferences.xml (Android Preferences in XML) | CC BY-SA 2.5 | null | 2010-11-08T20:25:53.773 | 2010-11-08T21:55:08.707 | null | null | 285,417 | [
"android",
"preferences",
"android-preferences",
"android-xml"
] |
4,127,855 | 1 | 4,128,006 | null | 2 | 154 | 
How do I align yellow side by side with red while keeping the 'Skills' text underneath the grey?
What i've tried: using float:left with red but that pushes up the skills text aswell. I've tried using relative and absolute but they're confusing to me.
Key div id's: `p... | Html/css positioning help | CC BY-SA 2.5 | null | 2010-11-08T20:41:02.673 | 2010-11-08T21:12:20.117 | null | null | 363,004 | [
"html",
"css",
"xhtml"
] |
4,127,972 | 1 | 4,128,128 | null | 1 | 648 | I have three tables arranged to make a many to many relationship (Contacts, PurchaseOrder, and PO_Contact). The PurchaseOrder table will eventually represent each purchaseorder (only one instance of each). Each Customer can be associated with any number of PurchaseOrders and each Purchase Order may be associated with... | Many-To-Many relationship in EF with a datafield in the Association table | CC BY-SA 4.0 | null | 2010-11-08T20:54:36.450 | 2020-08-08T16:49:58.720 | 2020-08-08T16:49:58.720 | 472,495 | 281,348 | [
"entity-framework",
"many-to-many"
] |
4,128,088 | 1 | null | null | 1 | 716 | I am trying to debug a small prototype for an iPhone App (iOS Simulator 4.1), compiled as Debug, with all the configuration apparently ok.
The application makes use of Cocos2d graphic engine and GDataXMLNode library (for XML reading). There isn’t much stuff going on. But on certain method, if I set a breakpoint, gdb ... | Xcode stops at breakpoints and seems to hang | CC BY-SA 3.0 | 0 | 2010-11-08T21:09:17.373 | 2012-06-24T22:26:09.993 | 2012-06-24T22:26:09.993 | 918,414 | 2,684 | [
"iphone",
"debugging",
"xcode3.2",
"ios4"
] |
4,128,166 | 1 | 4,128,200 | null | 2 | 1,049 | I have a problem with include pages in PHP. Picture shows what I want to do. I want to include in my index.php page horizontal and vertical menu. But now I can include only one of them. In global.php there are database name, password, and variable which define what language I'm using now.
I included with all derictives... | problems with global variables | CC BY-SA 3.0 | 0 | 2010-11-08T21:18:26.213 | 2012-08-13T11:48:38.490 | 2012-08-13T11:48:38.490 | 367,456 | 449,007 | [
"php",
"include",
"global-variables"
] |
4,128,634 | 1 | 4,128,833 | null | 0 | 172 | I'm building an editor that works with .CSV files. I have the application importing the file fine, but now I want the user to be able to select a few columns to work with.
I display the top 5 columns of the file in an HTML table, and in the table TH tag I'm creating some checkboxes at the top of the table like this:
... | Multiple Dynamic Controls - Results as Array? | CC BY-SA 2.5 | 0 | 2010-11-08T22:16:00.767 | 2010-11-08T22:38:51.420 | 2010-11-08T22:37:14.523 | 39,655 | 39,655 | [
"ruby-on-rails",
"ruby-on-rails-3"
] |
4,129,024 | 1 | 4,129,089 | null | 0 | 513 | The url I'm using is this:
```
https://chart.apis.google.com/chart?chxl=0:|2010-08-06|2010-08-02|2010-08-05|2010-08-03|2010-08-04|1:|0|2347.002|3650|2:|min|average|max&chxp=2,10,50.83,90&chxr=0,2347.002,3650&chxt=x,y,r&chs=200x120&cht=bvg&chco=EBB411&chd=t:3455.01,730,2240,1760,3550&chma=|5&chtt=Revenue
```
The imag... | What's wrong with this Google Chart API Bar graph URL? | CC BY-SA 2.5 | null | 2010-11-08T23:09:55.327 | 2010-11-08T23:24:01.943 | 2017-02-08T14:30:54.893 | -1 | 262,056 | [
"google-visualization"
] |
4,129,381 | 1 | 4,139,643 | null | 1 | 1,341 | I am looking for any jquery/jquery-ui plugin to convert `select` html element (drop-down list) to a nice looking "carousel". Not image carousel, but something similar to jQuery-ui datepicker component title:

With side buttons that allow going through list items. Does a... | Dropdown to horizontal carousel jQuery plug-in | CC BY-SA 2.5 | 0 | 2010-11-09T00:26:28.637 | 2018-08-31T16:02:44.163 | null | null | 136,666 | [
"jquery",
"jquery-ui",
"select",
"combobox",
"drop-down-menu"
] |
4,129,729 | 1 | 4,130,010 | null | 0 | 1,291 | I have problem with this query
```
DECLARE @INPUT INT
SET @INPUT = 12345
;
WITH ABCD(SEQ, X, Y)
AS
(
SELECT 1,
@INPUT % 10,
@INPUT / 10
UNION ALL
SELECT SEQ + 1,
Y % 10,
Y / 10
FROM ABCD
WHERE X > 0 OR Y > 0
)
SELECT *
FROM ABCD
ORDER... | Convert SQL Server recursive WITH clause to Oracle 10g | CC BY-SA 2.5 | null | 2010-11-09T01:34:34.900 | 2010-11-09T03:28:12.857 | 2010-11-09T02:07:02.230 | 218,380 | 218,380 | [
"sql-server",
"oracle",
"oracle10g"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.