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,149,214 | 1 | 4,149,373 | null | 2 | 3,626 | I have a large dataset with the lifespan of threads on an discussion board. I want a histogram that shows the distribution of lifespan, so I did this:
```
dall <- read.csv("lifespan.csv")
colnames(dall) <- c("thread.id", "seconds.alive", "start.time")
hist(dall$seconds.alive)
```
which generated this hard to read i... | how to use a log scale for y-axis of histogram in R? | CC BY-SA 2.5 | 0 | 2010-11-10T21:23:50.123 | 2016-02-21T12:08:10.317 | null | null | 114,989 | [
"r",
"statistics",
"histogram"
] |
4,149,310 | 1 | 4,149,400 | null | -3 | 1,380 | I am using the [Z-transform](http://en.wikipedia.org/wiki/Z-transform) properties with the inverse Z-transform by MATLAB.
I cannot find a function that would apply the Z-tranform properties to convert the result by `residuez` to the time domain. Here is the image of question,

Is it possible to change that into 3x3 grid with equal sized squares ?
| How to change layout in dot net nuke 5.5? | CC BY-SA 3.0 | 0 | 2010-11-10T21:46:37.837 | 2013-02-03T21:59:33.827 | 2013-02-03T21:59:33.827 | 1,921,273 | 423,278 | [
"layout",
"dotnetnuke"
] |
4,149,523 | 1 | 4,149,704 | null | 0 | 4,594 | I have a little weird behavior with my ASP.NET MVC 2 application.
I'm using IIS 7.5, Windows Authentication and ASP.NET Impersonation for my webpage to load.
After several searches, I didn't found a nice way to get rid of the 500.24 Request that I keep getting on every page load (The favicon.ico at the root directory... | ASP.NET MVC 2 & IIS : HTTP 500.24 favicon.ico Error | CC BY-SA 2.5 | null | 2010-11-10T21:58:14.737 | 2010-11-11T16:33:19.550 | 2010-11-11T09:52:23.477 | 419 | 464,209 | [
"iis",
"asp.net-mvc-2",
"httprequest",
"fiddler",
"favicon"
] |
4,149,644 | 1 | 4,149,850 | null | 0 | 975 | OK I'm pulling my hair on on this, it makes no sense so it must either be a bug, or some extremely stupid mistake I'm making.
Here's the situation: I have a UIViewController with a xib file. It has a UIView hooked up to the view property, a UIImageView hooked up to a property called imageView, and a UISegmentedControl... | Objects in nib file not associating with IBOutlet objects in code | CC BY-SA 2.5 | null | 2010-11-10T22:14:07.687 | 2010-11-10T22:54:08.657 | 2010-11-10T22:42:10.100 | 299,262 | 299,262 | [
"iphone",
"objective-c"
] |
4,149,786 | 1 | null | null | 0 | 2,093 | I've downloaded [Eclipse for C/C++ for Mac OSX](http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/heliossr1). I'm running Snow Leopard. Now, when trying to run the Hello World application on Eclipse, it is complaining that

What might be the issue? May... | Making Eclipse for C++ developers compile | CC BY-SA 3.0 | null | 2010-11-10T22:34:13.753 | 2013-02-03T22:08:59.953 | 2013-02-03T22:08:59.953 | 1,921,273 | 130,758 | [
"c++",
"eclipse",
"macos",
"osx-snow-leopard"
] |
4,149,953 | 1 | null | null | 12 | 15,286 | My app has a tabhost with four tabs, and now I'm trying to make nice layouts for landscape mode. In order to make use of additional horizontal space I want to put TabWidget at the right side of the screen, and of cource all tabs must be one under another (like in a column).
But when switching to landscape mode all tabs... | android:orientation="vertical" does not work for TabWidget | CC BY-SA 3.0 | 0 | 2010-11-10T23:00:05.717 | 2014-10-02T11:52:02.087 | 2011-12-04T01:08:33.743 | 84,042 | 461,774 | [
"android",
"tabwidget"
] |
4,150,171 | 1 | 4,152,016 | null | 154 | 318,348 | In R I can create the desired output by doing:
```
data = c(rep(1.5, 7), rep(2.5, 2), rep(3.5, 8),
rep(4.5, 3), rep(5.5, 1), rep(6.5, 8))
plot(density(data, bw=0.5))
```

