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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3,682,939 | 1 | null | null | 0 | 537 | I tried 'float: left;', but when scrolling(slowly is clearer), only one list item scroll..but not numItem of one row..(But photos app built in palm pre ROM woks just fine)
In one file:
```
<div id="results-list" class='thumb-list' x-mojo-element="List"></div>
```
In another:
```
<ul>#{-listElements}</ul>
```
In ... | How to make list in webOS look like Grid? | CC BY-SA 2.5 | 0 | 2010-09-10T07:37:56.420 | 2010-09-10T09:21:54.357 | 2010-09-10T09:21:54.357 | 398,646 | 398,646 | [
"javascript",
"html",
"css",
"webos",
"mojo"
] |
3,683,211 | 1 | 4,895,542 | null | 38 | 32,276 | I got a video element on a page that's working fine both in safari mobile and desktop.
I have a seme-transparent pull-down menu that's working fine. The problem is, when the menu is over the video element, on the desktop safari i can see the video under the menu (as desired), while on the mobile version the video eleme... | iPad Safari mobile seems to ignore z-indexing position for html5 video elements | CC BY-SA 2.5 | 0 | 2010-09-10T08:37:47.030 | 2020-12-18T11:50:48.293 | 2010-09-10T13:27:18.250 | 279,739 | 279,739 | [
"ipad",
"mobile-safari",
"html5-video"
] |
3,683,432 | 1 | 3,683,480 | null | 0 | 2,175 | I need to display a image view that is filled with violet color picture as shown below,
but there us no UIColor color violet for this.
How can i display it?
| how can i display voilet color in imageview | CC BY-SA 2.5 | 0 | 2010-09-10T09:14:31.807 | 2011-05-04T10:27:27.083 | 2010-09-10T12:07:47.273 | 699,226 | 699,226 | [
"iphone"
] |
3,684,456 | 1 | 3,684,520 | null | 0 | 208 | In a C# (3.5) Winforms app I have a FlowLayoutPanel containing a number of listviews. Each listview represents a short to-do list sorted in a sequential order with assigned priorities.
Occasionally a user has to create a new priority 1 to-do item.
An issue arises when there are multiple priority 1 instances - how do... | To-do list(view)s with time displayed? | CC BY-SA 2.5 | null | 2010-09-10T12:07:19.953 | 2010-09-10T12:17:46.860 | null | null | 127,776 | [
"c#",
"winforms",
".net-3.5",
"listview"
] |
3,684,484 | 1 | 3,689,710 | null | 988 | 138,231 | I'm helping a veterinary clinic measuring pressure under a dogs paw. I use Python for my data analysis and now I'm stuck trying to divide the paws into (anatomical) subregions.
I made a 2D array of each paw, that consists of the maximal values for each sensor that has been loaded by the paw over time. Here's an example... | Peak detection in a 2D array | CC BY-SA 4.0 | 0 | 2010-09-10T12:12:25.200 | 2021-11-18T08:12:56.133 | 2021-11-18T08:12:56.133 | 77,595 | 77,595 | [
"python",
"image-processing"
] |
3,684,951 | 1 | 3,685,020 | null | 0 | 307 | I've encountered a strange feature (that may be related to SQL Management Studio) with regard to the placement of return characters at the end of SQL Statements. Whilst the query runs just fine within the ID, the feature in question was breaking our deployment scripts.
Essentially, for some reason, certain lines were ... | Strange issue in SQL Management Studio IDE with CR instead of CRLF | CC BY-SA 3.0 | null | 2010-09-10T13:29:09.603 | 2015-06-26T12:52:14.643 | 2015-06-26T12:52:14.643 | 144,491 | 144,491 | [
"sql-server",
"sql-server-2005",
"ssms"
] |
3,685,161 | 1 | 3,686,015 | null | 7 | 4,590 | How do you change the behavior of a `QListWidget` so that it resizes its height instead of choosing a (seemingly arbitrary) height and adding scrollbars? See screenshot:

The `QListView`'s should fill up as much space horizontally as they can (creating as many "colum... | QListWidget that resizes instead of scrolls | CC BY-SA 2.5 | 0 | 2010-09-10T13:59:43.693 | 2010-09-10T15:37:29.413 | null | null | 183,339 | [
"c++",
"qt",
"qlistview",
"qlistwidget"
] |
3,685,562 | 1 | null | null | 1 | 460 | I am trying to get my xml to lay this out properly. How it is now, the video is mooshed. If I take away the
```
android:layout_below="@id/day_scroller"
```
in the VideoView tag and add
```
android:layout_centerHorizontal="true"
```
the video size is now proportioned, but I lose my content that is display in my... | Help with Android XML layout | CC BY-SA 2.5 | null | 2010-09-10T14:45:26.827 | 2011-03-10T03:33:00.993 | null | null | 2,186,261 | [
"android",
"xml"
] |
3,685,723 | 1 | null | null | 0 | 1,516 | I've written a entry form for our company employees to enter marketing courses into the DB and at the same time add them to a Google Calendar. The Calendar is accepting the events, but the coloration of the event is different from a "manually" entered event using Google's interface. This leads me to believe that ther... | Unable to see programmatically entered events in Google Calendar | CC BY-SA 2.5 | null | 2010-09-10T15:04:04.103 | 2010-09-27T01:35:59.873 | null | null | 138,374 | [
"c#",
"asp.net",
"google-calendar-api"
] |
3,685,997 | 1 | null | null | 1 | 540 | I need to carry out a data capture exercise, which is looking like a large task, that unfortunately may end up being done in Excel. I believe a database is more suitable, but the structure of it is probably very complicated.
I've created 4 categories per Unit (30 units). Each category has 8 graphs/dimensions. Each gra... | Database design & table relationships: where would the data go? (Image included) | CC BY-SA 3.0 | null | 2010-09-10T15:35:33.447 | 2017-06-10T19:30:22.350 | 2017-06-10T19:30:22.350 | 4,370,109 | 1,955,139 | [
"database",
"database-design",
"relationship"
] |
3,686,136 | 1 | null | null | 1 | 1,637 | I am working with Gridview control and I am also adding radio button to each row in ASP .NET.
Here is something that I would like to accomplish but I am not sure how this should done. The problem is that I have add a muliple datarow insie of the each gridview. Something like below.
. I'd appreciate any constructive criticism especially about the relationships I us... | DB Schema of a Role Based Access Control | CC BY-SA 2.5 | 0 | 2010-09-10T16:43:20.417 | 2018-09-06T11:52:38.893 | null | null | 440,764 | [
"mysql",
"credentials",
"rbac",
"db-schema"
] |
3,686,538 | 1 | 3,686,566 | null | 0 | 128 | I'm having the following problem, and would love some pointers in the right direction.
To put things simple:
I information from a table, with PHP, that I put inside a `<select>` tag.
Whenever I click one of the options (lines) present it should load/show certain information on a cell that is right next to it. If I cli... | Using Javascript to show contents that are present in DB | CC BY-SA 2.5 | 0 | 2010-09-10T16:47:20.123 | 2010-09-10T17:13:02.970 | 2010-09-10T17:13:02.970 | 210,742 | 210,742 | [
"php",
"javascript",
"database",
"mysql"
] |
3,686,626 | 1 | 3,686,725 | null | 0 | 250 | I am having a problem using Superfish dropdowns inside a jQuery grid. It looks like the dropdown is being clipped by the table bounds.
I’ve researched this and it seems to be a z-index issue except that I have tried various combinations of z-index to no avail.
Here’s a screenshot of what it looks like:
 I am getting warnings when using the static analyser that I don't think I was previously getting when using 3.2.3

