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,093,956 | 1 | 4,095,742 | null | 1 | 333 | I have a `User` that wants to see his online profile, in a site where he previously has registered at. I am in charge of making a Dataflow Diagram out of this situation. I know for sure that the `System` will return a `Profile`. That is why I put an arrow from `System` to `User`.
How can I express that the `User` is r... | How should I depict "User wants to see his profile" in a Dataflow Diagram? Maybe I shouldn't? | CC BY-SA 2.5 | null | 2010-11-04T04:43:43.127 | 2010-11-04T10:31:46.797 | 2010-11-04T07:06:34.557 | 130,758 | 130,758 | [
"oop",
"uml",
"dataflow-diagram"
] |
4,094,134 | 1 | null | null | -6 | 115 | which library tool(round textured,textured button,etc) shall i use for 
displaying boxes at right corner of uploaded image,also please give me the list of different tools shall i use for all those data(multilined text,clear logs,small images at left corner, etc) from upl... | about using library tools in cocoa | CC BY-SA 2.5 | null | 2010-11-04T05:34:18.983 | 2010-11-04T14:54:19.523 | null | null | 495,581 | [
"cocoa"
] |
4,094,309 | 1 | null | null | 9 | 254 | I'm trying to implement the Cascaded Hough Transform (I have already implemented the 'normal' version.) but I'm having trouble understanding the following:
After applying HT on an image, I am left with straight lines in hough space. The Cascaded version of the HT requires me to split the hough space into 3 sub-spaces ... | Splitting Coordinates into 3 Subspaces To Resolve Unboundedness | CC BY-SA 2.5 | 0 | 2010-11-04T06:14:17.033 | 2011-10-04T01:09:00.203 | null | null | 452,617 | [
"algorithm",
"image-processing",
"hough-transform"
] |
4,094,459 | 1 | null | null | 0 | 121 |
I want to design a server which loads plug-in assemblies from third party vendors. The third party vendor needs to follow some contract while implementing plug-in assemblies. The third party plug-in assemblies needs to be copied to a specified deployment folder of the server. The server will dynamically load the plug... | Loading only third party trusted assemblies in an Application Server | CC BY-SA 2.5 | 0 | 2010-11-04T06:48:54.130 | 2010-11-16T21:53:56.933 | 2010-11-04T06:58:02.320 | 155,755 | 155,755 | [
"security",
"architecture",
"digital-certificate",
"testcase"
] |
4,094,889 | 1 | 4,095,278 | null | 1 | 1,726 | i've a `ListView` control like

and a `Dictionary`
```
Dictionary<String,List<String>> MyDict
```
i need to fill the Dictionary with data in the `ListView`
So the Dictionary will be like
```
{ "S.No." { "1","2","3" } }
{" A" {"A1", "", "" } }
{" B" {"B1", "B2",... | How to get data from a ListView in Dictionary format in C# winforms | CC BY-SA 2.5 | null | 2010-11-04T08:25:26.143 | 2016-02-08T03:56:09.583 | 2010-11-04T09:24:38.380 | 336,940 | 336,940 | [
"c#",
"winforms",
"linq",
"listview"
] |
4,095,062 | 1 | 4,095,549 | null | 0 | 230 | I'm trying to implement in jsf something that will serve sort of a 3 way pick list:

I can do this pretty easily.
My only problem is making the buttons rotate as they are in the image.
Is it even possible? (Other than doing some clickable image that will only appear rot... | JSF and rotated components? (Specifically, buttons) | CC BY-SA 2.5 | null | 2010-11-04T08:54:59.827 | 2010-11-04T10:05:47.667 | null | null | 128,076 | [
"jsf",
"myfaces"
] |
4,095,142 | 1 | 4,101,549 | null | 0 | 3,314 | I have the following macro defined which inserts rows into a sheet. After the rows are inserted at specified start addresses, the various ranges are then converted into Tables. My initial thoughts are that the issue lies with the use of `xlDown` - since this is the place in code where rows are inserted.
At present I h... | Additional Row inserted using xlDown in Excel | CC BY-SA 2.5 | null | 2010-11-04T09:05:56.687 | 2015-02-23T19:24:32.090 | 2018-07-09T18:41:45.953 | -1 | 268,667 | [
"excel",
"excel-2007",
"vba"
] |
4,095,257 | 1 | 4,095,298 | null | 1 | 148 | Please consider this snippet: [http://fruple.com/kemper/test/categorie.html](http://fruple.com/kemper/test/categorie.html)
## Firefox screenshot:

## Chrome screenshot

why are some of the right borders not showing up?... | Google Chrome eating borders (works fine on firefox) | CC BY-SA 2.5 | 0 | 2010-11-04T09:24:10.510 | 2010-11-04T09:33:36.537 | 2020-06-20T09:12:55.060 | -1 | 148,968 | [
"css",
"layout",
"cross-browser"
] |
4,095,289 | 1 | null | null | 11 | 84,755 | I want to learn yii as my first framework. And I'm trying to make the contact form work. But I got this error:

I've already configured php.ini file from:
```
C:\wamp\bin\php\php5.3.0
```
And changed the default to these values:
```
[mail function]
; For Win32 only.
... | How to configure php.ini to use gmail as mail server | CC BY-SA 2.5 | 0 | 2010-11-04T09:29:08.780 | 2017-12-10T05:04:38.173 | null | null | 225,269 | [
"smtp",
"gmail",
"wamp",
"php"
] |
4,095,307 | 1 | 4,095,362 | null | 1 | 710 | I am trying to implement the following display.