In python (with matplotlib) the closest I got was with a simple histogram:
``... | How to create a density plot in matplotlib? | CC BY-SA 2.5 | 0 | 2010-11-10T23:39:59.287 | 2020-10-23T17:02:28.227 | null | null | 125,801 | [
"python",
"r",
"numpy",
"matplotlib",
"scipy"
] |
4,150,196 | 1 | 4,150,204 | null | 0 | 293 | I'm getting started with JQuery, and I've built a little js function that adds fields to a form when it gets called.
```
function newPoint(time){
$('<br/>At '+ time + ' seconds, bring object <select><option>in</option><option>out</option></selection> at <select><option>regular</option><option>slow</option><option... | Text goes missing with jquery .insertBefore() | CC BY-SA 2.5 | null | 2010-11-10T23:45:40.577 | 2010-11-11T00:13:03.667 | 2010-11-11T00:13:03.667 | 336,781 | 336,781 | [
"javascript",
"jquery",
"ajax"
] |
4,150,276 | 1 | 4,175,998 | null | 1 | 733 | 
That is how devise is sending the registration confirmation: `subjectConfirmation instructions` is strange. Why is the subject wacky and how can I change it?
| Devise registration confirmation wacky | CC BY-SA 2.5 | 0 | 2010-11-10T23:59:53.057 | 2010-11-14T03:03:36.037 | null | null | 225,727 | [
"ruby-on-rails",
"email",
"devise"
] |
4,150,903 | 1 | 4,151,080 | null | 20 | 8,463 | I'm trying to emulate Apple's "Slide to Unlock" feature in my application. I get to this point (image below), but as you can see the UISlider's "track" is visible and is covering up my text. Is there a way to change an attribute programmatically that will make the "track" invisible?
. Steps to get there:
- - -

-

. This does not happen all the time.
- -
| Auto complete text remaining on screen | CC BY-SA 2.5 | null | 2010-11-11T02:55:19.380 | 2011-08-31T20:33:20.443 | 2010-11-15T19:11:09.673 | 2,186,261 | 2,186,261 | [
"android",
"autocomplete",
"android-sdk-2.1"
] |
4,151,162 | 1 | 4,414,525 | null | 2 | 1,135 | I'm trying to figure out the best patterns for making a jQuery-based or CSS-based pop-up menu when clicking a button.
I'd like to have something like this:

I'm not even sure how to conceptualize going about this, so any help would be appreciated. Make it high-level if... | Patterns for a jQuery or CSS pop-up menu from a button | CC BY-SA 2.5 | null | 2010-11-11T03:35:45.283 | 2010-12-11T00:45:06.703 | null | null | 373,496 | [
"jquery",
"css",
"menu",
"popup"
] |
4,151,302 | 1 | null | null | 3 | 6,439 | I'm learning java and I would like to know how to compile a java program from other directory.
For example, my compiler is in my drive `c:\` and I want to compile my java program from drive `e:\`
How should I do that?
I'm getting this error, what does it mean?

| How to compile a java program from directory? | CC BY-SA 2.5 | 0 | 2010-11-11T04:10:25.280 | 2011-01-14T17:04:12.580 | null | null | 396,335 | [
"java",
"compilation"
] |
4,151,696 | 1 | null | null | 1 | 1,441 | I've got a file that is a binary java file that was compiled using a proprietary program. I've tried to open this up in some of the standard decompilers but they will not recognize it.
I suspect it's because some specific proprietary headers have been added, based on looking at the file in a hex editor. Is there any ... | Decompile compiled Java file with proprietary headers | CC BY-SA 2.5 | null | 2010-11-11T05:48:28.033 | 2015-06-15T03:37:31.277 | 2015-06-15T03:37:31.277 | 64,046 | 56,753 | [
"java",
"decompiling"
] |
4,151,815 | 1 | 4,198,424 | null | 14 | 2,185 | When you view a page from my site in [Google Instant Previews](http://www.google.com/landing/instantpreviews/), you see an AJAX error message (caused by some AJAX that fires on document ready):

I assume the way to fix this is to make my javascript compatible with whate... | How do I make my page look good in Google Instant Previews? | CC BY-SA 2.5 | 0 | 2010-11-11T06:10:57.300 | 2010-11-19T06:54:30.167 | null | null | 25,068 | [
"javascript",
"cross-browser",
"google-instant-previews"
] |
4,152,032 | 1 | 4,161,181 | null | 0 | 401 | Pawnshop business model:
CLIENTES (customer table), LOTES (lot table), ARTICULOS (item table) and TRANSACCIONES (transaction table).
The reason I defined a lot table is because when customers pawn or sell items, the pawnshop groups all these items into one lot, calcula... | Is this a correct schema design for what I need to accomplish? | CC BY-SA 2.5 | null | 2010-11-11T06:53:33.573 | 2010-11-12T02:45:49.873 | null | null | 366,797 | [
"schema",
"modeling",
"database-design"
] |
4,152,346 | 1 | 4,152,719 | null | 17 | 9,948 | We're trying to figure out validation in the mvvm doing validation in the business logic or model.
I've implemented the validate by exception type in our business logic - a simplified diagram can be found here:

If we've got lot's of inputs that are independent of each o... | MVVM - Validation | CC BY-SA 2.5 | 0 | 2010-11-11T07:54:04.697 | 2015-08-21T20:03:03.513 | 2010-11-16T12:50:31.387 | 435,608 | 435,608 | [
"c#",
"validation",
"mvvm",
"business-logic"
] |
4,152,579 | 1 | 4,152,595 | null | 0 | 100 | Hi all i am having a text file which consists of some data and each and every line in that particular is fixed to 94. Now when the user opened the particular text file and if my condition satisfies i will show it to datagridview. But when displaying to datagridview even the length of each and every line is 94 the conte... | How to make the grid content to be viewed with out varying the size | CC BY-SA 2.5 | 0 | 2010-11-11T08:34:41.620 | 2010-11-11T08:48:25.537 | null | null | 388,388 | [
"c#",
"winforms",
"datagridview"
] |
4,152,622 | 1 | 4,152,648 | null | 0 | 205 | This may be a dumb question, but that fuzzy blue color that you get when focusing on stuff? Yeah, the one I'm getting when focused on this `textarea` right now. I'm guessing it's a browser thing, but I want to know: what causes this?
More importantly, I notice that when -bing around my own web app, . What am I doing t... | How are inputs, links, buttons, etc able to turn that fuzzy blue color? | CC BY-SA 2.5 | null | 2010-11-11T08:40:23.830 | 2012-02-01T08:44:14.870 | 2010-11-11T08:52:00.913 | 373,496 | 373,496 | [
"css",
"keyboard",
"navigation"
] |
4,152,794 | 1 | null | null | 4 | 1,270 | I am trying to develop an app for which I want multiple screen support. I have read the Android article on Best practices for Multiple Screen Support. As per the article we have to follow 3 important things:
1. Mention support for different screen sizes(large, medium and small) and any density in AndroidManifest.xml.... | Layout issues related to Multiple Screens Support | CC BY-SA 3.0 | null | 2010-11-11T09:08:04.730 | 2014-04-06T07:44:23.280 | 2014-03-21T20:42:15.983 | 321,731 | 370,075 | [
"android",
"layout",
"screen"
] |
4,152,840 | 1 | 4,152,942 | null | 1 | 960 | I am facing attached warning message in all HTTPS pages in IE browser. I know it throw this warning when some thing is requested from HTTP serer on HTTPS pages.
I checked everything. All images are pointing HTTPS links. JS files are also pointing to HTTPS links. But I don't know why this warning is still there.
And I... | How to resolve IE8 Security warning in a developer prospective | CC BY-SA 2.5 | null | 2010-11-11T09:15:11.673 | 2010-11-11T09:36:13.253 | null | null | 472,375 | [
"javascript",
"html"
] |
4,153,467 | 1 | null | null | 2 | 1,037 | I have the following controller:
```
<?php defined('SYSPATH') or die('No direct script access.');
class Controller_Static extends Controller_DefaultTemplate {
public function action_index()
{
View::set_global('message', '<span class="highlight">This is a global message.</span>');
$data = arr... | Why can't Kohana find my controller? | CC BY-SA 2.5 | null | 2010-11-11T10:32:49.747 | 2010-11-18T18:29:41.610 | 2010-11-18T18:29:41.610 | 213,269 | 4,639 | [
"kohana",
"autoload"
] |
4,153,445 | 1 | null | null | 0 | 1,107 | I found the GC kicks in frequently freeing memory in my map activity, I couldn't trace out the reason and this happens when map start constructing titles i.e when we slide the map. And eventually the activity stops to force quit due to memory out of bound exception. The activity points the geo points of various locatio... | Reason for High Memory usage in Android MapView | CC BY-SA 2.5 | null | 2010-11-11T10:29:48.233 | 2010-11-11T11:49:25.220 | 2010-11-11T11:25:02.233 | 107,009 | 286,044 | [
"android",
"google-maps",
"android-mapview"
] |
4,153,579 | 1 | null | null | 0 | 3,842 | I am getting paging issue when i delete the final record from last page, how can i resolve the paging issue, pls view the screen shot which i have attached.