Now the project compiles just fine, is this something that has changed or do I have something set wrong?
... | Xcode 3.2.4 Analyzer skipped this file? | CC BY-SA 2.5 | 0 | 2010-09-10T17:12:12.720 | 2010-09-30T14:38:24.307 | 2017-05-23T12:13:30.580 | -1 | 164,216 | [
"iphone",
"objective-c",
"cocoa-touch",
"xcode",
"clang-static-analyzer"
] |
3,687,188 | 1 | 3,689,724 | null | 9 | 11,527 | From this screenshot you can see a lot of space inside the rows:

I've used these functions to get resizing:
```
resizeRowsToContents();
resizeColumnsToContents();
```
How can I get a better fit for cells/rows sizes?
| How to get right row height in Qt for QTableView object? | CC BY-SA 2.5 | 0 | 2010-09-10T18:16:56.997 | 2019-09-13T16:20:54.323 | 2010-09-11T03:34:41.560 | 31,044 | 262,732 | [
"c++",
"qt",
"qt4",
"qtableview"
] |
3,687,258 | 1 | 3,687,359 | null | 4 | 5,464 | I'm running a query via php on a mysql database. With my result set I'm am iterating the following table:
```
$resultString = '<table>';
$resultString .= '<tr>';
$resultString .= '<th>Index</th>';
$resultString .= '<th>Title</th>';
$resultString .= '<th>File</th>';
$resultStrin... | Form Issue (closing itself early in table) | CC BY-SA 2.5 | null | 2010-09-10T18:27:10.820 | 2019-03-10T11:35:58.557 | null | null | 183,806 | [
"php",
"html",
"forms"
] |
3,687,796 | 1 | 6,829,640 | null | 1 | 630 | I have a collage image ( many images clubbed together ) , and at the center i have an advertisement banner for example visit the following sample image

Now, in my application user can set this image as a wallpaper in iphone screen. now what i want is to keep changing... | change image on iphone screen's wallpaper | CC BY-SA 2.5 | null | 2010-09-10T19:44:04.230 | 2011-07-26T11:57:05.290 | 2010-09-11T06:09:14.240 | 405,383 | 405,383 | [
"iphone",
"iphone-sdk-3.0",
"ios4"
] |
3,687,903 | 1 | null | null | 15 | 18,195 |
## The Problem
i'm trying to import data into a table using SQL Server Management Studio's `Import Data` task. It only brings in 26 rows, out of the original 49,325. (: That's where 99.9% comes from: `(1-26/49325)*100 = 99.9%`
Using DTS in Enterprise Manager correctly brings all 49,325 rows.
Why is SSMS not importin... | SQL Server Management Studio: Import quietly ignoring 99.9% of data | CC BY-SA 4.0 | 0 | 2010-09-10T19:58:43.217 | 2021-09-07T14:41:59.687 | 2021-09-07T14:41:59.687 | 2,756,409 | 12,597 | [
"sql-server",
"ssms",
"etl",
"sql-server-2000"
] |
3,688,070 | 1 | 3,688,433 | null | 1 | 147 | So I'm having the hardest time figuring out what this thing is called, or where I can find it. I have an app where I would like to use this icon, or button or whatever it is, but I can't find it in Apple's system supplied buttons.
Here is a picture of the icon I'm looking for (it's in the red circle):

{
ContactModel cm = loadContactModel(id);
cm.ModelState = ModelStateEnum.Edit;
return PartialView("Contact", cm);
}
public ActionResul... | why I am getting HTTP/1.1 500 Internal Server Error? | CC BY-SA 2.5 | null | 2010-09-10T22:42:18.560 | 2015-11-19T01:36:20.303 | 2015-11-19T01:36:20.303 | 1,505,120 | 431,537 | [
"asp.net-mvc-2"
] |
3,689,484 | 1 | 3,689,691 | null | 0 | 2,521 | Since FixedSys won't display in Chrome or Safari I make it switch to `Lucida Console`. It works for Chrome but for Safari I run into an issue. Unless `Lucida Console` is by itself, it WILL be to the font I said. If not -- then it won't work.
Have a look at this picture:
... | CSS - Specifying fonts on Safari | CC BY-SA 3.0 | 0 | 2010-09-11T02:01:41.187 | 2018-01-29T05:59:10.600 | 2018-01-29T05:59:10.600 | 1,033,581 | 272,501 | [
"html",
"css"
] |
3,689,507 | 1 | 3,689,560 | null | 1 | 3,891 | Or should I just copy all the files from bin\Release\ excluding .pdb?
:


:
That is what I've found in the Advanced settings at the Build tab. Is it what I'm looking for?

But when I click my button to echo the value, I always get this error...

Are there errors in my code? Or what?
| What Causes this NullReferenceException when Accessing a Cell of a DataGridView? | CC BY-SA 2.5 | null | 2010-09-11T02:10:50.017 | 2013-08-27T01:32:43.457 | 2010-09-11T02:57:54.367 | 76,337 | 396,335 | [
"c#",
"winforms",
"datagridview"
] |
3,689,546 | 1 | 3,689,623 | null | 4 | 4,617 | I hope to display the badge info on the row UITableView like the picture shown below

I try to use codes below:
```
UILabel *labelCell1 =[ [UILabel alloc]init];
labelCell1.frame = CGRectMake(160.9f,10.0f,60.0f,30.0f) ;
[labelCell1 setBackgroundColor:[UIColor
color... | display badge info on UITableView | CC BY-SA 2.5 | 0 | 2010-09-11T02:26:34.253 | 2013-12-24T07:16:54.507 | 2010-09-11T02:32:43.943 | 73,488 | 262,325 | [
"iphone"
] |
3,689,570 | 1 | 3,691,052 | null | 7 | 3,101 | I'm adding buttons to form with loop and i noticed adding click event handlers slowing down application too much. Later i tried mouse click event instead click event and it is working instantly.
This screenshot showing my test result:

Source code: [http://pastebin.com/q... | Why is the Winforms Click event slower than the MouseClick event? | CC BY-SA 2.5 | 0 | 2010-09-11T02:35:18.203 | 2010-09-11T14:24:42.220 | 2010-09-11T14:24:42.220 | 264,877 | 264,877 | [
"c#",
".net",
"winforms",
"events",
"click"
] |
3,689,725 | 1 | 3,691,608 | null | 2 | 373 | 
URL: [http://www.hkpete.com/test.html](http://www.hkpete.com/test.html)
jQuery 1.42
jQuery Tools 1.2.3 overlay
IE7 has this problem too (tested on ietester)
I can not find where the problems lie.
Thanks a lot.
```
<div id="dialog-content">
<!--Login -->
<di... | Strange layout problem in IE6 | CC BY-SA 2.5 | 0 | 2010-09-11T03:45:38.360 | 2010-09-13T02:32:53.147 | 2010-09-11T15:51:12.817 | 313,758 | 411,730 | [
"jquery",
"internet-explorer-6",
"overlay",
"jquery-tools"
] |
3,690,643 | 1 | 3,702,558 | null | 1 | 1,304 | I am trying to use an [early experimental release of mapper implementation](http://code.google.com/p/appengine-mapreduce/) to empty the datastore. This solution was proposed in a [similar SO question](https://stackoverflow.com/questions/1062540/how-to-delete-all-datastore-in-google-app-engine/3621227#3621227).
This i... | Google App Engine : use mapreduce to empty datastore | CC BY-SA 2.5 | 0 | 2010-09-11T10:38:06.530 | 2010-09-13T16:48:37.847 | 2017-05-23T12:09:27.040 | -1 | 12,388 | [
"google-app-engine",
"google-cloud-datastore",
"mapreduce"
] |
3,690,687 | 1 | 3,690,716 | null | 7 | 2,649 | I'm trying to build a firefox addon & I want to add image/icon in the right click content menu , for example, firebug had an icon in the right click context menu,

I wanna do something similar, my addon also consists of menu items
:
```
[icon] ... | firefox addon : adding icon to context menu | CC BY-SA 3.0 | null | 2010-09-11T10:49:44.720 | 2016-02-27T11:49:31.477 | 2014-10-17T09:46:31.830 | 1,886,334 | null | [
"javascript",
"firefox",
"firefox-addon",
"xul"
] |
3,691,336 | 1 | null | null | 0 | 444 | I did a very simple test which was creating a blank project using xCode and execute on device. When executed with Instruments I got memory leaks !
Please note that I am using iPhone 3G device running iOS 4.0.2
Here are the steps to reproduce:
1. From xCode 3.2.3 Choose File -> New Project -> Navigation-based Applic... | Strange memory leaks when running 'Navigation Based Application' template project | CC BY-SA 2.5 | null | 2010-09-11T14:27:12.837 | 2011-06-11T01:30:48.517 | 2010-09-11T15:03:12.813 | 371,684 | 371,684 | [
"iphone",
"memory-leaks"
] |
3,691,670 | 1 | 3,691,691 | null | 8 | 6,322 | I have a variable number of boxes and I'd like to display as many as I can without forcing the viewer to scroll horizontally, there should also be a certain space in between them. This means that the boxes will have to move to the next or previous "row" if the browser is resized.
How do I achieve this using divs and C... | Dynamic rows of divs (boxes) using CSS? | CC BY-SA 2.5 | 0 | 2010-09-11T16:06:26.890 | 2010-09-11T17:09:55.133 | 2010-09-11T16:11:08.707 | 359,226 | 408,089 | [
"css",
"html"
] |
3,691,693 | 1 | 3,691,706 | null | 5 | 3,902 | Hiho,
I'm using the egit plugin for eclipse.
What does this Symbol "*" mean over the icon of a file?
The file is committed but with "git status" the file is marked with "changes to be commited" but with "git diff" happens nothing:/
Here's a screenshot:

{
QImage sign(50, 50, QImage::Format_ARGB32_Premultiplied);
QPainter p(&sign);
p.setRenderHint(QPainter::Antialiasing, true);
p.fillRect(sign.rect(), QColor(255, 255, 255, 0));
p.setBrush(Qt::blue);
p.... | Artefacts when drawing a scaled QImage onto a QWidget | CC BY-SA 2.5 | 0 | 2010-09-11T17:08:36.880 | 2010-09-11T17:43:19.470 | 2010-09-11T17:40:12.147 | 31,044 | 379,943 | [
"qt",
"qt4"
] |
3,691,886 | 1 | null | null | 0 | 63 | I am building a new website. The HTML and CSS is verified but I have trouble displaying the correct layout for IE7. You can view a screenshot of the problem here:

How do I prevent IE7 from putting the extra space between the breadcrumbs links?
The ... | CSS link layout issue Internet Explorer 7 | CC BY-SA 3.0 | null | 2010-09-11T17:18:01.413 | 2012-01-17T18:22:52.970 | 2012-01-17T18:22:52.970 | 918,414 | 445,195 | [
"css"
] |
3,692,057 | 1 | 3,811,317 | null | 9 | 6,174 | I have a `UIViewController` set up to display an info-button on the right in its `UINavigationItem` like this:
```
UIButton *infoButton = [UIButton buttonWithType:UIButtonTypeInfoLight];
[infoButton addTarget:self action:@selector(toggleAboutView) forControlEvents:UIControlEventTouchUpInside];
self.navigationItem.rig... | rightBarButtonItem info button, no space to the right | CC BY-SA 3.0 | 0 | 2010-09-11T18:08:09.317 | 2013-06-25T19:51:58.427 | 2013-06-25T19:51:58.427 | 267,892 | 267,892 | [
"iphone",
"space",
"uinavigationitem",
"rightbarbuttonitem"
] |
3,692,222 | 1 | 3,692,408 | null | 1 | 638 | Hello,
I have 3 Buttons add,delete,open as in my .
Below you see how I have bound them. Of course those binding does not work, because the data is set to the of the and the buttons are of that...
What I tried then is to set the DataContext at the first StackPanel yo... | WPF buttons are outside the datacontext and could not be bound | CC BY-SA 2.5 | null | 2010-09-11T18:54:01.530 | 2010-09-12T08:12:51.317 | 2010-09-12T08:12:51.317 | 320,460 | 320,460 | [
"wpf",
"binding",
"controls",
"datacontext"
] |
3,692,596 | 1 | 3,692,743 | null | 1 | 1,662 | I have a WPF application rendering fonts to a larger size than I expect.
The catch is that only WPF applications I write seem to have this effect, and the problem happens only on one computer. The effect also happens with all WPF programs I write (not just one), and all windows exhit the effect.
I am using Visual ... | WPF Windows program displays in large fonts but only on one PC | CC BY-SA 2.5 | null | 2010-09-11T20:48:20.390 | 2010-09-11T21:53:57.373 | null | null | 174,682 | [
"c#",
"wpf",
"windows",
"font-size"
] |
3,692,654 | 1 | null | null | 7 | 5,641 | I want to create thumbnails out of PDF files to be able to display a short preview of the PDF file on a website.
I tried it by using ImageMagick. Unfortunately the results aren't very pleasing.
The resulting images are very fuzzy.
Example Thumbnail (fuzzy):

Yet when i try to execute it on my PC, it runs perfectly, i also t... | Visual Studio ClickOnce Problem | CC BY-SA 2.5 | null | 2010-09-11T21:50:43.510 | 2010-09-22T07:06:05.387 | null | null | 344,725 | [
"visual-studio",
"clickonce"
] |
3,692,928 | 1 | 4,781,033 | null | 11 | 5,021 | I have [matplotlib 1.0.0](http://matplotlib.sourceforge.net/) installed in a Python 2.7 virtualenv on Mac OS X 10.6. I can create plots fine. However, whenever I press the button, I can't type text into the save dialog window nor can I save the plot. The only thing I can do is hit cancel. Any thoughts on what's causin... | Why doesn't the save button work on a matplotlib plot? | CC BY-SA 2.5 | 0 | 2010-09-11T22:31:07.097 | 2017-07-21T10:15:17.287 | 2017-05-23T12:09:57.707 | -1 | 95,592 | [
"python",
"matplotlib",
"virtualenv"
] |
3,692,987 | 1 | 5,981,426 | null | 23 | 35,396 | I'm trying to get the Layout of a `JDialog` of mine to fit a particular look that a program in which I'm porting to Java has, I've used several LayoutManagers before with great success yet for some reason I cannot seem to get this working at all. My goal is to have the Right (East) side of the `JDialog` contain a "Find... | Why will BoxLayout not allow me to change the width of a JButton but let me change the height? | CC BY-SA 3.0 | 0 | 2010-09-11T22:51:54.763 | 2017-05-04T21:04:38.003 | 2017-02-08T14:30:21.263 | -1 | 445,322 | [
"java",
"user-interface",
"swing",
"jpanel",
"jbutton"
] |
3,693,972 | 1 | 3,697,850 | null | 1 | 3,002 | Creating a website using simple html(not html5) and css but got stock in mouseover effect. Need to show some text with background image when user mouseover a link. Following is an example..
NORMAL:

OVER:

I don't thi... | mouse over popup menu | CC BY-SA 2.5 | null | 2010-09-12T06:22:13.380 | 2010-09-13T04:36:28.230 | null | null | 395,000 | [
"javascript",
"html",
"css",
"xhtml",
"dhtml"
] |
3,694,405 | 1 | 3,699,316 | null | 4 | 21,698 | 
This is the desired result I need to populate as a report, where xx is number of people.
I have a table which has fields like:
```
----------
table1
----------
id
state
year(as Quarter)
gender
```
I need to determine the count from id and populate as a report. The y... | Column and Row grouping in SQL Server Reporting Services 2008 | CC BY-SA 3.0 | 0 | 2010-09-12T09:56:23.770 | 2012-07-05T06:06:09.330 | 2011-06-21T13:28:11.347 | 1,288 | 178,769 | [
"sql-server",
"reporting-services",
"dataset",
"ssrs-2008",
"ssrs-grouping"
] |
3,694,632 | 1 | 3,704,643 | null | 5 | 2,273 | I have two entities: `Employee` and `Team`.

What I want is an `EmployeeForm` that has the `Name` of the `Team`.

How can I achieve this using ?
My current "solution" is the following:
```
Mapper.CreateMap<Employee, E... | Automapper - Bestpractice of mapping a many-to-many association into a flat object | CC BY-SA 2.5 | 0 | 2010-09-12T11:20:08.157 | 2010-09-13T21:43:59.793 | 2010-09-12T19:24:32.887 | 175,399 | 175,399 | [
"c#",
"many-to-many",
"associations",
"automapper",
"object-object-mapping"
] |
3,694,862 | 1 | 3,695,548 | null | 3 | 8,357 | Hello All,
I have the following molten data:
```
X variable value
1 StationA SAR11.cluster 0.001309292
2 StationB SAR11.cluster 0.002712237
3 StationC SAR11.cluster 0.002362708
4 StationD SAR11.cluster 0.002516751
5 StationE SAR11.cluster 0.004301075
6 Sta... | How to draw only a range of values in geom_point from the ggplot2 package? | CC BY-SA 2.5 | 0 | 2010-09-12T12:44:31.400 | 2010-09-13T10:14:54.953 | 2010-09-12T12:59:14.767 | 235,425 | 235,425 | [
"r",
"ggplot2",
"scatter-plot"
] |
3,695,038 | 1 | 3,739,845 | null | 3 | 575 | I have a html page with some links. When you click on a link, some jQuery code hides the div container, and shows another div. The originals links, in the first div, are no longer visible.
From the browser (webkit on android) point of view, everything works perfectly.
But if I touch the screen, the hidden links react... | Touch screen reacts on hidden links | CC BY-SA 2.5 | 0 | 2010-09-12T13:37:52.067 | 2010-09-18T00:08:59.977 | 2010-09-16T07:38:38.527 | 114,066 | 312,025 | [
"jquery",
"android",
"webkit"
] |
3,695,278 | 1 | 3,695,426 | null | 1 | 153 | 
As you can see above , there are 4 win32 threads at exactly the same location, how to understand it?
```
7C92E4BE mov dword ptr [esp],eax
7C92E4C1 mov dword ptr [esp+4],0
7C92E4C9 mov dword ptr [esp+8],0
7C92E4D1 mov dword ptr [e... | Doubting about the Threads window of visual studio | CC BY-SA 2.5 | null | 2010-09-12T14:59:40.603 | 2010-09-12T15:47:13.503 | 2010-09-12T15:14:48.457 | 444,905 | 444,905 | [
"c++",
"visual-studio-2008"
] |
3,695,369 | 1 | 3,695,443 | null | 20 | 161,178 | I have a table which looks like that:

As You see, there are some date duplicates, so how to select only one row for each date in that table?
the column 'id_from_other_table' is from INNER JOIN with the table above
| SQL How to remove duplicates within select query? | CC BY-SA 2.5 | 0 | 2010-09-12T15:27:01.993 | 2017-07-12T01:01:56.427 | null | null | 106,616 | [
"sql"
] |
3,695,400 | 1 | 3,695,697 | null | 2 | 1,278 | 
Like in the above graph,all other threads will automatically exit once the main thread is dead.
Is it possible to create a thread that never dies?
| Is it possible to create a thread that doesn't exit even when main thread exits in windows using c/c++? | CC BY-SA 2.5 | 0 | 2010-09-12T15:35:42.900 | 2010-09-12T17:00:02.030 | 2020-06-20T09:12:55.060 | -1 | 444,905 | [
"c++",
"windows",
"multithreading"
] |
3,695,402 | 1 | 3,846,867 | null | 13 | 11,358 | Is it possible to completely emulate the behavior of a GridLayout with the GridBagLayout manager?
Basically, I have a 8x8 grid in which each cell should have the same width and height. The GridLayout automatically did this. But I want to add another row and column to the grid which size is as the other ones. That row... | GridBagLayout: equally distributed cells | CC BY-SA 2.5 | 0 | 2010-09-12T15:35:52.820 | 2012-05-26T23:15:40.313 | 2010-09-12T16:36:00.727 | 216,074 | 216,074 | [
"java",
"swing",
"layout-manager",
"gridbaglayout"
] |
3,695,719 | 1 | null | null | 0 | 1,271 | I have a bound to a .
Each has a bound to a within the DataGrid`s . 
The IsSelected property of the DocumentViewModel is bound to the ListBox`s Item property IsSelected.
The delete document button in the DocumentViewModel checks in its CanExecute Method this:
``... | IsSelected property of ViewModel bound to ListBox, Only FIRST item selection works? | CC BY-SA 2.5 | null | 2010-09-12T17:07:06.693 | 2011-01-05T13:16:11.237 | 2010-09-12T17:12:42.747 | 320,460 | 320,460 | [
"wpf",
"listbox",
"viewmodel",
"selected"
] |
3,696,095 | 1 | 6,181,681 | null | 2 | 1,408 | I have to model an association structure and the association is divided into divisions/subdivisions/sections etc. So I've created a simple Entity-Attribute Model:

I'd like to use rail's single-table-inheritance but it seems like this works only if the type column is a ... | Rails Single Table Inheritance using Foreign Key (ID) | CC BY-SA 2.5 | 0 | 2010-09-12T18:50:31.953 | 2011-05-30T23:51:41.393 | null | null | 440,764 | [
"ruby-on-rails",
"foreign-keys",
"single-table-inheritance"
] |
3,696,351 | 1 | 3,696,365 | null | 2 | 13,546 | I recently took all my code a manually imported it into an eclipse project from BlueJ, I then got use to the settings up "Run Configurations", finally thinking I was home free. Then I ran the code, and I got this error
```
java.lang.NoSuchMethodError: main
Exception in thread "main"
```
so I figured I had to add a m... | Eclipse: Java, no main method found | CC BY-SA 3.0 | null | 2010-09-12T19:54:09.747 | 2013-09-28T15:16:23.993 | 2013-09-28T15:16:23.993 | 2,766,231 | 410,368 | [
"java",
"eclipse",
"swing"
] |
3,696,593 | 1 | null | null | 2 | 2,744 | I am seeking a, preferably free, crumb-bar control for my app. For those that do now know what it is, it is the address bar on the top of explorer:

If anyone knows of any free or paid control libraries that have this, please answer.
| Windows Explorer Crumb-Bar Control | CC BY-SA 2.5 | null | 2010-09-12T20:59:20.530 | 2010-09-12T21:24:09.787 | 2010-09-12T21:00:44.150 | 33,225 | 385,853 | [
"c#",
"windows",
"winforms",
"windows-vista",
"explorer"
] |
3,696,616 | 1 | 3,696,969 | null | 2 | 2,695 | I'm just wondering how I would go about splitting a pixel array (R,G,B,A,R,G,B,A,R,G,B,A,etc.) into 64x64 chunks. I've tried several methods myself but they all seem really over-complex and a bit too messy.
I have the following variables (obviously filled with information):
```
int nWidth, nHeight;
unsigned char *pIm... | Split an image into 64x64 chunks | CC BY-SA 2.5 | null | 2010-09-12T21:05:45.073 | 2010-09-12T22:58:06.297 | null | null | 118,570 | [
"c++",
"c",
"image-manipulation"
] |
3,696,680 | 1 | 3,699,575 | null | 8 | 23,900 | I am trying to implement DAOs to work with Spring Security database authentication in Hibernate/JPA2. Spring uses following relations and associations in order to represent user & roles:

repesented as postgresql create query:
```
CREATE TABLE users
(
username charac... | Howto implement Spring Security User/Authorities with Hibernate/JPA2? | CC BY-SA 2.5 | 0 | 2010-09-12T21:24:06.120 | 2013-06-27T06:31:43.643 | 2010-09-12T23:17:12.007 | 268,098 | 268,098 | [
"java",
"hibernate",
"orm",
"jpa",
"spring-security"
] |
3,696,778 | 1 | 3,696,802 | null | 18 | 21,592 | I'm trying to create the following table using phpmyadmin sql console:
```
CREATE TABLE dates
(
id int NOT NULL,
id_date datetime NOT NULL DEFAULT CURDATE(),
PRIMARY KEY (id)
)
```
However I get the following error:

It shows "CURDATE()" in red, so I guess that's the ... | Create table fail in mysql when using CURDATE() as default | CC BY-SA 2.5 | 0 | 2010-09-12T21:44:25.300 | 2016-06-16T09:29:40.720 | null | null | 145,077 | [
"mysql",
"phpmyadmin"
] |
3,697,158 | 1 | null | null | 1 | 97 | Within a project I've been writing for the past two years I have a WSDL file which works nicely for use with my SOAP calls however we are now moving all of our code over to a new server and it seems to handle this differently.
On the old server if I type in the file path for the WSDL file I can simply read it as if it... | Separate servers handling WSDL file differently | CC BY-SA 2.5 | null | 2010-09-12T23:46:08.670 | 2010-10-01T15:57:13.073 | 2010-10-01T15:57:13.073 | 143,979 | 143,979 | [
"php",
"linux",
"web-services",
"soap",
"wsdl"
] |
3,697,293 | 1 | 3,699,564 | null | 0 | 1,339 | I'm trying to add a `ContextMenu` in a particular cell of a `DataGridView`. Like the image below:

I found it very hard to do, but I did a it in a TextBox control using the below code:
```
private void Form1_Load(object sender, EventArgs e)
{
foreach (Control contr... | How to add ContextMenu in a particular DataGridViewCell? (C# winforms) | CC BY-SA 2.5 | 0 | 2010-09-13T00:41:56.440 | 2010-09-13T10:32:18.033 | null | null | 396,335 | [
"c#"
] |
3,697,340 | 1 | null | null | 1 | 93 | I have a UITableViewCell setup and i'd like to add a graphic on the right hand side with a number inside it (similar to the way mail shows how many new mail messages you have)
So the UITableViewCell would look something like this;

Is there a simple way to do this? Man... | Adding extra graphic to a a UITableViewCell | CC BY-SA 2.5 | null | 2010-09-13T00:57:17.050 | 2013-05-27T15:18:52.930 | null | null | 441,019 | [
"iphone",
"uitableview"
] |
3,697,468 | 1 | 3,697,788 | null | 0 | 244 | What is the largest set of seven-, fourteen-, or sixteen-segment LCD symbols such that
- - -
The best I've been able to do with a seven-segment alphabet is three: 
No fair using characters that are meaningless out of context, e.g. the M and W from [Harvey Twyman's sev... | Encoding golf: stack LCD characters to make other characters | CC BY-SA 2.5 | null | 2010-09-13T01:44:15.640 | 2010-09-20T18:12:25.223 | 2010-09-20T18:12:25.223 | 10,396 | 388,520 | [
"encoding"
] |
3,697,852 | 1 | 3,697,923 | null | 1 | 187 | 
the original code is like this.
```
else
{
continue;
}
}
break;
}
case UserType.Individual:
... | What is happening with resharper in vs2005 | CC BY-SA 2.5 | null | 2010-09-13T04:37:03.457 | 2010-09-14T18:05:27.020 | null | null | 372,935 | [
"visual-studio-2005",
"resharper"
] |
3,697,873 | 1 | 3,699,026 | null | -1 | 140 | i am using the autoresize plugin which increases the height as users type in stuff. It works great on FF/Chrome, but the behavior is messed up on IE (see screenshots below).
Essentially, the textbox, when resized, does not push the rest of the buttons down, which is weird, given that nothing on the page is absolute po... | When textbox is resized in IE, block position behavior is messed up | CC BY-SA 2.5 | null | 2010-09-13T04:45:31.913 | 2010-09-13T09:06:45.807 | null | null | 180,663 | [
"javascript",
"css",
"internet-explorer",
"textarea"
] |
3,698,154 | 1 | 3,698,250 | null | 2 | 421 | I'd like to display a UIActivityView in a rounded transparent box with text, just like the one shown below. Does anyone know how to do this?
p.s. I'd rather not be putting it in an UIAlertView, but I don't know how to do it any other way.
Thanks!
Tristan

| display loading | CC BY-SA 2.5 | 0 | 2010-09-13T06:12:25.420 | 2010-09-13T06:36:46.620 | null | null | 2,684,342 | [
"iphone",
"xcode",
"uiview",
"transparent",
"uiactivityindicatorview"
] |
3,698,252 | 1 | 3,698,318 | null | 1 | 1,821 | i'm new to drupal views. not displayed with my view block. i set more link both k and option too. Find picture below for view settings.

Note: i'm sure there is around 10+ nodes available to display.
| drupal views more link | CC BY-SA 3.0 | null | 2010-09-13T06:37:08.943 | 2012-10-25T13:05:56.347 | 2012-01-31T05:40:09.227 | 166,476 | 166,476 | [
"drupal",
"hyperlink",
"drupal-views"
] |
3,698,329 | 1 | 3,698,335 | null | 0 | 5,708 | I have a table in mysql which holds the values in integers, my table is something like this.

I want to sum up the values of a particular column, for example i want to calculate the total amount, total cashpaid and total balance. hwo do i do it?
| How do i count and sum the values from the database | CC BY-SA 2.5 | null | 2010-09-13T06:54:34.183 | 2010-09-13T07:05:55.143 | null | null | 396,476 | [
"php",
"mysql"
] |
3,698,577 | 1 | 3,712,916 | null | 1 | 264 | I have added some constraints to some MySQL table fields. This seems to change phpMyAdmin a little bit, including constrained fields being presented as drop down boxes in edit or insert mode:

This looks a bit weird to me, as if phpMyAdmin wants to add titles but doesn't have... | In phpMyAdmin, constraints cause weird dropdowns when editing or inserting | CC BY-SA 2.5 | null | 2010-09-13T07:41:57.250 | 2010-09-14T21:06:49.700 | null | null | 334,966 | [
"mysql",
"constraints",
"phpmyadmin"
] |
3,698,579 | 1 | 3,699,920 | null | 12 | 24,292 | I am using JSF2 and Java to build a web application. I want to build a form like the one at the picture below:

When somebody unchecks the checkbox the form should disappear:

[Here](http://www.sencha.com/examples/pages/f... | Show/hide another input fields using h:selectBooleanCheckbox | CC BY-SA 4.0 | 0 | 2010-09-13T07:42:25.707 | 2019-07-04T12:29:50.870 | 2019-07-04T12:11:57.967 | 157,882 | 389,430 | [
"javascript",
"jsf",
"jsf-2"
] |
3,698,639 | 1 | null | null | 2 | 910 | Look at the strange problem on MYSQL.

Look at the column 3. The result is 0.02876121 but the actually result should be the column 4 = 0.02876.
Why is MYSQL giving fault value on decimal points?
*Another thing is that, it only give wrong value if I append "Where column ... | Strange division problem on mysql | CC BY-SA 2.5 | 0 | 2010-09-13T07:53:03.887 | 2010-09-13T09:16:22.483 | 2010-09-13T09:16:22.483 | 309,740 | 309,740 | [
"mysql",
"division"
] |
3,698,604 | 1 | 3,699,934 | null | 1 | 3,028 | I am making a web application using spring mvc and hibernate and I am getting a very strange error from tomcat 7 console output stating this:
```
13-Sep-2010 08:27:18 org.apache.catalina.startup.HostConfig checkResources INFO: Undeploying context [/ZangV3Spring]
13-Sep-2010 08:27:18 org.apache.catalina.startup.HostCo... | Spring web application can't start due to previous error | CC BY-SA 3.0 | null | 2010-09-13T07:46:58.960 | 2014-02-05T10:20:29.057 | 2014-02-05T09:17:34.417 | 1,521,627 | 444,668 | [
"java",
"spring",
"tomcat"
] |
3,698,807 | 1 | 3,700,738 | null | 0 | 262 | I'm working with biological data - namely groups of genes. For example:
```
group 1: geneA geneB geneC
group 2: geneD geneE
group 3: geneF geneG geneH
```
For each pair of genes, `geneX` and `geneY` I have a score telling how similiar the two genes are (actually, I have two scores, since I used BLAST which is 'direc... | How to visualize gene networks and cluster groups of genes? | CC BY-SA 3.0 | null | 2010-09-13T08:26:41.040 | 2013-03-28T10:03:13.293 | 2013-03-28T10:03:13.293 | 454,824 | 377,031 | [
"cluster-analysis",
"bioinformatics"
] |
3,698,841 | 1 | 3,706,005 | null | 1 | 843 | I want a tutorial for help me to create a table view thumbnail like this.

I use UItableView to implement this view and try to custom UITableViewCell
but UITableViewCell can't support
anyone can sugess me
thank.
| How to create thumbnail view for iPad? | CC BY-SA 2.5 | null | 2010-09-13T08:33:38.140 | 2010-09-14T03:51:13.410 | 2010-09-13T08:47:00.727 | 168,225 | 65,964 | [
"cocoa-touch",
"ipad"
] |
3,699,032 | 1 | 3,699,048 | null | 4 | 113 | I do start off organising my `.h` files with the best intentions but somehow they get disgustingly messy.
Below is an example (which isn't bad, but i've seen much worse!). I've tried grouping sections with `#pragma mark` but it seems to look even messier.
All the UILabels and UIButtons are required (as mentioned a... | What's the normal way of organising a header file in Objective-C? | CC BY-SA 2.5 | 0 | 2010-09-13T09:08:29.917 | 2010-09-13T09:34:56.233 | 2010-09-13T09:34:56.233 | 259,296 | 259,296 | [
"iphone",
"objective-c",
"code-readability",
"code-maintainability"
] |
3,699,784 | 1 | null | null | 12 | 20,670 | How can I make an interface for console applications to make them look like `edit.com` under Microsoft's operating systems. Target languages are C, C++ and C#.NET.

