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,129,795
1
4,129,821
null
0
85
I have the code below (I know this is only one function out of a bunch of code but hopefully it is enough). The console is giving the error "Cannot read property 'value' of undefined" for the `var userAnswer = currentBlank.value;`. The applicable DOM (I think the DOM will be more useful than the html source) is directl...
Can anyone see something wrong with this javascript code?
CC BY-SA 2.5
0
2010-11-09T01:49:33.693
2010-11-09T01:53:43.670
null
null
407,756
[ "javascript" ]
4,130,191
1
4,130,391
null
0
2,009
I'm looking to create a web based "bulletin board" so to speak, where the user can create/delete/drag/drop 'pins'--without being allowed to overlap 'pins.' Here is a diagram that should help illustrate what I'm trying to create: - - - ![Diagram](https://i.stack.imgur.com/kU2sF.jpg) I found [GameQuery](http://gameq...
Creating a web based "bulletin board pin map" using Jquery; drag/drop/collisions/etc
CC BY-SA 4.0
null
2010-11-09T03:13:46.093
2019-09-23T09:30:35.747
2019-09-23T09:30:35.747
13,860
371,525
[ "javascript", "jquery", "collision-detection" ]
4,130,306
1
4,131,954
null
1
725
In Drupal , Am using node_delete function for delete the node, After deleted by default it showing the success message in green color text and white background ![alt text](https://i.stack.imgur.com/EyRWr.jpg) How can I change the default delete message to read > Delete Success
drupal node_delete change default message success
CC BY-SA 2.5
null
2010-11-09T03:37:11.597
2010-11-09T09:04:40.590
2010-11-09T08:44:01.087
56,672
246,963
[ "drupal", "drupal-6", "drupal-modules" ]
4,130,734
1
null
null
0
727
i have installer project working fine on development machine(32 bit) but when i move it to the production server it crashes. the error is related to mscorlib.dll(file not found exception clr20r3). the snapshot of exception for ur refrence is attached. i have tried repairing/ re installing framework 3.5.![alt text](ht...
filenot found exception for mscorlib.dll
CC BY-SA 2.5
0
2010-11-09T05:14:51.710
2010-12-06T18:13:26.627
2010-12-06T18:05:33.987
21,234
331,384
[ ".net" ]
4,131,015
1
4,241,517
null
8
13,764
I installed the [RSE plugin](http://download.eclipse.org/dsdp/tm/updates/2.0/) in Eclipse intending to either use SSH or FTP to work with files on a remote machine. I set up both an SSH and FTP connection, but neither works. For example, here is what happens when I connect using FTP: ![alt text](https://i.stack.imgur...
How to use RSE plugin in Eclipse?
CC BY-SA 3.0
0
2010-11-09T06:20:33.613
2012-12-17T15:45:27.943
2012-12-17T15:45:27.943
805,923
193,619
[ "eclipse", "ftp", "eclipse-rse" ]
4,131,178
1
4,131,481
null
0
1,409
How can add items from a `ListView` to a `RichTextBox` programmatically? For example in this image shown below, I want the `ListViewItem` instances from specified columns to be shown in a `RichTextBox` and I want them to be formatted as a table. How can I do that? In the image below, I typed the values into the `Rich...
Format ListViewItems in a RichTextBox
CC BY-SA 3.0
0
2010-11-09T06:55:53.170
2013-02-02T22:07:58.593
2013-02-02T22:07:58.593
1,921,273
416,801
[ "c#", "winforms", "listview", "richtextbox" ]
4,131,210
1
4,147,180
null
3
2,270
Guys, I've tryied all and had not success. ``` ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:[NSURL URLWithString:self.urlString]]; request.delegate = self; [request setDefaultResponseEncoding:NSUTF8StringEncoding]; [request setResponseEncoding:NSUTF8StringEncoding]; [request setRequestMethod:@"PUT"]; [r...
Encoding problem with ASIHttpRequest response
CC BY-SA 2.5
null
2010-11-09T07:02:02.483
2010-11-10T17:24:52.390
null
null
72,766
[ "iphone", "xml", "utf-8", "asihttprequest", "basecamp" ]
4,131,220
1
4,220,487
null
13
10,914
In my application,I have to load volumedata from set of images (MRC images) and keep the pixel data in memory.(images are grayscaled ,so one byte per pixel). My development environment is QT framework ,MinGW for Windows and GCC for Linux. At the moment,I use a simple data structure to store volumedata as : ``` unsig...
Data structure to store huge amount of data?
CC BY-SA 3.0
0
2010-11-09T07:03:58.173
2013-04-18T05:19:19.890
2013-04-18T05:19:19.890
664,177
180,904
[ "c++", "memory", "data-structures", "dynamic-memory-allocation" ]
4,131,597
1
5,962,716
null
4
1,589
Assume the following class definitions. ``` public enum ContentType { Playlist, Audio, Video, Picture } public interface IDataProvider { string Name { get; } } public class ProviderList : List<IDataProvider> { } public class MainViewModel { ...
WPF ContextMenu Dictionary<Key, List<Value>> databinding
CC BY-SA 2.5
0
2010-11-09T08:13:43.457
2011-05-11T10:23:45.133
2010-11-10T10:39:20.407
490,018
490,018
[ "wpf", "data-binding", "menu", "icommand" ]
4,131,719
1
4,158,863
null
5
3,291
I want to create a special kind of selection, in which the image darkened and in part which user is selecting, the real Image is shown. You can see an Example: ![Example](https://i.stack.imgur.com/VDh2r.jpg) I found two approaches for implementing this: 1. Implementing a control which show the darkened image. When ...
Create a special visual selection tool for Image
CC BY-SA 2.5
0
2010-11-09T08:31:26.907
2010-11-13T04:30:45.520
2010-11-10T05:51:13.507
177,006
177,006
[ "delphi", "winapi", "gdi", "window-management" ]
4,131,955
1
4,132,779
null
0
2,172
i m using jqGrid along with asp.net mvc2... the problem is that i m calling a grid on button click event.. now evertime if i click the button the grid is getting reloaded but the edit and refresh buttons are displayed more than once.. how to solve this problem? here is the image ![alt text](https://i.stack.imgur.com/Jt...
multiple edit and delete buttons on jqGrid reload
CC BY-SA 2.5
null
2010-11-09T09:04:41.263
2010-11-11T05:15:33.523
2010-11-10T11:48:08.017
21,234
218,554
[ "asp.net-mvc", "jqgrid" ]
4,131,980
1
null
null
1
1,065
I am confused with the handling of the response of the server, when submitting an AJAX request. What I would like to do, is an update of a table by clearing it and inserting the new ones. The following code of the controller gives a resonse to an ajax request, triples is a list: ``` def resultsAjax = { def triple...
Accessing the AJAX response and updating the table with new values
CC BY-SA 3.0
null
2010-11-09T09:08:00.013
2013-12-26T20:27:01.023
2013-12-26T20:27:01.023
13,295
371,764
[ "ajax", "grails" ]
4,132,157
1
4,135,861
null
2
1,038
I have a query,which works in ORACLE but doesn't work in SQL SERVER 2005...How can I convert this query to work in SQL SERVER 2005. ``` select user_name , url , count(*) ,first_value(count(*)) over (partition by user_name order by count(*) desc) max_total from ...
Analytical Functions in Sql server 2005
CC BY-SA 2.5
null
2010-11-09T09:30:48.703
2010-11-09T16:12:39.590
2010-11-09T13:21:20.200
445,540
445,540
[ "sql-server-2005", "oracle" ]
4,132,257
1
4,819,439
null
0
229
I have a collection class. Say CellCollection, which contains Cells which contains a collection called Cell. ![alt text](https://i.stack.imgur.com/Q5Mcl.png) If we do data binding it binds in linear manner. Like first cell11, cell12, cell13, cell14 then, cell21, cell22, etc., [Lets assume the collection size is sta...
How to perform Parallel DataBinding in WPF
CC BY-SA 2.5
0
2010-11-09T09:43:17.903
2011-01-27T17:03:18.580
null
null
270,190
[ "wpf", "data-binding", "binding" ]
4,132,309
1
null
null
4
902
I have a column chart which is grouped with a CategoryAxis. My problem is that when the columns are grouped together there is no spacing/margin between the columns. I have tried to apply a style with margin on the DataPoint, but the only this that does is to move all the columns but not applying a margin on each col...
WPF Charting ColumnSeries with CategoryAxis, margin between the Columns
CC BY-SA 2.5
null
2010-11-09T09:48:40.223
2012-03-18T11:51:12.807
2010-11-10T15:46:05.577
452,861
452,861
[ "wpf", "c#-4.0", "wpftoolkit" ]
4,132,313
1
4,132,807
null
0
572
Here is my code, from the search results page: ``` {if $listing.SalaryType!=''&& $listing.Salary!=''}<dt>Salary:</dt> <dd>{$listing.Salary} {$listing.SalaryType}</dd>{/if} ``` Which gives this output: ![Screenshot](https://i.stack.imgur.com/r6C6X.png) It says 'Array' instead of the correct value. Any idea where I ...
PHP/Smarty giving 'Array' instead of correct value?
CC BY-SA 2.5
0
2010-11-09T09:49:05.403
2010-11-09T12:21:14.440
2010-11-09T12:21:14.440
437,806
437,806
[ "php", "smarty" ]
4,132,349
1
9,818,844
null
2
692
Could anyone help me in assessing why the code below doesn't work. I'm using the common extension method for implementing Include when using IObjectset. In our repositories we were seeing this not returning correctly so I've isolated the code in test app as below. I've also included the interface based Context if th...
Trouble with Include extension on IObjectSet not working
CC BY-SA 2.5
0
2010-11-09T09:53:19.983
2013-09-24T17:59:56.707
null
null
355,389
[ "entity-framework" ]
4,132,392
1
4,134,046
null
1
467
Does anybody know how i can create a stacking list component (just like photoshop) where the first row starts at the bottom and the second on above the bottom and so on. Normally the list component works like this. 0 1 2 3 what i need is a list component that works like this 3 2 1 0 To illustrated my questio...
How can i create a Flex list component with the 0 rowIndex starting at the bottom instate of the top
CC BY-SA 2.5
0
2010-11-09T09:57:39.083
2010-11-10T06:27:11.820
2010-11-09T12:06:29.750
200,960
200,960
[ "apache-flex", "actionscript-3", "list", "flex3", "flex4" ]
4,132,473
1
4,132,641
null
3
287
Using Delphi 2009 on Windows XP to develop desktop application. Is there any way to make a windows dialog modal to a tab, instead of application. How can I achieve this? Threads? any frameworks supporting this? Something similar to ![alt text](https://i.stack.imgur.com/AXVpr.png) Thanks in advance. Kind Regard...
Tab-modality in windows application
CC BY-SA 2.5
0
2010-11-09T10:07:07.207
2010-11-09T21:03:06.377
2010-11-09T11:50:23.437
91,299
129,366
[ "delphi", "windows-xp" ]
4,132,587
1
4,132,819
null
1
485
I have an issue in IE6 (no surprise) where button elements are hovering in IE6 rather than being positioned correctly in Firefox, Chrome and Opera. This seems only to occur when clicking a non-selected tab. The CSS and JS are the latest versions of JQuery UI. Has anyone experienced this issue? [Edit] My apologies, I...
jQuery Tabs and Button in IE6
CC BY-SA 3.0
null
2010-11-09T10:22:04.260
2013-02-02T22:44:33.807
2013-02-02T22:44:33.807
1,921,273
464,566
[ "jquery", "jquery-ui", "jquery-ui-tabs", "internet-explorer-6" ]
4,132,631
1
4,132,654
null
0
64
This is my query ``` SELECT PadID FROM Pads WHERE ((RemoveMeDate='2001-01-01 00:00:00') AND (catid in (0,1,2,3,4,5,6,7,8,9,10,11)) AND ((ProgramName)<>'')) ORDER BY VersionAddDate DESC LIMIT 0,20; ``` Since I added ``` catID in (0,1,2,3,4,5,6,7,8,9,10,11) ``` Its slowed down a lot. I've tried... ``` SELECT P...
mySQL how can I speed up with function field > x and field < y
CC BY-SA 2.5
null
2010-11-09T10:26:55.870
2010-11-09T11:57:29.313
2010-11-09T11:22:11.533
450,456
450,456
[ "mysql" ]
4,132,704
1
4,171,661
null
8
15,804
I have problems with files encoding in Visual Studio 2008. While compiling I'm getting such errors: ![alt text](https://i.stack.imgur.com/KhDWd.jpg) When I'm trying to open file where particular error occures, encoding window appears: ![alt text](https://i.stack.imgur.com/7NSY7.jpg) By defualt auto-detect is set. W...
Visual Studio encoding problems
CC BY-SA 3.0
0
2010-11-09T10:35:33.070
2013-04-17T21:57:35.257
2013-04-17T21:56:47.660
270,315
270,315
[ "visual-studio", "visual-studio-2008" ]
4,132,749
1
null
null
0
1,580
I am using JFreeChart to generate bar charts. Everything is working find, but I have one very minor issue: the left side of the bar is overlapping the y-axis. I would prefer to have the bars sticking (but not overlapping) to the axis. If my description is unclear: everything would be perfect if the bars move 1 pixel to...
JFreeChart: bar overlaps y-axis
CC BY-SA 2.5
null
2010-11-09T10:39:14.067
2010-11-10T02:48:28.547
2010-11-09T12:16:12.313
79,505
79,505
[ "java", "jfreechart" ]
4,132,801
1
4,151,224
null
1
324
This is my object model: A Client can have many Projects (optional), but a Project must have only one Client (required). A MemoEntry can have only one Project (optional), and there can be different MemoEntry(s) with the same Project (optional). ![object model](https://i.stack.imgur.com/k4dJs.png) Upon Delete: - - -...
Deny rule in Core Data not working propertly
CC BY-SA 2.5
0
2010-11-09T10:46:17.260
2010-11-11T04:23:40.307
2010-11-11T04:23:40.307
432,539
432,539
[ "iphone", "core-data", "ios", "nsmanagedobjectcontext" ]
4,132,846
1
4,133,858
null
1
4,030
I have a Google Chart in my application and I have removed the axis lines, however because I am using a background image on my chart for faux axis / grid lines I need to add some padding to the chart image itself. I found the chma property in the Google Charts documentation, but it didn't seem to work the way I wanted...
Google Charts Line Chart Padding Issue
CC BY-SA 2.5
null
2010-11-09T10:53:38.700
2011-06-14T15:37:17.493
null
null
302,318
[ "charts", "google-visualization" ]
4,133,281
1
4,138,598
null
2
675
I'm trying to achieve this "effect" in cocoa (photo taken from Things.app from Cultured Code): ![alt text](https://i.stack.imgur.com/QVSt7.png)
iPhoto-style sidebar
CC BY-SA 2.5
null
2010-11-09T11:44:50.217
2010-11-09T21:03:46.877
null
null
220,935
[ "cocoa", "interface", "interface-builder" ]
4,133,250
1
4,133,279
null
2
7,451
I have this form: ![alt text](https://i.stack.imgur.com/P0Il2.jpg) Markup is: ``` <table style="width: 100%; padding:5px;"> <col style="width: 20%; text-align: left" /> <col style="width: 80%; text-align: left" /> <tr> <td> <div> Наименование</div> </td> <td> <dx:ASPxButtonEdi...
Html table indent problem
CC BY-SA 2.5
null
2010-11-09T11:40:37.943
2010-11-09T11:49:48.367
null
null
353,996
[ "html", "css" ]
4,133,458
1
4,145,465
null
-1
1,049
I'm really curious to know which off-the-shelf WPF library [this program](http://www.vectorvest.com/products/vvrt.aspx) is using for its web interface. I'd like to use a few of the components in a small, in-house .NET program I'm writing. Here is a couple of images showing the [program in question](http://www.vectorv...
Image recognition puzzle: Which off-the-shelf WPF library is this program using for its GUI?
CC BY-SA 2.5
null
2010-11-09T12:09:34.587
2010-11-10T14:24:10.817
2010-11-09T12:15:35.693
107,409
107,409
[ "wpf", "wpf-controls", "wpftoolkit" ]
4,133,510
1
4,136,521
null
16
21,747
In Matlab the command 'axis equal': > sets the aspect ratio so that equal tick mark increments on the x-,y- and z-axis are equal in size. This makes SPHERE(25) look like a sphere, instead of an ellipsoid However, when using the `loglog` plotting function, this doesn't work "properly". What I would like to ...
axis equal in a Matlab loglog plot
CC BY-SA 2.5
0
2010-11-09T12:15:02.703
2010-11-10T16:54:03.553
2010-11-09T14:03:40.800
360,496
360,496
[ "matlab", "plot", "logarithm" ]
4,134,085
1
4,134,779
null
2
1,228
![alt text](https://i.stack.imgur.com/IyATN.jpg) ![alt text](https://i.stack.imgur.com/JQNSo.jpg) ![alt text](https://i.stack.imgur.com/alO93.jpg) Any idea how i can get this done? The problem is that all my prices are being taxed on the homepage now. So if i say the amount must be €100 it makes it €119 now...
How to set tax in price magento
CC BY-SA 2.5
null
2010-11-09T13:22:47.750
2010-11-09T14:30:54.577
null
null
487,527
[ "content-management-system", "magento", "webshop" ]
4,134,091
1
4,134,119
null
0
741
the below shows the css i am using, yes it not profesional i am a beginner regarding css. i want to write some property in the css such that, the div's only take up the width needed and not more. that is the width property set as width: 60%; etc takes 20% even if the control within it, or text within it is not that l...
how to ask the div to not take up space by using css
CC BY-SA 2.5
null
2010-11-09T13:23:57.313
2010-11-09T13:46:28.020
2010-11-09T13:46:28.020
287,745
287,745
[ "stylesheet", "html" ]
4,134,312
1
4,134,393
null
1
155
I'm trying to achieve the following layout without tables or JavaScript. ![The layout](https://i.stack.imgur.com/5EztD.png) It's basically the common layout of desktop software. Some toolbars and the actual content in the middle. I'm trying to replicate the layout in a web-application. I need all the toolbars to be...
Filling all the available space horizontally and vertically, with divs
CC BY-SA 2.5
0
2010-11-09T13:46:41.570
2010-11-09T13:55:14.503
null
null
73,605
[ "html", "css", "layout" ]
4,134,683
1
4,152,295
null
1
537
I've come across an undesirable effect of using JointStyle.MITER when clearing/redrawing graphics. My project involves managing custom line graphics with both round and sharp edges, which is why I would like to use a miter joint style. When the line thickness is greatly increased, even the round areas of the line are...
ActionScript - Clearing Graphics With JointStyle.MITER Bug?
CC BY-SA 3.0
0
2010-11-09T14:22:33.297
2011-11-28T22:54:47.623
2011-11-28T22:54:47.623
214,668
336,929
[ "actionscript-3", "graphics", "rounded-corners", "linestyle", "miter" ]
4,134,768
1
4,135,145
null
2
2,718
I have a control on my page will contain multiple multi-line text boxes that need to be resizable. I am attempting to use the jQuery resizable function to accomplish this task. I only need my text boxes to be expandable vertically. Unfortunately I can only get the resizable function to work for the first div. Here'...
jQuery resizable only works on first element
CC BY-SA 2.5
0
2010-11-09T14:29:33.423
2014-06-23T18:03:44.903
null
null
229,897
[ "jquery", "jquery-ui", "resizable", "jquery-ui-resizable", "jquery-resizable" ]
4,134,801
1
null
null
4
1,257
All, I have a form type view I'm creating in Java. Based on the contents of a combobox, I need to switch some aspects of the form. I am using a cardlayout to do this, and it works fine. The problem is that cardlayouts use the maximum of all preferred sizes of the components added to them to determine their own pref...
CardLayout - making it take the least amount of space necessary
CC BY-SA 2.5
null
2010-11-09T14:32:58.007
2010-11-09T16:03:40.877
null
null
155,392
[ "java", "swing", "cardlayout" ]
4,135,246
1
4,135,348
null
0
103
I create an iPhone application using RSS Feed. I using XMLParsing and get the following result in a String. The parsing string having Html tags. I want to read image tag's src only. How can I read src only from the following String Value? ![alt text](https://i.stack.imgur.com/4u4yz.png) How can I read src content onl...
Splitting NSString in IPhone
CC BY-SA 3.0
null
2010-11-09T15:17:11.547
2017-12-16T23:11:54.023
2017-12-16T23:11:54.023
472,495
409,571
[ "iphone" ]
4,135,374
1
4,135,644
null
3
3,011
I'm developing a brazilian website which has to support foreign characters like `á, à, ó, í ú, ê, etc`. It also uses AJAX so I thought better to use charset `UTF-8` 'cause I always get the � character and I don't know how to fix this. My navigation menu appears correctly when using `UTF-8` (since it's querying the dat...
How to handle with foreign languages?
CC BY-SA 2.5
null
2010-11-09T15:29:10.837
2010-11-09T17:50:21.770
2010-11-09T17:50:21.770
336,945
336,945
[ "html", "database", "zend-framework", "character-encoding", "special-characters" ]
4,135,454
1
4,378,095
null
1
1,609
I have a ScatterViewItem which contains a Canvas ``` <Ellipse x:Name="Outer_Ellipse" Fill="White" Width="200" Height="200"></Ellipse> <Ellipse Fill="Red" Canvas.Top ="15" Canvas.Left="15" Canvas.Right="15" Canvas.Bottom="15" Width="170" Height="170" ></Ellipse> </Canvas...
ScatterViewItem Custom Shape
CC BY-SA 2.5
null
2010-11-09T15:36:15.470
2012-12-31T08:55:43.940
2010-12-07T10:23:09.707
8,521
376,338
[ "wpf", "pixelsense", "scatterview" ]
4,135,746
1
4,189,553
null
6
2,277
![alt text](https://i.stack.imgur.com/LzIfr.png) Well I cant understand the above diagram of Von Neumann architecture [Cited from wikipedia] and not even sure whether it is correct. Some obvious doubts that I have - How can ALU communicate with Memory? Isn't that supposed to be CU's Job? How is accumulator a part of...
Some doubts regarding diagram of Von Neumann Arcitechture
CC BY-SA 2.5
0
2010-11-09T16:01:57.900
2012-12-28T20:48:29.477
2010-11-10T01:31:23.713
90,527
388,350
[ "cpu", "cpu-architecture", "von-neumann" ]
4,135,855
1
4,135,914
null
0
727
I currently have an image which has every suit and value of a deck of playing cards in it. There is an UIImageView to show this picture, with width and height set to show just one card at a time and view mode set to "top left" so it doesn't stretch. ![alt text](https://i.stack.imgur.com/YD9TA.png) Now I'm just showi...
iOS playing cards
CC BY-SA 2.5
null
2010-11-09T16:11:53.300
2010-11-09T16:17:41.230
null
null
8,005
[ "iphone", "cocoa-touch", "ios", "playing-cards" ]
4,135,891
1
4,144,695
null
10
5,709
I have a WPF application that I want to look like it is hosted inside another - non-WPF - application. In real life this non-WPF app is an ActiveX inside Internet Explorer, but for the sake of illustrating the problem I use a simple Windows Forms app. I use the Windows API function SetParent, which there are dozens o...
Hosting WPF app inside non-WPF app using WIn32 SetParent()
CC BY-SA 2.5
0
2010-11-09T16:15:27.313
2012-12-01T06:58:12.910
null
null
37,268
[ "wpf", "windows", "setparent" ]
4,136,399
1
null
null
0
897
I have some behaviour of my layout. I give two of them, very similar to each other. Only one difference is the width attribute of the textviews. ``` <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_heig...
Layout problems. Android
CC BY-SA 2.5
null
2010-11-09T17:07:59.933
2011-03-18T13:12:28.303
null
null
408,780
[ "android", "layout" ]
4,136,532
1
null
null
6
1,959
i need to find a marker like the ones used in Augmented Reality. Like this: ![alt text](https://i.stack.imgur.com/Bb6bF.png) I have a solid background on algebra and calculus, but no experience whatsoever on image processing. My thing is Php, sql and stuff. I just want this to work, i've read the theory behind this an...
Find the position of a pattern/marker inside a photograph
CC BY-SA 2.5
0
2010-11-09T17:21:24.637
2010-11-09T20:50:18.573
2010-11-09T18:41:52.897
502,201
502,201
[ "image-processing", "augmented-reality", "marker" ]
4,136,645
1
4,136,904
null
2
6,613
I am trying to export Facebook Page Fans. The closer I found was [this article](http://adamloving.com/internet-programming/how-toexport-facebook-page-fans). It states: > Getting fans from a Facebook page is not yet supported by the Facebook API. Luckily, the Facebook Web interface uses a simple AJAX/JSON call...
Extract fan database from Facebook page
CC BY-SA 2.5
0
2010-11-09T17:32:01.823
2011-02-03T21:51:03.950
null
null
463,065
[ "php", "facebook", "csv", "extract", "facebook-page" ]
4,136,727
1
4,139,961
null
1
3,942
Who knows where to find the translation files for the price selections (see picture) I can't change this in the front end inline translation ![alt text](https://i.stack.imgur.com/vLbM9.jpg) Any help would be appreciated. Thanks.
How to change listing language in Magento
CC BY-SA 2.5
null
2010-11-09T17:39:59.410
2016-01-18T17:24:13.700
null
null
487,527
[ "magento", "webshop" ]
4,137,067
1
4,142,970
null
0
415
I'm developing a website with brazilian characters using Zend Framework and my navigation menu items are inside a database. I've double checked my character encoding in the HTML meta tag, in the files itself and my database. Everything is set to UTF-8 and my whole website is rendering fine (including my menu items whi...
Breadcrumbs with Zend_Navigation and character encoding
CC BY-SA 2.5
null
2010-11-09T18:19:38.573
2010-11-10T09:50:35.727
null
null
336,945
[ "zend-framework", "character-encoding" ]
4,137,502
1
4,137,658
null
1
609
So, everybody told me that Drupal can run on lighttpd without any difference, but there is one and it is horrible: there is not PECL Progressing Bar. ![alt text](https://i.stack.imgur.com/fHqTu.png) Is there any way to make it work ? I need a progress for my customer, they are uploading big files using the CMS... th...
Drupal: upload progress bar in lighttpd?
CC BY-SA 2.5
null
2010-11-09T19:15:30.663
2010-11-09T19:32:57.877
null
null
257,022
[ "drupal", "drupal-6", "lighttpd" ]
4,137,523
1
null
null
12
1,674
![alt text](https://i.stack.imgur.com/xJhzv.png) Using the setup above, I have the hough equations of the laser-lines on both sides of the plane. I have even filtered out the pixel points on the object. I also have extrinsic parameters of my camera taken from the checkerboard patterns I put on both sides of the plane (...
How to generate a point cloud?
CC BY-SA 3.0
0
2010-11-09T19:18:35.110
2011-07-31T06:15:08.383
2020-06-20T09:12:55.060
-1
1,140,524
[ "computer-vision" ]
4,137,775
1
4,137,868
null
1
946
Shouldn't this work? ![alt text](https://i.stack.imgur.com/s9pHV.png) If I had a break point on the last `}` it stops there but it never gets to the `Contact` Action, and the page after being posted it's just a blank page with no source code ? Thank you.
RedirectToAction is not redirecting
CC BY-SA 2.5
null
2010-11-09T19:44:07.183
2010-11-09T19:52:31.203
null
null
28,004
[ "asp.net-mvc-2", "routes", "action" ]
4,138,039
1
4,187,002
null
2
4,973
To be more clear, I am trying to modify the Form autogenerated by Sharepoint which you can see in Sharepoint Designer under Workflows -> Your Workflow -> Forms ![alt text](https://i.stack.imgur.com/tw2D2.jpg) By default you are given two buttons which is start and cancel which is self explainable, starts the workflo...
In Sharepoint Workflow Forms how do I close form after clicking start or cancel
CC BY-SA 2.5
0
2010-11-09T20:08:44.060
2010-11-17T00:23:31.403
2010-11-17T00:23:31.403
412,519
412,519
[ "javascript", "sharepoint", "sharepoint-2010", "sharepoint-designer" ]
4,138,246
1
4,170,420
null
0
499
I'm using YUI to reset the browser classes and then I'm bringing![alt text](https://i.stack.imgur.com/bpGbp.png) in a couple custom stylesheets... I've seen this happen a few times and I don't think that I've ever narrowed down the cause: the table is pulling in images to make up the squared table with shadowing... bu...
HTML CSS: Broken Table?
CC BY-SA 2.5
null
2010-11-09T20:27:41.480
2010-11-13T01:47:07.933
2010-11-09T20:41:35.553
337,806
337,806
[ "html", "css", "yui" ]
4,138,263
1
null
null
0
5,160
Well, this is a bit awkward. I currently have a set of reports on a 32-bit sql server 2005 instance that references an access database on a network location. I'm currently trying to migrate these over to my new reporting services instance (sql server 2008 64-bit), and i've ran into an issue. ![Jet Error](https://i.s...
SSRS The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine
CC BY-SA 2.5
null
2010-11-09T20:29:26.517
2011-10-21T14:22:48.027
null
null
95,710
[ "sql-server-2008", "ssrs-2008", "oledbconnection" ]
4,138,378
1
null
null
5
2,431
My iPhone app features custom `UITableViewCell`s that each feature an icon. In the normal cell state, these icons are black with a transparent background. Instead of bundling a second set of inverted icons with the app for a highlighted state (white on a transparent background) I'd like to invert these icons on-the-fly...
Trying to dynamically color transparent UIImages but keep getting a blurry result. What am I doing wrong?
CC BY-SA 2.5
0
2010-11-09T20:40:51.293
2010-11-13T01:07:00.297
2010-11-13T01:07:00.297
502,323
502,323
[ "iphone", "image-processing", "core-graphics", "quartz-graphics" ]
4,138,551
1
null
null
5
2,457
Only sometimes (I haven't yet noticed a pattern), VS2010 shows the following error (where I'd expect the body of the property page to be) when I right-click on a project (various types of projects) and select "Properties": ![An error occurred trying to load the page. COM object that has been separated from its underly...
VS2010 will not display project properties ("underlying RCW")?
CC BY-SA 2.5
null
2010-11-09T20:58:51.623
2011-05-10T07:12:32.150
2010-11-17T14:35:52.813
116,895
116,895
[ "visual-studio-2010", "rcw", "comobject", "project-properties" ]
4,138,753
1
4,166,081
null
3
1,037
I think a picture will serve me best: ![alt text](https://i.stack.imgur.com/U4GQo.jpg) Any Ideas? My web app works just fine. I don't really use the web site administration tool, I just taught I'd play with it and discovered that the security tab doesn't work and I can't figure out why. I'm using my own membership...
Web Site Administration Tool - Type is not resolved for member 'StructureMap.StructureMapException'
CC BY-SA 2.5
null
2010-11-09T21:20:08.133
2010-11-12T15:20:52.763
null
null
77,725
[ "asp.net", "asp.net-membership", "structuremap", "asp.net-roles" ]
4,139,459
1
4,139,489
null
0
2,588
I have added the SqlRoleProvider tables aspnet_Users, aspnet_Roles, and aspnet_UsersInRoles to my Entity Framework 1.0 model in VS 2008. ![Users and roles](https://i.stack.imgur.com/bPn6r.jpg) I've tried the following which intellisense won't even help me with. ``` private void BindFormView(string userName) { u...
How do I query Entity Framework for a user in aspnet_Users?
CC BY-SA 2.5
0
2010-11-09T22:42:37.540
2010-11-09T23:46:28.917
null
null
117,995
[ "asp.net", "linq", "entity-framework" ]
4,139,500
1
4,297,152
null
7
906
I work with a lot of floating-point images, and would find it extremely useful to have an image-based representation of my arrays. I'd like to create a WPF UserControl that renders the data array (as shown below) as an image, instead of a scrollable list of text values. Is this possible? I have looked at the [MDSN docu...
How can I create a custom image adorner add-in for numerical arrays in Visual Studio 2010?
CC BY-SA 2.5
0
2010-11-09T22:46:38.810
2011-03-07T01:50:28.767
2020-06-20T09:12:55.060
-1
22,528
[ "wpf", "visual-studio-2010", "add-in", "data-visualization", "adorner" ]
4,140,297
1
4,140,528
null
1
2,194
I currently have an asp form that uses jquery for two elements: an image upload and a datapicker. The code that implements the image upload is ``` $(function() { $("#wcpImage").makeAsyncUploader({ upload_url: "/Business/ImageUpload", flash_url: '../../Scripts/swfupload.swf', button_image_url: '.....
Controls overlapping in ASP view
CC BY-SA 2.5
null
2010-11-10T00:54:15.123
2010-11-10T01:45:05.277
2010-11-10T01:00:52.910
155,586
155,586
[ "asp.net", "html", "css" ]
4,140,499
1
4,140,514
null
2
109
Unluckily I don't know what to do :( ![example](https://i.stack.imgur.com/d5deE.png) I want to align the text "bla bla...." at the bottom of the left div. Setting it as `position:absolute & bottom=0` doesnt work always because there are cases where image does not exist, and that would be a problem as if the text won...
Should I use a table for this?
CC BY-SA 2.5
0
2010-11-10T01:39:17.263
2010-11-15T23:06:49.433
2010-11-15T23:06:49.433
31,671
294,022
[ "html", "css" ]
4,140,947
1
4,140,983
null
2
896
I used rounded corner and gradient. it's working good on firefox but rounded corner not working on IE. IE rounded corner only working when I remove gradient css. Please help me. ``` <h2 id="user_comments">9. User Comments and Notes</h2> h2 { -webkit-border-radius: 8px; -moz-border-radius:8...
rounded corner not working on IE
CC BY-SA 2.5
0
2010-11-10T03:21:07.990
2010-11-10T03:41:46.837
2010-11-10T03:33:33.590
446,591
278,666
[ "css", "internet-explorer" ]
4,141,608
1
4,142,610
null
0
787
I have a modal with JQuery UI tabs inside. There is a ASP.NET checkbox list server control in one of the tabs. I am facing a weird issue that if I set toTop:true in JQModal parameters ``` $(document).ready(function() { $('#testDiv').jqm({toTop: true}); }); ``` when I run a server side foreach on the checkbox list...
Weird issue with JQModal ,JQuery UI Tabs & ASP.NET checkbox list
CC BY-SA 2.5
0
2010-11-10T05:51:51.947
2010-11-10T08:43:50.807
null
null
521,201
[ "asp.net", "jquery", "jquery-ui", "asp.net-2.0" ]
4,141,731
1
4,241,497
null
4
1,188
I'm working on a Django project. But my problem is on JQuery. I used [jquery.formset.js](http://code.google.com/p/django-dynamic-formset/) JQuery plugin to add form dynamically in inline_formsets, formset_factories. And this works pretty nice. It duplicates the first row elements with its other decoration tags (like di...
Duplicate jquery ui problem
CC BY-SA 2.5
0
2010-11-10T06:12:31.870
2010-11-23T10:05:36.533
2010-11-10T06:53:28.793
309,848
309,848
[ "jquery", "django", "jquery-ui", "django-forms" ]
4,142,271
1
4,142,361
null
1
2,602
I have an image and I have a partial line in the image. They are all the time horizontal or vertical lines. I don't know the color of the line, neither the width of the line. How can I use PHP to detect such a line? As you see in the uploaded image, there are 3x3 sections I need to slice. I need the 3 vertical, and 3...
How to detect a partial vertical/horizontal line in a image?
CC BY-SA 2.5
0
2010-11-10T07:51:43.310
2010-11-10T21:33:04.097
2010-11-10T08:08:29.190
243,782
243,782
[ "php", "image", "image-processing", "gd" ]
4,142,699
1
4,145,715
null
2
4,967
Hai Freinds, I had parsed the image from the url, and displayed in the webview, when i am displayed it in webview, a few images were streched, so i displayed the image with the help of Imageview, but the problem is the Images are not displayed in Imageview when they Color format is CMYK format, so pls tell...
Need Help in Displaying Image correctly in WebView in Android?
CC BY-SA 2.5
null
2010-11-10T08:57:16.407
2012-09-08T00:32:53.160
2010-12-16T14:17:37.097
424,413
424,413
[ "android" ]
4,143,539
1
null
null
2
11,127
Does anyone have any idea how to add custom meta fields while making categories and fetch them in the loop in WordPress? I was wondering how to do that without hacking the WordPress core, but if I do – it won't become a hindrance to update WordPress in the future. A plugin I have found that comes close is [Wp-Category...
How can I add custom meta fields in categories?
CC BY-SA 3.0
0
2010-11-10T10:38:20.863
2017-08-04T11:18:13.010
2011-10-06T14:27:26.220
496,830
503,045
[ "wordpress", "plugins", "categories", "meta-boxes" ]
4,143,633
1
null
null
0
144
Is there a JQuery plugin that lets me "overlay" text on top of an image, via a transparent background? Similar to this: ![](https://i.stack.imgur.com/JAHvw.jpg) On the bottom layer, there's a picture. Then a transparent grey. Then the white text. How can I easily do this in jQuery?
Is there a jQuery plugin that lets me "overlay" text on top of an image, via a transparent background?
CC BY-SA 3.0
null
2010-11-10T10:48:39.830
2014-03-14T10:05:07.630
2014-03-14T10:05:07.630
2,074,608
179,736
[ "javascript", "jquery", "html", "image", "templates" ]
4,144,035
1
4,144,180
null
1
321
I am learning SQL Server by exercising some problems. In one of that problems I have 4 database tables: `ORDERS, SHIPMENTS, WHFICHES` and `ATTACHMENTS` One of them is hold attachment references to other tables that is named `ATTACHMENTS`. It has 3 columns: - `LREF`- `RECREF`- `RECTYPE` ![alt text](https://i.stack.i...
Case in SQL Server?
CC BY-SA 3.0
null
2010-11-10T11:36:03.090
2011-05-06T20:30:41.393
2011-05-06T20:30:41.393
13,302
457,136
[ "sql" ]
4,144,071
1
4,368,087
null
0
540
Im Getting a Frequent enough BAD_ACCESS when i call this Quartz function: ``` CGContextDrawPDFPage ((CGContextRef)context, (CGPDFPageRef)pageRef); ``` Here is how i call it: ``` CGContextRef context = UIGraphicsGetCurrentContext(); //translate, scale CGPDFPageRef myPageRef = CGPDFDocumentGetPage ([PDFDocument share...
Quartz PDF-context based function fails (occasionally) with BAD_ACCESS
CC BY-SA 2.5
null
2010-11-10T11:39:01.527
2011-09-12T21:19:14.490
2017-02-08T14:30:56.103
-1
293,008
[ "iphone", "objective-c", "cocoa-touch", "ipad", "ios" ]
4,144,199
1
4,144,468
null
1
407
When I click Delphi 2009 to start it shows me this error. ![](https://i.stack.imgur.com/k4thr.png)
Delphi 2009 startup error
CC BY-SA 2.5
null
2010-11-10T11:55:53.577
2010-11-10T12:29:24.170
2020-06-20T09:12:55.060
-1
325,446
[ "delphi", "delphi-2009" ]
4,144,091
1
4,150,550
null
1
2,502
I'm trying to do a school project where we are to create a Silverlight application that uses bing map as a kind of map editor for placement of chargeable stations for cars. Example: ![Bing map](https://i.stack.imgur.com/WkLJu.jpg) There are some requirements, it must support drag and drop and we must use MVVM (Model ...
Bing Maps and MVVM
CC BY-SA 2.5
0
2010-11-10T11:42:05.957
2011-08-24T07:15:31.333
null
null
313,237
[ "wpf", "bing-maps", "mvvm" ]
4,144,371
1
4,188,635
null
11
23,154
I have a problem: I have 3 picture boxes with 3 different images what can i set to so both images look same..... ![alt text](https://i.stack.imgur.com/Rz0Xq.png) I want to move pictureBox3 on pictureBox2, So there is no Option to merge them to single image
A PictureBox Problem
CC BY-SA 2.5
0
2010-11-10T12:20:18.870
2010-12-13T23:12:49.363
2010-11-14T12:20:49.447
67,392
479,468
[ "c#", ".net", "winforms", "picturebox" ]
4,144,487
1
4,144,519
null
2
1,928
I want to render some text as image in ASP.NET. It is working well, but the text is rendered very ugly (with grey pixels around the text) even if I turn on AntiAlias (or ClearType) by changing the graphics TextRenderingHint option. Here is the relevant code: ``` float width; float height; System.Drawing.Text...
Ugly rendering of image with DrawString-Method (ASP.NET)
CC BY-SA 3.0
null
2010-11-10T12:33:05.897
2014-02-03T17:57:25.980
2014-02-03T17:57:25.980
301,857
496,950
[ "asp.net", "antialiasing", "drawstring" ]
4,144,548
1
4,145,919
null
1
9,657
I've caption under every image ``` <p> <a href="large.jpg"> <img width="85" height="75" src="thumb.jpg/> </a>Caption</p> ``` I want to render same caption at bottom of lightbox. ``` <span id="lightbox-image-details-caption">...Here.......</span> ``` How to do this? ![alt text](https://i.stack.imgur.com/xJrKP.pn...
How to render image caption to lightbox caption using jquery?
CC BY-SA 2.5
null
2010-11-10T12:40:16.063
2010-11-10T17:03:31.483
2010-11-10T17:03:31.483
84,201
84,201
[ "jquery", "css", "xhtml" ]
4,144,557
1
4,145,804
null
3
722
I have already read [Entity Framework One-To-One Mapping Issues](https://stackoverflow.com/questions/1761362/entity-framework-one-to-one-mapping-issues) and this is not duplicate as the business rule specs are different here. There are two tables, Invoices and Orders. ``` Invoices -> InvoiceID (Primary, Auto Number) ...
One to One error in Entity Framework 4
CC BY-SA 2.5
0
2010-11-10T12:41:23.600
2010-11-10T17:39:54.137
2017-05-23T12:01:09.563
-1
85,597
[ "entity-framework-4", "data-modeling", "one-to-one" ]
4,144,621
1
4,145,463
null
0
572
I think the title of the question is quite bad explained so I'll try to make it better here. I have an UIViewController project. Inside the main view I've put another smaller view (320x200), let's call it . This view it's mostly placed out of the visible screen, at point (0, -180) so when the app is launched, the top 2...
iPhone. Problem after moving a view out of screen to inside the screen
CC BY-SA 2.5
null
2010-11-10T12:48:04.347
2010-11-10T18:03:36.570
2010-11-10T17:08:51.770
253,329
253,329
[ "iphone", "uiviewcontroller", "uibutton" ]
4,144,625
1
4,144,698
null
1
311
I am experiencing very weird issues surrounding Images. I have a settings window, which has a ListView on the left hand side which has various image icons which when clicked update the panel to the right to display relevant stuff - nothing hugely special. However, I have recently added two extra icons, but their image...
.NET Image problems on ListView in WinForms App (displaying incorrectly)
CC BY-SA 2.5
null
2010-11-10T12:48:23.910
2010-11-10T12:59:43.143
null
null
182,568
[ ".net", "winforms", "listview", "rendering", "imaging" ]
4,144,750
1
4,184,933
null
0
182
I'm trying to using pop up button in my code. This is how it look:![alt text](https://i.stack.imgur.com/6XyqP.png) This is binding configuration: ![alt text](https://i.stack.imgur.com/NqJNf.png) Import Choice List local attributes is array controller has reference outlets in appDelegate main code, and i update it as ...
Pop Up button binding strange trouble
CC BY-SA 2.5
null
2010-11-10T13:07:25.913
2010-11-15T13:46:51.827
null
null
493,920
[ "objective-c" ]
4,145,266
1
7,970,237
null
460
205,882
In Firebug, you can search some text and it will look for it in all scripts loaded on a page. Can the same be done in Chrome Developer tools while debugging client script? I tried it, but it seems to search only in the script I have open, and not the rest that are on the page. I hope the next screenshots give a better...
How to search all loaded scripts in Chrome Developer Tools?
CC BY-SA 2.5
0
2010-11-10T14:03:30.553
2019-08-08T09:33:48.453
2013-04-29T18:11:04.700
158,449
1,801
[ "google-chrome", "google-chrome-devtools", "script-debugging" ]
4,145,602
1
4,146,070
null
11
39,879
i am using a viewholder to display from a dynamic arrayadapter.it works but the data displayed changes irregularly when i scroll the List. Any suggestion? Here is my Code ``` public View getView(int position, View convertView, ViewGroup parent) { // A ViewHolder keeps references to children views to a...
How to implement a view holder?
CC BY-SA 2.5
0
2010-11-10T14:41:36.667
2012-08-01T17:37:12.583
2010-11-11T05:43:18.600
430,652
430,652
[ "android", "listview", "view" ]
4,145,694
1
4,146,561
null
0
342
I'm trying to add a menu controller as a quick choice of options after tapping my tab bar, however I don't get the arrow, when I use ``` menuCont.arrowDirection = UIMenuControllerArrowDown; ``` ![alt text](https://i.stack.imgur.com/dlijw.png) But if I use Up, Left or Right it works fine. ![alt text](https://i.stac...
iPhone, is menuCont.arrowDirection = UIMenuControllerArrowDown; not working a bug?
CC BY-SA 2.5
null
2010-11-10T14:49:39.543
2010-11-10T16:21:11.800
null
null
450,456
[ "iphone", "objective-c", "xcode" ]
4,145,839
1
6,297,882
null
2
1,024
i created a stored procedure recently, and i would like to sort the list of stored procedures by date. 12 years ago this was easy: ![alt text](https://i.stack.imgur.com/9eyVz.png) What is the preferred way to accomplish this in SQL Server Management Studio? ![alt text](https://i.stack.imgur.com/sdGfN.png) Bonus: How...
SSMS: How to sort objects by date?
CC BY-SA 2.5
0
2010-11-10T15:05:55.023
2020-04-03T14:01:16.997
null
null
12,597
[ "sql-server-2000", "ssms" ]
4,145,871
1
4,433,278
null
5
138
How do I get rid of this? ![alt text](https://i.stack.imgur.com/qHO3h.png) The reason I want to get rid of it is that every so often, I will move my mouse down toward the bottom of the screen, and when I mouseover this area, the mouse jumps all the way to the top-left of my screen. It's real annoying. I actually have...
How to disable HTML hierarchy tracking at bottom of screen in VS2008?
CC BY-SA 2.5
null
2010-11-10T15:10:47.147
2010-12-13T20:38:49.780
2010-12-12T20:02:24.270
88,092
88,092
[ "visual-studio-2008" ]
4,145,873
1
4,146,737
null
9
1,143
This is a follow-up question to [Combinatorics in Python](https://stackoverflow.com/questions/4095749/combinatorics-in-python) I have a tree or directed acyclic graph if you will with a structure as: ![alt text](https://i.stack.imgur.com/iQ4yt.png1.1.) Where r are root nodes, p are parent nodes, c are child nodes an...
Python Combinatorics, part 2
CC BY-SA 2.5
0
2010-11-10T15:10:51.470
2010-11-10T16:39:53.673
2017-05-23T12:13:26.330
-1
441,337
[ "python", "combinatorics" ]
4,145,972
1
null
null
2
5,737
I recently built a site and centered it using `margin: 0 auto`. I also wrapped elements in a `.wrapper` class with a width set to 960px and then had the parent element extend across the whole browser. When I view [the Brands screen](http://www.propet.com/brands/index.php) on an iPad though, the site is left-aligned an...
Why is my web page left-aligned on iPad?
CC BY-SA 2.5
0
2010-11-10T15:22:57.477
2012-12-01T16:50:49.563
2010-11-10T21:58:09.247
20,578
483,238
[ "css", "ipad", "margin", "centering" ]
4,146,073
1
4,148,076
null
0
229
I created a Calendar, then add it a calendar Webpart that shows it in another page. The problem is that the webpart is not showing it correctly in the Day and Week views. Month view is just fine. It looks that its showing 3 columns. Here is how it looks in the week view ![alt text](https://i.stack.imgur.com/poRZx.png...
Calendar Webpart not showing correctly
CC BY-SA 3.0
null
2010-11-10T15:31:30.927
2017-08-02T17:18:50.037
2017-08-02T17:18:50.037
1,033,581
251,154
[ "sharepoint-2007" ]
4,146,236
1
4,146,375
null
1
1,620
I have the following piece of HTML that creates a table with a scrollbar at the last column. My problem is that IE renders it differently than Firefox. Any clue would be greatly appreciated. ``` <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <h...
How can I fill an html table-cell with a background-color in html for difference browsers
CC BY-SA 2.5
null
2010-11-10T15:44:55.437
2010-11-17T12:41:00.593
2010-11-11T09:16:01.453
85,072
85,072
[ "html", "css" ]
4,146,438
1
4,147,148
null
2
168
I have the following entities ![alt text](https://i.stack.imgur.com/J8R8o.png-) and I am trying to map them with help of FluentNHibernate. Some notes about the entities: - `CreatedBy``AssignedTo``Task``CreatorID``AssigneeID`- `WrittenBy``Note``AuthorID` I am not going to include all the mapping here as it is maybe...
Help needed with FluentNHibernate mapping
CC BY-SA 2.5
0
2010-11-10T16:07:07.803
2010-11-10T23:47:31.967
2010-11-10T22:37:50.443
431,537
431,537
[ "nhibernate", "fluent-nhibernate", "nhibernate-mapping" ]
4,146,537
1
4,146,607
null
1
1,104
My Win32 Application displays Menus as shown when running on Win 7: ![alt text](https://i.stack.imgur.com/qVNdQ.jpg) This is the Default for the themes Windows 7 as well as Windows 7 Aqua. Please note that the selected menu entry is only slightly different from the other entries. I think it is much too less highlighte...
How can i change the appearance of Windows 7 menus?
CC BY-SA 2.5
null
2010-11-10T16:18:50.613
2010-11-10T16:36:30.713
2010-11-10T16:36:30.713
25,324
53,420
[ "winapi", "visual-c++", "windows-7" ]
4,146,717
1
4,146,855
null
0
358
At the moment I have all my views specified in my mainWindow.xib file in interface builder. So when a tab bar button is tapped it loads the correct navigation controller. But I want to do something different in code when they tap the tab bar button for one button. How do I do that? EDIT - Not quite working solution...
iPhone, how'd I override a tab bar button to do other than the navigation controller in my mainWindow.xib
CC BY-SA 4.0
0
2010-11-10T16:37:29.067
2018-05-22T21:31:59.057
2018-05-22T21:31:59.057
7,756,492
450,456
[ "iphone", "objective-c", "xcode" ]
4,146,881
1
null
null
0
789
I have a QListWidget full of rectangular icons of different color, which serves as a color selection dialog for our app. I do not like the highlight on them, since it is not aligned properly, as evident from the picture attached. ![alt text](https://i.stack.imgur.com/3OUC3.png) How do I fix this? Any ideas in general...
Highlighting a QListWidgetItem
CC BY-SA 2.5
null
2010-11-10T16:56:04.407
2010-11-11T06:38:19.440
2010-11-10T17:38:21.047
356,922
356,922
[ "qt4", "qlistwidget" ]
4,147,444
1
4,149,052
null
1
224
I have a DB like this that I generated from EF: ![alt text](https://i.stack.imgur.com/78oo0.png) Now I'd like to add a "fielduserinput" entity so I write the following code: ``` public bool AddValueToField(string field, string value, string userId) { //adds a value to the db var context = new DBon...
What is the correct way of using Entity Framework?
CC BY-SA 2.5
null
2010-11-10T17:53:29.953
2010-11-10T21:50:50.613
2010-11-10T18:51:47.007
264,557
264,557
[ "c#", "entity-framework", "ado.net" ]
4,147,575
1
null
null
2
2,850
![alt text](https://i.stack.imgur.com/5zma5.png) How can we have the text "Create New Position" be vertically centered? HTML/CSS is below. Adding `margin-top:5px` to the "Create new.." div helps but it seems hacky. ``` <div style="margin-top:5px"> <div style="float:left">Create new position</div> <div style="f...
Vertically center one of two divs on same line?
CC BY-SA 3.0
null
2010-11-10T18:06:53.610
2013-04-15T20:53:37.503
2013-04-15T20:53:37.503
1,454,806
47,281
[ "css", "html", "vertical-alignment" ]
4,148,036
1
4,148,661
null
2
326
I'm trying to get the meta extension working with markdown in Python 2.6. The code looks like this: ``` import markdown as m print "Markdown version: ", m.version file = "file.md" md = m.Markdown( extensions = ['meta']) # doesn't complain print "Registered extensions: ", md.registeredExtensions text = open(file) try:...
'meta' extension for Markdown not loading in Python2.6?
CC BY-SA 2.5
0
2010-11-10T19:04:02.207
2010-11-10T20:17:13.573
null
null
389,405
[ "python", "markdown", "meta" ]
4,148,379
1
null
null
0
525
i am trying to experiment with linux kernel by adding a custom system call into the kernel.I succeeded at first and later I made some modifications to the file containing the new call code and when i tried to recompile the kernel with > make bzImage i get the the following error: ![alt text](https://i.stack.imgur.com/t...
missing-syscalls error during linux kernel 2.6 compilation
CC BY-SA 4.0
null
2010-11-10T19:41:47.853
2020-08-26T21:43:40.433
2020-08-26T21:43:40.433
2,430,549
242,382
[ "linux", "gcc", "makefile", "linux-kernel" ]
4,148,469
1
4,218,066
null
1
12,782
For some reason on our grid the vertical alignment of the rows is not middle. It appears to be top. Is there something specific you have to do to achieve vertical alignment? Here's an example of the alignment: ![alt text](https://i.stack.imgur.com/qouTc.png) Our grid definitions: ``` $.extend(jQuery.jgrid.defaults...
jqGrid row vertical alignment not middle
CC BY-SA 2.5
null
2010-11-10T19:52:55.607
2013-03-26T20:07:03.393
2010-11-18T17:43:11.037
47,281
47,281
[ "jquery", "jqgrid", "alignment" ]
4,148,487
1
null
null
0
1,365
This works within visual studio: ``` PeliculasEntities db = new PeliculasEntities(); DetalleAlquiler detalleAlquiler = (DetalleAlquiler)db.DetalleAlquilers.FirstOrDefault(x => x.ID == 1); MessageBox.Show(detalleAlquiler.Alquiler.Cliente.Natural.Edad.ToString()); ``` I want to retrive the same information inside of ...
Using Linqpad for a simple query
CC BY-SA 2.5
null
2010-11-10T19:55:32.477
2010-11-10T20:42:34.630
2010-11-10T20:01:02.273
null
null
[ "c#", "linq", "linqpad" ]
4,148,831
1
4,148,929
null
32
15,015
I'm trying to create a "parrallel" bezier curve. In my attempts I've gotten close but no cigar. I'm trying to keep a solid 1px offset between the 2 curves (red,blue). ![current attempt](https://content.screencast.com/users/seant23/folders/Jing/media/b9c28060-af9f-4e3b-871e-2ce05fc48c11/2010-11-10_1305.png) My main go...
How to offset a cubic bezier curve?
CC BY-SA 2.5
0
2010-11-10T20:38:45.103
2021-05-08T07:09:33.793
2017-02-08T14:30:56.607
-1
503,724
[ "graphics", "bezier", "cad" ]
4,148,913
1
null
null
2
3,056
I want to view the call stack when a stackoverflow exception is thrown. (i.e. I want to pin point what recursive call is causing the stack overflow). The call stack is cleared and all that I can see is "External Code". Edit I followed Chris Schmich's advice (post below), now I have a call stack like below, this is jus...
Viewing CallStack in Visual Studio 2010 when stack overflow exception thrown
CC BY-SA 4.0
null
2010-11-10T20:47:01.843
2022-01-20T09:13:01.570
2019-06-01T14:41:06.307
1,033,581
67,357
[ "visual-studio-2010", "stack-overflow" ]
4,149,009
1
null
null
-2
72
I'm very bad with css, and I can't get this layout looking good: ![alt text](https://i.stack.imgur.com/3y0l6.png) Maybe you can help me with the code because mine is a complete disaster. I made that image in order to help you to understand what I want. Thanks a lot for any help or code (better a code).
CSS issue with <DIV>, trying to get layout working
CC BY-SA 2.5
null
2010-11-10T20:57:04.290
2010-11-10T21:12:28.790
2010-11-10T21:09:26.420
223,391
310,648
[ "css", "html" ]
4,149,020
1
4,153,112
null
6
10,299
I have some PHP code that runs a query on a database, saves the results to a csv file, and then allows the user to download the file. The problem is, the csv file contains page HTML around the actual csv content. I've read all the related questions here already, including [this one](https://stackoverflow.com/questions...
Forcing file download in PHP - inside Joomla framework
CC BY-SA 3.0
0
2010-11-10T20:58:13.877
2015-04-05T22:46:07.790
2017-05-23T10:32:35.693
-1
341,611
[ "php", "joomla", "download" ]