In Store save event i will reload the store for update the grid for remote sort.
like this
```
var fGridStore ... | Extjs Grid Paging bar problem | CC BY-SA 2.5 | null | 2010-11-11T10:46:14.427 | 2012-09-24T23:36:01.010 | 2010-11-12T20:20:23.277 | 402,253 | 95,373 | [
"extjs"
] |
4,154,177 | 1 | 4,154,270 | null | 10 | 36,792 | Firstly, I would like to show you a image(made in paint).

Okay "current" is what I have now. I want to place a box over the image to the right, with black background, and then have text inside this box.
I tried myself using z-index and so, but without any success. Her... | CSS: Box+text over image | CC BY-SA 3.0 | 0 | 2010-11-11T12:02:26.783 | 2015-04-20T20:08:49.257 | 2014-09-20T14:05:35.237 | 124,238 | 267,304 | [
"html",
"css",
"overlay",
"z-index"
] |
4,154,193 | 1 | null | null | 3 | 2,910 | What is this widget called (the one with the three buttons), anyone knows?

| How is this floating menu implemented? | CC BY-SA 2.5 | 0 | 2010-11-11T12:04:10.817 | 2017-07-25T17:45:44.967 | 2010-11-11T12:13:56.153 | 28,169 | 102,092 | [
"android",
"android-custom-view"
] |
4,154,233 | 1 | 4,154,422 | null | 0 | 3,229 | I include jquery into my module with `DotNetNuke.Framework.jQuery.RequestRegistration();` and it works like expected.
Other scripts I include into my DNN portal via Page Settings/Advanced Settings/Page Header Tags.
They also get loaded, but they don't work as expected.
In my case I want to have tabs in one of my dnn... | How to proper include JS libs (jqueryUI, jquery plugins) into DNN 5 module ? | CC BY-SA 3.0 | 0 | 2010-11-11T12:09:18.320 | 2013-03-07T19:39:12.173 | 2013-03-07T19:39:12.173 | 918,414 | 423,278 | [
"javascript",
"jquery-ui",
"dotnetnuke",
"dotnetnuke-module"
] |
4,154,260 | 1 | 4,154,276 | null | 0 | 253 | I have two tables (picture), AirportIn is a foreign key of AirportID, and AirportOut is also a foreign key of AirportID.

The problem is I can't make relations between these tables like this:
```
dataset.Relations.Add("AirportFlight", dataset.Tables["Airport"].Columns... | Relations between tables | CC BY-SA 2.5 | null | 2010-11-11T12:12:50.627 | 2010-11-11T12:15:09.480 | null | null | 108,686 | [
"c#",
".net",
"ado.net"
] |
4,154,307 | 1 | 13,050,900 | null | 6 | 8,736 | i do have a question about layouting with a listview inside of a scrollviewer. Once a listview is inside a scrollviewer it does use it's maximum size and doesn't scroll itself cause the scrollviewer offers unlimited amount of space to the controls inside of it.
The problem is, that controls that are below a long list a... | WPF: ListView inside of Scrollviewer; Layout question | CC BY-SA 2.5 | 0 | 2010-11-11T12:18:07.210 | 2012-10-24T14:12:20.910 | 2010-11-18T09:24:05.067 | 221,386 | 221,386 | [
"c#",
"wpf",
"listview",
"layout",
"scrollviewer"
] |
4,154,770 | 1 | null | null | 1 | 1,335 | I have a tree.There are category and sub category as you can see from the image.I want that categories will have the lower line but subcategories will not .Can you please help me how i can do this? from this javascript?

| category subcategory tree issue javascript | CC BY-SA 2.5 | null | 2010-11-11T13:16:09.513 | 2011-02-27T14:24:03.480 | 2011-02-27T14:24:03.480 | 277,632 | 447,394 | [
"javascript",
"tree"
] |
4,154,802 | 1 | 4,154,968 | null | 5 | 36,293 | This is my code to render a JTable and change the color of rows, but it doesn't show a checkbox in column 6, only string (true,false).
Can you provide a solution to fix this?
Thanks in advance.
```
public class JLabelRenderer extends JLabel implements TableCellRenderer
{
private MyJTable myTable;
/**
* Create... | How to render a checkbox in a JTable? | CC BY-SA 3.0 | 0 | 2010-11-11T13:19:57.537 | 2015-06-23T16:37:20.757 | 2015-06-23T16:37:20.757 | 2,074,605 | 326,878 | [
"java",
"swing",
"checkbox",
"jtable"
] |
4,154,861 | 1 | 4,169,295 | null | 1 | 797 | I haven't enough rep points to post an image yet but given a Silverlight 4 chart example using ColumnSeries, how can I make each of the sub columns within a single column that are currently stacked up on top of each other sit side by side?
e.g Column NVQ2 shows value columns for 5 different locations, Column NVQ3 show... | Silverlight Chart Question | CC BY-SA 2.5 | null | 2010-11-11T13:26:47.983 | 2012-12-01T06:58:31.413 | 2010-11-12T15:39:19.120 | 492,035 | 492,035 | [
"silverlight",
"silverlight-4.0",
"charts"
] |
4,154,924 | 1 | 4,155,067 | null | 8 | 2,365 | Is there an elegant way to change the diagonals of a matrix to a new list of values, the
equivalent of Band with SparseArray?
Say I have the following matrix (see below)
```
(mat = Array[Subscript[a, ##] &, {4, 4}]) // MatrixForm
```
and I'd like to change the main diagonal to the following to get "new mat" (see be... | Changing the Diagonals of a Matrix with Mathematica | CC BY-SA 2.5 | 0 | 2010-11-11T13:33:29.157 | 2010-11-11T14:49:22.587 | null | null | 499,167 | [
"wolfram-mathematica"
] |
4,154,962 | 1 | 4,155,068 | null | 1 | 145 | I parsed the XML data from a feed. I stored all data in `NSArray`. I loaded the images and title in `UITableview` using `UILable`. But when I use the scroll, the text will be collapsed as follows.

My code is as follows...
```
-(UITableViewCell *)tableView:(UITableVie... | UITableviewcell loading data issue | CC BY-SA 3.0 | null | 2010-11-11T13:38:05.527 | 2017-12-16T23:11:21.170 | 2017-12-16T23:11:21.170 | 472,495 | 409,571 | [
"objective-c",
"ios",
"cocoa-touch"
] |
4,155,206 | 1 | 4,157,073 | null | 2 | 1,465 | Suppose I have a button nested in the `Template` of a `ListBoxItem`, can I set the `IsMouseOver` property of the button to true, so that it looks like its moused over?
Just for illustration, the notifications on the top of the window are what I am referring to. Its basically `ListBoxItem`'s with a `TextBlock` and `But... | WPF: Can I Set IsMouseOver Property of a ChildElement When The Parent Is Moused Over? | CC BY-SA 2.5 | null | 2010-11-11T14:10:39.237 | 2010-11-11T17:06:16.763 | null | null | 292,291 | [
"wpf",
"templates",
"listbox",
"styles"
] |
4,155,397 | 1 | 4,155,440 | null | 1 | 2,912 | I need to overlay some textures onto a video in a layered fashion (i.e. the first texture should appear under, the second texture when they are both semi-transparent etc).
The textures all have different Z values so there should be no conflicts there. Images speak a thousand words so I have attached one below:
![alt t... | Problems with layers, depth and blending in openGL | CC BY-SA 2.5 | null | 2010-11-11T14:29:53.940 | 2013-01-29T16:35:11.717 | 2010-11-11T15:02:02.987 | 410,921 | 410,921 | [
"opengl",
"alphablending",
"layer",
"depth"
] |
4,155,620 | 1 | 4,155,849 | null | 1 | 1,774 | I have looked around and have yet to find a solution to this problem. I have a list menu with markup like so
```
<div id="menu">
<ul>
<li>Category #1
<ul>
<li>Item #1</li>
<li>Item #2</li>
<li>Item #3</li>
</ul>
</li>
<li>Category #2
<ul>
<li>Item #1</li>... | Accordion Style multi tier list menu | CC BY-SA 2.5 | null | 2010-11-11T14:49:13.503 | 2012-06-03T21:31:58.730 | 2012-06-03T21:31:58.730 | 480,659 | 487,787 | [
"jquery",
"html",
"css",
"menu",
"html-lists"
] |
4,155,705 | 1 | 4,156,171 | null | 2 | 4,973 | I'd like to add extra spacing on the sides and between tabs on the tab widget, but padding and margins dont seem to make any difference. I also played with setting the divider, tab strip left and right drawables, which didn't seem to make any difference either.
Trying to make the tabs look like this:
 I want my sphere to be red, but the outlines to be green:

In order to achieve this I did the following. I drew a solid sphere in red, and then I drew the same sphere, but wireframe and green. When I turned DEPTH_TEST on, I got some we... | openGL sphere that is both wireframe and solid | CC BY-SA 2.5 | 0 | 2010-11-11T15:16:26.960 | 2015-03-14T03:24:42.867 | 2020-06-20T09:12:55.060 | -1 | 469,935 | [
"c++",
"opengl",
"geometry",
"outlining"
] |
4,156,059 | 1 | 4,156,139 | null | 7 | 4,459 | OK, I have to make a nim game and try to find the strategy to always win with the following nim game:
21 matches, player 1 and 2 each take 1, 2, 3, 4, or 5 matches each turn, and one cannot take the same amount of matches the previous player takes. Th eplayer wins if/when they take the last match.
I have to program s... | Nim game question | CC BY-SA 2.5 | null | 2010-11-11T15:29:12.980 | 2010-11-11T17:46:12.160 | 2010-11-11T17:45:22.317 | 489,284 | 489,284 | [
"java",
"variable-assignment"
] |
4,156,155 | 1 | 4,161,757 | null | 1 | 3,364 | I have an asp.net button on a web page.
The OnClientClick code disables the button so that the user cannot submit more than once.
It also changes the text of the button to "Please wait..."
All good so far!
Trouble is, because it is getting disabled the "Please wait..." text looks rubbish...
How can I style the butto... | Styling a button using javascript & OnClientClick | CC BY-SA 2.5 | 0 | 2010-11-11T15:38:42.657 | 2010-11-12T11:10:01.150 | 2010-11-12T11:10:01.150 | 176,600 | 176,600 | [
"javascript",
"asp.net",
"css",
"onclientclick"
] |
4,156,447 | 1 | 4,157,519 | null | 0 | 95 |
## The layout

I really dont have any idea of where to begin to make this with DIVs or with tables specially with the fact that i need a top-backgroud and a botton-background. Please i need orientation with this, if you can make the css with the names i put on the im... | How to make this layout? | CC BY-SA 3.0 | null | 2010-11-11T16:07:27.183 | 2012-06-30T12:08:28.550 | 2012-06-30T12:08:28.550 | 533,552 | 310,648 | [
"css",
"layout"
] |
4,156,476 | 1 | 4,163,829 | null | 3 | 1,957 | Right, since watching [Rasmus Lerdorf's talk on PHP performance](http://about.digg.com/blog/rasmus-lerdorf-php-performance) I've been wanting to profile the ERP / Accounting application I am working on, not least because I know there are performance issues with it, profiling should highlight the major problems for me t... | xdebug, having problems with profiler output | CC BY-SA 2.5 | 0 | 2010-11-11T16:09:43.933 | 2010-11-12T10:46:04.350 | 2010-11-12T09:58:32.080 | 80,111 | 80,111 | [
"php",
"performance",
"optimization",
"xdebug"
] |
4,156,478 | 1 | 5,346,867 | null | 1 | 13,247 | I am trying to use AddThis button on a web page of mine, which you can share, like (facebook), and tweet (twitter) -

the AddThis code is pretty straight forward below,
```
<!-- AddThis Button BEGIN -->
<div id="share" class="addthis_toolbox addthis_default_style ">
<a... | AddThis button + Facebook Like button | CC BY-SA 3.0 | 0 | 2010-11-11T16:09:51.707 | 2013-01-03T20:57:55.800 | 2013-01-03T20:57:55.800 | 21,062 | 413,225 | [
"facebook",
"facebook-like",
"addthis"
] |
4,156,704 | 1 | 4,157,719 | null | 1 | 951 | I'm trying to draw a bunch of rectangles in an NSView which is inside an NSScrollView. The code is working pretty well, but it seems like the computer is drawing at the wrong points.
When I use `NSLog()` to log the current `x` and `y` the values are right, but when I look at my view, there is extra space added before ... | Drawing in Cocoa, wrong xy value | CC BY-SA 2.5 | null | 2010-11-11T16:31:18.067 | 2010-11-11T18:06:55.500 | null | null | 262,660 | [
"objective-c",
"cocoa",
"macos",
"drawing",
"nsview"
] |
4,157,226 | 1 | 4,157,475 | null | 1 | 803 | I'm trying to display some very simple data using Google Charts API.
My data are a serie of X,Y points:
(1,44) (2,46) (3,46) (4,43) (5,46) and (6,44).
X-axis : from 0 to 300, step 50
Y-axis : from 1 to 50, step 5
I should end up with a line almost in the top, to the left, of the chart (43-46 are near 50).
But here... | google charts api : wrong axis with LXY chart? | CC BY-SA 2.5 | null | 2010-11-11T17:23:14.947 | 2010-11-11T17:44:24.377 | null | null | 446,576 | [
"google-visualization"
] |
4,157,254 | 1 | 4,158,316 | null | 0 | 90 | How can I make my website look more like the second image presented below? (Notice the left margin in the second image, versus no margin in the first one.)
[http://fotografcim-2.hosting.parking.ru/](http://fotografcim-2.hosting.parking.ru/) (This is a demo site.)
No margin:
 {
setTitle("Tabbed Pane");
setSize(300,300);
JTabbedPane jtp = new JTabbedPane(... | How to switch tabs in jTabbedPane by clicking a Button? | CC BY-SA 3.0 | 0 | 2010-11-11T17:27:52.257 | 2022-04-24T20:32:23.230 | 2015-07-09T04:39:10.100 | 5,030,083 | 326,878 | [
"java",
"swing",
"jtabbedpane"
] |
4,157,398 | 1 | null | null | 2 | 1,363 | I’m currently trying to make my C# application look better when run within Windows Vista or Windows 7. By default, Windows Forms applications use the font, which does not link properly to Asian clear type fonts such as .
To fix this issue, I set all the fonts to (or `SystemFonts.MessageBoxFont`) instead. This works ... | ComboBox with Segoe UI and Japanese text | CC BY-SA 2.5 | 0 | 2010-11-11T17:36:54.883 | 2013-09-02T06:33:31.790 | 2012-04-29T20:38:41.117 | 1,079,354 | 427,077 | [
"winforms",
"unicode",
"fonts",
"combobox",
"cleartype"
] |
4,158,171 | 1 | 4,158,211 | null | 6 | 1,559 | I have a C# application that uses Click-Once to install(puts an icon on the desktop that points to the application) itself on computers on the network. I have recently been integrating NHibernate into the program and everything runs smooth on my box. Its ready for internal testing and I need to put it on our network s... | Application Trust Level on Network Drive for Nhibernate C# Application | CC BY-SA 2.5 | null | 2010-11-11T18:57:51.330 | 2022-01-29T09:44:41.867 | 2022-01-29T09:44:41.867 | 5,779,732 | 337,422 | [
"c#",
"activerecord",
".net-3.5",
"full-trust"
] |
4,158,234 | 1 | 4,158,278 | null | 0 | 1,041 | I am not sure what this style is called, but I guess you can call it stripped colors:
So basically one color for the first row, another color for the next row, and repeat.
Btw this image shows a ListView but I am trying to do it for a TreeView, so when you expand/collapse a node, it should still look correct.
I imag... | How can I set a WPF TreeView cells in this style? | CC BY-SA 2.5 | null | 2010-11-11T19:04:45.943 | 2022-01-29T09:07:15.167 | null | null | 51,816 | [
"c#",
".net",
"wpf",
"treeview"
] |
4,158,230 | 1 | 4,177,932 | null | 1 | 1,263 | If I set `<compilation targetFramework="4.0">` in web.config, Visual Studio 2010 shows all Linq extension methods in ASPX files (not codebehinds). But when I change my project to target 3.5 (which supports Linq extension methods) Visual Studio removes the previously mentioned attribute in web.config, but Linq intellise... | Visual Studio 2010, Linq extension methods and framework 3.5 | CC BY-SA 2.5 | 0 | 2010-11-11T19:04:19.987 | 2011-02-22T10:35:37.260 | 2017-05-23T12:07:02.087 | -1 | 75,642 | [
"linq",
"visual-studio-2010",
".net-3.5",
"intellisense"
] |
4,159,013 | 1 | 4,159,836 | null | 2 | 379 | I've got this strange bug in my app. I'm making a subview and drawing it over the top of my main view. To get rid of it I'd just hide it. Here's the problem: There I can see part of the view underneath peeking through the bottom in a line that seems to be the same size as the status bar. I've put how I'm adding my... | Subview is showing the main view underneath | CC BY-SA 2.5 | null | 2010-11-11T20:36:03.210 | 2010-12-06T19:13:51.353 | 2010-12-06T19:13:51.353 | 456,851 | 456,851 | [
"iphone",
"objective-c",
"uiview",
"subview",
"statusbar"
] |
4,159,337 | 1 | 4,159,512 | null | 1 | 3,642 | I have a TableLayout with 3 TableRows, each TableRow has 3 ImageViews. Each ImageView has fitCenter for Scale type, and a weight and width per this stackoverflow [answer](https://stackoverflow.com/questions/2865497/xml-table-layout-two-equal-width-rows-filled-with-equally-width-buttons/2865558#2865558). Now all the ima... | TableRow heights getting blown out | CC BY-SA 2.5 | null | 2010-11-11T21:14:55.490 | 2010-11-11T21:35:24.170 | 2017-05-23T12:13:26.330 | -1 | 482,494 | [
"android",
"imageview",
"tablelayout",
"tablerow"
] |
4,159,358 | 1 | null | null | 3 | 758 | i know i might be asking the same question as other used to ask but i'm really confused with when to use ID and class. I have googled about it and read some posted questions on Stackoverflow here as well but still have doubt about it. I understand that ID can only be used once in a page and class can be use more than o... | Class vs. ID in css (confusion) | CC BY-SA 2.5 | null | 2010-11-11T21:18:55.240 | 2012-11-03T18:38:41.803 | 2010-11-11T21:35:13.500 | 324,753 | 324,753 | [
"html",
"css"
] |
4,159,434 | 1 | 4,159,545 | null | 0 | 264 | Go this tag:
`<a href="javascript:{}" onclick="document.getElementById('_paypal').submit(); return false;"><span id="order_now_btn">Order Now</span></a>`
Here's the CSS:
```
#order_now_btn {
background: transparent url("../images/order_now_btn.gif") 0 0px no-repeat;
height: 33px;
width: 111px;
display: block;
... | CSS image button not right | CC BY-SA 2.5 | null | 2010-11-11T21:26:16.300 | 2010-11-11T21:40:19.320 | 2020-06-20T09:12:55.060 | -1 | 338,403 | [
"css",
"image",
"button"
] |
4,159,601 | 1 | 4,159,619 | null | 1 | 798 | I've written small tcp socket client and server applications. Server sends text msg to client.
Part of servers code:
```
new_sock.Send(Encoding.UTF8.GetBytes("efgh"));
```
Part of clients code:
```
byte[] buffer = new byte[100];
int count = sock.Receive(buffer);
sock.Close();
textBox_received.Text = Encoding.U... | Strange characters in textbox after receiving via socket | CC BY-SA 2.5 | null | 2010-11-11T21:46:41.703 | 2010-11-11T21:51:42.590 | null | null | 43,842 | [
"c#",
"wpf",
"sockets"
] |
4,159,857 | 1 | null | null | 28 | 21,008 | I have a WPF app - an XBAP - with a ComboBox on the main page. When I select an item in the ComboBox, an event handler rebuilds a collection which is the data source for a listbox. Seems like pretty simple stuff, all stuff I've done in WPF before.
This is what my dropdown looks like after selecting an item from the ... | Mysterious red border appears around ComboBox | CC BY-SA 2.5 | 0 | 2010-11-11T22:22:38.957 | 2021-04-10T07:09:53.810 | null | null | 20,846 | [
"wpf",
"xbap"
] |
4,159,867 | 1 | 4,160,497 | null | 2 | 676 | I recently tried adding parallax occlusion mapping to my landscape renderer and it looks and works fine, but I've faced some problems.
Here are 2 images


These are obviously the result of the ray approximation, which... | Parallax shader | CC BY-SA 2.5 | null | 2010-11-11T22:23:41.703 | 2010-11-12T00:08:13.600 | 2010-11-11T23:03:22.730 | 346,332 | 346,332 | [
"c++",
"mapping",
"shader",
"occlusion"
] |
4,160,207 | 1 | null | null | 3 | 9,371 | I have an app that uses a UIViewController to display articles in a UIWebView, some of which have images. I have it set up so that when an image is clicked it calls
```
- (void)displayImage:(NSInteger)i {
ImageViewController * imageVC = [[ImageViewController alloc] initWithImageId:i];
[self.navigationController pushVi... | UIWebView not autoresizing to fit screen | CC BY-SA 2.5 | null | 2010-11-11T23:15:20.883 | 2012-12-28T19:06:21.477 | 2010-11-12T18:29:20.383 | 129,753 | 129,753 | [
"iphone",
"objective-c",
"uiviewcontroller",
"autoresize"
] |
4,160,224 | 1 | null | null | 24 | 29,732 | Is there program that allows output of a git-diff command to be explored in a GUI?
What i am looking for is something similar to the how SmartGit displays its view of the differences between the working copy and the HEAD. Where each of the files that are different to the HEAD are displayed and the diff for the focused... | Explore git-diff output in a GUI? | CC BY-SA 2.5 | 0 | 2010-11-11T23:17:16.107 | 2021-05-24T12:15:07.070 | null | null | 4,474 | [
"git",
"git-diff"
] |
4,160,608 | 1 | 4,160,671 | null | 0 | 8,754 | I am trying to make this picture showing but I had no success.
If I do
```
$.blockUI.defaults.message = '<img src="../images/blockUI_Loader.gif" />';
```
I get from fiddler

If I do
```
$.blockUI.defaults.message = '<img src="../_assets/images/blockUI_Loader.gif" ... | relative path in javascript external file | CC BY-SA 2.5 | 0 | 2010-11-12T00:29:29.240 | 2010-11-12T01:24:09.743 | 2010-11-12T00:43:14.210 | 431,537 | 431,537 | [
"javascript",
"url",
"relative-path"
] |
4,160,983 | 1 | null | null | 2 | 2,051 | I am generating a crystal report and using a C# prog to break or "burst" the file in to individual pdf's (using this prog.... [Crystal Reports "File Break"](https://stackoverflow.com/questions/1822120/crystal-reports-file-break) )
When move the PageHeader section to the "Report Head" section, the details part of cry... | Crystal report to pdf's not generating as seen in Preview of Crystal Reports | CC BY-SA 2.5 | 0 | 2010-11-12T01:55:00.983 | 2011-03-03T18:42:24.407 | 2020-06-20T09:12:55.060 | -1 | 284,767 | [
"crystal-reports",
"pdf-generation"
] |
4,161,113 | 1 | 4,161,129 | null | 1 | 633 | My program compiles and runs correctly but after the execution, my program crashes.

Below is my code:
```
public class Hi
{
public static void main (String[]args)
{
System.out.println("Hi");
}
}
```
Can anyone help me regarding this...... | Why does my java program crashes? | CC BY-SA 2.5 | null | 2010-11-12T02:28:19.817 | 2010-11-12T02:54:18.323 | null | null | 396,335 | [
"java"
] |
4,161,511 | 1 | 4,466,668 | null | 1 | 1,254 | I followed most of the suggestions that I found online but I still got this error when I start integrating TFS and SP

I dont have firewall thats why it does not make sense, any idea why this is happening. My settings on Sharepoint Web Applications is

I am using Qt Creator 2.01 on Ubuntu 10.10 64-bit.
| Where is QWebView? | CC BY-SA 2.5 | null | 2010-11-12T05:18:34.323 | 2010-12-21T16:36:15.920 | null | null | 193,619 | [
"qt",
"qt-creator",
"qwebview"
] |
4,162,020 | 1 | 6,531,522 | null | 76 | 29,504 | Let me start right off the bat by saying that I know this is not the best solution. I know it's kludgy and a hack of a feature.
This question/work builds off [some discussion on Quora with Andrew Bosworth](http://www.quora.com/What-are-best-practices-for-building-something-like-a-News-Feed), creator of Facebook's new... | How can I improve this PHP/MySQL news feed? | CC BY-SA 2.5 | 0 | 2010-11-12T05:55:33.633 | 2022-08-29T08:57:48.327 | 2010-11-12T06:01:41.620 | 373,496 | 373,496 | [
"php",
"mysql",
"web-applications",
"feed"
] |
4,162,157 | 1 | 4,242,839 | null | 11 | 8,985 | We want to create a screen which should have different list views and the user can slide (Left or right) to view another list view (just like in TweetDeck and in home screen on some Android OS version). There is also a list of dots which identify how many list views are there.
Please refer to the screen shot.
![alt te... | How to create a slider screen (As in Tweetdeck) in Android? | CC BY-SA 2.5 | 0 | 2010-11-12T06:24:41.017 | 2012-02-21T16:40:13.157 | null | null | 231,849 | [
"android",
"screen"
] |
4,162,327 | 1 | 4,163,147 | null | 2 | 1,636 | So I am trying to have a message displayed when the input is invalid, suppose I want something other than a `ToolTip`, something that stays until the error is corrected. I tried having an `ErrorTemplate`
```
<Style TargetType="{x:Type TextBox}">
<Setter Property="Validation.ErrorTemplate">
<Setter.Value>
... | Displaying Errors, Having Controls After to Move Downwards | CC BY-SA 2.5 | null | 2010-11-12T07:02:50.087 | 2011-08-13T15:57:24.353 | 2011-08-13T15:57:24.353 | 305,637 | 292,291 | [
"wpf",
"validation",
"templates",
"styles"
] |
4,162,631 | 1 | 4,164,723 | null | 4 | 726 | is there an Android control for getting the user to slide something on the screen? Here's a mockup of the kind of widget I am looking for, in two states:

| control for "slide to unlock" -type use-cases | CC BY-SA 2.5 | 0 | 2010-11-12T07:57:51.877 | 2011-06-27T11:14:43.433 | null | null | 15,721 | [
"android"
] |
4,162,781 | 1 | null | null | 1 | 1,273 | I am searching for a way to make this:

As you see, my aim is to build something in explorer UI. Also, it looks very like like the Control Panel stuff.
I would like to get code example how to do this C# (which is my "primary" language), C++ or any other programming lang... | Windows explorer like application | CC BY-SA 2.5 | 0 | 2010-11-12T08:26:56.750 | 2022-02-05T09:06:11.357 | 2010-11-12T11:33:35.843 | 366,904 | 175,908 | [
".net",
"windows",
"user-interface",
"explorer"
] |
4,162,837 | 1 | null | null | 0 | 196 | 
I know `0D 0A` means new line,What's `09 09 09 09 09 09 09 3F` ?
It's from UTF-8.
| What's the hex for? | CC BY-SA 2.5 | null | 2010-11-12T08:36:20.427 | 2010-11-12T08:46:01.663 | 2010-11-12T08:46:01.663 | 477,822 | 477,822 | [
"character-encoding"
] |
4,163,299 | 1 | null | null | 0 | 1,355 | Will datetime datatype in a table column(last_modified_timestamp) update the current time automatically?
i have a table column as shown below , i need to know whether it will insert the current time in the column automatically?
How i know currently i have default settings in my table?
i changed it to insert ...not f... | Will datetime datatype in a table column update the current time automatically? | CC BY-SA 2.5 | null | 2010-11-12T09:41:45.100 | 2010-11-12T22:22:53.943 | 2010-11-12T09:48:23.007 | 106,528 | 106,528 | [
"sql",
"sql-server",
"sql-server-2005",
"tsql"
] |
4,163,637 | 1 | 4,163,805 | null | 4 | 26,806 | My Boss give me an image (please see below) and told him I would make his site look the same. Here is my code, but it doesn't look like the image:
HTML
```
<div class="clearfix" id="footer">
<ul>
<li><a href="/pages/facility">Become a Virtual Active Facility</a></li>
<li><a href="/pages/about">About Us</... | Gradient from transparent to color in CSS | CC BY-SA 3.0 | 0 | 2010-11-12T10:22:40.613 | 2016-07-17T23:01:14.070 | 2012-11-23T08:07:27.093 | 278,666 | 278,666 | [
"html",
"css"
] |
4,163,948 | 1 | 4,186,155 | null | 2 | 4,170 | I'm trying to get this to work with code in a ViewController's view:

but I can't get it to work.
I've tried
```
-(void)loadView {
UIView *contentView = [[[UIView alloc] init] autorelease];
self.view = contentView;
UIButton *button = [UIButton buttonWithT... | Trouble with autoresizingMask and fixed margins | CC BY-SA 2.5 | null | 2010-11-12T11:00:46.427 | 2011-07-14T00:56:25.740 | 2010-11-15T15:19:49.900 | 76,186 | 76,186 | [
"iphone",
"ios",
"autoresize",
"autoresizingmask"
] |
4,164,011 | 1 | 4,164,063 | null | 3 | 10,046 | I created a Java project that contains three configuration file
- - -
I put these three files into a resource folder.
Then I created a jar file of my project. This jar file is added to another project. It isn't able to find the correct location of the configuration files.
My file structure:

Now i want Place web app in IIS default website not virtual directory or enable site textbox for ent... | web setup project - Place web app in IIS default website not virtual directory | CC BY-SA 2.5 | 0 | 2010-11-12T12:16:17.940 | 2010-11-15T11:14:04.643 | null | null | 379,737 | [
"iis-6",
"setup-deployment",
"web-setup-project"
] |
4,164,599 | 1 | null | null | 4 | 399 | I've developed a simple windows forms application to capture the windows of a video chat application (inbound, aka Remote, and outbound, aka Local).
I use unmanaged Windows API code for this. Here is the Capture code:
```
// Set Local Window
localHandle = FindWindow(null, "local");
// Backup parent window for local
pr... | What is the best way to capture an application window in C#? | CC BY-SA 2.5 | null | 2010-11-12T12:28:37.910 | 2012-11-06T10:05:02.483 | null | null | 135,514 | [
"c#",
"winapi",
"unmanaged"
] |
4,164,689 | 1 | 4,164,725 | null | 7 | 6,774 | 
I want to hide HTML Button selection like in above image whenever i click on buttons from 1 to 25 Its shows that it is selected like now I want to hide this for security purpose how can i do this any idea will help me
| how to hide HTML button selection? | CC BY-SA 2.5 | 0 | 2010-11-12T12:37:53.870 | 2011-07-15T13:08:27.650 | 2010-11-12T12:42:24.997 | null | 435,559 | [
"html",
"css"
] |
4,165,767 | 1 | 4,165,784 | null | 0 | 651 | see the application bar in WP7, for example this one : 
You have the + icon and the - icon. On the right, there's three dot ...
How can I remove them (I found them ugly) and the fonctionnaly ?
Thanks in advance for any help
| Remove three dot of applicationbar in WP7 | CC BY-SA 2.5 | null | 2010-11-12T14:46:42.633 | 2011-11-10T09:39:20.163 | null | null | 491,723 | [
"silverlight",
"windows-phone-7"
] |
4,166,002 | 1 | null | null | 4 | 11,023 | I have a ExtJS page that is outputting the following DOM.
I want to select a specific element so that I can respond to a click on it.
However, the following code never selected the elements that are built with the extJS library. JQuery can't seem to select them either.
ExtJS can't even find an element that is define... | How can I select elements in ExtJS? | CC BY-SA 2.5 | 0 | 2010-11-12T15:12:15.277 | 2012-11-15T02:28:31.877 | 2010-11-12T15:57:22.247 | 4,639 | 4,639 | [
"extjs",
"event-handling"
] |
4,166,114 | 1 | 4,184,884 | null | 3 | 278 | After publishing my XBAP application, I am missing all (or some) TextBlocks. It looks like this:

The buttons should be labeled, there should be various TextBlocks all over the main screen.
To make things more strange:
- - - - -
Any Ideas what might be cau... | XBAP: Missing texts in published version | CC BY-SA 2.5 | 0 | 2010-11-12T15:24:33.417 | 2010-11-15T13:38:37.163 | 2010-11-15T10:53:54.560 | 276,070 | 276,070 | [
"c#",
".net",
"wpf",
"xbap"
] |
4,166,217 | 1 | 4,185,737 | null | 0 | 532 | I have a question about WiX installers
Currently if the user selects Custom Setup, they get this screen. It defaults to having nothing selected to install, but the “Next” button is still enabled. If the user clicks “Next” when nothing is selected, the installation attempts to proceed, but encounters throws and excep... | How to make WiX custom setup items selected for install by default? | CC BY-SA 2.5 | null | 2010-11-12T15:35:39.743 | 2010-11-15T15:14:24.593 | null | null | 381,422 | [
"installation",
"wix"
] |
4,166,400 | 1 | null | null | 3 | 9,386 | i have an dynamic image gallery to display, using PHP...

the style & positioning should be that if there is not enough space for a whole div, like in the image above, then the DIVs in the row should position them like the following

Something similar to [this](http://www.codeproject.com/KB/WPF/wpf_datagrid_filter.aspx) (the given example uses a ... apparently abandoned by Microsoft...)
XAML
```
<Canvas>
... | Filter a DataGrid on a Text box | CC BY-SA 4.0 | 0 | 2010-11-12T15:52:39.830 | 2018-11-15T23:15:07.713 | 2018-11-15T23:15:07.713 | 102,937 | 185,593 | [
"wpf",
"datagrid",
"wpfdatagrid"
] |
4,166,545 | 1 | 4,167,721 | null | 7 | 9,041 | This one's really kicking my backside. I have a form, spawned and owned by the main form of the application, that is used for searching records. The form is laid out in a docked TableLayoutPanel, with a combination of Absolute and Percentage-sized rows/columns so that my labels stay the same size while the data entry a... | Anchored controls won't resize when window is resized (56k beware) | CC BY-SA 2.5 | 0 | 2010-11-12T16:05:59.230 | 2012-12-02T23:04:44.927 | 2017-05-23T12:09:13.380 | -1 | 436,376 | [
"c#",
"winforms",
"datagridview",
"mouseevent"
] |
4,168,033 | 1 | 4,282,265 | null | 3 | 5,500 | I need to know if I'm doing the things in a wrong way.
I have the following project structure (a pretty standard one):

then I've configured `javah` as external tool like this:

When I run the external tool on `OSManage... | Using javah -jni with an Eclipse project structure | CC BY-SA 2.5 | 0 | 2010-11-12T18:50:24.250 | 2010-11-26T03:04:46.163 | null | null | 259,562 | [
"java",
"eclipse",
"java-native-interface",
"external-tools"
] |
4,168,069 | 1 | 4,169,649 | null | 5 | 1,201 | I have a menu very similar to the menu here on StackOverflow. The problem is that my menu looks right in every browser I've tested it on EXCEPT for my iPhone.
Here is a screenshot of the iPhone

Now obviously the "Add Event" button is supposed to be the same size as... | Menu Layout works in all browsers EXCEPT iPhone | CC BY-SA 2.5 | 0 | 2010-11-12T18:54:58.947 | 2010-11-12T22:29:45.083 | 2010-11-12T20:49:46.387 | 124,069 | 124,069 | [
"iphone",
"safari",
"css"
] |
4,168,289 | 1 | 4,175,934 | null | 2 | 757 |
## Background
- Multi threaded Core Data application - `NSTreeController` and `NSOutlineView` with bindings- Creates children objects in an NSOperation on a background context- Merges into main context using `mergeChangesFromContextDidSaveNotification`

## Proble... | Core Data: Merging children added on a background context is funky | CC BY-SA 2.5 | 0 | 2010-11-12T19:23:32.103 | 2010-11-14T02:45:46.887 | 2010-11-12T19:32:43.147 | 69,749 | 60,131 | [
"objective-c",
"multithreading",
"cocoa",
"core-data",
"nsoperation"
] |
4,168,615 | 1 | null | null | 0 | 2,353 | I need to make a menu that looks like this:

The upper entries need to have a right margin of (lets say) 20px.
Problem arises, when I add the sub-menus, especially like the red one with the «large Menu-Entry». The top menu needs to stay in place and all the sub-menus n... | css - oversized div within small div | CC BY-SA 2.5 | null | 2010-11-12T20:05:06.983 | 2010-11-13T13:33:42.457 | 2010-11-13T04:08:04.907 | 424,706 | 424,706 | [
"css"
] |
4,168,657 | 1 | 4,168,719 | null | 2 | 1,656 | My table headers contain links that, when clicked, make an AJAX call to change the sort order.
```
<tr><th><a href="Name" style="display:block;">Name</a></th></tr>
```
This is great, I can click anywhere within the table header to activate the link.
Now I want to add sort arrows to indicate the sort order.
```
<tr... | How can I remove the underline of a linked image in Firefox and Chrome? | CC BY-SA 2.5 | 0 | 2010-11-12T20:10:50.700 | 2010-11-12T20:32:52.953 | null | null | 274,837 | [
"css"
] |
4,169,159 | 1 | null | null | 6 | 1,600 | I'm having a strange problem when resizing a canvas' parent, which happens to be a ChildWindow.
From a high level, this is what I'm trying to do when a user clicks on a button:
1. Unhide a row, by setting the RowDefinition height from 0 to something larger.
2. Resize the canvas, since everything inside is taller.
3.... | Resizing ChildWindow height on-the-fly in Silverlight causes strange behavior | CC BY-SA 2.5 | 0 | 2010-11-12T21:25:37.943 | 2010-11-12T22:02:48.087 | null | null | 107,877 | [
"silverlight",
"xaml",
"silverlight-4.0",
"f#"
] |
4,169,266 | 1 | null | null | 14 | 51,083 | I used Netbeans to create a Spring MVC 3.0 app. I have a simple controller and JSP view. The JSP view appears correctly except for an image that doesn't render. My directory structure looks like this:

In my Home.jsp page, the image that doesn't render is referenced l... | Where to place images/CSS in spring-mvc app? | CC BY-SA 2.5 | 0 | 2010-11-12T21:39:04.340 | 2015-03-30T09:59:23.173 | null | null | 3,401 | [
"spring-mvc"
] |
4,169,355 | 1 | 4,169,406 | null | 27 | 27,387 | I've been creating stored procedures using Oracle SQL developer.
For some reason, one of the icons does not contain a green circle. What gives? What does this non-green icon mean?

| What does this Oracle SQL Developer icon mean on my stored procedure? | CC BY-SA 2.5 | 0 | 2010-11-12T21:48:01.587 | 2012-03-15T03:38:18.280 | null | null | 28,351 | [
"oracle",
"stored-procedures",
"oracle-sqldeveloper"
] |
4,169,769 | 1 | 4,169,862 | null | 2 | 334 | I am attempting to use the FileDialog construct in VBA to display a list of available files the user may want to open. I would like to also steer the user towards some common folders in which they typically will find the type of content they are looking for. So far I have come short on locating a method to place a link... | How to create custom links in the Application.FileDialog using VBA? | CC BY-SA 2.5 | 0 | 2010-11-12T22:50:44.820 | 2010-11-13T21:46:00.397 | 2010-11-12T22:57:40.353 | 3,155 | 3,155 | [
"ms-access",
"vba",
"dialog",
"hyperlink",
"openfiledialog"
] |
4,169,883 | 1 | 4,174,368 | null | 1 | 1,458 | I'd like to have my `NSSegmentedControl` with a segment selected when enabled and with no segment selected while disabled (the kind of behavior that the view NSSegmentedControl in iTunes has).
Here some images:

enabled and selected
. Ive implemented `MouseListener` on this new component and this is where my problem arises. My widget changes image on hover, click etc except my `Mo... | Java swing JComponent "size" | CC BY-SA 3.0 | null | 2010-11-13T00:13:53.117 | 2011-11-15T03:03:15.180 | 2011-11-15T03:03:15.180 | 418,556 | 490,571 | [
"java",
"user-interface",
"swing",
"jcomponent",
"mouselistener"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.