Id
int64
1.68k
75.6M
PostTypeId
int64
1
2
AcceptedAnswerId
int64
1.7k
75.6M
ParentId
int64
1.68k
75.6M
Score
int64
-60
3.16k
ViewCount
int64
8
2.68M
Body
stringlengths
1
41.1k
Title
stringlengths
14
150
ContentLicense
stringclasses
3 values
FavoriteCount
int64
0
1
CreationDate
stringlengths
23
23
LastActivityDate
stringlengths
23
23
LastEditDate
stringlengths
23
23
LastEditorUserId
int64
-1
21.3M
OwnerUserId
int64
1
21.3M
Tags
list
3,705,368
1
null
null
0
6,153
I am attempting to load a small application I wrote with AppCelerator on my device. I am having quite a bit of trouble with this because of iOS target mismatches I suspect. AppCelerator provides me two options for the target OS, 3.2 and 4.1. My Phone has firmware 4.1 on it so I selected 4.1: Here is a picture if you ...
How do I install my AppCelerator App to my IPhone
CC BY-SA 3.0
null
2010-09-14T00:30:24.480
2011-11-27T00:59:00.450
2011-11-27T00:59:00.450
234,976
358,004
[ "iphone", "appcelerator" ]
3,705,502
1
3,709,184
null
2
1,991
We are running Cruise Control 1.5.7256.1 and using it to do builds using Nant and Nantcontrib. The builds are failing and succeeding correctly, but when they fail the related error messages are being shown on the CCNet Build Report page. See image below ![No Errors!](https://i.stack.imgur.com/EgEHm.png) The build err...
Cruise Control .Net not showing Nant build errors
CC BY-SA 2.5
0
2010-09-14T01:07:07.450
2010-09-14T13:13:16.677
null
null
17,765
[ ".net", "msbuild", "cruisecontrol.net", "nant", "nantcontrib" ]
3,705,593
1
3,705,915
null
0
326
I've got a Table view and it's the child of the View ( see the IB hierarchy ) : ![alt text](https://i.stack.imgur.com/5BGQb.png) I want to start customizing the tableCells, so I assume I'll have to add a tableViewController . Where would I start in this instance ? the TableViewcontroller can't be a child of the MainV...
Adding a TableViewController to an existing table view
CC BY-SA 2.5
null
2010-09-14T01:37:24.107
2010-09-14T03:27:11.730
null
null
415,088
[ "iphone", "objective-c" ]
3,705,949
1
null
null
0
1,559
I cant seem to get the email to display correctly in hotmail and gmail (see attached image) but it all works fine in my client. What is the problem with my code/Or is this an issue with gmail/htmail? > - ![alt text](https://i.stack.imgur.com/SRmGj.png) ![alt text](https://i.stack.imgur.com/Vdjir.png) code: ...
What is the problem with this HTML in my email?
CC BY-SA 2.5
null
2010-09-14T03:36:18.190
2010-09-14T03:46:35.677
null
null
276,809
[ "html", "gmail", "email", "hotmail" ]
3,706,041
1
3,709,114
null
0
219
I'm just starting out with NHibernate and am trying to do a mapping for my model. (this is a model-first, TDD approach, just creating the database now) My Class hierachy is something like : ![My Class Hierachy](https://i.stack.imgur.com/hW5Ur.jpg) I'm trying to work out how to map this now using a mapping xml file? ...
NHibernate mapping with forking inheritance model
CC BY-SA 2.5
null
2010-09-14T04:00:28.057
2010-09-14T13:04:41.423
null
null
126,597
[ "c#", "nhibernate", "hibernate", "nhibernate-mapping" ]
3,706,285
1
3,706,458
null
0
1,781
I am trying to create layout like this ![enter image description here](https://i.stack.imgur.com/qbf5d.jpg) In the QT i created widgets and put in the main widget, the problem is not visible. none of the widget's are not shown. please help me to fix this issue Complete Source Code sandbox.ifuturemec.com/test.zip S...
Why don't my widgets get displayed?
CC BY-SA 3.0
null
2010-09-14T05:23:00.463
2012-01-30T13:39:52.457
2012-01-30T13:39:52.457
77,595
446,208
[ "c++", "qt", "qt4" ]
3,706,765
1
null
null
1
547
I`m using an Image that is 320x30 using this code : ``` UIImageView *bg = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"higlight_cell_mockup.png"]]; [bg setContentMode:UIViewContentModeScaleAspectFit]; cell.backgroundView = bg ; ``` Problem is, it's still looking like this : ![alt text](https://i.stack.im...
Resizing to fit an Image in a TableView Cell
CC BY-SA 2.5
null
2010-09-14T07:10:32.937
2010-12-16T14:13:09.950
2010-09-15T00:53:12.387
415,088
415,088
[ "iphone", "objective-c" ]
3,706,775
1
3,715,879
null
3
1,117
My program is fast enough, but I'd rather give up that speed for memory optimization since one user's maximum memory usage goes up to 300 MB meaning few of them could constantly crash the application. Most of the answers I found were related to speed optimization, and other were just general ("if you write directly fro...
What is the most memory efficient way to write from a database to a (zip) file in Java?
CC BY-SA 2.5
0
2010-09-14T07:13:27.393
2010-09-15T08:26:22.950
2010-09-14T11:20:33.293
348,389
348,389
[ "java", "file", "optimization", "memory", "writer" ]
3,706,794
1
null
null
0
706
![alt text](https://i.stack.imgur.com/Yz2u0.jpg) I have an aspx page (c# application), which i have to link to the new link created under documents. How to create a new link and map it to new seperate aspx page Please guide me
Sharepoint - Create new link in Documents and link to asp.net page
CC BY-SA 2.5
null
2010-09-14T07:17:31.597
2010-09-14T07:56:23.823
2010-09-14T07:56:23.823
124,238
320,009
[ "c#", "sharepoint", "sharepoint-2007" ]
3,706,814
1
3,707,783
null
1
1,619
I have a SQL Server 2008 report with a bit field - I'd like to display embedded images depending on IsUS bit value. ![alt text](https://i.stack.imgur.com/bPn9L.png) Below is the result after applying Fillet's [answer](https://stackoverflow.com/questions/3706814/how-to-reference-embedded-sql-server-reporting-serv...
How to reference embedded SQL Server Reporting Service 2008 images
CC BY-SA 2.5
null
2010-09-14T07:22:01.960
2010-09-14T10:45:40.677
2017-05-23T12:19:44.807
-1
4,035
[ "sql-server-2008", "reporting-services", "embedded-resource" ]
3,707,133
1
3,709,916
null
10
16,692
I'm writing a simple kernel driver for my application (think of a very simple anti-malware application.) I've hooked `ZwOpenFile()` and used `PsGetCurrentProcess()` to get a handle to the caller process. It returns a PEPROCESS structure: ``` PEPROCESS proc = PsGetCurrentProcess(); ``` I'm using `ZwQueryInformation...
How to use ZwQueryInformationProcess to get ProcessImageFileName in a kernel driver?
CC BY-SA 3.0
0
2010-09-14T08:14:23.803
2016-11-09T12:47:32.730
2013-08-24T19:53:02.203
303,270
303,270
[ "c++", "hook", "driver", "wdk" ]
3,707,231
1
11,573,116
null
8
893
Given a convex polygon, I am trying to grow its shape (as in "maximal area") while preserving its diameter. The diameter is defined as the length of the longest segment that can be placed within the polygon. Since the polygon is convex, I assume that this diameter can always be found by scanning all vertex pairs. For ...
Smooth a convex polygonal shape so that it becomes as large as possible while retaining diameter
CC BY-SA 3.0
0
2010-09-14T08:31:09.383
2012-07-20T04:57:04.473
2012-07-16T08:53:56.570
15,472
15,472
[ "computational-geometry", "shapes", "convex-polygon" ]
3,707,376
1
3,717,351
null
0
175
a win7 x64 box with a local Sharepoint 2010 installed on DB. with integration and analysis services next to the existing database. Because I had issues deploying analysis services solutions, . Eventually I got it to work and managed to deploy a analysis service solution. I figure I messed up one (or more) of th...
SQL connection issue from sharepoint after messing with service accounts
CC BY-SA 2.5
null
2010-09-14T08:56:54.423
2010-09-15T11:59:09.137
null
null
72,859
[ "sql-server", "security", "sharepoint", "service" ]
3,707,395
1
null
null
0
278
I have an UITableView whose rows can be deleted. this table view has a search bar at the top. the problem is: if search was used, application crashes when I try to delete any row from the table view. there is no information in the debugger console. all I have is function stack from the debugger: ![alt text](https://i....
UITableView weird crash on row deletion
CC BY-SA 2.5
null
2010-09-14T08:59:52.927
2010-09-26T08:56:03.950
2010-09-26T08:56:03.950
187,270
187,270
[ "iphone", "objective-c", "uitableview", "uikit", "crash" ]
3,707,720
1
3,707,826
null
0
81
Here is the question : I have following entities: ![alt text](https://i.stack.imgur.com/XnfNm.jpg) Every time I update or insert a transaction I would like to autodetect the category depending on `ReferenceMappingExpression` or `DescriptionMapppingExpression` in `CategoryMappings` Entity. I mean, I want to match `Tr...
C# ADO.NET Entity
CC BY-SA 3.0
null
2010-09-14T09:42:18.103
2013-04-10T20:52:05.290
2013-04-10T20:52:05.290
558,486
304,083
[ "c#", ".net", "entity-framework" ]
3,707,881
1
3,727,611
null
2
1,150
I am new to Business Intelligence. I just got hired by a company in order to complete their websolution, implementing a BI Module. After lot of reading, I think I could get an idea of what a BI Process looks like, you'll find enclose my idea of a BI process. Can you please tell me if this is a correct vision of the a...
Is this a proper idea of BI workflow?
CC BY-SA 2.5
null
2010-09-14T10:06:38.287
2010-09-16T14:35:31.563
null
null
290,613
[ "olap", "etl", "business-intelligence", "datamart" ]
3,708,085
1
null
null
-1
1,081
Anyone know whether (and if so, how) we can create the half-turned page effect Google Maps on the iPad uses to show the options to change the Map type?.. See below image to see what I'm talkin' about.. ![Half turned page](https://i.stack.imgur.com/L11QC.png) Incidentally, any pretty good Map Kit tutorials you guys k...
Google Maps curl animation in MKMapView / Map Kit on iOS4
CC BY-SA 3.0
null
2010-09-14T10:37:55.140
2014-07-27T02:39:26.370
2014-07-27T02:39:26.370
2,732,991
447,246
[ "iphone", "google-maps", "animation", "mapkit", "mkmapview" ]
3,708,092
1
null
null
3
2,692
I have created a new version of iPhone app. I wanted to change the icon, so: - ![alt text](https://i.stack.imgur.com/HFokR.png) - ![alt text](https://i.stack.imgur.com/bSYlb.png) - The effects: - I can see the new icon when I run my app on simulator.- I can see the new icon when I visit AppStore with iTunes o...
Icon is not changed after update of an app
CC BY-SA 2.5
0
2010-09-14T10:39:12.937
2010-09-14T12:04:43.643
null
null
256,205
[ "iphone", "xcode", "app-store", "itunes" ]
3,708,313
1
3,711,537
null
0
2,163
I would like to type some math equation within texts. However, because the equation is too long, it extends into the margin on the right side of the page. Please see the image below: ![alt text](https://i.stack.imgur.com/YEvs0.png) My Latex code is: ``` The minimal cost is 1358.3333 calories, which is achieved by the...
How to make a long equation within text span more than one line?
CC BY-SA 2.5
null
2010-09-14T11:12:59.833
2010-09-14T18:01:41.567
2010-09-14T18:01:41.567
19,750
156,458
[ "latex" ]
3,708,353
1
3,708,388
null
1
448
How can I achieve the following layout in Android? What I would like, is to have the 3 blue boxes top aligned in their view, and then I'd like to have the red box centered underneath the blue boxes, but so that when I animate the red box up, it slides underneath the blue box. I have tried placing the blue and red boxes...
How can I achieve this basic layout in android with the proper z-ordering of views
CC BY-SA 2.5
null
2010-09-14T11:20:36.120
2010-09-14T11:26:49.690
2020-06-20T09:12:55.060
-1
107,459
[ "android", "animation", "layout", "view", "z-order" ]
3,708,774
1
null
null
2
156
I need to increase the size of a field in a table from VARCHAR(100) to VARCHAR(255). For different reasons, this causes the table to be dropped and recreated (along with relationships, FKs, etc). That is acceptable however, I’m performing this change in a SQL2008R2 (express) (or 2008 Express, same result), but the scri...
Why does SQL Server Management Scripting ignores the version?
CC BY-SA 2.5
null
2010-09-14T12:18:50.813
2010-09-18T09:45:41.920
2010-09-14T13:53:35.173
2,684
2,684
[ "sql-server", "scripting", "compatibility" ]
3,708,918
1
3,709,182
null
0
685
I'm developing a presentation tool for AIR (to be used together with, or as a replacement to, PowerPoint) but I'm quite a newcomer to flex layouting. As you can see from the image, the presenter can open various apps from the main window. Each of these apps open up in new windows which have different visual characteri...
Flex/AIR layout for presentation tool (resize logic, aspect ratios etc.)
CC BY-SA 2.5
null
2010-09-14T12:40:31.720
2010-09-14T13:13:13.590
null
null
104,059
[ "apache-flex", "actionscript-3", "layout", "air", "resolution" ]
3,709,065
1
null
null
0
311
I need to add a UITabBarController as subView. But I can't remove the white space on top. Does anybody know a solution? ![alt text](https://i.stack.imgur.com/8zJIl.png) Thanks, Andreas
white space on top of UITabBarController
CC BY-SA 2.5
null
2010-09-14T12:57:39.583
2011-09-16T02:44:46.333
null
null
347,741
[ "objective-c", "uitabbarcontroller" ]
3,709,152
1
3,709,889
null
4
12,688
I'm not too familiar with using the `<h:messages>` element in JSF. What I'm trying to do is use it to display a list of global messages of varying severity that are generated by a method in my backing bean. Getting the messages into the `FacesContext` isn't too much of a problem, and my code is along these lines: ``` ...
JSF - How can I format my global messages in <h:messages> in a visually appealing way?
CC BY-SA 2.5
0
2010-09-14T13:09:30.160
2014-07-08T14:32:30.143
2010-09-14T14:20:42.110
346,112
346,112
[ "java", "css", "web-applications", "jsf", "myfaces" ]
3,709,172
1
3,710,925
null
0
947
I have a Game-sprite representing a game room with up to 3 players, it works ok. And would like to populate a List component with those Game's, based on an XML data coming from a socket. I've prepared a simple test case demonstrating my problem - (should have a List component in its Library): ``` import fl.data.*; ...
Custom cellRenderer for a List with XML data
CC BY-SA 2.5
null
2010-09-14T13:11:48.610
2010-09-15T17:22:30.563
2010-09-15T14:05:47.163
165,071
165,071
[ "flash", "actionscript-3", "actionscript" ]
3,709,205
1
3,710,247
null
2
1,853
We moved our projects (SQL Server and .Net) from Visual-Source-Safe to SubVersion. We have installed Tortoise SVN and AnkhSVN clients on the location machine. When I lock a file, the icon in Windows Explorer changes, but there is no indication in Visual Studio of any lock. Visual-Studio ![alt text](https://i.stack....
AnkhSVN for Subversion does not show Source-Code-Control related icons
CC BY-SA 2.5
null
2010-09-14T13:16:14.563
2013-05-04T03:41:36.530
2010-09-14T13:48:23.487
109,035
109,035
[ "c#", "svn", "visual-studio-2005", "icons", "ankhsvn" ]
3,709,466
1
3,710,113
null
0
956
Hi I am trying to create a Custom View that takes as well as deletes a picture and looks like the following: ![alt text](https://i.stack.imgur.com/gDUW9.png) Following operations a view can perform: - - - How do I create a listener to find out when the image has been taken by the camera? The location of the image ...
Custom View that takes & delete a Camera Picture
CC BY-SA 2.5
0
2010-09-14T13:48:56.717
2010-09-14T15:10:35.647
null
null
356,580
[ "android", "view", "camera" ]
3,709,906
1
3,710,002
null
1
1,646
I'm trying to mimic the layout of the icons in Facebook android app. ![alt text](https://i.stack.imgur.com/eA6sY.png) As you can see, this is a 2x3 layout, but if you flip it it becomes 3x2 layout. How to accomplish this?
Facebook for Android icons layout
CC BY-SA 2.5
0
2010-09-14T14:37:07.190
2010-09-15T04:17:03.600
null
null
73,010
[ "android", "facebook" ]
3,710,027
1
3,710,445
null
0
207
i have an table view and + symbol is on the every cell of table view ,i should able to see disappearing + symbol by animating whenever i selected the cell ![alt text](https://i.stack.imgur.com/7LSNS.png)
how to animate + symbol to disappear on table cell
CC BY-SA 2.5
null
2010-09-14T14:47:45.403
2012-08-08T03:28:45.760
2012-08-08T03:28:45.760
1,023,783
365,087
[ "iphone", "xcode", "animation", "uitableview" ]
3,710,159
1
3,717,259
null
0
426
i have problem in admin site in WordPress. Looks on not working jQuery there. ![alt text](https://i.stack.imgur.com/A3Q74.png) i use hosting from freehosting.com maybe this is a main problem. Here is full resolution screend: [link text](https://i.stack.imgur.com/A3Q74.png)
WordPress and jQuery problem
CC BY-SA 2.5
null
2010-09-14T15:04:05.770
2010-10-24T17:01:49.637
2010-09-14T15:10:14.400
390,747
390,747
[ "jquery", "wordpress" ]
3,710,186
1
3,720,747
null
4
401
So in general, when we think of Single View Reconstruction we think of working with planes, simple textures and so on... Generally, simple objects from nature's point of view. But what about such thing as wet beach stones? I wonder if there are any algorithms that could help with reconstructing 3d from single picture o...
Any ideas on real life rocks 3d Reconstruction from Single View?
CC BY-SA 2.5
0
2010-09-14T15:06:24.797
2010-09-15T19:29:47.747
2010-09-15T19:29:47.747
434,051
434,051
[ "algorithm", "3d", "geometry", "computer-vision" ]
3,710,241
1
3,761,738
null
2
1,216
I'm building a schema.yml and I'm trying to add foreign key constraints to the table sf_guard_user. But, when I do doctrine:insert-sql (edit: doctrine:build --all), the links between my tables and sf_guard_user are not there ! Am I missing something ? I'm using mysql () and Symfony 1.4 Here's a sample of my schema.y...
schema.yml using sfDoctrineGuardPlugin
CC BY-SA 2.5
null
2010-09-14T15:12:57.410
2011-01-13T21:42:04.133
2010-09-21T13:11:52.733
113,305
113,305
[ "symfony1", "doctrine", "sfdoctrineguard" ]
3,710,360
1
3,719,552
null
30
135,269
I want to put padding on a css border. Pull it inside a div, away from the edge. Is this possible using css (css3 is fine, webkit). Here is the design. ![Border Example](https://i.stack.imgur.com/uj7FL.png) I did this by placing a div inside a div, then give a border to the inner div. I want to make the markup slim ...
Padding on div border
CC BY-SA 2.5
0
2010-09-14T15:26:13.157
2021-09-19T23:50:49.977
2010-09-14T15:34:52.317
293,585
293,585
[ "css" ]
3,710,485
1
3,710,954
null
6
734
I have a (spectrographic profile) data set of Wavelength (x-axis) and Intensity (y-axis, in arbitrary units that can have different ranges...) I want to convert this numeric data to a graphical view as shown at the bottom of the image below. But, I've never done anything in Delphi (2010) with Canvas's, TImages, bitma...
How to create a screen image from TColors and intensities (in Delphi)
CC BY-SA 2.5
0
2010-09-14T15:43:28.153
2010-09-14T20:27:58.120
2017-05-23T12:30:39.393
-1
246,057
[ "delphi", "graphics", "colors" ]
3,710,873
1
3,711,020
null
0
106
I am currently using one button for inserting/updating content within a table. It then takes the uploaded CSV and inserts or updates it into a data table depending on whether the row exists or not. Here is the code fired after the button's OnClick: ``` if (ExcelDDL.SelectedValue == "Time Points" && fileName == "TimeP...
C# Updating Data Issue
CC BY-SA 2.5
null
2010-09-14T16:26:43.520
2010-09-14T16:45:13.437
null
null
316,429
[ "c#" ]
3,711,406
1
3,711,431
null
1
127
I've been battling trying to figure out how to visually create a table. It's a weird table that is sortable by column but only rows are selectable. For people using uTorrent it looks something like this ![alt text](https://i.stack.imgur.com/0eEKk.png) I can't find this anywhere in Visual Studio! If it's not avialiab...
Windows .NET / Win32 UI development
CC BY-SA 2.5
null
2010-09-14T17:33:22.850
2010-09-14T17:37:28.237
null
null
50,394
[ "c#", ".net", "winapi" ]
3,711,792
1
3,711,814
null
1
658
Through a comedy of noob errors I find myself in the following situation in a local repo: ![alt text](https://i.stack.imgur.com/8MO1A.jpg) Using `git reset` I have maneuvered the branch tags to where I want them, and I would now like to delete the 3 commits on what looks like an unnamed branch. I have researched/tri...
How to delete erroneous merge commits?
CC BY-SA 2.5
null
2010-09-14T18:25:36.317
2010-09-14T18:45:26.673
null
null
349,143
[ "git" ]
3,711,938
1
3,712,041
null
2
1,736
i have following entities ![alt text](https://i.stack.imgur.com/p83tz.jpg) as you see BudgetPost has a composite primary key which is a foreign keys to entities Category and Budget. My question is what is the best way to make CRUD? Is there any way to mapp the foreign keys? The simple insert should look like this: ``...
ADO.NET Entity Framework - Composite primary key CRUD
CC BY-SA 2.5
0
2010-09-14T18:46:22.737
2010-09-14T19:01:13.060
null
null
304,083
[ "c#", "asp.net", "entity-framework", "ado.net-entity-data-model" ]
3,712,376
1
3,712,508
null
2
1,029
I have written an app and was testing it for memory leaks when I noticed that the "all allocations" category in the leaks simulator keeps increasing its size whenever I open and close a sub-view. I intially thought it was a memory leak, but it does not show up as a leak in the leaks tab. Is this normal? ![Screenshot...
How should I interpret the "all allocations" data in the Leaks Instrument?
CC BY-SA 3.0
null
2010-09-14T19:55:18.023
2012-05-12T15:22:56.023
2012-05-12T15:22:56.023
1,097,181
224,640
[ "xcode", "memory-leaks", "ios-simulator", "instruments" ]
3,712,519
1
3,713,190
null
1
1,115
I have created a Settings.bundle for my application, and I try to read the settings by the following code: ``` NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults]; if(!defaults) { NSLog("can not get default bundle"); } NSString *usr = [NSString stringWithFormat:@"%@",[defaults stringForKey:@"username"...
Getting nil from standardUserDefaults,
CC BY-SA 2.5
0
2010-09-14T20:12:43.777
2010-09-15T00:12:56.180
2010-09-15T00:12:56.180
323,596
323,596
[ "iphone", "ios4" ]
3,712,710
1
3,713,354
null
33
80,591
I'm writing my first app, and I have a question about `DatePicker`. My app requires the user to input a date. The most user-friendly way would be to popup a calendar-like widget that displays the current month like a calendar grid - something like this: ![enter image description here](https://i.stack.imgur.com/Zwkyl....
Android Calendar View for Date Picker
CC BY-SA 3.0
0
2010-09-14T20:38:23.070
2016-02-17T09:17:43.747
2013-11-18T14:12:07.793
2,390,083
447,744
[ "android", "calendar", "android-datepicker" ]
3,713,381
1
3,713,489
null
3
1,263
So we have such situation: ![alt text](https://i.stack.imgur.com/Txxn0.gif) In this illustration, the first quadrilateral is shown on the Image Plane and the second quadrilateral is shown on the World Plane. [[1](http://alumni.media.mit.edu/~cwren/interpolator/)] In my particular case the Image Plane has 3 quadrila...
How to get rotation angles of Image Plane relative to the World Plane?
CC BY-SA 2.5
0
2010-09-14T22:27:49.433
2010-09-14T22:58:19.090
null
null
434,051
[ "algorithm", "math", "geometry", "projective-geometry" ]
3,713,736
1
null
null
0
334
In asp.net WebForms I make any changes to aspx.cs file, nothing happens. R# and IntelliSense are not working too on that tab. I even can write 'blablabla' anywhere, it won't cause any errors. Seems like VS just takes the file from some other source, not the project folder, though the "CodeBehind" attribute in .aspx i...
i change the codebehind file, nothing happens
CC BY-SA 2.5
null
2010-09-14T23:46:25.133
2010-09-14T23:52:42.610
2010-09-14T23:50:56.483
295,614
447,878
[ "asp.net", "visual-studio", "visual-studio-2008", "visual-studio-2010", "code-behind" ]
3,714,061
1
3,714,103
null
5
10,355
I'm having some issues with using PHP to convert ISO-8859-1 database content to UTF-8. I am running the following code to test: ``` // Connect to a latin1 charset database // and retrieve "Georgia O’Keeffe", which contains a "’" character $connection = mysql_connect('*****', '*****', '*****'); mysql_select_db('*****'...
PHP: Problems converting "’" character from ISO-8859-1 to UTF-8
CC BY-SA 2.5
0
2010-09-15T01:27:17.810
2013-12-04T20:51:49.390
null
null
334,966
[ "php", "utf-8", "character-encoding", "iso-8859-1", "iconv" ]
3,714,146
1
3,714,266
null
3
16,778
I'm trying to draw a single line using `OnMouseMove()` event. My Problem is that everytime I move the mouse It leaves a trail. I tried to use the refresh method, but when I stop moving the mouse the line is gone. I don't want the line to be drawn `OnPaint();`, Just want to draw it `OnMouseMove()`. I'm using a transp...
How to draw a single line using MouseMove Event
CC BY-SA 2.5
0
2010-09-15T01:50:56.770
2012-11-05T18:34:11.593
2010-09-15T02:40:19.230
416,801
416,801
[ "c#", "winforms", "events", "graphics", "gdi" ]
3,714,308
1
null
null
0
342
is it possible to replicate this using cmd in c# ![alt text](https://i.stack.imgur.com/Nyz8N.jpg) ![alt text](https://i.stack.imgur.com/ljG7q.png)
how to publish website using cmd
CC BY-SA 2.5
0
2010-09-15T02:38:47.473
2010-09-15T03:10:23.050
null
null
434,753
[ "c#", "visual-studio-2008", "cmd", "publishing" ]
3,714,334
1
3,714,831
null
6
4,103
I've got the following entities on my EDMX :- ![alt text](https://i.stack.imgur.com/VtZ68.png) These two entites were generated by . Now, notice how my country has the following primary key :- & this is because each country is UNIQUE in the system by Name and IsoCode. Now, with my States ... it's similar. Prima...
Entity Framework Is it possible to add an ASSOCIATION between Primary Keys and a Foreign Key
CC BY-SA 4.0
0
2010-09-15T02:47:38.900
2018-08-02T10:06:42.760
2018-08-02T10:06:42.760
3,229,615
30,674
[ "entity-framework", "foreign-keys", "entity-framework-4", "associations" ]
3,714,344
1
3,714,374
null
1
1,192
I have the following tables: and And I want to relate them. My current approach is the following table: ![relation table](https://i.stack.imgur.com/AaYzv.jpg) In which I would store - - - - Now, while I clearly can do that by adding a pair of fields that indicate whether the source is a section or a content...
database design pattern: many to many relationship across tables?
CC BY-SA 2.5
null
2010-09-15T02:50:34.440
2010-09-15T03:05:20.370
null
null
389,745
[ "sql", "sql-server", "sql-server-2008", "database-design", "relational-database" ]
3,714,491
1
3,714,868
null
1
396
I have created a menu and submenu bar for my web app. Now with the css classes that I have applied in is working perfectly in mozilla, chrome,safari. But it's not working fine at all with IE 7 or 8. The HTML code for the generation of menu is as follows : ``` <div id="menu"> <ul class="navigation" id="navigation_me...
CSS Problem with IE 7 or 8 which is working fine in all other browsers
CC BY-SA 2.5
null
2010-09-15T03:38:52.477
2010-09-15T07:12:44.960
2010-09-15T07:12:44.960
87,942
87,942
[ "html", "css", "cross-browser" ]
3,715,571
1
null
null
0
1,571
I did log in form in android , How to add the event functionality for this login form, Now login form display, I want to add the java code , That is When user enter his username and password , Get the value into variable and page redirect and system should show , you have enter this username and password ..chk...
android Java code for form action
CC BY-SA 2.5
null
2010-09-15T07:37:32.997
2013-03-15T13:49:32.290
2010-09-15T07:46:56.203
246,963
246,963
[ "android", "android-emulator" ]
3,715,797
1
4,322,630
null
1
296
I have a 32 bits xp machine that has been building our builds for a year now without much problem, now we have a new demand on our environment. The consultancy firm involved have some software that only thrives on 64bit 2008 webserver. So I set up a slave buildserver on the webserver so that their integration tests wou...
getting the slave buildserver to work all the way
CC BY-SA 2.5
null
2010-09-15T08:14:57.797
2010-12-01T08:57:13.480
null
null
88,136
[ "cruisecontrol.net" ]
3,715,985
1
3,717,856
null
0
957
All of a sudden I am unable to run any web application in Visual Studio 2010. I get an error message (shown in the image below. I get the same message when I try to run or issue the View in browser or Browse With command. The project compiles properly and then I get this error message. I am able to run WinForms appli...
Visual Studio 2010/2008 Error: An Invalid Argument Was Supplied
CC BY-SA 2.5
null
2010-09-15T08:41:48.327
2011-12-21T20:11:24.990
2011-12-21T20:11:24.990
3,043
25,138
[ "visual-studio-2010" ]
3,716,194
1
3,716,267
null
1
538
I have issue with table "Reality" which is not found, when I type "db" and press dot it is not suggested to me and even when I type it manually it is not found. ``` DataClasses1DataContext db = new DataClasses1DataContext(); var query = db.Reality ``` I also could not see it in Object browser ![alt text...
Linq-to-sql: Datacontext - missing table issue
CC BY-SA 2.5
null
2010-09-15T09:09:02.183
2010-09-15T09:19:22.340
null
null
446,058
[ "c#", "linq", "linq-to-sql" ]
3,716,213
1
3,716,375
null
0
221
we were asked to develop an iphone app like the one in the figure. The problem is: we have no experience in IOS development. ![alt text](https://i.stack.imgur.com/XZttT.jpg) For the basic part I can handle the learning curve, but i need suggestions, best practices on the UIKit model and controls. This is a newspaper...
iPhone Noob, needs suggestions on how to communicate with the internets via iOS
CC BY-SA 2.5
0
2010-09-15T09:10:38.793
2010-09-16T11:51:52.720
null
null
352,968
[ "iphone", "ios4" ]
3,716,470
1
3,721,110
null
30
21,509
I'm trying to get multiple tabs in windows like vim does it. In vim tabs aren't tied to buffers and you can have multiple tabs each with multiple splits and buffers in them. What I've found so far is: - - Does anyone have any ideas if this is possible? Tabs + emacs is hard to search for; most of what I find are disc...
Tabbed windows on Emacs
CC BY-SA 3.0
0
2010-09-15T09:46:49.013
2012-03-29T12:44:41.200
2012-03-29T12:44:41.200
362,951
1,896
[ "emacs", "tabs" ]
3,716,528
1
3,718,712
null
4
3,882
If I wanted to make a combined image like the one shown below ([original source here](http://wavemetrics.com/products/igorpro/gallery/user_lui.htm)), could you point me to the matplotlib objects do I need to assemble? I've been trying to work with AxesImage objects and I've also downloaded [SciKits Timeseries](http://...
Multi-panel time series of lines and filled contours using matplotlib?
CC BY-SA 2.5
0
2010-09-15T09:54:14.743
2015-09-17T12:38:42.420
2015-09-17T12:38:42.420
325,565
143,476
[ "python", "matplotlib", "scipy" ]
3,716,640
1
3,827,983
null
0
937
I have created a custom view by extending Relative Layout and it looks like this: ![alt text](https://i.stack.imgur.com/wnPr4.png) The layout for the view: ``` <?xml version="1.0" encoding="utf-8"?> <merge xmlns:android="http://schemas.android.com/apk/res/android"> <RelativeLayout android:layout_width="wrap_conte...
Multiple Custom View (derived from RelativeLayout) in one line
CC BY-SA 2.5
null
2010-09-15T10:11:28.450
2010-09-30T05:23:06.553
null
null
356,580
[ "android", "layout", "android-relativelayout", "custom-view" ]
3,716,705
1
null
null
2
2,818
this is a continuation of this question [here](https://stackoverflow.com/questions/3600795/recognizing-notes-within-recorded-sound-python). ``` spf = wave.open(speech,'r') sound_info = spf.readframes(-1) sound_info = fromstring(sound_info, 'Int16') ``` --- The , which is . The length of the sound file is , so ...
Recognizing notes within recorded sound - Part 2 - Python
CC BY-SA 2.5
0
2010-09-15T10:21:17.673
2019-01-17T23:05:16.760
2019-01-17T23:05:16.760
1,293,501
208,827
[ "python", "numpy", "audio", "fft", "computer-science" ]
3,716,866
1
3,728,364
null
0
362
When trying to submit my Application using Application Loader i am getting the following error: ``` Expected token not found in attributes: ITunesSoftwareApplicationTestedOn40 ``` ![alt text](https://i.stack.imgur.com/A948v.png) Where can i set this attribute? Thanks
Expected token not found in attributes: ITunesSoftwareApplicationTestedOn40
CC BY-SA 2.5
null
2010-09-15T10:47:06.970
2010-09-16T15:49:05.123
null
null
448,294
[ "iphone", "objective-c", "xcode" ]
3,717,104
1
3,737,294
null
0
430
I have a strange problem when I try to deploy my current app to the device. Once it is successfully pushed down I see the Default.png as it loads, then the first view appears for about 1/10 second and the whole screen goes white. It feels like the it is a resolution issue or similar as I can still interact with the t...
Running an iPhone app on the device only shows a white screen
CC BY-SA 2.5
null
2010-09-15T11:22:31.130
2011-03-09T06:06:59.683
2010-09-15T14:37:46.813
445,016
445,016
[ "iphone" ]
3,717,149
1
3,717,594
null
5
19,198
I'm crashing with this message : > 'NSInvalidArgumentException', reason: 'keypath name not found in entity Obvisouly I'm not querying my entity correctly . ``` //fetching Data NSFetchRequest *fetchRequest = [[NSFetchRequest alloc] init]; NSManagedObjectContext *context = [(AppDelegate *)[[UIApplication sharedApplicat...
Core Data: keypath name not found in entity
CC BY-SA 4.0
0
2010-09-15T11:29:15.107
2021-11-11T20:29:33.073
2021-11-11T20:20:21.227
1,265,393
415,088
[ "objective-c", "swift", "core-data", "nsfetchrequest" ]
3,717,178
1
3,721,161
null
2
2,290
I am interested in using shapes like these: ![tangram](https://i.stack.imgur.com/whTwZ.png) Usually a [tangram](http://en.wikipedia.org/wiki/Tangram) is made of 7 shapes(5 triangles, 1 square and 1 parallelogram). What I want to do is fill a shape only with tangram shapes, so at this point, the size and repetition o...
How can I fill an outline with predefined tangram shapes?
CC BY-SA 2.5
0
2010-09-15T11:33:53.330
2016-06-25T23:11:51.397
null
null
89,766
[ "algorithm", "geometry", "computational-geometry", "packing" ]
3,717,310
1
9,344,762
null
1
5,952
I have wrote a very simple php upload. But I want to insert image in text area with "click". I want to do this with jquery. ![alt text](https://i.stack.imgur.com/esJ4v.jpg) ![alt text](https://i.stack.imgur.com/rJvdH.jpg) Is there any jquery plugin for do this? (or an application for upload like in stackoverflow)? T...
Upload and insert into text area
CC BY-SA 2.5
null
2010-09-15T11:53:17.660
2012-02-18T22:28:41.437
2010-09-15T12:42:57.480
285,587
361,635
[ "jquery" ]
3,717,613
1
null
null
4
4,793
I'm doing this only for learning purposes. I've no intentions of reversing the methods of IMDB. I asked myself I owned IMDB or similar website. How would I compute the movie rating? All I can think of is (which is nothing but ) For a movie data provided below computation would be > (38591*10 + 27994*9 + 32732*8 + ...
How would YOU compute IMDB movie rating?
CC BY-SA 2.5
0
2010-09-15T12:36:47.400
2020-02-12T16:16:26.700
2010-09-15T12:59:55.123
19,750
193,653
[ "math", "statistics", "imdb", "weighted-average" ]
3,717,623
1
null
null
2
1,264
In the Call Stack window of visual studio, it reports: ``` [Frames below may be incorrect and/or missing, no symbols loaded for IPCamera.ax] ``` What does it mean by , and why missing symbols may cause it incorrect?AFAIK,symbols are just for debugging info,missing symbols will only make the source invisible . ![alt...
What's so called "Frames" in visual studio?
CC BY-SA 2.5
0
2010-09-15T12:38:18.153
2022-04-05T09:32:09.240
2022-04-05T09:32:09.240
224,132
444,905
[ "c++", "visual-studio", "debugging", "assembly", "stack-frame" ]
3,717,921
1
3,762,712
null
6
2,041
I have a fluid grid (in height and width). The LIs are always rectangular and adapt them self's to the screen size. Now i need to fill the lists, so they all have the same height. This would be easy if the all the columns had a with of one LI element. But there are double sized columns and some of them can contain big...
Fill empty spaces in a list element
CC BY-SA 2.5
0
2010-09-15T13:14:15.593
2010-09-21T17:13:12.083
2010-09-16T06:48:47.277
157,397
157,397
[ "javascript", "jquery" ]
3,718,202
1
null
null
10
1,234
In this example the first column gets 100 and the next 2 columns get 50 each, which is the expected behaviour. ``` <Grid Width="200" Height="200"> <Grid.ColumnDefinitions> <ColumnDefinition MinWidth="100" /> <ColumnDefinition /> <ColumnDefinition /> </Grid.ColumnDefinitions> <Border...
Why does the WPF Grid not share space equally when the middle column has a MinWidth?
CC BY-SA 2.5
null
2010-09-15T13:43:03.973
2011-10-21T01:09:50.840
2010-09-15T15:30:44.997
1,177
1,177
[ "wpf" ]
3,718,302
1
null
null
1
526
I have bound my DataGrid to a DataTable and only few of the details are displayed in the grid. When I wanted to filter the DataGrid I created a View with my DataGrid's ItemsSource. Code: ``` Dim myView As ICollectionView = CollectionViewSource.GetDefaultView(MyDGrid.ItemsSource) myView.Filter = New Predicate(Of Ob...
Problem with filtering DataGrid
CC BY-SA 2.5
null
2010-09-15T13:54:01.137
2010-09-16T05:04:32.690
2010-09-15T14:25:17.090
1,125,645
1,125,645
[ "wpf", "datagrid", "filter" ]
3,718,875
1
null
null
1
205
I have a page with some radio buttons that I want to be checked on page load. This is the jQuery that I'm using: ``` $('.optionHolder').find('input').first().attr('checked', 'true'); ``` The one's I want checked are the first input elements of each `.optionHolder` on the page. At the moment there are two, but the co...
Setting radio boxes to be checked with jQuery
CC BY-SA 3.0
0
2010-09-15T14:55:58.273
2011-12-04T00:31:37.733
2011-12-04T00:31:37.733
84,042
434,269
[ "javascript", "jquery", "html", "forms" ]
3,719,465
1
null
null
0
679
I've inherited a site using TYPO3 and I don't have that much experience with it. I have a page with a left column in the layout. In that left column is an object using an "insert" plugin. On the actual page is a graphic map. I'm just wondering how to edit the actual content that this is referring to. Here is a scr...
How do I edit the actual content of this TYPO3 plugin object?
CC BY-SA 3.0
null
2010-09-15T15:53:50.310
2016-11-13T11:40:43.773
2016-11-13T11:40:43.773
2,853,746
222,279
[ "magento", "typo3" ]
3,719,653
1
3,719,962
null
0
128
I have a Navigation Controller in my main view. And I use the following code to add the navigation view when needed. [self.view addSubview:navController.view]; However, the the navigation bar is not positioned correctly. I have posted a pic below. Anyone knows what is the potential problem? ![alt text](https://i.sta...
Navigation Bar is not positioned corrected
CC BY-SA 2.5
null
2010-09-15T16:18:27.317
2010-09-15T17:02:20.813
null
null
323,596
[ "iphone", "iphone-sdk-3.0", "ios-simulator", "ios4" ]
3,720,124
1
3,782,281
null
0
547
I have some time now working with the BlackBerry's Eclipse Plugin with no issues using the [Curve 8530 Simulator](https://www.blackberry.com/Downloads/contactFormPreload.do?code=060AD92489947D410D897474079C1477&dl=13D25AAB620AC052D0E4802F4CF8EBBA). Im trying to add the [Torch 9800 Simulator](https://www.blackberry.com/...
Unable to select BlackBerry 9800 as default web simulator on Eclipse
CC BY-SA 2.5
null
2010-09-15T17:25:17.220
2011-11-29T09:28:55.517
2010-09-16T16:12:25.773
69,966
69,966
[ "blackberry-eclipse-plugin", "blackberry-simulator" ]
3,720,365
1
3,720,400
null
1
1,059
I want to implement something like this using JSF.(part of search screen)![alt text](https://i.stack.imgur.com/GZHX3.png) More and more new rows will be added dynamically onclick of "" button and the row will be removed on click of "" button. The question is about binding the values (user input in those dynamically cr...
JSF - Binding values of components added dynamically
CC BY-SA 2.5
null
2010-09-15T17:58:58.167
2010-09-15T18:08:00.410
2010-09-15T18:08:00.410
157,882
366,982
[ "java", "jsf", "ajax4jsf" ]
3,720,634
1
3,720,681
null
1
1,741
The weirdest thing is happening to me... I have a form I'm sending via an ajax post (using jquery's serialize function) to a php script running this function (stripped down for clarity): ``` $arr = $_POST; unset($arr['command']); unset($arr['index']); $vals = $arr; $key...
PHP array_flip() Bug?
CC BY-SA 2.5
null
2010-09-15T18:31:00.760
2010-09-18T16:56:39.840
2010-09-18T16:56:39.840
227,665
183,806
[ "php", "arrays" ]
3,720,781
1
3,771,440
null
7
12,778
Edit: Updated with input from Omlin I am attempting to add a custom button to the ribbon. I want the button associated with a custom list named “Products”. I am able to get the button to show for a built-in list, such as a Shared Documents, but not the custom products list. Below are examples of my code working w...
Unable to add a ribbon button to a custom list
CC BY-SA 2.5
null
2010-09-15T18:50:54.750
2012-01-25T13:57:09.963
2010-09-15T21:37:19.960
12,497
12,497
[ "sharepoint", "sharepoint-2010" ]
3,721,022
1
3,721,057
null
1
61
``` $(document).ready(function() { $('.taskStatus').text(function(n, oldcontent) { if (oldcontent == "Done") return "<a href='blah.com'>Click Here</a>"; }); }); <span id="taskStatus_34" class="taskStatus">Done</span> ``` Why does the above code display the following on my webpage Screenshot below: ![alt...
jQuery Error regarding .text
CC BY-SA 2.5
0
2010-09-15T19:18:07.853
2010-09-15T19:48:49.963
2010-09-15T19:44:02.817
1,316
1,316
[ "jquery" ]
3,721,100
1
3,721,398
null
0
3,379
I want to bind the Height of the ListBox to the Height of the StackPanel so the ListBox stretches itself Vertically so the green area is not visible anymore. When there is no item in the listbox its hidden. When there is item > 1 the ListBox must be stretching itself to the add/del buttons so the add/del buttons are a...
Bind the Height of the Listbox inside the StackPanel to StackPanel`s height
CC BY-SA 3.0
0
2010-09-15T19:28:39.573
2011-11-29T17:48:31.817
2011-11-29T17:48:31.817
901,059
320,460
[ "wpf", "binding", "elementname" ]
3,721,723
1
3,721,767
null
0
301
I am working on a simple FAQ page that will show/hide answers on clicked questions. It works fine when using the p element and nothing else but any nested ul element is left out and not hidden. Does the nested element have to be called separately? Why isn't the effect applied to it as a part of the p tag? Thanks for th...
How to apply jquery effect to nested element?
CC BY-SA 2.5
null
2010-09-15T20:56:17.040
2010-09-15T21:11:51.163
null
null
274,018
[ "jquery" ]
3,721,785
1
3,740,490
null
4
757
How can I paste curly quotes into my IDE as straight quotes? I will often paste code into Visual Studio from PDF files. Then I have to change all the quotation marks to "straight" ones. Ive tried the programs that strip formatting but they don't work. Below is a pic of what I mean. ![alt text](https://i.stack.imgur.co...
How can I paste curly quotes into my IDE as straight quotes?
CC BY-SA 2.5
0
2010-09-15T21:04:40.463
2014-10-01T19:37:21.510
null
null
107,421
[ "visual-studio", "visual-studio-2010" ]
3,722,137
1
3,722,163
null
0
59
I'm (needless to say) relatively new to CSS3 and I'm having trouble with aligning content. I have a page with a jQuery UI Tabs module in it. When I display it on the page, it comes out looking like this: ![alt text](https://i.stack.imgur.com/Bmydp.jpg) I know it's a terrible screenshot, but I'll just say, the Tab b...
CSS Alignment Woes
CC BY-SA 2.5
null
2010-09-15T21:50:25.100
2010-09-15T21:56:14.000
null
null
269,970
[ "html", "css", "alignment", "text-alignment" ]
3,722,216
1
3,722,368
null
1
602
How can allow this page to run on IIS server... It does not work on localhost..... it works when I open it directly... It gives the error "it is not allowed...! [The working Example..! I want this..](https://i.stack.imgur.com/AoDO4.jpg) "" the Erorr: ![alt text](https://i.stack.imgur.com/2w6VC.jpg) ``` <html> <head>...
jquery method is not allowed
CC BY-SA 2.5
null
2010-09-15T22:06:47.777
2010-09-27T14:52:03.483
2010-09-16T06:54:53.997
173,718
173,718
[ "php", "asp.net", "jquery", "html", "iis" ]
3,722,670
1
null
null
0
1,010
I'm trying to store a gzipped binary serialized object into Active Directory's "Extension Attribute", more info [here](http://msdn.microsoft.com/en-us/library/ms980479(EXCHG.65).aspx). This field is a Unicode string according to it's [oM syntax](http://technet.microsoft.com/en-us/library/cc961740.aspx) of 64. I'm sav...
What's the best sequence to compress binary data, encode it, and convert to string?
CC BY-SA 2.5
null
2010-09-15T23:42:40.730
2010-09-16T00:28:34.880
2010-09-16T00:28:34.880
328,397
328,397
[ "c#", "unicode", "ado.net", "active-directory", "directoryservices" ]
3,722,660
1
null
null
8
483
In our application, we support user-written plugins. Those plugins generate data of various types (int, float, str, or datetime), and those data are labeled with bunches of meta-data (user, current directory, etc.) as well as three free-text fields (MetricName, Var1, Var2) . Now we have several years of this data, an...
Data Warehousing arbitrary fields
CC BY-SA 2.5
0
2010-09-15T23:41:37.533
2010-09-27T20:40:18.163
2010-09-27T20:40:18.163
146,821
146,821
[ "mysql", "database", "database-design", "blob", "data-warehouse" ]
3,723,011
1
3,724,311
null
1
3,776
Greetings all, As seen in the picture ![http://i51.tinypic.com/2r56s1j.jpg](https://i.stack.imgur.com/4Iew8.png) I have an extended QWidget object (which draws the cell images and some countour data) inside a QScrollBar. User can zoom in/out the Image (QWidget size is changed according to the zoomed size of the QIma...
QT mouse event handling problem
CC BY-SA 2.5
0
2010-09-16T01:06:13.753
2010-09-16T07:06:55.993
2010-09-16T05:17:32.063
180,904
180,904
[ "c++", "qt", "event-handling", "qt4" ]
3,723,225
1
3,723,387
null
0
738
I'm trying to use "insertNewObjectForEntityForName", but I've got a problem with my declaration, I wondered if someone had an opinion on this . This is my implementation : ``` NSManagedObjectContext *context = [(AppDelegate *)[[UIApplication sharedApplication] delegate] managedObjectContext]; // Create Object Shots ...
Core Data : "insertNewObjectForEntityForName" question
CC BY-SA 2.5
0
2010-09-16T02:08:16.433
2010-10-05T23:05:41.950
2010-09-16T02:21:53.667
415,088
415,088
[ "iphone", "objective-c", "core-data" ]
3,723,616
1
3,730,953
null
0
561
For some reason, the expand button the arrow points to in the screenshot below causes the view controller that initiated video playback to animate back over top of the video, but without stopping video playback which means you can still hear the audio even though the video is no longer visible. I've tried other movie c...
MPMoviePlayerController for iPhone App on iPad
CC BY-SA 2.5
null
2010-09-16T04:02:25.817
2010-09-16T21:25:52.657
null
null
71,509
[ "iphone", "ipad", "mpmovieplayercontroller" ]
3,723,646
1
3,723,682
null
0
4,877
I have this little application, and what it does is a user can add many deductions to a certain employee and save the record. ![alt text](https://i.stack.imgur.com/Y2mVu.png) What I do in my coding is I pass all the values to a `DataTable` and loop through each rows and execute a stored procedure that inserts the par...
How to save data from a DataGridView into database? c# winforms
CC BY-SA 2.5
null
2010-09-16T04:10:38.480
2010-09-16T04:27:50.160
null
null
396,335
[ "c#" ]
3,724,090
1
3,783,830
null
3
1,597
I am essentially storing a private key (Hash) in any of the OctetString attributes within Active Directory. My question is, what attribute is secure by default and makes sense to keep private data there? This value should be considered similar to a password, where even administrators shouldn't have access (if possibl...
Storing private "octet string" in Active Directory; what is secure by default?
CC BY-SA 2.5
null
2010-09-16T05:59:41.993
2010-09-24T02:27:39.677
2010-09-16T15:06:32.653
328,397
328,397
[ "security", "active-directory", "ldap", "windows-server-2008", "acl" ]
3,724,145
1
3,732,965
null
3
864
Is it possible to override the default error message in CRM 4.0 that occurs if a workflow fails? Is it recommended against doing so? This seems like the best spot for a remote, non-technical user to read a simple error message that any custom workflow activity has thrown. I would imagine the code extension point for th...
CRM 4.0 workflow activity error message feedback to user
CC BY-SA 2.5
0
2010-09-16T06:12:03.607
2010-09-17T06:02:38.407
null
null
123,072
[ "workflow-foundation", "dynamics-crm" ]
3,724,501
1
3,726,548
null
3
1,390
Imagine you have a query that looks like this. ![alt text](https://i.stack.imgur.com/KcJoI.png) and it returns all the items whose title contains the string . However, I'd like to refilter the results further - for example, searching for another string in the title (ex. ). Is it possible to do that without modifying ...
Visual Studio 2010: Search within Team Explorer query results without modifying the query
CC BY-SA 2.5
null
2010-09-16T07:21:29.033
2010-09-16T12:17:16.020
null
null
113,670
[ "visual-studio-2010", "tfs" ]
3,724,823
1
3,724,844
null
0
241
Please advise me a jQuery carousel plugin that can make a carousel like the one on the image. I mean that, when the image item becomes active, it moves into the center and becomes large. Thanks. ![alt text](https://i.stack.imgur.com/MDkcD.png)
jQuery slideshow plugin that can make this on the image
CC BY-SA 2.5
null
2010-09-16T08:09:43.640
2010-09-16T08:14:02.520
null
null
135,829
[ "javascript", "jquery", "slideshow" ]
3,725,342
1
null
null
3
3,648
As seen in the pictures. ![alt text](https://i.stack.imgur.com/tABMP.png) ![alt text](https://i.stack.imgur.com/epcYK.png) I have QWidget inside a QScrollArea. QWidget act as a render widget for cell image and some vector based contour data. User can performe zoom in/out and what simply happens is, it changes the Q...
Zooming in/out on a mouser point ?
CC BY-SA 3.0
0
2010-09-16T09:28:33.160
2015-08-31T06:11:07.853
2013-02-28T11:32:48.383
510,036
180,904
[ "qt", "qt4" ]
3,725,542
1
3,934,319
null
2
878
I've made a vertical menu using css. It's a menu with sub menus similar to this one: [http://www.dynamicdrive.com/style/csslibrary/item/suckertree-menu-vertical/](http://www.dynamicdrive.com/style/csslibrary/item/suckertree-menu-vertical/) here you can see an example: ![alt text](https://i.stack.imgur.com/UbH5J.jpg) ...
problem displaying vertical menu css
CC BY-SA 2.5
null
2010-09-16T10:00:04.183
2010-10-14T14:37:14.710
2010-09-17T09:04:40.353
426,176
426,176
[ "css" ]
3,725,644
1
3,725,679
null
0
137
![alt text](https://i.stack.imgur.com/bc58H.jpg) In the screenshot, you can see i have an array of arrays. I need to find an array that contains say, 'Russia', and unset it completely. That is, for Russia, remove the element [303]. I've played around with array search but I'm sure theres a funkier way of doing this. ...
unsetting an array within an array
CC BY-SA 2.5
null
2010-09-16T10:12:45.373
2010-09-16T13:26:45.467
null
null
26,107
[ "php", "arrays", "multidimensional-array" ]
3,725,760
1
null
null
1
456
> [xcode 3.2.4 (sdk 4.1) unable to install to device](https://stackoverflow.com/questions/3682071/xcode-3-2-4-sdk-4-1-unable-to-install-to-device) Due to [other issues](https://stackoverflow.com/questions/3717104/running-an-iphone-app-on-the-device-only-shows-a-white-screen) I was having in my project I decided...
Upgrading xcode loses simulator option
CC BY-SA 2.5
null
2010-09-16T10:28:26.577
2010-11-30T15:06:22.507
2017-05-23T12:13:29.403
-1
445,016
[ "iphone", "xcode", "build" ]
3,725,930
1
3,726,481
null
0
1,644
i have placed a SqlDataSource component on my aspx page but while configuring the SqlDataSource in the "Test Query" Step I am passing the following parameters : ![alt text](https://i.stack.imgur.com/HO4tR.png) But when i click ok it returns following error: ![alt text](https://i.stack.imgur.com/JRoQA.png) This erro...
Pass string parameter to SqlDataSource in asp.net
CC BY-SA 2.5
null
2010-09-16T10:53:18.333
2010-09-16T12:06:42.573
null
null
329,051
[ "c#", "asp.net", "sqldatasource" ]
3,725,936
1
3,745,585
null
4
1,930
I have an core data model as follows ![alt text](https://i.stack.imgur.com/iMFB4.png) The `attributes` property of `Page` is a set of `DictionaryEntry`, they are values for my Page objects, much like a standard `NSDictionary` (except all of the `keys` and `values` are strings) I have a `Page` that has a `DictionaryE...
Core Data: Fetch via specific property (join relationship)
CC BY-SA 2.5
0
2010-09-16T10:54:19.423
2010-09-21T06:34:05.113
2010-09-21T06:34:05.113
100,652
100,652
[ "iphone", "macos", "core-data", "nsfetchrequest" ]
3,725,959
1
3,726,022
null
3
1,575
I am using PayPal Website Payment Standard with IPN enabled. Before I was setting variable like this ``` <input type="hidden" name="cmd" value="_xclick"> ``` but then I canged it to ``` <input type="hidden" name="cmd" value="_cart"> ``` Also I changed some other variables inside my form ``` <input type="hidde...
PayPal with IPN enabled invoking error on cmd = "_cart"
CC BY-SA 2.5
0
2010-09-16T10:57:55.937
2012-07-21T22:27:16.423
null
null
440,694
[ "php", "paypal", "paypal-ipn" ]
3,726,072
1
3,729,942
null
0
121
Hi i am facing a issue with the . I am sorting the records based on user criteria like date range etc via drop downs ![alt text](https://i.stack.imgur.com/Bgsaq.png). And it works fine. It paginates properly. But when i click on page 2, it shows page 2 of all results an not the sorted results. How can i fix it. The fie...
Cakephp Pagination issue
CC BY-SA 2.5
null
2010-09-16T11:12:51.680
2010-09-16T19:14:38.153
null
null
406,659
[ "php", "cakephp" ]
3,726,088
1
3,726,506
null
0
326
I starting to investigate whether Ruby-on-Rails will help solve my problem in some way? In short, I have a legacy application which is reading and writing a collection of images. This application also uses a sqlite database to help refer to correct image files when required. What I'd like to do is have an iPhone and/...
Is Ruby on Rails solution to async notify iPhone app of updates?
CC BY-SA 2.5
null
2010-09-16T11:14:21.030
2011-01-07T16:35:55.713
2011-01-07T16:35:55.713
212,078
212,078
[ "iphone", "ruby-on-rails", "linux" ]