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,396,681
1
null
null
3
1,906
I am wondering why the following HTML/CSS renders fine until I put a doctype in: ``` <body style="margin:0; padding:0; background-color:#eeeeee"></body> <div id="HeaderContainer" style="background-color:#eeeeee; color:Black; border-bottom:1px solid #cccccc; height:60px; margin:0px"></div> <div style="width:100%; bac...
Why does adding a DOCTYPE affect my CSS?
CC BY-SA 2.5
0
2010-08-03T13:01:09.293
2010-08-03T13:36:58.903
2017-02-08T14:29:32.260
-1
174,375
[ "html", "css" ]
3,397,113
1
3,397,158
null
1,711
2,530,136
Can anyone explain how to remove the orange or blue border (outline) around text/input boxes? I think it only happens on Chrome to show that the input box is active. Here's the input CSS I'm using: ``` input { background-color: transparent; border: 0px solid; height: 20px; width: 160px; color: #CCC...
How to remove focus border (outline) around text/input boxes? (Chrome)
CC BY-SA 4.0
0
2010-08-03T13:49:03.267
2021-01-15T22:02:51.187
2020-04-19T10:35:24.930
8,583,669
303,221
[ "css", "google-chrome", "input", "focus", "border" ]
3,400,021
1
3,400,045
null
0
108
[My HTML+CSS graphic](http://forsythrobotics.org/templates/forsythalliancenew_v2/so_copy_of_county_graphic.html) My issue with this page is that the "High School", "Middle School", and "Elementary School" images center perfectly in all browsers except for IE6, 7, and 8. Relevant parts of the page: () CSS: ``` #bloc...
IE not centering these images, is there a fix?
CC BY-SA 2.5
null
2010-08-03T19:21:49.520
2010-08-04T15:45:14.610
2010-08-04T15:45:14.610
166,873
166,873
[ "html", "css", "internet-explorer", "centering" ]
3,401,989
1
3,402,987
null
1
882
I have a grid like below. Here I am getting problem with "". Here I have to use this text over the grid headers like the below screen. How can I use this? Highlighted in "Yellow" is the actual text. Please help me on this. Thanks in advance. ![alt text](https://i700.photobucket.com/albums/ww5/vsrikanth/2010-08-03_195...
How to create columnspan in gridview?
CC BY-SA 2.5
null
2010-08-04T01:38:29.193
2010-08-04T17:19:43.447
2017-02-08T14:29:33.670
-1
158,008
[ "c#", "asp.net" ]
3,403,062
1
null
null
1
2,309
I am trying to install Django on Windows XP. Here is what I did: (1) Downloaded and installed Python 2.7 from > [http://python.org/ftp/python/2.7/python-2.7.msi](http://python.org/ftp/python/2.7/python-2.7.msi) in C:\Python27 --- (2) Downloaded Django 1.2.1 from > [http://www.djangoproject.com/download/1.2.1...
Django installation problem on Windows
CC BY-SA 2.5
null
2010-08-04T06:17:43.743
2013-01-20T03:15:50.597
null
null
402,076
[ "python", "django", "installation" ]
3,403,319
1
null
null
1
1,129
I am using an Olimex sam7s256 board. I tried to get it up and running in linux (Ubuntu). I was able to successfully install GCC and binutils. I installed SAM-BA for linux from the atmel site. I was able to get the USB port for connection as specified in the SAM-BA manual (.dev/ttyUSB0). But when I try to use the GUI an...
SAM-BA not responding with olimex sam7s256
CC BY-SA 2.5
null
2010-08-04T07:08:22.987
2010-08-07T05:34:52.943
2017-02-08T14:29:34.353
-1
408,192
[ "embedded", "arm", "microcontroller" ]
3,407,079
1
4,225,016
null
3
2,719
When laying out a group, the Windows Ribbon Framework supports [some predefined layouts](https://learn.microsoft.com/en-us/windows/win32/windowsribbon/windowsribbon-templates). One of the layouts, which requires buttons is called `FourButtons`. This layout supports 3 different sizes, , , and . In each case it gives ...
Windows 7 Ribbon: How to specify "Four buttons, two big, two small"?
CC BY-SA 4.0
null
2010-08-04T15:25:34.850
2019-08-04T21:07:29.920
2019-08-04T21:07:29.920
4,751,173
12,597
[ "windows-7", "ribbon", "windows-ribbon-framework", "scenic-ribbon", "uiribbon" ]
3,407,712
1
3,408,695
null
0
2,517
I tried the suggestion [here](https://stackoverflow.com/questions/2323063/wpf-resizing-listbox-contents-according-to-listbox-dimensions) regarding Stretching, but it didn't work for me. I have a TabItem that hosts a UserControl that is essentially just a ListBox with an ItemsPanel. The ItemsPanel forces the ListBox t...
Having trouble getting contents of ListBox to resize with it
CC BY-SA 2.5
null
2010-08-04T16:38:02.663
2010-08-04T18:39:10.423
2017-05-23T12:01:33.300
-1
214,071
[ "wpf", "listbox", "resize", "stackpanel", "itemspaneltemplate" ]
3,407,751
1
3,407,773
null
6
4,265
I've already searched on SO to see if there has been a similar question but I haven't found anything so far. I'm looking to add a help window to my application, similar to the ones found in many other applications (Example below): ![HTC Sync](https://i113.photobucket.com/albums/n204/Crisis01_2006/Help.jpg) As you ca...
Adding a help window to an application - C#
CC BY-SA 3.0
null
2010-08-04T16:42:57.167
2012-12-19T11:57:34.553
2017-02-08T14:29:36.043
-1
218,159
[ "c#", ".net", "winforms" ]
3,409,985
1
3,410,088
null
176
89,399
EDIT: This is a nice ready-made menubar application [here](http://blog.shpakovski.com/2011/07/cocoa-popup-window-in-status-bar.html) ([github source](https://github.com/shpakovski/Popup)) by this [answer](https://stackoverflow.com/a/6834833/264795). --- I was wondering how to make a menubar application, what are t...
How to create a Menubar application for Mac
CC BY-SA 3.0
0
2010-08-04T21:29:16.443
2019-02-19T22:49:47.863
2017-05-23T12:17:49.537
-1
264,795
[ "macos", "cocoa", "menubar" ]
3,410,098
1
3,410,144
null
6
3,966
How can I put `<input type="text"/>` and `<input type="button"/>` in one line, like this... ![Example](https://i.stack.imgur.com/O40Ee.png) ...so that they fit inside their parent (`<div>` for example), with textbox taking maximal possible width? Of course, additional `div`s can be used. `table`s are allowed but disco...
Fit a textbox and a button inside a div
CC BY-SA 3.0
0
2010-08-04T21:44:35.913
2012-06-22T21:16:14.910
2012-06-22T21:16:14.910
241,039
241,039
[ "css", "html" ]
3,410,727
1
3,410,803
null
18
17,641
I'm trying to achieve this effect with css3: ![header/main](https://farm5.static.flickr.com/4101/4861024679_91976c9824_m.jpg) The HTML code is cleanly something like ``` ... <header> ... </header> <div id="wrapper"> ... </div> ... ``` and the css is, for the moment, something like ``` header { displa...
CSS3 box-shadow for overlapping-like divs
CC BY-SA 2.5
0
2010-08-04T23:45:04.740
2012-01-08T18:48:42.680
2017-02-08T14:29:37.080
-1
302,076
[ "css" ]
3,410,904
1
3,412,455
null
3
771
I like the Emacs color theme clarity. I start the theme with M-x color-theme-clarity. However, I would rather have the background was always black, rather than the mixed black and white as seen in my screenshot. It seems like if there is a line that has never had text on it, it will be white rather than black. How do I...
Modifying an existing emacs color theme
CC BY-SA 2.5
0
2010-08-05T00:28:38.560
2011-11-02T09:28:34.123
null
null
318,976
[ "emacs" ]
3,412,215
1
3,837,499
null
0
212
I have a couple of images, representing tents, that look like this: ![6 door tent](https://dl.dropbox.com/u/144704/talt_kupol_6D_layout.png) ![8 door tent](https://dl.dropbox.com/u/144704/talt_kupol_8D_layout.png) The red and blue parts on each side of the tents are doorways, and several tents can be connected togeth...
Calculating position for rotated image
CC BY-SA 2.5
null
2010-08-05T06:20:20.553
2010-10-01T08:15:46.437
2017-02-08T14:29:38.777
-1
169,670
[ "apache-flex" ]
3,412,624
1
3,413,016
null
3
851
My requirement is 1) I should like the one which is given below in the figure. 2) I need to then compute the say C and D. or D and F. ( as per the figure A and B are categories C,D,E and F are terms under the respective categories. ---------- C and D ---------------------- 2 C and F --------------...
Any Java Tree API which can be used to find distance between 2 terms
CC BY-SA 2.5
null
2010-08-05T07:33:25.603
2010-08-09T11:48:36.497
2017-02-08T14:29:39.113
-1
409,596
[ "java", "algorithm", "api" ]
3,417,028
1
3,419,973
null
16
35,402
I would like to reproduce the following figure in MATLAB: ![exampleee.png](https://i.stack.imgur.com/4tegY.png) There are two classes of points with X and Y coordinates. I'd like to surround each class with an ellipse with one parameter of standard deviation, which determine how far the ellipse will go along the axis...
Ellipse around the data in MATLAB
CC BY-SA 3.0
0
2010-08-05T16:40:15.363
2022-06-22T14:23:22.787
2017-05-23T11:53:01.437
-1
163,080
[ "matlab", "plot", "ellipse", "normal-distribution", "standard-deviation" ]
3,418,721
1
3,427,105
null
5
2,100
I have a Group entity which has many Item entities. An Item entity can be in multiple groups. The relevant portion of my model looks like this: ![alt text](https://dl.dropbox.com/u/2523010/CoreDataQuestion.png) When I call ``` [fetchedResultsController performFetch:&error] ``` I get this error in the console ``...
How do I set up an NSPredicate that filters for items in a specified group using NSFetchedResultsController
CC BY-SA 2.5
0
2010-08-05T20:05:05.120
2010-08-06T19:32:15.740
2017-02-08T14:29:41.463
-1
92,260
[ "iphone", "cocoa-touch", "core-data" ]
3,419,039
1
null
null
2
1,456
> I apologize if this is a duplicate question but it's kind of hard to fiddle through all the datepicker requests.. I'm basically looking to implement this: ![alt text](https://i.imgur.com/Z09os.png) I'm not really familiar with using datepicker other than a trivial setup. Has anyone had to implement this befo...
jQuery Datepicker: Arrival and Depart textfields?
CC BY-SA 2.5
0
2010-08-05T20:49:40.593
2010-08-06T09:22:22.310
null
null
145,190
[ "jquery", "datepicker" ]
3,419,270
1
3,420,044
null
0
182
I am trying to program an application for the mac to query a high performance computing cluster about its running and queued calculation jobs. The aim is to be able to monitor the submitted jobs if they are still queued and waiting for execution or if they are running and on which node or host in the cluster. On the G...
How to model a HPC queueing system with Objective-C
CC BY-SA 2.5
null
2010-08-05T21:23:33.777
2010-08-05T23:50:02.440
2017-02-08T14:29:41.803
-1
369,817
[ "objective-c", "core-data", "data-modeling" ]
3,419,535
1
3,419,545
null
5
2,416
I'm trying to build a CSS-based table that will be populated with information coming from a database. What is the most appropriate tag to use for this structured data? I originally considered ul since each row is an unordered list of data... but then I uncovered some difficulties making it into a grid using CSS. I'm...
What HTML tag is most appropriate for display in a Grid or Table? (with specific needs)
CC BY-SA 2.5
null
2010-08-05T21:57:42.813
2016-10-02T14:28:57.117
2017-02-08T14:29:42.507
-1
328,397
[ "html", "css", "html-table" ]
3,422,263
1
3,545,682
null
0
3,571
I made a Java program that runs on a computer with two RS-232 ports. It works pretty good. I connected two devices that communicate with each other through RS-232. I put the computer between the cable. You can see everything getting send on a terminal window. But after a random amount of time one device stops respon...
com0com RS232 terminal Java program
CC BY-SA 3.0
0
2010-08-06T08:52:28.833
2012-01-08T07:24:52.637
2017-02-08T14:29:42.863
-1
373,207
[ "java", "terminal", "serial-port", "com0com" ]
3,425,633
1
3,595,878
null
9
953
I'm doing some image processing, and am trying to keep track of points similar to those circled below, a very dark spot of a couple of pixels diameter, with all neighbouring pixels being bright. I'm sure there are algorithms and methods which are designed for this, but I just don't know what they are. I don't think edg...
How to detect points which are drastically different than their neighbours
CC BY-SA 2.5
0
2010-08-06T16:11:19.687
2015-12-01T20:20:02.810
null
null
90,317
[ "c++", "algorithm", "image", "image-processing", "opencv" ]
3,425,931
1
3,426,032
null
2
15,668
I am trying to create double and number format cells in excel using NPOI library. I used code like ``` Dim cell As HSSFCell = row.CreateCell(j) cell.SetCellValue(Double.Parse(dr(col).ToString)) ``` In excel numbers are aligning right but when I check format it is showing in "General" ![alt text](https://i700.photob...
NPOI Excel number format not showing in Excel sheet in asp.net
CC BY-SA 2.5
0
2010-08-06T16:50:25.743
2018-03-08T10:22:45.350
2017-02-08T14:29:44.250
-1
158,008
[ "c#", "asp.net", "vb.net", "excel", "npoi" ]
3,426,091
1
3,460,346
null
0
2,207
I'm trying to specify custom Y axis tick marks, but IDL is not cooperating. ![enter image description here](https://i.stack.imgur.com/ECZaY.png) In the top left, 1.0000 should be the max value, but IDL puts a 57 there. 57 is the max array dimension of my data. I have an array of eta levels(strings) corresponding 1...
Why is IDL adding it's own tick marks to my custom plot tick marks?
CC BY-SA 3.0
null
2010-08-06T17:15:08.890
2014-06-18T15:51:04.223
2014-06-18T15:51:04.223
2,982,225
392,030
[ "plot", "axis", "idl-programming-language" ]
3,426,652
1
3,428,201
null
1
316
![Nokia Error](https://farm5.static.flickr.com/4080/4859762987_3d92dba77a_o.png)[flickr](http://www.flickr.com/photos/diesel_travis/4859762987/) Here's a simplified demo: [http://jsbin.com/emugo3](http://jsbin.com/emugo3) ``` <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <scr...
Trying to use jQuery on my Nokia gives me this error: TypeError: "Object $ (result of expression $) does not allow calls."
CC BY-SA 2.5
0
2010-08-06T18:30:00.173
2010-08-06T22:18:04.513
2017-02-08T14:29:44.593
-1
1,414
[ "jquery", "webkit", "symbian", "nokia", "s60" ]
3,427,253
1
3,428,468
null
2
3,277
On the demo website for jqGrid, the columnChooser module is displayed like this: ![alt text](https://i725.photobucket.com/albums/ww255/JayD3e2010/jqGrid_columnChooser.jpg) It allows you to both reorder the columns and select which columns are to be shown. Unfortunately when I enter this section of code into my appli...
How do I persuade JqGrid columnChooser to use the correct interface?
CC BY-SA 2.5
0
2010-08-06T19:52:24.907
2016-01-23T09:09:02.840
2017-02-08T14:29:44.937
-1
364,604
[ "php", "javascript", "jqgrid" ]
3,427,532
1
3,427,581
null
2
87
I should know this but I expect it to be a simple answer... This is my simple database so far for this question: ![alt text](https://imgur.com/1Pi2P.jpg) Am I supposed to insert the Id from Contact and Phone into Contact_Phone when I insert a record into Contact and Phone tables - or can this be done automatically? ...
Normalized Database Question
CC BY-SA 2.5
null
2010-08-06T20:28:04.567
2010-08-06T20:51:34.907
null
null
null
[ "database-design", "relational-database", "sql-server-2008-express" ]
3,427,701
1
3,427,744
null
2
2,405
I have the following database schema: ![alt text](https://imgur.com/elJAX.png) Here's how I populate a DropDownList in my AreaController.cs: ``` public ActionResult Edit(int id) { Area area = areaRepository.GetArea(id); JefeRepository jefe = new JefeRepository(); ViewData["Jefes"] = new SelectList(jefe.Fi...
How to populate a DropDownList in ASP.Net MVC2?
CC BY-SA 2.5
null
2010-08-06T20:48:02.447
2010-08-06T20:54:09.373
2010-08-06T20:53:07.377
112,355
112,355
[ "asp.net-mvc-2", "drop-down-menu" ]
3,428,606
1
null
null
1
1,243
So I want to change the UIPickerView background to add a black rectangle next to the white part of the scroller, a la the Convert app. ![alt text](https://imgur.com/KSVvn.png) However I'm not sure how to go about doing that. I know there's no direct way to do it, but I've also looked at trying to write my own UIPicke...
Custom UIPickerView Background
CC BY-SA 2.5
null
2010-08-07T00:06:10.997
2011-04-28T00:00:12.863
null
null
144,268
[ "iphone", "uiscrollview", "uipickerview" ]
3,429,959
1
3,470,439
null
87
95,056
I am using the Android plugin for Eclipse, and when I try to run my program using a real device through the , my phone is not listed as a device. I have updated Eclipse, all of the Android packages, and the USB driver, but it still isn't showing up. My phone is running Android 2.1, which is also the target version list...
Why is Eclipse's Android Device Chooser not showing my Android device?
CC BY-SA 3.0
0
2010-08-07T09:45:17.107
2015-07-23T12:34:10.577
2012-12-02T13:22:36.473
356,895
412,168
[ "android", "eclipse", "adb" ]
3,430,933
1
3,431,027
null
0
292
![alt text](https://imgur.com/UScc1.png) I'm following the book Pro ASP.Net MVC2 and I can't move past this point. What would cause this error? Why does it say 'load an assembly from a network location' when my .dll is on my machine?
NUnit won't load my unit test .dll file
CC BY-SA 2.5
null
2010-08-07T15:23:03.517
2010-08-07T15:47:23.837
2010-08-07T15:44:33.187
309,308
112,355
[ "nunit" ]
3,431,342
1
null
null
8
813
Suppose that I open up MS Paint, draw a bunch of solid rectangles, save it as a png, and give it to you: ![alt text](https://imgur.com/iJmQj.png) Now you have to find out how I drew these rectangles. For this image, your algorithm would generate instructions like, 1. Draw the green rectangle (filling up the entire ...
Algorithm to find the optimal way of covering a plane with colored rectangles
CC BY-SA 2.5
0
2010-08-07T17:20:06.300
2010-08-07T20:22:51.467
null
null
408,999
[ "algorithm" ]
3,432,605
1
3,438,742
null
3
543
They are ruining the page I'm making. Anyone know a way of turning them off? It ends up making the text look odd and blurry: ![I Hate You IE](https://i.imgur.com/1rdsq.png) I've tried obfuscating them as so: `+44 (<span>0) 1234</span> 567 890` but Skype still recognises them. I am aware that is a plugin, just wond...
Skype links in IE
CC BY-SA 2.5
null
2010-08-08T00:27:18.877
2010-08-09T09:27:35.407
null
null
222,013
[ "internet-explorer", "skype" ]
3,432,891
1
3,432,896
null
1
6,673
I want one image above the other. How can I do it? ![example](https://i.stack.imgur.com/MWIHf.png) [http://twitpic.com/2cnpku](http://twitpic.com/2cnpku)
How to overlay an image over another image?
CC BY-SA 3.0
0
2010-08-08T02:53:03.957
2013-07-09T20:33:13.463
2011-11-29T02:58:15.257
234,976
243,035
[ "html", "css", "image" ]
3,433,226
1
3,433,240
null
0
590
I have a couple of HP M5 servers that I've been collecting temperature reference data for a year now. The problem I have is with graphing this with PHP. I've tried half a dozen methods from Google chart to SWF charts and JS but all seem cumbersome due to the large amount of data. How could I graph this data successf...
graphing years of server temperature data
CC BY-SA 2.5
null
2010-08-08T05:42:31.040
2010-08-08T05:58:36.680
2017-02-08T14:29:46.647
-1
149,523
[ "php" ]
3,433,360
1
3,509,136
null
40
37,989
I'm trying to submit an update of an existing application on behalf of one of my clients, and I'm getting "Invalid Binary" failures from iTunes Connect with no explanation of the error. I'm leaving on a 2 week vacation without network access tomorrow, so I'm a bit desperate for a solution. Any insights are greatly ap...
What can cause "invalid binary" with no email followup from iTunes Connect?
CC BY-SA 3.0
0
2010-08-08T06:44:29.567
2018-12-21T04:26:17.803
2018-04-24T05:05:47.200
6,083,675
33,701
[ "iphone", "app-store-connect" ]
3,434,250
1
3,434,439
null
0
2,611
I am having some trouble with the flex Tree control. I have a control in my system and of course it is data driven. I have a group which shows a folder icon and that's fine but it also shows an expand icon when the item has no children. I don't what it to show the expand icon when the group has no children but I do w...
flex expand and collapse icon in Tree control
CC BY-SA 2.5
0
2010-08-08T12:14:29.443
2010-08-08T13:22:23.107
2017-02-08T14:29:46.983
-1
155,720
[ "apache-flex", "actionscript-3", "flex3" ]
3,434,774
1
3,435,073
null
0
168
I need a way to programatically determine if this checkbox in control panel is checked (Windows XP): Screenshot: ![enter image description here](https://i.stack.imgur.com/PdwJV.png) The checkbox is in Control Panel - Regional settings - Language - Supplemental language support - and is called "Install files for comp...
Detect "Suplemental language support" on Windows XP
CC BY-SA 3.0
null
2010-08-08T15:08:50.070
2011-07-26T15:58:52.810
2011-07-26T15:58:52.810
128,662
126,910
[ ".net", "windows-xp", "globalization" ]
3,436,276
1
3,603,737
null
9
4,236
I'm loading a custom nib file to customize the cells of a UITableView. The custom nib has a UILabel that is referenced from the main view by tag. I would like to know if it is possible to change the shadow color of the UILabel when the cell is selected to a different color so it doesn't look like in the screenshot. ![...
UILabel shadow from custom cell selected color
CC BY-SA 3.0
0
2010-08-08T22:09:55.203
2013-11-11T22:53:01.820
2013-11-11T22:53:01.820
881,229
289,251
[ "iphone", "uitableview", "uilabel" ]
3,436,324
1
null
null
2
3,125
I have the following code: ``` static NSString *CellIdentifier = @"Cell"; cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleValue1 reuseIdentifier:CellIdentifier] autorelease]; cell.textLabel.text = @"Publisher"; cell.detailTextLabel.text = @"This Is A Very Very Long String"; ``` which results with...
Problems with UITableViewCellStyleValue1
CC BY-SA 2.5
null
2010-08-08T22:24:14.983
2011-09-12T18:15:18.260
null
null
371,684
[ "iphone", "uitableview" ]
3,437,786
1
3,437,825
null
2,385
2,070,531
How can I get `windowWidth`, `windowHeight`, `pageWidth`, `pageHeight`, `screenWidth`, `screenHeight`, `pageX`, `pageY`, `screenX`, `screenY` which will work in all major browsers? ![screenshot describing which values are wanted](https://i.stack.imgur.com/6xPdH.png)
Get the size of the screen, current web page and browser window
CC BY-SA 3.0
0
2010-08-09T06:28:58.150
2022-10-15T06:59:31.673
2020-06-09T09:02:24.820
860,099
408,393
[ "javascript", "html", "jquery", "layout", "cross-browser" ]
3,437,802
1
3,445,684
null
1
919
I have a web service for a production application that is returning different results to different clients for the same inbound request. I discovered this by configuring my clients to dump the raw WCF messages to trace files, which I then compared. For one client machine, the response includes date/times targeted at ...
Inconsistent time zone in results from Web Service
CC BY-SA 2.5
null
2010-08-09T06:32:54.047
2010-08-10T02:47:04.123
2017-02-08T14:29:47.783
-1
30,280
[ "c#", "wcf", ".net-3.5", "windows-xp", "timezone" ]
3,437,884
1
3,441,860
null
5
3,249
I have an UITextField in an UITableViewCell. For some reason the clear button isn't align to the textField's text. Here's my textField code: ``` cell.selectionStyle = UITableViewCellSelectionStyleNone; usernameField = [[UITextField alloc] initWithFrame:CGRectMake(22, 10, cell.contentView.frame.size.width, cell.content...
Why doesn't the clear button aligned with the text in a UITextField?
CC BY-SA 3.0
0
2010-08-09T06:55:08.487
2011-12-09T17:52:04.023
2011-12-09T17:52:04.023
4,160
null
[ "uitableview", "uitextfield" ]
3,439,700
1
null
null
0
100
I'm planning on doing this, but I can't get my head around to if this is completely possible or not. I'm trying to follow this design: ![http://i37.tinypic.com/28hfpzm.jpg](https://i.stack.imgur.com/pv7Xc.jpg) The list on the left is populated by SQL. When clicking on one of these links on the left, the page will cha...
CSS and SQL populated lists
CC BY-SA 3.0
null
2010-08-09T11:53:22.947
2011-11-26T06:02:25.453
2011-11-26T06:02:25.453
234,976
409,894
[ "php", "sql", "css", "list" ]
3,440,428
1
3,442,909
null
2
1,704
I'm looking for a way to apply a "perspective correction" to an image in an iPhone app. [This question](https://stackoverflow.com/questions/347721/uiview-perspective-transform/353611#353611) explains how to apply a perspective distortion, what I want is exactly the inverse operation... Any idea how to do this? ![Sam...
UIImage perspective correction
CC BY-SA 2.5
0
2010-08-09T13:24:40.867
2012-03-31T13:44:27.967
2017-05-23T11:53:28.290
-1
135,050
[ "iphone", "objective-c" ]
3,441,431
1
3,441,459
null
4
810
Ive noticed when looking at the source of a page generated in ASP.NET, the actual markup is very messy - sort of a half-assed tabbed affair with bundles of whitespace thrown in (see pic). ![alt text](https://imgur.com/z5k2h.png) Can anyone suggest a technique to remove/strip this whitespace?
Cleaning 'messy' markup rendered by ASP.NET
CC BY-SA 2.5
0
2010-08-09T15:11:59.403
2018-09-07T10:40:22.333
null
null
35,026
[ "asp.net", "html", "whitespace", "markup" ]
3,441,561
1
null
null
3
845
Can anyone please tell me how to create a combobox like following with Gtk (on Linux)? (I already ask this question for win32 API). ![alt text](https://web.archive.org/web/20150919031215/http://img265.imageshack.us/img265/232/comboboxcustom.png) A code example or tutorial will be very helpful. I have tried searching th...
How to create combobox with images in Gtk?
CC BY-SA 3.0
null
2010-08-09T15:26:09.797
2016-01-20T00:30:35.293
2020-06-20T09:12:55.060
-1
134,804
[ "c++", "linux", "combobox", "gtk" ]
3,442,178
1
3,442,332
null
1
1,412
I'm dealing with a rather frustrating bug. My ultimate goal is to have an image, which glows on IsMouseOver, and can be clicked to call an event. This seems all too complicated, but the other alternative I found was creating a custom user control, which is even more excessive. This is what I've done so far: ``` <Style...
Button growing 8 pixels when MouseOver WPF XAML
CC BY-SA 2.5
null
2010-08-09T16:40:36.437
2010-08-09T17:00:15.683
null
null
258,107
[ "wpf", "image", "xaml", "button", "controltemplate" ]
3,443,484
1
3,485,105
null
2
1,825
I have Drupal with CCK, I have a content type named Article. This Article has 5 Node references. I'm using the table field in CCK and I'm trying to connect it to the references, so each article [that holds a table field] would have a table with 5 columns, one for each product and content that can change according...
Node Reference to Table in Drupal
CC BY-SA 2.5
null
2010-08-09T19:30:27.993
2010-08-14T21:05:56.577
null
null
333,283
[ "drupal", "reference", "cck" ]
3,444,031
1
null
null
1
1,290
WPF 4.0 notoriously fixed the [blurry text issue](http://blogs.msdn.com/b/text/archive/2009/08/24/wpf-4-0-text-stack-improvements.aspx). Setting `TextOptions.TextFormattingMode="Display"` uses pixel hints to line up characters, which works really well to improve clarity. However, it does not work while the program is ...
WPF text rendering inconsistencies
CC BY-SA 2.5
null
2010-08-09T20:46:36.377
2010-08-11T20:28:49.767
2010-08-11T20:28:49.767
89,966
89,966
[ "wpf", "text", "drawing", "rendering" ]
3,444,879
1
3,463,859
null
1
13,470
I am trying to access a REST webservice, however my code doesn't work and keeps throwing a HTTP 401 error see this example screen cap from Wireshark of the initial ssl request: ![WireShark Screenshot](https://i.stack.imgur.com/YjEdN.jpg) This is from a Curl call to the same web address with the same details. The iss...
Accessing REST WebService in VB.NET
CC BY-SA 3.0
null
2010-08-09T23:13:14.743
2012-02-28T11:11:05.353
2012-02-28T11:11:05.353
1,147,455
288,747
[ ".net", "rest", "ssl", "https", "httpwebrequest" ]
3,444,977
1
3,525,095
null
9
1,394
I am getting strange aliasing behaviour in a WPF app using [FluidKit's](http://fluidkit.codeplex.com/) ElementFlow control. We are using the control in an app at work for presenting content, and when the elements of the ElementFlow are tilted, the edges alias as per the following image: ![Aliased edges](https://dl.drop...
Inconsistent anti-aliasing in WPF 3.5
CC BY-SA 2.5
0
2010-08-09T23:36:47.000
2010-08-21T05:17:32.863
2017-02-08T14:29:51.453
-1
172,905
[ ".net", "wpf", "antialiasing" ]
3,445,349
1
41,798,031
null
4
327
I've been struggling with a strange problem which has arisen in using the CorePlot framework, but which I suspect isn't an error in the framework itself. I'm hoping somebody here will have seen something similar, and can point me in a productive direction. I have a tabbed view in which graphs are shown. The tab that...
CALayers not showing when drawn the first time
CC BY-SA 3.0
null
2010-08-10T01:13:29.607
2017-01-23T01:25:34.107
2011-12-04T10:45:51.660
84,042
415,675
[ "cocoa", "core-animation", "core-plot" ]
3,445,608
1
null
null
0
1,269
I asked a question awhile back about how to properly do my css/html so I could make a rounded widget based on an image I had. The question was answered [here](https://stackoverflow.com/questions/3249576/how-would-you-design-the-css-and-html-to-divide-up-this-rounded-widget/3249730#3249730) and the solution works great...
How can I change my CSS so my widgets don't overlap each other when trying to "minimize" them?
CC BY-SA 2.5
null
2010-08-10T02:25:08.467
2013-04-14T10:38:14.077
2017-05-23T12:13:38.490
-1
64,878
[ "jquery", "html", "css", "widget" ]
3,446,727
1
3,457,108
null
53
23,182
How does Linux determine the next PID it will use for a process? The purpose of this question is to better understand the Linux kernel. Don't be afraid to post kernel source code. If PIDs are allocated sequentially how does Linux fill in the gaps? What happens when it hits the end? For example if I run a PHP scrip...
How does Linux determine the next PID?
CC BY-SA 3.0
0
2010-08-10T07:03:26.973
2016-03-20T03:55:45.993
2014-12-06T15:39:38.630
512,251
183,528
[ "linux", "apache", "linux-kernel", "kernel" ]
3,447,129
1
4,850,553
null
0
191
I am interested in purchasing a SSL/TSL certificate for my website and I would like to know which retailer allows me to add my custom message in the green address bar like in this image : ![enter image description here](https://i.stack.imgur.com/PyJk9.png) You can see there : "COMPANIA NATIONALA DE TRANSPORTURI AERI...
Add Custom Green BAR MSG with EV SSL
CC BY-SA 3.0
null
2010-08-10T08:14:53.027
2011-07-22T07:58:46.797
2011-07-22T07:58:46.797
128,662
450,504
[ "linux", "security", "browser", "ssl" ]
3,447,472
1
null
null
0
147
In my app I want to create something like this: [like this](http://picasaweb.google.it/dr.cervo/Develop?feat=email#5503703287992443698): ![alt text](https://lh5.ggpht.com/_u_vS8mJkl4I/TGEU-wXwYzI/AAAAAAAAAPk/ERPsFfYvQkk/list.jpg) I thought to put five buttons inside a linear layout, but the problem is how to show the...
Android: need help to create UI
CC BY-SA 2.5
null
2010-08-10T09:12:55.853
2010-08-10T11:53:30.917
2017-02-08T14:29:52.873
-1
415,963
[ "android" ]
3,451,006
1
3,451,188
null
0
487
How can I get a NSTextField (or any object) to respect the autoresizing options below via code? I want to add new objects to the view dynamically, but when I increase the height of the view, they are anchored to the bottom left, as opposed to the top left as shown, and so new textfields are dropped on top of the old on...
What's the code equivalent to the autoresizing mask anchoring options in IB?
CC BY-SA 2.5
null
2010-08-10T16:06:40.550
2010-08-11T04:34:18.043
2017-02-08T14:29:54.230
-1
270,472
[ "objective-c", "cocoa", "interface-builder", "autoresize" ]
3,451,121
1
3,451,860
null
1
799
I have `<ul>` tag, in that I have couple of `<li>` items. When I added text to list item. Text is showing left side. I want make it center. I tried different ways to make it. But still showing left side. ``` <ul> <li > <a href="#fragment-5" > <asp:LinkButton ID="lnkResources" runat="server" CssClass="...
Make text center in <ul> using jquery tabs
CC BY-SA 2.5
null
2010-08-10T16:20:32.677
2010-08-10T17:47:43.927
2017-02-08T14:29:54.577
-1
158,008
[ "asp.net", "jquery", "html" ]
3,453,466
1
3,454,778
null
0
5,683
I everyone. I'm very new to Android development and I want to develop an application that uses a local database. I want to show the results of queries in a DataGrid like object. The UI would be somewhat similar to this. ![http://i5.photobucket.com/albums/y163/marco2530/img1.jpg](https://i.stack.imgur.com/hGUGu.jpg) ...
Android equivalent to Windows Mobile Datagrid control?
CC BY-SA 3.0
null
2010-08-10T21:11:27.693
2012-04-18T03:18:37.907
2011-07-30T16:49:41.583
808,940
416,619
[ "android", "datagrid" ]
3,453,695
1
3,454,648
null
28
68,688
I am an R newbie and had a question. I am trying to place some text into an R plot. Here's some code using the brightness dataset in the UsingR package. ``` library(UsingR) brightness MyMean <- mean(brightness) MyMedian <- median(brightness) MySd <- sd(brightness) hist(brightness, breaks=35, main...
Align text inside a plot
CC BY-SA 3.0
0
2010-08-10T21:43:55.853
2022-09-09T13:07:19.053
2017-05-16T12:10:02.343
6,607,497
406,278
[ "r", "text", "text-alignment" ]
3,454,046
1
3,544,275
null
3
747
Some people have mentioned [RockScroll](http://www.hanselman.com/blog/IntroducingRockScroll.aspx) and [MetaScroll](http://code.google.com/p/metalscroll/) in [This Question](https://stackoverflow.com/questions/132452/keyword-highlighting-on-selection-in-visual-studio-2008), but those only seem to work in code, is there ...
Highlight similar strings in Visual Studio like in Notepad++, for any file type
CC BY-SA 2.5
0
2010-08-10T22:40:51.630
2010-08-23T01:54:47.807
2017-05-23T11:45:25.620
-1
66,803
[ "visual-studio", "syntax-highlighting" ]
3,455,355
1
4,103,833
null
2
100
I've got a simple question that I just KNOW won't be possible, but here goes: It makes me crazy that I can make a beautifully crafted Flash app which needs to access to some local resources, with the user's permission, and that God-awful little box appears. To be clear, I have no problem with WHAT it's doing, just ...
Is it possible to customise the ugly little Flash "Local Settings" dialog?
CC BY-SA 2.5
null
2010-08-11T04:45:40.657
2010-11-05T05:44:52.953
2017-02-08T14:29:55.937
-1
123,592
[ "flash", "actionscript-3", "customization" ]
3,457,107
1
5,444,154
null
23
19,348
I am looking for a WPF control which is a hybrid of TreeView and DataGrid, something like the Visual Studio debugger or QuickBooks contacts list etc. Any other solution on how to handle editable hierarchical data in WPF will be very welcommed as well. ![enter image description here](https://i.stack.imgur.com/jXlof.pn...
Handle editable hierarchical data / TreeView~DataGrid hybrid
CC BY-SA 4.0
0
2010-08-11T09:40:09.303
2019-05-14T20:37:53.197
2019-02-15T22:11:24.003
2,642,204
75,500
[ "wpf", "datagrid", "controls", "treeview", "wpf-controls" ]
3,458,235
1
3,463,576
null
1
821
Consider the following svg snippet: ``` <linearGradient id="redgradient" x1="0%" x2="0%" y1="0%" y2="100%"> <stop offset="0%" stop-color="#ffffff"/> <stop offset="100%" stop-color="#ff0000"/> </linearGradient> <rect x="0" y="0" width="400" height="400" fill="url(#redgradient)"/> ``` Is there a way of specify...
Can I define a linear gradient in SVG with a normal/bell-shaped blend?
CC BY-SA 2.5
null
2010-08-11T12:34:30.233
2019-04-03T23:00:58.653
2017-02-08T14:29:57.627
-1
144,486
[ "graphics", "svg", "linear-gradients", "svg-filters" ]
3,459,576
1
3,459,597
null
0
781
I'm noticing some strange behavior when I add a `ComboBox` to my Windows `Form`: when I resize the `Form` without a `ComboBox`, it behaves correctly and the File menu stays where it's supposed to stay even when I drag the right corner as far left as possible. When I add the `ComboBox` and I try to do the same thing, th...
ComboBox causes strange behavior on a Windows Form
CC BY-SA 2.5
null
2010-08-11T14:46:21.093
2010-08-11T15:16:16.150
2017-02-08T14:29:58.667
-1
28,760
[ "c#", ".net", "winforms", "forms", "combobox" ]
3,461,424
1
3,461,778
null
1
1,280
I'm trying to set a background image of an NSView. (Actually an NSScrollView.) At the moment I'm subclassing drawRect: and I'm using `NSDrawThreePartImage` to draw the image but there are a few things that are not correct whenever I start scrolling. ![example image](https://i.stack.imgur.com/lKK85.png) Are there bet...
NSView background image composed of 3 different files
CC BY-SA 3.0
null
2010-08-11T18:04:05.297
2012-04-25T21:08:34.970
2012-04-25T21:08:34.970
1,028,709
417,583
[ "objective-c", "cocoa", "image", "nsview" ]
3,462,433
1
3,463,332
null
97
32,230
Here is a very simplified example of my Dot graph: ``` strict digraph graphName { A->B B->A } ``` This creates ![alt text](https://i.stack.imgur.com/St0P0.png) Instead I want a single edge shown between A and B but with a double arrow head. I know how to get the double arrowhead as a global option: ``` strict dig...
Dot graph language - how to make bidirectional edges automatically?
CC BY-SA 4.0
0
2010-08-11T20:16:13.120
2019-11-21T23:24:24.183
2019-11-21T23:24:24.183
8,047
155,392
[ "graph", "graphviz", "dot" ]
3,462,588
1
null
null
0
947
I know how I can remove the border of my form, but I simply want to remove the caption. Googling for P/Invokes didn't give me much results, so I'm wondering, how can I achieve such a result? ![alt text](https://i.stack.imgur.com/QpQeg.jpg)
How to achieve a captionless bordered Aero window?
CC BY-SA 2.5
0
2010-08-11T20:36:35.217
2010-11-30T02:54:33.250
2010-11-30T02:54:33.250
91,299
154,502
[ "c#", ".net", "window", "border", "aero" ]
3,464,359
1
3,464,416
null
10
17,260
Anyone know if it is possible to wrap the xtick labels in matplotlib? Right now I've got the following code (kind of messy -- been hacking at it for a while): ``` def plotResults(request, question_id): responses = ResponseOption.objects.filter(question__id=question_id).order_by('order').annotate(response_num=Count('...
Is it possible to wrap the text of xticks in matplotlib in python?
CC BY-SA 2.5
0
2010-08-12T02:29:40.223
2021-12-22T02:30:02.967
2010-08-12T02:37:52.420
97,160
344,568
[ "python", "django", "matlab", "matplotlib" ]
3,464,552
1
3,464,682
null
5
5,868
I would like to change the stacking order of hospitals in the diagram below so #1 is at the top and #4 at the bottom. The diagram was produced with ``` ggplot(survey,aes(x=hospital, y=age))+geom_boxplot()+coord_flip()+xlab("")+ylab ("\nPatient Age") ``` and I need the top->down order to be the reverse of what is n...
ggplot: how to specify vertical order of multiple boxplots?
CC BY-SA 2.5
0
2010-08-12T03:29:37.863
2010-08-12T04:03:14.780
null
null
277,434
[ "r", "ggplot2", "boxplot" ]
3,464,610
1
3,464,680
null
0
115
I work in the architecture and construction industry, but currently spend a lot of my time doing software development. After moving my software projects into Subversion repositories I've realized how much this industry really needs a similar system for design and construction documents. I've only been developing softwa...
Looking for guidance on developing specialized a version control system
CC BY-SA 2.5
null
2010-08-12T03:46:29.777
2010-08-12T04:02:53.907
null
null
88,427
[ ".net", "svn", "version-control", "rpc" ]
3,465,629
1
null
null
3
1,353
i am having a huge problem with MEF when i am trying to dynamic load XAP files. When i am download the catalog/xap file with the the method call dc.DownloadAsync(); My Internet explorer will crash and show me the "IE has stopped working" dialog. (see image belove). I have followed several steps by steps guides and i j...
Problem with dynamic loading XAP files with MEF. IE is crashing
CC BY-SA 4.0
0
2010-08-12T07:37:21.410
2019-08-05T23:08:46.143
2019-08-05T23:08:46.143
4,751,173
411,689
[ ".net", "silverlight", "silverlight-4.0", "mef" ]
3,466,865
1
3,466,923
null
3
3,906
I have 3 tables A, B and C ![alt text](https://i949.photobucket.com/albums/ad336/ankushroy/querytables.png) I am doing this :- /* There is no relation between Table A and Table B . Table A is just used to provide values to C.Profile */ 1st step ) D <---- Select * from C where Profile=1 // want to give a specific ProI...
Left Join with where clause
CC BY-SA 2.5
0
2010-08-12T10:55:29.970
2010-08-12T11:12:12.767
2017-02-08T14:30:00.467
-1
165,107
[ "ms-access", "left-join", "where-clause", "sql" ]
3,468,866
1
3,477,291
null
53
41,144
What is the proper way of adding a '+' button tab at the end of all the tab items in the tab strip of a tab control in WPF? 1. It should work correctly with multiple tab header rows. 2. It should be at the end of all tab items 3. Tab cycling should work correctly (Alt + Tab), that is, the + tab should be skipped. 4. ...
TabControl with Add New Tab Button (+)
CC BY-SA 3.0
0
2010-08-12T14:39:57.553
2020-07-30T17:57:11.530
2016-06-12T11:59:27.197
63,550
190,615
[ "wpf", "button", "tabs", "tabcontrol" ]
3,469,481
1
3,470,835
null
0
1,341
All the examples I've seen use "getElementById" to get the single element, and then change that style for that singular element. I'm in the situation where I need to modify all the matching elements on the page with a style. I need to change the font size, height, and width. How do I do this, and is jQuery required ...
If I use "getElementById" to alter a CSS style of a single object, how do I alter all elements that inherit the style?
CC BY-SA 2.5
null
2010-08-12T15:45:46.440
2010-08-12T19:18:15.853
2017-02-08T14:30:01.207
-1
328,397
[ "jquery", "css", "dhtml", "getelementbyid" ]
3,469,975
1
3,471,465
null
10
5,052
I want to added dark/light phase information to the background of my stacked area graphset to highlight the how light affects the shapes of the curves. My dataframe looks like this: ``` > str(MDist.median) 'data.frame': 2880 obs. of 6 variables: $ groupname: Factor w/ 8 levels "rowA","rowB",..: 1 1 1 1 1 1 1 1 1 1 ...
ggplot2: adding a background layer
CC BY-SA 2.5
0
2010-08-12T16:42:54.773
2018-04-18T18:46:48.797
2020-06-20T09:12:55.060
-1
128,245
[ "r", "ggplot2" ]
3,470,014
1
3,471,680
null
1
896
I'm very new to Sharepoint, I have an aspx page on a Sharepoint site that shows a list of fields, including First Name, Last Name, etc. I'm have a console app, in Visual Studio, I'm using for testing communication and data transfer capability between between one web service and another; namely Sharepoint and another ...
Getting fields from a list on Sharepoint page
CC BY-SA 2.5
null
2010-08-12T16:46:57.597
2010-08-12T20:30:30.330
2017-02-08T14:30:01.677
-1
94,541
[ "xml", "visual-studio", "web-services", "sharepoint", "sharepoint-2007" ]
3,470,099
1
3,785,596
null
3
3,224
What I wanted is something like the figure below shows. ![alt text](https://farm5.static.flickr.com/4096/4885816510_4c1b695601.jpg) Thanks.
How to set a QDockWidget to use only the bottomright corner of a QMainWindow
CC BY-SA 2.5
null
2010-08-12T16:55:43.463
2017-02-10T20:28:24.137
2017-02-08T14:30:02.033
-1
262,303
[ "qt" ]
3,470,104
1
3,844,276
null
2
329
I need to develop is an application that shows the TV signal along with information on the channel being displayed. My only need is to communicate the app with the card to change channels and get the video. ![it should look like this](https://i.stack.imgur.com/DJ8xr.jpg) So, I need to operate a Pinnacle PCTV (-like...
Is there any documentation on the Pinnacle PCTV API?
CC BY-SA 2.5
0
2010-08-12T16:56:02.697
2010-10-02T03:41:08.653
2010-08-21T23:04:21.833
290,221
290,221
[ "c#", "api", "actionscript", "video", "television" ]
3,470,125
1
3,470,155
null
2
1,288
I've been messing around with IDA Pro and trying to disassemble my own products just for the sake of it. I've noticed a couple of things I don't understand because my assembly language knowledge is terrible. Here is a little chunk of code which invokes . ``` CGContextSetRGBStrokeColor(ctx, 1, 1, 1, 1); ``` In IDA ...
Dissasembling simple ARM instructions?
CC BY-SA 2.5
null
2010-08-12T16:58:32.457
2010-08-12T17:29:49.953
2010-08-12T17:16:38.297
116,908
160,868
[ "objective-c", "assembly", "arm", "core-graphics", "ida" ]
3,470,691
1
null
null
0
1,018
I have a checkbox and a label, and while the label is set after the checkbox, it appears before it when the page is in view. What could be the problem? ``` <input name="signed" id="fd_supplier_contract_signed" type="checkbox" value="1" /> <label for="fd_supplier_contract_signed">Signed:</label> ``` IMAGE: ![alt te...
HTML Label float passed Checkbox on left
CC BY-SA 2.5
null
2010-08-12T18:13:20.113
2010-08-12T18:34:13.417
2017-02-08T14:30:02.373
-1
386,276
[ "html", "css", "forms", "checkbox", "label" ]
3,471,642
1
3,494,521
null
0
484
I have layout as follows. ![alt text](https://lh6.ggpht.com/_yBo2CQDSNn0/TGRS8IeljNI/AAAAAAAAGIM/sSVonVEsxbs/s800/R_Layout.png) Height of resizeable element is to kept such as it will cover entire browser height. Few points - - - - - - I have started writing script based browser resize event. But could not come to...
Jquery Dynamic element height to cover browser height
CC BY-SA 2.5
null
2010-08-12T20:12:14.070
2010-08-16T15:14:59.657
2017-02-08T14:30:02.717
-1
136,513
[ "jquery", "html", "height" ]
3,471,907
1
null
null
1
398
Imagine an XY Line Chart. The X axis is a number range, as is the Y axis. There are 3 series on the chart The domain cross hair is NOT locked on data: ``` plot.setDomainCrosshairLockedOnData(false); ``` I would like to know what the Range value is for each of the three series for the selected DomainCrossHair value...
Determine the value between 2 points in JFreeCharts
CC BY-SA 2.5
null
2010-08-12T20:49:38.507
2010-08-12T21:13:02.723
2010-08-12T21:02:24.137
107,982
107,982
[ "java", "swing", "charts", "jfreechart" ]
3,472,616
1
null
null
0
240
I have the following database table: ![alt text](https://i.imgur.com/Qe3Ul.png) And here is the code I use to validate the model created by Entity Framework: ``` using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.ComponentModel.DataAnnotations; using System.Web.Mvc; na...
Validating a model in ASP.Net MVC2
CC BY-SA 2.5
null
2010-08-12T22:47:39.653
2010-08-13T11:57:00.777
2010-08-12T22:56:58.413
112,355
112,355
[ "c#", "asp.net-mvc-2", "model" ]
3,472,780
1
3,472,833
null
2
308
I'm following this tutorial but it doesn't tell me how to run this jQuery script. Since this script will be run pretty much everywhere, I should attach this script to the Masterpage right, but how? I guess what I'm asking is, what HTML tag do I need to reference the jQuery script, and where to put the jQuery code. I ...
How to use jQuery on my page?
CC BY-SA 2.5
null
2010-08-12T23:22:31.083
2010-08-13T01:19:56.757
2010-08-13T01:19:56.757
67,945
112,355
[ "asp.net", "jquery" ]
3,472,817
1
3,472,911
null
0
262
I can't figure out the prototype for this simple function: ![stack screenshot](https://imgur.com/sIX0E.png) ![function call screenshot](https://imgur.com/XrbZm.png) That's what I got so far, and it causes an error. ``` //No idea void CameraDeviceCreate(int one,int two,int* three); ``` There are three registers...
Can't decode a simple ARM function prototype from a dissasembly?
CC BY-SA 2.5
null
2010-08-12T23:31:30.190
2010-08-12T23:50:42.580
2010-08-12T23:41:47.577
160,868
160,868
[ "iphone", "c", "objective-c", "reverse-engineering", "ida" ]
3,472,834
1
3,473,897
null
3
1,309
I'm thinking on adding Markdown to a Java project with using: - - - - Q1. What javascript library can I use for the client side? I'm thinking on using Cletus' ![](https://www.gravatar.com/avatar/2f364c2e36b52bc80296cbf23da8b231?s=140&d=http%3A%2F%2Fgithub.com%2Fimages%2Fgravatars%2Fgravatar-140.png) [port of MarkD...
What do I need to use Markdown in a Java webapp?
CC BY-SA 2.5
null
2010-08-12T23:34:46.533
2010-08-13T21:15:47.280
2017-02-08T14:30:03.157
-1
20,654
[ "java", "maven-2", "markdown", "javascript" ]
3,472,980
1
3,473,306
null
291
372,237
I have used the following `ggplot` command: ``` ggplot(survey, aes(x = age)) + stat_bin(aes(n = nrow(h3), y = ..count.. / n), binwidth = 10) + scale_y_continuous(formatter = "percent", breaks = c(0, 0.1, 0.2)) + facet_grid(hospital ~ .) + theme(panel.background = theme_blank()) ``` to produce ![alt text](http...
How to change facet labels?
CC BY-SA 4.0
0
2010-08-13T00:05:40.117
2023-02-21T10:32:26.657
2019-04-11T12:40:40.423
680,068
277,434
[ "r", "ggplot2", "symbols", "facet", "plotmath" ]
3,474,062
1
3,479,826
null
0
52
What is the commonly accepted way so an admin can set panels/widgets positions (i.e. from the image below, set "Data Finder" to sit on "top left") ? In other words, the customer/admin would like to be able to configure the widgets/panels positions at startup (and users see that by default), maybe using a JSON configur...
Configure widgets positions on website
CC BY-SA 2.5
null
2010-08-13T05:10:11.760
2010-08-13T18:48:25.167
2017-02-08T14:30:03.493
-1
115,988
[ "javascript", "configuration", "yui", "widget", "position" ]
3,475,726
1
3,475,755
null
36
40,242
I get the warning like this ![alt text](https://dl.dropbox.com/u/6194904/Argument%20type%20is%20not%20CLS-compliant.png) If you know what it is, please explain & help me to get rid of it. Nam.
Argument type is not CLS-compliant, why?
CC BY-SA 2.5
0
2010-08-13T09:52:19.027
2020-07-09T11:02:35.917
2017-02-08T14:30:04.207
-1
248,616
[ "c#" ]
3,476,719
1
null
null
43
130,984
I'm trying to install SQL Server 2008 R2 Express from this site: [http://www.microsoft.com/express/database/](http://www.microsoft.com/express/database/) I have a 64-bit, Windows 7 machine. I have tried both the 32-bit and 64-bit versions but each fail on "Performance counter registry hive consistency". ![alt tex...
How do I fix a "Performance counter registry hive consistency" when installing SQL Server R2 Express?
CC BY-SA 3.0
0
2010-08-13T12:23:22.190
2019-02-04T15:40:10.133
2015-04-17T08:37:30.980
1,402,846
4,639
[ "sql-server", "installation", "sql-server-express" ]
3,478,109
1
null
null
1
137
I currently have a cache implementation (using arrays) for the heavy computations performed during the simulation. The structure of the cache is as follows: ![alt text](https://i.imgur.com/kGAhj.png) The way it works: ``` CalculationsAbstract calculationsCache = new CalculationsCache(); // Constructor of Calculatio...
How can I refactor/extend the following model
CC BY-SA 2.5
0
2010-08-13T14:59:58.390
2010-08-13T16:09:27.160
null
null
1,700,998
[ "c#", "design-patterns", "oop", "caching", "refactoring" ]
3,480,125
1
3,480,789
null
8
15,678
I have these progress bars: ![Sample Bars](https://farm5.static.flickr.com/4079/4889023704_3318406d77_o.png) I'm trying to set the color of the TEXT of the progress bars, without changing the background color or the color of the progress bar itself. As far as I can tell, setForeground() sets both the text and the ba...
Setting the colors of a JProgressBar text
CC BY-SA 2.5
0
2010-08-13T19:31:30.167
2011-03-05T16:14:35.987
2017-02-08T14:30:04.970
-1
4,913
[ "swing", "jprogressbar" ]
3,480,826
1
3,480,954
null
44
25,914
I'd like to use column guide line to IntelliJ IDE. Anybody knows about this? I couldn't find any solution for the feature? For example: ![Visual Studio with column guideline](https://i.stack.imgur.com/dduwf.png)
Adding a column guideline to the editor in IntelliJ
CC BY-SA 3.0
0
2010-08-13T21:35:54.983
2022-10-08T21:06:20.060
2015-01-16T02:47:27.497
1,402,846
1,556
[ "java", "intellij-idea" ]
3,482,138
1
3,482,681
null
3
722
I realize, if I didn't not include line ``` jComboBox1.addItem("Cause Text Field To Override"); ``` When I type in "A" in JComboBox's text field, "A" will shown in JComboBox's text field. ![alt text](https://sites.google.com/site/yanchengcheok/Home/no-add-item.png) However, If I include the addItem code, JComboBox...
Prevent JComboBox's Text Field to be Override
CC BY-SA 2.5
null
2010-08-14T05:24:54.993
2010-08-14T09:02:56.630
2010-08-14T05:33:27.240
2,598
72,437
[ "java", "swing" ]
3,482,346
1
3,482,374
null
316
245,912
Multiple colours in an `NSString` or `NSMutableStrings` are not possible. So I've heard a little about the [NSAttributedString](http://developer.apple.com/mac/library/documentation/Cocoa/Reference/Foundation/Classes/NSAttributedString_Class/Reference/Reference.html) which was introduced with the (or around 3.2) and is...
How do you use NSAttributedString?
CC BY-SA 3.0
0
2010-08-14T06:50:37.810
2021-06-10T14:03:58.790
2017-10-12T14:14:07.227
5,638,630
40,002
[ "ios", "ios4", "nsattributedstring", "textcolor" ]
3,482,803
1
null
null
2
2,111
I have a win application project that should be done in delphi2010. In a form something like the image below,should be produced: ![enter image description here](https://i.stack.imgur.com/NLmKo.jpg) www.up.iranblog.com/Files2/1e867ce0de784c469496.jpg First the image of product and under that tha name and the price. ...
showing a xml file contents in a dbctrlgrid
CC BY-SA 3.0
0
2010-08-14T09:47:39.690
2011-11-30T00:33:33.607
2011-11-30T00:24:11.290
234,976
420,294
[ "delphi", "delphi-7", "xmlmapper" ]
3,484,117
1
3,654,233
null
0
2,304
A few weeks ago I asked exactly the same question [here](https://stackoverflow.com/questions/3053554/retrieve-contacts-nickname). At first, I thought the answers solved my problem, but they didn't. I just didn't notice that I wasn't able to solve my problem with those answers. However, what I've got now is: ``` final...
retrieve contact's nickname, part 2
CC BY-SA 2.5
null
2010-08-14T16:08:45.613
2015-11-22T09:52:47.633
2017-05-23T12:33:39.247
-1
198,996
[ "android", "contacts" ]
3,484,497
1
null
null
4
5,335
Starting with a 3D mesh, how would you give a rounded appearance to the edges and corners between the polygons of that mesh? --- Without wishing to discourage other approaches, here's how I'm currently approaching the problem: Given the mesh for a regular polyhedron, I can give the mesh's edges a rounded appearan...
Algorithm to produce rounded edges and corners in a 3D mesh
CC BY-SA 2.5
0
2010-08-14T18:00:25.357
2021-02-10T22:27:55.283
2010-08-19T18:31:58.377
90,850
90,850
[ "algorithm", "3d", "rounded-corners", "mesh" ]