| Making UI for console application | CC BY-SA 2.5 | 0 | 2010-09-13T11:00:29.197 | 2020-10-05T09:29:25.343 | 2010-09-13T11:23:03.560 | 50,846 | 407,315 | [
"c#",
"c++",
"c",
"user-interface",
"console-application"
] |
3,700,001 | 1 | null | null | 0 | 162 | Ok, this might sound simple, but somehow I can't get this function to work .
```
- (void)setViewMovedUp:(BOOL)movedUp {
[UIView beginAnimations:nil context:NULL];
[UIView setAnimationDuration:0.5];
CGRect rect = self.view.frame;
NSLog(@"%f",self.view.frame.size.height);
if (movedUp)
{
... | Moving a View Up | CC BY-SA 2.5 | null | 2010-09-13T11:35:25.523 | 2010-09-16T06:35:58.847 | 2010-09-16T06:35:58.847 | 415,088 | 415,088 | [
"iphone",
"objective-c"
] |
3,700,441 | 1 | null | null | 1 | 220 | It's a c++ project:

```
7C92E4BE mov dword ptr [esp],eax
7C92E4C1 mov dword ptr [esp+4],0
7C92E4C9 mov dword ptr [esp+8],0
7C92E4D1 mov dword ptr [esp+10h],0
7C92E4D9 push esp
7C92E4DA call 7C92E508
7C92E4DF m... | Why break point doesn't work for those lines without source code in Disassembly view of visual studio? | CC BY-SA 2.5 | null | 2010-09-13T12:41:13.263 | 2010-09-13T16:05:58.517 | 2010-09-13T16:05:58.517 | 444,905 | 444,905 | [
"visual-studio-2008",
"breakpoints",
"disassembly"
] |
3,700,596 | 1 | 3,700,693 | null | 0 | 761 | I have a working ticker, but I want the text to fade out to the left and right just like on the twitter wellcome page. any ideas how to realise that?