My html & css are like this...
```
<div class="label iepngfix">Nickname</div>
<div class="text">
<?php echo $nickname; ?>
</div>
.label {
float: left;
font-weight: bold;
padding: 0;
}
.text {
float: ... | word-wrap in CSS | CC BY-SA 2.5 | null | 2010-11-04T09:31:00.243 | 2010-11-05T03:46:38.930 | 2010-11-04T09:46:49.000 | 206,613 | 206,613 | [
"css",
"word-wrap"
] |
4,095,482 | 1 | 4,095,673 | null | 2 | 706 | I'm attempting to design a system that will allow the processing of multiple types of file. The idea being that there's a single application to handle the actual manipulation of the files on disk, while developers can write custom libraries that will be able to do whatever they want with the files once loaded.
I curre... | How to improve polymorphism with design patterns | CC BY-SA 2.5 | null | 2010-11-04T09:57:12.617 | 2010-11-04T10:22:50.710 | 2010-11-04T10:06:45.313 | 60,340 | 60,340 | [
"c#",
"design-patterns"
] |
4,095,749 | 1 | 4,096,029 | null | 6 | 17,988 | I have a sort of a one level tree structure as:

Where p are parent nodes, c are child nodes and b are branches.
I want to find all of branches under the constraint that only parent can branch to only child node, and two branches can not share parent and/or child.
... | Combinatorics in Python | CC BY-SA 2.5 | 0 | 2010-11-04T10:32:13.457 | 2010-11-04T12:13:15.313 | 2010-11-04T11:57:01.653 | 441,337 | 441,337 | [
"python",
"combinatorics",
"directed-acyclic-graphs",
"bipartite"
] |
4,095,812 | 1 | 4,142,112 | null | 1 | 2,153 | 
.
I use FullCalendar.
In Day View I would like to be able to specify an editable area - as shown in white in the screenshot between 13:30 and 20:00.
So I should not be able to drag a session outside this area or modify the brown session (outside of the white area)
| FullCalendar - Day View editable area | CC BY-SA 2.5 | null | 2010-11-04T10:39:04.343 | 2016-12-15T16:12:19.163 | null | null | 305,189 | [
"jquery",
"fullcalendar"
] |
4,095,827 | 1 | 4,098,433 | null | -2 | 164 | How to create usa today like News picture scroller?

| How to create usa today like News picture scroller? | CC BY-SA 3.0 | null | 2010-11-04T10:41:47.383 | 2017-07-31T12:08:16.190 | 2017-07-31T12:08:16.190 | 1,000,551 | 472,537 | [
"android",
"scroll"
] |
4,096,005 | 1 | 4,099,045 | null | 15 | 1,858 |
## Introduction
As part of a larger program (related to rendering of volumetric graphics), I have a small but tricky subproblem where an arbitrary (but finite) triangular 2D mesh needs to be labeled in a specific way. Already a while ago I wrote a solution (see below) which was good enough for the test meshes I had ... | Algorithm for labeling edges of a triangular mesh | CC BY-SA 3.0 | 0 | 2010-11-04T11:07:38.387 | 2019-03-03T20:39:31.400 | 2020-06-20T09:12:55.060 | -1 | 19,254 | [
"algorithm",
"mesh",
"edge-detection",
"triangular",
"labeling"
] |
4,096,166 | 1 | 4,127,126 | null | 0 | 189 | 
| How to make the following type of listview in which every row is different | CC BY-SA 2.5 | 0 | 2010-11-04T11:28:41.777 | 2010-11-08T19:12:30.813 | null | null | 478,535 | [
"android",
"listview"
] |
4,096,335 | 1 | 4,096,478 | null | 2 | 2,742 | how can I start a function after the open* button is pressed?
```
<form id="xxx">
<input id="yyy" type="file" />
</form>
```
```
$(function(){
$('body').append('jq works <br />');
$("#xxx").submit(function ()
{
$('body').append('start function<br />');
});
});
```
j... | Jquery - Start a function after open button (from input="file") is pressed | CC BY-SA 4.0 | null | 2010-11-04T11:51:01.097 | 2021-02-16T12:53:30.567 | 2021-02-16T12:53:30.567 | 1,000,551 | 2,136,202 | [
"jquery",
"file-upload",
"input"
] |
4,096,435 | 1 | null | null | 3 | 1,329 | I have tried this in all browsers and works in all - except IE. Here's is the scenario:
in Host A Page 1 we will redirect you to host B when you click a link:
```
<%@Page Language="C#"%>
<script runat=server>
override protected void OnLoad(EventArgs e)
{
if (Request.QueryString["l"] != null)
... | Internet Explorer not following relative redirect URLs across domains | CC BY-SA 2.5 | 0 | 2010-11-04T12:03:54.617 | 2011-05-03T09:42:11.000 | null | null | 150,445 | [
"internet-explorer",
"http",
"redirect"
] |
4,096,702 | 1 | 4,099,825 | null | 4 | 5,038 | I'm trying to implement the Window Width and level formula from de Dicom specification in my application. Only it's not returning any grayscales at the moment. The dicom specifies the formula as following:
```
if (x <= c - 0.5 - (w-1)/2), then y = ymin
else if (x > c - 0.5 + (w-1)/2), then y = ymax,
else y = ((x - (... | Dicom Window width & level formula not giving greyvalues | CC BY-SA 2.5 | 0 | 2010-11-04T12:38:43.613 | 2014-08-25T12:38:53.217 | 2010-11-04T12:46:11.037 | 241,513 | 241,513 | [
"c#",
"image",
"dicom"
] |
4,096,973 | 1 | 4,097,609 | null | 7 | 5,712 | If you right-click on a file in Windows and select , you can manage some properties in de tab, such as Title, Subject and Author, like in this example:

I'm trying to find a way to read these properties using . Is there a library for this? Is this even possible?
Thanks... | Reading Windows file summary properties (title, subject, author) in Java | CC BY-SA 2.5 | 0 | 2010-11-04T13:09:12.740 | 2010-11-04T14:32:39.427 | null | null | 430,482 | [
"java",
"windows",
"file",
"summary",
"author"
] |
4,097,242 | 1 | 4,097,296 | null | 5 | 5,160 | I created a simple java function to truncate a string to be displayed in my list view. I am displaying a news title and below this a news summary. I would like to have the same behavior as the image below. Currently, i am truncating the news title with 45 chars and then appending "..." at the end of it. However, when I... | How to "truncate" a text inside textview in android according to the orientation? | CC BY-SA 2.5 | null | 2010-11-04T13:44:13.267 | 2010-11-04T13:49:52.693 | null | null | 491,604 | [
"android",
"android-sdk-2.1"
] |
4,097,593 | 1 | 4,097,758 | null | 27 | 28,763 | i am using automation (i.e. COM automation) to display some HTML in Internet Explorer (9):
```
ie = CoInternetExplorer.Create;
ie.Navigate2("about:blank");
webDocument = ie.Document;
webDocument.Write(szSourceHTML);
webDocument.Close();
ie.Visible = True;
```
Internet Explorer appears, showing my html, which starts of... | How to put the WebBrowser control into IE9 into standards? | CC BY-SA 4.0 | 0 | 2010-11-04T14:23:27.743 | 2021-11-06T06:46:21.223 | 2021-11-06T06:46:21.223 | 4,751,173 | 12,597 | [
"com",
"html",
"automation",
"standards",
"internet-explorer-9"
] |
4,098,067 | 1 | 4,099,672 | null | 0 | 462 | Initially asked in SuperUser: [https://superuser.com/questions/206822/specifying-worksheet-name-required-when-identifying-a-cell-by-name-in-excel-2007](https://superuser.com/questions/206822/specifying-worksheet-name-required-when-identifying-a-cell-by-name-in-excel-2007).
I don't know if this is a change in the versi... | Specifying worksheet name required when identifying a cell by name in Excel 2007 | CC BY-SA 3.0 | null | 2010-11-04T15:09:30.797 | 2016-03-10T20:39:20.010 | 2017-03-20T10:18:27.643 | -1 | 61,339 | [
"vba",
"excel-2007",
"ms-access"
] |
4,098,934 | 1 | 4,098,954 | null | 0 | 1,949 | I've googled around, but i can find a way to build json with jQuery and send it to php using a for loop. I have a html table, and i want to take values from each row (i dont know how many rows/values there will be) construct a json string, ie. `[{"row": 1, "supp_short_code" : blah blah....}, {"row": 2, ....} ....]` but... | Build json to send to php using a for loop (maybe) | CC BY-SA 2.5 | 0 | 2010-11-04T16:35:19.780 | 2010-11-05T13:41:06.473 | 2010-11-04T16:59:47.073 | 478,144 | 478,144 | [
"php",
"jquery",
"json",
"for-loop"
] |
4,099,156 | 1 | 4,099,287 | null | 1 | 1,190 | The following data is created by joining two sql tables together:

I would like to group together distinct rows of DateStamp/UserName/StudentName/InstructorName/TableName/PrimaryKey (I'll call this 'group records') and then group under these ColumnName/PreviousValue/NewV... | How can I group distinct columns in a linq query? | CC BY-SA 2.5 | 0 | 2010-11-04T16:59:12.183 | 2011-02-20T20:04:40.700 | null | null | 104,189 | [
"vb.net",
"linq-to-sql"
] |
4,099,641 | 1 | 4,099,873 | null | 3 | 1,373 | I'm new to multithreading and I'm working on parallelizing an area in my application. I've read a number of posts on this site but I'm still confused as to the best way to approach my problem:
[1] In .NET 3.5, is `ThreadPool` the only way for a program to exploit the multi-cores in the machine ? i.e. Is it possible to... | Basic multi-threading questions in C# | CC BY-SA 2.5 | 0 | 2010-11-04T17:53:59.517 | 2010-11-04T18:20:40.607 | 2010-11-04T18:11:06.797 | 1,700,998 | 1,700,998 | [
"c#",
"multithreading",
"threadpool",
"worker-thread"
] |
4,099,958 | 1 | null | null | 2 | 810 | Is there some property or method to set the vertical scroll position of a `DataGridView` the bottom row?
What I mean is, say I have a `DataGridView` with enough rows to fill its client area. Then (by default, at least) I cannot scroll down past this point:

In Toad, the table structure looks like this (with the weird characters shown):
![alt tex... | Toad Table Structure Issues | CC BY-SA 2.5 | null | 2010-11-04T19:05:00.587 | 2010-11-04T22:21:13.960 | null | null | 109,035 | [
"oracle",
"plsql",
"toad"
] |
4,100,272 | 1 | 4,103,380 | null | 11 | 25,982 | I have this ImageView block inside a Relative layout:
```
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_marginBottom="50dip"
android:layout_marginLeft="81dip"
android:src="@drawable/swipehelp"
/>
``... | android: layout_marginBottom doesn't seem to work properly in 2.2 (Froyo) | CC BY-SA 2.5 | 0 | 2010-11-04T19:05:14.537 | 2013-10-25T13:56:04.717 | 2010-11-05T01:47:50.560 | 469,219 | 469,219 | [
"android",
"layout"
] |
4,100,620 | 1 | null | null | 7 | 7,710 | I know that query execution plan visualizer [exists](http://www.pinaldave.com/bimg/persisted1.jpg).

But never see it for mysql. Do you know one?
| Tools for visualizing mysql explain | CC BY-SA 2.5 | null | 2010-11-04T19:44:54.303 | 2019-05-30T23:07:24.703 | 2010-12-08T21:38:11.197 | 466,826 | 421,010 | [
"sql",
"mysql",
"sql-execution-plan"
] |
4,100,732 | 1 | 4,101,010 | null | 0 | 63 | I have created a View with multiple page displays. I have specified one as the "default tab" and the other two as "tab" and they all display correctly together on a page similar to this:

I would like to be able to insert another tab onto this page with module generated... | Can I combine Views page tabs with module generated tabs? | CC BY-SA 2.5 | null | 2010-11-04T19:56:26.120 | 2010-11-04T20:25:24.877 | null | null | 97,101 | [
"drupal",
"drupal-views",
"drupal-modules"
] |
4,100,924 | 1 | 4,101,063 | null | 1 | 381 | I'm quite confused by this one. I've build a "read more" button using mostly CSS (following [this tutorial](http://www.leemunroe.com/css-button/)). Everything is working well, but the text is showing as white in Firefox but light blue in webkit (safari, chrome).
Here's the CSS:
```
.showcase-readmore {
float:right;
c... | Button Built in CSS showing different font color in FF and Webkit | CC BY-SA 2.5 | null | 2010-11-04T20:16:40.520 | 2010-11-04T20:56:00.070 | 2010-11-04T20:26:14.847 | 176,603 | 491,297 | [
"css",
"firefox",
"webkit"
] |
4,100,929 | 1 | 4,101,493 | null | 12 | 11,925 | How can I execute a image_tag method in a Rails console
1. Run the console $ rails c
2. Load helpers include ActionView::Helpers
3. Execute the command image_tag('test.png')
I got a strange error.

Please help!
| Rails console - use image_tag method | CC BY-SA 2.5 | 0 | 2010-11-04T20:16:53.867 | 2010-11-05T02:43:01.760 | null | null | 132,257 | [
"ruby-on-rails",
"helper",
"irb",
"actionview",
"actionviewhelper"
] |
4,100,959 | 1 | 4,101,466 | null | 2 | 9,023 | How can I calculate the arc between two circles? The arc must be tangent to the two points on the circles.
Here is a picture illustrating it. I'm trying to code and calculate the orange arc and the blue arc.

more details:
Your applet should have 2 modes: 2D and 3D. ... | Calculating a tangent arc between two points on two circles | CC BY-SA 2.5 | 0 | 2010-11-04T20:19:51.057 | 2010-11-08T01:37:28.417 | 2010-11-08T01:37:28.417 | null | 497,681 | [
"computational-geometry",
"geometry",
"geometric-arc"
] |
4,101,040 | 1 | 4,118,431 | null | 0 | 121 | Ok I'm pretty 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 and Fluent... | Fluent NHibernate Objectified/Associated Relationship Mapping | CC BY-SA 2.5 | null | 2010-11-04T20:28:41.893 | 2010-11-07T15:46:55.047 | 2017-02-08T14:30:49.717 | -1 | 447,341 | [
"c#",
"fluent-nhibernate"
] |
4,101,301 | 1 | 4,288,771 | null | 0 | 900 | I'm doing a wpf project on a windows embedded standard sp3 operating system and I noticed that occasionally controls disappear or parts of it go missing. This can only be reproduced when using the xp embedded machine so it may have something to do with the drivers or operating system. I thought it might have been rel... | Controls Disappearing | CC BY-SA 2.5 | null | 2010-11-04T20:55:53.763 | 2010-11-26T21:56:10.643 | null | null | 314,087 | [
"c#",
"wpf"
] |
4,101,525 | 1 | 4,102,279 | null | 3 | 603 | As some of you make know, I'm [working on XMPP (Jabber) integration for the StackOverflow chat system](https://meta.stackexchange.com/questions/57316/63420#63420), as an XMPP component written in Ruby using [the xmpp4r package](http://home.gna.org/xmpp4r/).
I'm struggling with one issue (well, many issues, but :-) I ... | Using Ruby, how can I confirm that an XML snippit is valid? | CC BY-SA 2.5 | null | 2010-11-04T21:21:26.577 | 2010-11-04T23:17:13.337 | 2017-03-20T10:29:34.447 | -1 | 75,801 | [
"ruby",
"xml",
"xmpp",
"xmpp4r"
] |
4,101,906 | 1 | null | null | 3 | 9,876 | Hi I'm writing an app for DroidX which is 480x854. I set up my AVD as follows:
target:API level 7
skin:480x854
hw.lcd.density:160
That's it. The emulator loads fine and looks great but my app doesn't fill_parent for some reason. See here:

It doesn't scale all the w... | Android LinearLayout not stretching full screen | CC BY-SA 2.5 | null | 2010-11-04T22:14:17.143 | 2010-12-08T17:49:01.693 | null | null | 129,705 | [
"android",
"layout",
"screen"
] |
4,102,378 | 1 | null | null | 0 | 1,063 | I was troubleshooting some vbscript designed to query the default printer of a remote computer when I discovered the error in the script was actually because WMI is returning conflicting or even erroneous information. Please see this screenshot:

Both are against the sa... | Why is WMI returning different results for the same computer? | CC BY-SA 2.5 | null | 2010-11-04T23:35:57.843 | 2010-12-30T05:56:49.443 | 2010-11-15T13:46:46.783 | 334,457 | 334,457 | [
"wmi",
"wmi-query"
] |
4,102,386 | 1 | 4,102,405 | null | 6 | 26,273 | I have implemented a simple Android application that I now would like to test on a real device. I have a Nexus One.
In the Android Eclipse plugin, I have downloaded and installed the USB driver (revision 3) package. But when I connect my Nexus One to my PC (running Windows 7) using the USB cable, a message box pops up... | How do I install the USB driver for Nexus One on Windows 7 for debugging purposes? | CC BY-SA 2.5 | 0 | 2010-11-04T23:37:55.523 | 2013-06-24T09:36:59.570 | 2010-11-05T00:06:34.793 | 213,269 | 213,269 | [
"android",
"debugging",
"usb",
"driver",
"nexus-one"
] |
4,102,423 | 1 | 36,794,116 | null | 23 | 2,607 | Floored division is when the result is always floored down (towards −∞), not towards 0:

Is it possible to efficiently implement floored or euclidean integer division in C/C++?
(the obvious solution is to check the dividend's sign)
| Efficiently implementing floored / euclidean integer division | CC BY-SA 2.5 | 0 | 2010-11-04T23:43:54.737 | 2019-02-25T14:51:42.037 | 2010-11-08T00:09:20.977 | 21,501 | 21,501 | [
"c++",
"c",
"math",
"division",
"integer-division"
] |
4,102,986 | 1 | 4,112,783 | null | 0 | 217 | When I access the [satimage.osax scripting addition](http://www.satimage.fr/software/en/downloads/downloads_companion_osaxen.html) (which I'm using for its regex capability) from a Mail rule on Snow Leopard, I get errors, but it runs fine in Script Editor. The code below illustrates the problem. The first line executes... | Why won't this Scripting Addition run from a Mail rule? | CC BY-SA 2.5 | null | 2010-11-05T01:49:44.307 | 2010-11-08T14:28:19.330 | 2010-11-05T02:12:14.030 | 105,717 | 105,717 | [
"macos",
"osx-snow-leopard",
"applescript"
] |
4,103,356 | 1 | 4,104,594 | null | 2 | 3,431 | I want to create a color picker in WPF/C# similar to what I see in Photoshop.

As I move the Hue Slider, the gradient should update. I 1st want to know how can I create the gradient, where should individual color stops appear and what color values should they contain. ... | Creating a "Dynamic" Gradient for HSB Color Picker | CC BY-SA 2.5 | 0 | 2010-11-05T03:19:53.377 | 2021-12-06T06:48:49.537 | null | null | 292,291 | [
"c#",
"wpf",
"colors"
] |
4,103,671 | 1 | 4,104,700 | null | 0 | 787 | I have the following code:
```
@interface PartyListViewController : UITableViewController <UITableViewDelegate, UITableViewDataSource> {
UIBarButtonItem * toggle;
//ProfileViewController *profileViewController;
}
@property(nonatomic, retain) IBOutlet UIBarButtonItem *toggle;
- (IBAction)toggleAction:(id)s... | UIBarButtonItem not showing up | CC BY-SA 2.5 | 0 | 2010-11-05T04:53:06.953 | 2010-11-06T03:14:22.487 | 2010-11-05T14:49:37.127 | 95,265 | 95,265 | [
"iphone",
"objective-c"
] |
4,103,683 | 1 | 4,103,806 | null | 10 | 13,751 | I am getting the following error trying to load a basic project template:
`Error 12 Could not load the assembly file://\\psf\home\documents\visual studio 2010\Projects\WindowsPhonePivotApplication1\WindowsPhonePivotApplication1\obj\Debug\WindowsPhonePivotApplication1.dll. This assembly may have been downloaded from the... | Problem Unblocking Assemblies in Windows 7 Home Premium | CC BY-SA 2.5 | 0 | 2010-11-05T04:56:21.403 | 2013-12-18T12:28:41.493 | 2020-06-20T09:12:55.060 | -1 | 19,875 | [
"visual-studio-2010",
"windows-7",
"windows-phone-7"
] |
4,103,705 | 1 | 4,104,488 | null | 3 | 212 | So, I just wanted to understand why this was happening in my WPF app as it seems to be adding a "space" or faint line without me wanting it...
I have the following XAML
```
<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="WpfAppl... | Spacing Question on the * operator for XAML with Grids | CC BY-SA 2.5 | 0 | 2010-11-05T05:02:42.933 | 2010-11-05T08:52:48.663 | null | null | 215,546 | [
"wpf",
"xaml"
] |
4,103,775 | 1 | 4,384,665 | null | 1 | 1,180 | I thought I'd give Helios a try, so I grabbed the latest Java EE install from [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/heliosr](http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/heliosr). Note, both OSX 32bit and 64bit exhibit the same symptoms.
So from a fresh ... | Show-stopper Eclipse Helios install problems under OSX (10.6) 64bit | CC BY-SA 3.0 | null | 2010-11-05T05:26:00.917 | 2013-08-11T10:28:02.913 | 2013-08-11T10:28:02.913 | 472,792 | 123,592 | [
"eclipse",
"macos",
"installation",
"eclipse-3.6"
] |
4,104,016 | 1 | 20,792,020 | null | 49 | 16,921 | I know W3C just publish their draft version of Web Notification to notify user. So, there is no browser that implement this method in their current or latest build browser.
[Web Notifications Overview](https://web.archive.org/web/20120611184909/http://dev.w3.org:80/2006/webapi/WebNotifications/publish/)
After I searc... | Are there any JavaScript library for cross browser desktop notification? | CC BY-SA 4.0 | 0 | 2010-11-05T06:48:09.847 | 2020-11-03T01:40:01.280 | 2019-08-07T11:29:31.977 | 4,751,173 | null | [
"cross-browser",
"notifications",
"javascript"
] |
4,104,189 | 1 | 4,112,974 | null | 10 | 3,322 | How do I make Dired display its files using an arbitrary function or set of columns? Basically I want to change from:
```
-rw-r--r-- 1 konrad konrad 3847863 Out 18 14:17 ClojureinAction.pdf
-rw-rw-r-- 1 tamara tamara 27338341 Out 20 07:16 Halliday, Resnick, Walker - Fundamentals of Physics.pdf
-rw-r--r-- 1 konra... | How to customize dired's display | CC BY-SA 2.5 | 0 | 2010-11-05T07:41:30.997 | 2014-01-28T19:27:38.263 | 2010-11-06T08:40:50.230 | 1,130,121 | 1,130,121 | [
"emacs",
"dired"
] |
4,104,228 | 1 | 4,104,369 | null | 29 | 69,263 | I wish to change the target CPU settings from "Any CPU" to "x86" in Visual Studio 2010.
I read on another website that I need to do the following:
1. Go to the startup project of your program.
2. Open the properties window.
3. Click the compile tab.
4. Click advanced compile options.
5. Change the target CPU option... | Change target CPU settings in Visual Studio 2010 Express | CC BY-SA 3.0 | 0 | 2010-11-05T07:52:09.200 | 2015-09-17T11:47:53.897 | 2012-06-23T17:46:02.887 | 63,550 | 235,055 | [
"visual-studio",
"visual-studio-2010",
"x86",
"anycpu"
] |
4,104,259 | 1 | 4,104,693 | null | 1 | 288 | 
I found in my ipod touch and in iphone simulator, the button "return" only respond when touch area inside red rectangle, other places not respond
What's the problem?
| touch action of UIActionSheet not works fine | CC BY-SA 2.5 | 0 | 2010-11-05T07:59:54.337 | 2010-11-13T11:09:41.273 | null | null | 216,811 | [
"iphone",
"uiactionsheet"
] |
4,104,356 | 1 | 4,104,505 | null | 1 | 59 | I have the procedure block:
```
begin
for i in (select grantee
,table_name
,privilege
from user_tab_privs_made
where grantee='TEST')
loop
revoke i.privilege on i.table_name from i.grantee;
end loop;
end;
```
and the error occurs:
![alt... | procedure issue(error in syntax) | CC BY-SA 2.5 | null | 2010-11-05T08:22:05.213 | 2010-11-05T08:57:30.133 | 2020-06-20T09:12:55.060 | -1 | 445,540 | [
"oracle"
] |
4,104,598 | 1 | null | null | 0 | 1,557 | How can i include a URL in my tooltip in Google Map? Thanks
Here is an image of what exactly i require:

| Android: How to override Tooltip in Google Map to include URL | CC BY-SA 2.5 | null | 2010-11-05T09:14:55.503 | 2010-11-11T10:11:03.577 | 2010-11-11T10:11:03.577 | 2,355,649 | 2,355,649 | [
"android"
] |
4,104,774 | 1 | 4,104,808 | null | 1 | 1,490 | 
From the above image you can see that an error occurs when the function [setAttribute](http://xerces.apache.org/xerces-c/apiDocs-3/classDOMElement.html#1a607d8c619c4aa4a59bc1a7bc5d4692) returns from its call.
Does anyone know how to resolve this error shown in the pi... | The value of ESP was not saved properly | CC BY-SA 2.5 | null | 2010-11-05T09:40:32.233 | 2015-01-17T22:44:02.467 | null | null | 174,614 | [
"c++",
"calling-convention"
] |
4,105,008 | 1 | 4,108,174 | null | 1 | 179 | I'm querying a Lucene index file which structure I didn't build. This index contains Documents with fields structured like this:

As you can see the 'type' field is always empty, however the 'all' field contains data formatted in a way so that is searchable and it conta... | Lucene query returns things I'm not expecting | CC BY-SA 2.5 | null | 2010-11-05T10:19:48.657 | 2010-11-05T16:59:31.073 | 2017-05-23T12:30:36.930 | -1 | 50,394 | [
"java",
"indexing",
"lucene"
] |
4,105,140 | 1 | 4,105,170 | null | 1 | 97 | I have the following [http://jsbin.com/ojeja4/2/edit](http://jsbin.com/ojeja4/2/edit)
The button and the expiration date working correct in windows, in but in OS X in (and maybe others) I find out that the button and the expiration date isn't correct.
Below I have print screens:
 theme in my silverlight project. Everything is picking up the styles except I do not get the subtle text shadow effect that is visible on all the controls on the jetpack demo page.
Here is a screenshot - my project on the left... | How to get text 'shadow' effect in Silverlight Toolkit themes to work in my project | CC BY-SA 2.5 | null | 2010-11-05T11:07:39.790 | 2011-03-20T05:25:34.080 | 2010-11-05T13:44:47.157 | 7,793 | 7,793 | [
"silverlight-4.0",
"themes"
] |
4,105,338 | 1 | null | null | 6 | 36,272 | I want to create the following table-like element in my page:

I used to do it using `<table>...<table>` tags , but now I am switching all my sites to CSS and I'm using DIVs and such.
I would like to know what is the "best" way to achieve this kind of an element (is it ... | CSS table-like style | CC BY-SA 2.5 | 0 | 2010-11-05T11:12:14.247 | 2017-07-27T03:30:49.447 | null | null | 508,056 | [
"css"
] |
4,105,370 | 1 | 4,105,490 | null | 15 | 32,261 | I've only been working on Magento for a few days but already it is so confusing. I'm starting to get my head around it but one problem is doing my head in at the moment.
My client wants a shopping basket sort of function NEXT to the top links rather than a "My Cart" in the top links. Simply, all I want to do is move "... | How to have "My Cart" link outside of Top Links? | CC BY-SA 2.5 | 0 | 2010-11-05T11:17:20.550 | 2014-07-16T08:41:28.583 | null | null | 218,224 | [
"magento"
] |
4,105,428 | 1 | 4,144,575 | null | 1 | 410 | This is not a technical question but law related.
I started developing a Delphi Application which implements a UI similar to Google Chrome:

Now I want to add a menu in the white space in left top corner (but not like of Microsoft Office UI)
Can I develop and deploy m... | Office ribbon interface and Google chrome interface | CC BY-SA 3.0 | null | 2010-11-05T11:26:15.693 | 2011-06-16T20:42:56.480 | 2011-06-16T20:42:56.480 | null | 476,609 | [
"user-interface",
"google-chrome",
"licensing",
"ribbon",
"ribbon-control"
] |
4,105,492 | 1 | 4,109,296 | null | 0 | 189 | >
[How do I remove the “Personalize this Page” option in WSS 3 with feature code?](https://stackoverflow.com/questions/663828/how-do-i-remove-the-personalize-this-page-option-in-wss-3-with-feature-code)
Hi,
I have to take out the from the login drop down on the sharepoint site, at the top right hand corner.
... | Sharepoint Personalization | CC BY-SA 2.5 | null | 2010-11-05T11:36:41.967 | 2010-11-05T19:23:18.667 | 2017-05-23T12:26:29.837 | -1 | 424,611 | [
"sharepoint",
"sharepoint-2007"
] |
4,105,772 | 1 | 4,105,814 | null | 18 | 71,201 | I need to recreate the following design using only `CSS`:

What you're seeing in the picture is the top of a website container - the "links" are part of the main menu.
As it stands, I've created the container but I'm not sure how to go about making the slant on the n... | 45 Degree Angle + Box Shadow - Using nothing but CSS | CC BY-SA 3.0 | 0 | 2010-11-05T12:19:08.150 | 2015-04-17T09:34:15.860 | 2015-04-17T09:34:15.860 | 1,811,992 | 183,028 | [
"html",
"css",
"css-shapes"
] |
4,106,287 | 1 | 4,106,313 | null | 0 | 2,232 | 
Here is the source code for this test:
```
var tags = new List<string> {"Portland", "Code","StackExcahnge" };
const string separator = " ";
tagString = tags.Aggregate(t => , separator);
Console.WriteLine(tagString);
// Expecting to see "Portland Code St... | How do I use the Aggregate function to take a list of strings and output a single string separated by a space? | CC BY-SA 2.5 | null | 2010-11-05T13:35:27.123 | 2010-11-05T13:48:27.857 | 2010-11-05T13:48:27.857 | 402,098 | 402,098 | [
"c#",
"list",
"aggregate",
"tostring"
] |
4,106,805 | 1 | 4,106,913 | null | 3 | 4,326 |
1. When programming in Java is it always necessary to code according to the DAO architecture? If so what are advantages of using it?
2. I'm doing a project which has a class diagram like below. what are the disadvantages of this?

Entity Class:
```
private void fill... | What is the necessity of DAO Architecture | CC BY-SA 2.5 | 0 | 2010-11-05T14:28:16.097 | 2011-06-12T12:56:19.110 | 2010-11-05T14:32:30.973 | 139,010 | 340,046 | [
"java",
"asp.net",
"design-patterns",
"dao"
] |
4,107,040 | 1 | 4,107,191 | null | 1 | 259 | Consider user is denied access to a table of financial secrets:
```
SELECT * FROM Transactions
SELECT permission denied on object 'Transactions'
```
No problem:
```
CREATE VIEW dbo.Transactions2 AS SELECT * FROM Transactions
Command(s) completed succesfully.
SELECT * FROM Transactions2
(84,387,982 row(s) affected)... | Deny read permission can be circumvented with a view? | CC BY-SA 2.5 | 0 | 2010-11-05T14:53:38.197 | 2010-11-05T15:19:48.177 | 2010-11-05T15:02:51.990 | 12,597 | 12,597 | [
"security",
"sql-server-2000"
] |
4,107,160 | 1 | 4,125,783 | null | 0 | 1,502 | I am using Word Automation to create a document from my application, and I need to add three signatures to the footer of a document. That is easy, however, getting them to appear as I would like isn't working.
Here's the code I'm using:
```
//add initials to footer
if (oWordDoc.Sections.Count > 0) {
... | Adding three aligned images to a word document footer | CC BY-SA 2.5 | null | 2010-11-05T15:04:45.893 | 2010-11-08T16:27:24.183 | null | null | 12,243 | [
"c#",
".net-3.5",
"word-automation"
] |
4,107,384 | 1 | 4,107,517 | null | -1 | 70 | I was just going through some security blogs and I found this image of an major financial entity and I was not sure of what could have caused this kind of error to appear on client facing page and how to fix it so that we do not have any potential security loop hole in the system ?

| Why and how do I change my buttons style, my the other compose button is fine? | CC BY-SA 2.5 | null | 2010-11-05T15:35:09.777 | 2010-11-05T21:03:58.870 | 2010-11-05T15:41:35.750 | 450,456 | 450,456 | [
"objective-c",
"xcode",
"interface-builder"
] |
4,107,834 | 1 | 4,107,896 | null | 3 | 838 | I'm using... (although I've tried other things)
Before I I tried, it looked like this..

```
tools = [[UIToolbar alloc] initWithFrame:CGRectMake(0, 0, 70, 44.01)];
//tools.backgroundColor = [UIColor blackColor];
//tools.backgroundColor = [UIColor clearColor];
//tools.b... | iPhone, how do i make my toolbar the same black opaque as the nav bar? | CC BY-SA 2.5 | 0 | 2010-11-05T16:20:26.417 | 2010-11-05T21:13:24.140 | null | null | 450,456 | [
"iphone",
"objective-c",
"xcode"
] |
4,108,177 | 1 | 4,108,201 | null | 3 | 1,665 | I use this function courtesy of a Stack Overflow user to update controls from a `BackgroundWorker`.
```
static void SynchronizedInvoke(ISynchronizeInvoke sync, Action action)
{
// If the invoke is not required, then invoke here and get out.
if (!sync.InvokeRequired)
{
// Execute action.
acti... | InvalidAsynchronousStateException in function that checks if invoke is required for control | CC BY-SA 2.5 | 0 | 2010-11-05T16:59:42.000 | 2010-11-05T17:02:30.933 | 2020-06-20T09:12:55.060 | -1 | 217,649 | [
"c#",
"backgroundworker"
] |
4,108,215 | 1 | 4,165,622 | null | 8 | 10,280 | I've successfully managed to get MSTests running for each of the builds on our TeamCity Server.
I've got a couple of projects that use NUnit, so was hoping that getting TeamCity to run NUnit tests would be as simple as running MSTests:

So when I t... | Running NUnit Tests from Team city | CC BY-SA 2.5 | 0 | 2010-11-05T17:04:20.577 | 2010-11-12T14:29:26.637 | 2010-11-08T13:34:42.233 | 30,317 | 30,317 | [
"nunit",
"teamcity",
"teamcity-5.1"
] |
4,108,226 | 1 | 4,108,425 | null | 9 | 3,578 | On top of visual studio code editor, There are two drop down lists displays list of classes and members in then selected class. See the picture below. What do you call them and what are the shortcuts? So that I can navigate to methods and members using keyboard.
I am using Vs 2010
Thanks

| iPhone, anything cool I can do to provide two options when someone taps my info button? | CC BY-SA 2.5 | null | 2010-11-05T17:43:59.030 | 2010-11-05T18:08:31.610 | null | null | 450,456 | [
"iphone",
"objective-c",
"xcode"
] |
4,108,937 | 1 | 4,109,199 | null | 0 | 364 | I need to represent the following diagram:

Each X will be an image button. I was thinking of making three tables with one column each and have each cell height be half the height of the table. The problem is that the table needs to be able to stretch or shrink because... | How to represent this in Android Layout | CC BY-SA 2.5 | null | 2010-11-05T18:32:17.807 | 2010-11-05T19:07:59.457 | null | null | 451,037 | [
"android",
"tablelayout"
] |
4,109,257 | 1 | 4,112,602 | null | 1 | 108 | I'm creating a `Notification` table, with the following specification:
```
CREATE TABLE [Notification] (
[NotificationId] [int] NOT NULL IDENTITY (1, 1),
[IsActive] [bit] NOT NULL,
[TriggerKey] [nvarchar](50) NOT NULL,
[ObjectId] [int] NOT NULL,
[RecipientType] [tinyint] NOT NULL,
CONSTRAINT PK_... | Need help with Filtered Index | CC BY-SA 2.5 | 0 | 2010-11-05T19:17:50.057 | 2010-11-07T02:10:58.590 | 2020-06-20T09:12:55.060 | -1 | 120,955 | [
"database",
"sql-server-2008"
] |
4,109,340 | 1 | 4,109,508 | null | 0 | 2,260 | The html / CSS I've been using is below.
When the cursor is over .buttonR, there is no :hover effect, nor does it properly submit when clicked. There is a 6-pixel dead area on that right side that I'm trying to get around. Any suggestions? Is there a flaw in my original approach at achieving rounded-corner buttons?
... | CSS sliding-window rounded-corner buttons: how to avoid the "dead" area on right side of "window"? | CC BY-SA 2.5 | null | 2010-11-05T19:31:02.553 | 2010-11-06T18:02:45.780 | 2020-06-20T09:12:55.060 | -1 | 405,114 | [
"html",
"css"
] |
4,109,324 | 1 | 4,109,406 | null | 2 | 2,714 | I'm using Flash Builder 4 Premium. My application has a title bar that I don't want to scroll, and a group underneath that should scroll. Here is the group that I want to be able to scroll:
```
<s:Scroller id="scrlMemberManager" includeIn="MemberManager" y="79" width="100%" height="100%" creationComplete="memberManage... | How can I create a scrolling group with a background color? | CC BY-SA 3.0 | null | 2010-11-05T19:28:56.047 | 2017-05-03T10:03:33.317 | 2017-05-03T10:03:33.317 | 1,905,949 | 259,457 | [
"apache-flex",
"colors",
"background",
"scroller"
] |
4,109,873 | 1 | 4,110,984 | null | 1 | 224 | I have a CustomView (Expand View) in my main view, which is suppose to expand.
I have a bunch of other objects at the bottom of my ExpandView.
I want to move all these objects down as my ExpandView expands.
Is it possible to do this in interface builder, and relate these objects to my ScrollView so that they would mov... | iphone - UIView Move objects in the screen? | CC BY-SA 2.5 | null | 2010-11-05T20:39:22.857 | 2010-11-05T23:35:21.197 | null | null | 242,769 | [
"iphone",
"uiview",
"interface-builder"
] |
4,110,208 | 1 | null | null | 0 | 1,418 | Exist a mode or method to obtained that result? please seem my image in the post
I want my result is a product of numbers in vertical (black line) multiplied by number
horizontal (red line)
| In SQL how I can multiply results obtained in rows into results obtained in columns | CC BY-SA 2.5 | null | 2010-11-05T21:21:16.830 | 2010-11-08T09:29:09.230 | null | null | 473,546 | [
"sql",
"matrix-multiplication"
] |
4,110,933 | 1 | 4,113,483 | null | 0 | 1,207 | I'm kind of new to EF and RIA so I'm not sure if this is supposed to work or not.
I have a simple model shown here:

I added the [POCO templates for entity framework](http://visualstudiogallery.msdn.microsoft.com/en-us/23df0450-5677-4926-96cc-173d02752313) and everythi... | How to get an entity plus its child entities via RIA Services | CC BY-SA 2.5 | 0 | 2010-11-05T23:21:16.733 | 2010-11-11T01:29:14.307 | 2010-11-11T01:29:14.307 | 23,893 | 23,893 | [
"entity-framework",
"entity-framework-4",
"poco",
"wcf-ria-services"
] |
4,111,170 | 1 | 4,111,312 | null | 7 | 8,454 | This is about how MATLAB can take very different times to plot the same thing — and why.
I generate 10000 points in 3D space:
```
X = rand(10000, 1);
Y = rand(10000, 1);
Z = rand(10000, 1);
```
I then used one of four different methods to plot this, to create a plot like so:
, it's not a duplicate.

The images shows the stats from Firebug's NET tab, each request is taking a fraction... | Need help understanging Firebug's Net tab statistics | CC BY-SA 2.5 | null | 2010-11-06T00:29:12.053 | 2010-11-06T00:59:15.097 | 2017-05-23T12:30:36.930 | -1 | 3,661 | [
"performance",
"firebug",
"httprequest"
] |
4,111,463 | 1 | 4,111,483 | null | 1 | 254 | I am doing an AI project that currently had the following namespace/package structure:

My ideia is to have some Unit/Integration tests for each one of the modules (probably not for all of them. Startup probably won't be tested).
Each one of these "main" packages is in a ... | How to better organize several projects in one solution and their respective unit/integration tests? | CC BY-SA 2.5 | null | 2010-11-06T01:45:22.357 | 2010-11-06T12:59:00.227 | 2020-06-20T09:12:55.060 | -1 | 130,758 | [
"c#",
"oop",
"unit-testing",
"testing"
] |
4,111,552 | 1 | 4,111,785 | null | 0 | 91 | I just update xcode to 3.2.4 and I notice that all my frameworks has like I lock in it. Is it suppose to be like this? If not, how do I unlock them?
Here is a screen capture. One image is better than a thousand words.

| on xcode 3.2.4, are frameworks locked? | CC BY-SA 2.5 | null | 2010-11-06T02:18:44.593 | 2010-11-06T03:43:27.023 | 2010-11-06T03:27:01.003 | 69,033 | 69,033 | [
"xcode",
"iphone-sdk-3.0",
"xcode3.2"
] |
4,111,629 | 1 | 4,112,363 | null | 1 | 352 | I recently acquired this book from Microsoft Press. I currently have Office Enterprise 2007 (Access included) and have firmly decided to convert my Informix-SQL app to Access 2010. However, I'm not experienced with VBA, Macros and several other functionality my app needs. This is going to be a new learning process for ... | Access 2010 Inside Out | CC BY-SA 2.5 | null | 2010-11-06T02:46:30.087 | 2013-05-10T04:40:29.177 | 2013-05-10T04:40:29.177 | 299,327 | 366,797 | [
"sql",
"ms-access",
"database-design",
"informix"
] |
4,111,803 | 1 | null | null | 2 | 2,447 | I recently installed NetBeans (and configured it to work with MinGW) following this directions: [http://netbeans.org/community/releases/69/cpp-setup-instructions.html](http://netbeans.org/community/releases/69/cpp-setup-instructions.html). Those direction gave me direct link to MinGW GCC tools which are older version ... | Trouble configuring NetBeans 6.9 with MinGW GCC 4.5.0 | CC BY-SA 2.5 | 0 | 2010-11-06T03:49:54.187 | 2011-07-12T22:47:12.590 | 2010-11-06T04:45:04.417 | 464,525 | 464,525 | [
"c++",
"c",
"gcc",
"netbeans",
"mingw"
] |
4,111,951 | 1 | 4,112,494 | null | 0 | 103 | I deployed an ASP.NET MVC app using MSDeploy and ran into this problem i tried every solution that i found over internet and i still can't get this working it's a small basic MVC 2 app that I built while learning.
so..
1. how do you get this thing running under IIS7?
2. what is the exact problem?
[](http://scre... | SQLEXPRESS Failed to generate a user instance of SQL Server | CC BY-SA 2.5 | null | 2010-11-06T04:49:41.337 | 2013-04-05T22:17:45.750 | 2013-04-05T22:17:45.750 | 727,208 | 470,237 | [
"asp.net-mvc",
"asp.net-mvc-2",
"sql-server-express",
"yellow-screen-of-death"
] |
4,111,997 | 1 | 4,112,025 | null | 1 | 1,558 | 
I need some help trying to get floats to display properly in IE. IE wants to add a newline after I try to float it [the arrow] to the right...
I would like it to display like Firefox (right), where it all fits in one line, but I can't seem to figure out how...
Cheers... | Floats are appearing on a newline in IE7 | CC BY-SA 2.5 | null | 2010-11-06T05:05:01.737 | 2012-06-12T13:38:47.580 | 2012-06-12T13:38:47.580 | 44,390 | null | [
"css",
"internet-explorer-7",
"css-float"
] |
4,112,128 | 1 | 4,112,666 | null | 24 | 8,250 | I get a grey bar on left side in vim for one file. This does not happen for any other file. What is this? And how to get rid of it?
EDIT:
This is what it looks like: This goes on for the full height of the file. It does not appear in any other files. The file is a `*.C` which is correctly identified as of `cpp` file ... | Grey bar on left in vim? | CC BY-SA 2.5 | 0 | 2010-11-06T05:58:50.807 | 2019-06-24T09:53:10.340 | 2010-11-06T10:41:04.403 | 466,694 | 466,694 | [
"linux",
"vim"
] |
4,112,236 | 1 | 4,179,121 | null | 2 | 378 | I can't seem to figure out how to write this query properly. I've tried various combinations but nothing's worked yet.
Below is the relevant portion of my database model:

I need to select the products that match a given Category and Group, and that match a given Year,... | Help with Entity Query | CC BY-SA 2.5 | null | 2010-11-06T06:47:13.823 | 2010-11-14T19:09:33.903 | 2010-11-08T17:01:23.510 | 124,165 | 124,165 | [
"asp.net",
"vb.net",
"entity-framework",
"linq-to-entities",
"entity-framework-4"
] |
4,112,558 | 1 | 4,112,601 | null | 0 | 2,782 | I was wondering if this loading screen is a preset or a custom build view.

If it is a preset, how can I add this to a view?
| iPhone modal loading view | CC BY-SA 2.5 | 0 | 2010-11-06T09:20:15.907 | 2010-11-06T09:40:23.893 | null | null | 387,613 | [
"iphone",
"loading",
"uiactivityindicatorview"
] |
4,112,582 | 1 | 4,112,780 | null | 2 | 2,495 | Here's the code:
```
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible"... | Internet explorer 7 adds a 3 pixel bottom gap to my input type=image | CC BY-SA 2.5 | null | 2010-11-06T09:30:03.137 | 2013-01-09T20:03:13.170 | 2010-11-06T10:11:41.637 | 41,360 | 41,360 | [
"html",
"css",
"internet-explorer-7"
] |
4,112,626 | 1 | 4,112,645 | null | 2 | 1,633 | So, I've tried looking all around for information on how to recreate a UILabel (ideally, or a UITextField) with a title (for lack of better work).
Since it's quite hard to explain (half the reason I couldn't find what I was looking for) I've attached an image from the Facebook App.
How would I go about creating label... | UILabel (or UITextField) with Title Label | CC BY-SA 2.5 | 0 | 2010-11-06T09:51:01.853 | 2010-11-07T08:20:15.490 | 2010-11-06T09:56:11.507 | 428,381 | 18,405 | [
"iphone",
"uitextfield"
] |
4,112,701 | 1 | 4,112,875 | null | 12 | 24,834 | Can anyone guide me how to code the arrow line in different direction.
wa and wl is positive the rectangle will be on top of the x-axis. Below example shown if wl is negative and wa is positive. The code below shown how i code the rectangle shape. x1 is the varaible to s... | Drawing a line with arrow in Java | CC BY-SA 2.5 | 0 | 2010-11-06T10:18:06.417 | 2015-07-14T09:33:28.380 | 2010-11-06T12:20:55.737 | 236,501 | 236,501 | [
"java",
"graphics",
"awt"
] |
4,112,767 | 1 | 5,118,345 | null | 0 | 2,116 | Its my first time using modal windows. And I'm currently using fancy box. But the problem is I can't style the elements inside of it. Using the usual styling using css.
I'm calling regprod.php which is a create form and put it inside the modal window. But I can't see the style that I applied.
```
<a id="inline" href=... | How to style elements inside fancy box | CC BY-SA 2.5 | null | 2010-11-06T10:43:46.213 | 2012-12-21T18:07:37.390 | null | null | 225,269 | [
"php",
"html",
"fancybox"
] |
4,113,056 | 1 | 4,113,084 | null | 27 | 12,815 | I have `InvalidCastException` when I try to cast 0.0 to double, why is that so? It's fine when I do `(float)value` instead.

| What's wrong with casting 0.0 to double? | CC BY-SA 2.5 | 0 | 2010-11-06T12:26:53.057 | 2010-11-06T14:06:48.513 | 2010-11-06T14:06:48.513 | 58,792 | 292,291 | [
"c#",
"casting",
".net"
] |
4,113,109 | 1 | 4,113,170 | null | 0 | 1,082 | i'm trying to come up with appropriate constant names for two right-angled triangles that can be rotated.

the image above shows the two different versions of a right-angled triangle. the right angle of the orange triangle is in the bottom-right while the right angle o... | Trouble Naming Constants: Two Right-Angled Triangles | CC BY-SA 2.5 | null | 2010-11-06T12:43:53.857 | 2015-03-03T12:44:15.983 | 2015-03-03T12:44:15.983 | 1,118,321 | 336,929 | [
"geometry",
"naming-conventions",
"constants",
"terminology"
] |
4,113,228 | 1 | 4,113,309 | null | 3 | 3,961 | I'm trying to replicate the functionality of facebook's status update where tags within the post are highlighted. E.g, you hit the '@' character, and autocomplete to a page you are a fan of, and then that tagged piece of the text is highlighted even as you continue to type.
After digging into the dom, it looks like t... | color:transparent on text in ie (highlight text in textarea using overlay technique)? | CC BY-SA 2.5 | 0 | 2010-11-06T13:12:15.097 | 2010-11-11T03:51:57.223 | 2017-05-23T11:48:22.880 | -1 | 231,589 | [
"javascript",
"css",
"internet-explorer",
"textarea"
] |
4,113,320 | 1 | null | null | 7 | 6,851 | In Firebug, you can
> see JSON formatted as an expandable tree of items
and also explore them using Firebug's Dom tab.
The view is available within Net panel and visible as
soon as a JSON request is expanded.
As in this screenshot:

I'm trying to switch to Ch... | Does Chrome's Dev Tools have a JSON explorer like Firebug's? | CC BY-SA 2.5 | 0 | 2010-11-06T13:43:04.827 | 2011-05-23T19:09:44.893 | null | null | 498,394 | [
"json",
"firefox",
"google-chrome",
"firebug"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.