| jQuery Twitter like ticker. How To? | CC BY-SA 2.5 | null | 2010-09-13T13:00:53.973 | 2011-12-09T15:13:26.613 | null | null | 401,025 | [
"jquery",
"twitter",
"ticker"
] |
3,700,637 | 1 | 3,703,465 | null | 54 | 59,328 | For a new project I'm trying to create my business classes first and create the real database tables later. Therefore I'm using the Entity Framework 4 Designer. A created a new "ADO.Net Entity Data model" file, with the extension .edmx.
I created two Entities:

I want t... | How do I correctly set an association between two objects in the Entity Framework 4 Entitydesigner? | CC BY-SA 2.5 | 0 | 2010-09-13T13:04:54.107 | 2017-01-25T22:25:59.290 | null | null | 225,808 | [
"c#",
"asp.net",
"entity-framework-4"
] |
3,700,667 | 1 | 3,700,778 | null | 2 | 1,945 | I am using below code to apply different background color to odd and even rows:
```
$('#tbl tr:odd').css('background-color', '#ECF6FC');
$('#tbl tr:even').css('background-color', '#ffffff');
```
But odd and even rows show up differently in FF and IE, for example:

... | jQuery odd even problem | CC BY-SA 2.5 | null | 2010-09-13T13:07:47.050 | 2010-09-13T13:25:21.863 | 2010-09-13T13:13:13.103 | null | null | [
"jquery",
"internet-explorer"
] |
3,701,372 | 1 | 3,702,371 | null | 1 | 180 | I'd like to apply a Brush (LinearGradientBrush in this case) to two or more objects (TextBlocks) at once. The effect that I'd like is something like this:

I cannot simply apply the same brush to both objects, as this will make both of them start red and go to blue (i... | Apply Brush to Two Objects At Once | CC BY-SA 2.5 | null | 2010-09-13T14:33:31.857 | 2010-09-14T07:03:01.117 | 2010-09-13T15:06:25.330 | 285,417 | 285,417 | [
"wpf",
"brush",
"lineargradientbrush"
] |
3,701,729 | 1 | null | null | 5 | 3,030 | I'm trying to figure out how I can get the correct "active" tile under the mouse when I have "ramp" and +1 height tiles (see picture below).

When my world is flat, everything works no problem. Once I add a tile with a height of say +1, along with a ram... | Isometric Screen to Map | CC BY-SA 2.5 | 0 | 2010-09-13T15:14:03.487 | 2011-03-08T10:44:33.703 | 2011-03-08T10:44:33.703 | 649,481 | 45,439 | [
"javascript",
"tiles",
"isometric"
] |
3,701,859 | 1 | 3,702,037 | null | 0 | 285 | I have been using WinForms since the first framework introduced and invested a lot of time and effort in it. Now I am attempting to move to WPF and, honestly, it's not so easy.
Now I have a task, I need to implement a simple wizard, each page of which has a aligned to center group of controls. The group contains a set... | Control positioning & binding | CC BY-SA 2.5 | null | 2010-09-13T15:27:57.573 | 2010-09-13T15:55:10.970 | null | null | 440,109 | [
"c#",
".net",
"wpf",
"user-interface"
] |
3,701,876 | 1 | null | null | 0 | 1,073 | How do you copy javascript errors in IE to clipboard? CTRL + C doesn't work and I don't want to take screenshots. Are there any tools out there that lets you copy the text?

(ANSWER) EDIT: I finally found a machine which has IE8 on it and was able to copy the error mess... | Copy javascript error text to clipboard? | CC BY-SA 2.5 | null | 2010-09-13T15:29:34.290 | 2011-05-30T20:23:34.763 | 2010-09-13T17:17:02.240 | 349,308 | 349,308 | [
"javascript"
] |
3,701,979 | 1 | 3,703,986 | null | 0 | 2,130 | i am making a history page for a website. The structure of my classes is something like this:

```
class Person(models.Model):
name = models.CharField(max_length=100)
type = models.CharField(max_length=30)
class History(models.Model):
date = models.DateFiel... | help using django's ORM for UNION query | CC BY-SA 2.5 | null | 2010-09-13T15:40:37.853 | 2010-09-13T20:07:18.447 | 2010-09-13T18:35:19.337 | 361,427 | 361,427 | [
"django",
"orm"
] |
3,702,083 | 1 | 3,705,498 | null | 9 | 9,623 | I'm having an issue with a JFreeChart overlaid graph. I'm using JFreeChart 1.0.13. What I am trying to do seems like it was easier to do in earlier versions of JFreeChart?
The graph shows a line chart and a bar chart. The data range plotted by the line chart for the Y axis is in the 0-100 range, and the axis for the b... | Help with JFreeChart overlay | CC BY-SA 2.5 | 0 | 2010-09-13T15:53:30.453 | 2010-09-22T05:43:19.693 | null | null | 418,548 | [
"overlay",
"jfreechart",
"scale",
"mismatch"
] |
3,702,436 | 1 | 3,703,959 | null | 6 | 2,825 | I've got two Wpf ToolBars in a single ToolBarTray. How to make them fit on two rows?
I noticed users can move them at run-time. Is there a way to get the same behavior at design-time without using two ToolBarTrays ?
To sumarize, at startup, I want this:

instead of ... | WPF ToolBar: How to arrange toolbars at design-time | CC BY-SA 2.5 | null | 2010-09-13T16:34:31.797 | 2010-09-13T20:04:27.997 | null | null | 197,377 | [
"wpf",
"toolbar"
] |
3,702,447 | 1 | 3,702,455 | null | 4 | 956 | I can't see what code called the line being executed at runtime using the debugger.

How do I step into the methods that called the code being exectued themselves?
| VS 2010: Call Stack says: [external code] and won't show calling code | CC BY-SA 3.0 | 0 | 2010-09-13T16:35:52.400 | 2012-06-30T04:08:47.867 | 2012-06-30T04:08:47.867 | 918,414 | 424,952 | [
"visual-studio",
"visual-studio-2010"
] |
3,702,496 | 1 | null | null | 3 | 256 | I have a model like this:
```
public class Person
{
public int ID { get; set; }
[Required(ErrorMessage="Name cant be empty")]
public string Name { get; set; }
public Person Friend { get; set; }
}
```
I want to create a new Person, and made a form with the fields using the strongly typed HtmlHelper
... | Validation propagating to related objects | CC BY-SA 2.5 | null | 2010-09-13T16:41:45.323 | 2011-01-02T15:02:06.973 | 2010-09-16T13:07:49.667 | 440,816 | 440,816 | [
"asp.net-mvc",
"validation",
"model-binding"
] |
3,702,732 | 1 | 3,702,906 | null | 3 | 349 | I'm experiencing a strange CSS spacing issue in Chrome (but not in Firefox and/or IE)
[My site is here.](http://johnedwards.com/news/press-releases/20070905-mattel-recall/)
The vertical spacing in Firefox between the "" (H2 tag) and the form input field for "" (#city-field input tag) is perfect, but in Chrome, Chrome... | CSS: Padding issue. Need help please | CC BY-SA 3.0 | null | 2010-09-13T17:09:57.647 | 2011-07-28T09:35:53.407 | 2011-07-28T09:35:53.407 | 128,662 | 446,570 | [
"html",
"css",
"spacing"
] |
3,702,820 | 1 | 3,702,849 | null | 2 | 187 | For the following (simplified) mysql DB setup, I'd like to copy the applicable guids into the `message` table. Can this be done with a single SQL `update`?

```
CREATE TABLE IF NOT EXISTS `user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`guid` varchar(13) NOT NULL,
... | Mysql: Is there an update-statement that will denormalize as follows? | CC BY-SA 2.5 | null | 2010-09-13T17:23:01.047 | 2010-09-13T18:52:34.363 | 2010-09-13T17:53:59.850 | 153,394 | 153,394 | [
"sql",
"mysql"
] |
3,702,862 | 1 | 3,702,908 | null | 1 | 2,333 | I've been recruited to work on a form for tracking specimens. Each specimen is associated with a subject; each specimen also has a particular slot in a 9 x 9 storage box. For ease of data entry, I think it would be best if the Access form mirrored the box itself (and the paper forms that will be used to enter data into... | One (probably unbound) Access 2003 form to create multiple records | CC BY-SA 4.0 | null | 2010-09-13T17:29:25.120 | 2021-12-09T10:43:35.900 | 2021-12-09T10:43:35.900 | 12,892,553 | 143,319 | [
"forms",
"ms-access",
"ms-access-2003",
"data-entry"
] |
3,703,373 | 1 | 3,703,560 | null | 36 | 7,706 | [continuous deployment](http://www.startuplessonslearned.com/2009/02/work-in-small-batches.html) I'd like some feedback on possible process or technical bottlenecks in this workflow, suggestions for improvement, and ideas for how to better automate and increase the ease-of-use for my team.
---
## Core components:... | Help me improve my continuous deployment workflow | CC BY-SA 2.5 | 0 | 2010-09-13T18:44:32.247 | 2012-09-06T22:23:42.783 | 2010-09-14T07:59:24.427 | 373,496 | 373,496 | [
"php",
"workflow",
"continuous-integration",
"hudson",
"selenium-rc"
] |
3,703,485 | 1 | 4,250,605 | null | 0 | 547 | There is a table  alt text that uses CSS (by using inherit in CSS) to format its layout. As you can see there is a drop down on top of the window that allows us select names, and based on the selection, the table would be populated. This action ... | issue with css inherit and Ajax | CC BY-SA 2.5 | null | 2010-09-13T18:57:15.663 | 2010-11-22T21:59:15.327 | 2010-09-14T14:50:55.813 | 119,504 | 119,504 | [
"css",
"ajax",
"jsp"
] |
3,703,937 | 1 | 3,704,022 | null | 1 | 1,667 | I have table with couple of textboxes in it. In those 2 fields I have required fields. When validators fire alignment is changing. Before the validators fire, textboxes aligntment is good.
Pic1 for after validator fires.

Pic2 for before validator fires.

| Input File field to Input Text field | CC BY-SA 2.5 | 0 | 2010-09-13T20:10:37.433 | 2010-09-13T20:29:06.687 | null | null | 264,795 | [
"javascript",
"file",
"input",
"field",
"input-field"
] |
3,704,566 | 1 | 4,639,018 | null | 8 | 627 | Before I start, I must say that for those with a background of linear algebra, this is NOT matrix decomposition as you know it. Please read the following paragraphs to get a clearer understanding of the problem I am trying to solve.
Here are the salient properties/definitions of the matrix and its submatrices:
1. I ... | "Matrix decomposition" of a matrix with holonic sub structure | CC BY-SA 2.5 | 0 | 2010-09-13T21:29:06.917 | 2014-07-02T22:02:21.430 | 2010-09-14T10:06:08.637 | 197,843 | 197,843 | [
"c#",
"c++",
"python"
] |
3,704,680 | 1 | 3,704,815 | null | 3 | 969 | I can get the ShareKit demo from github to compile using the iOS 4.1 SDK, but when I import it into my project exactly how it's described on the ShareKit site, after compiling I'm getting 4,448 errors. It looks like I'm missing a framework, but I have the required frameworks listed. Maybe there's some kind of framework... | adding ShareKit to my project, won't compile - 4,448 errors | CC BY-SA 2.5 | null | 2010-09-13T21:48:57.430 | 2010-09-13T22:12:29.137 | null | null | 100,027 | [
"iphone",
"objective-c",
"frameworks",
"sharekit"
] |
3,704,754 | 1 | null | null | 0 | 414 | For one of my projects I display a list of counties in a drop down list (this list comes from a lookup table containing all counties). The client just requested that I limit it to a subset of their choice. The subset was given to me in an excel spreadsheet containing only names (seen below):
;
![alt text][1]va... | Android :: TextView :: Programitic Creation with setSingleLine(false) - Not wrapping | CC BY-SA 2.5 | null | 2010-09-13T22:21:12.673 | 2010-09-14T19:32:49.097 | 2010-09-14T17:03:15.700 | 308,987 | 308,987 | [
"android",
"textview"
] |
3,705,195 | 1 | 3,705,717 | null | 11 | 1,003 | We have a grid with red squares on it. Meaning we have an array of 3 squares (with angles == 90 deg) which as we know have same size, lying on the same plane and with same rotation relative to the plane they are lying on, and are not situated on same line on plane.
We have a projection of the space which contains the... | Is there an algorithm for solving such projection reconstruction geometric problem? | CC BY-SA 2.5 | 0 | 2010-09-13T23:42:03.090 | 2010-09-16T12:40:09.577 | 2010-09-16T12:40:09.577 | 242,848 | 434,051 | [
"algorithm",
"math",
"geometry",
"projective-geometry"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.