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,928,943
1
4,010,178
null
0
4,035
i'm new to asp.net mvc. I'm displaying data from a linq to sql query but unsure how to render a a list of data in a 2 column table. eg. A list of products. I've seen this example, but wondering if there are any other suggestions - [http://haacked.com/archive/2010/05/05/asp-net-mvc-tabular-display-template.aspx](http:/...
Display data in a 2 column Table
CC BY-SA 2.5
0
2010-10-13T23:43:44.860
2010-10-24T20:05:31.877
2010-10-14T22:50:30.690
198,574
198,574
[ "asp.net-mvc", "asp.net-mvc-2" ]
3,929,504
1
3,929,707
null
4
325
I have seen a lot of iphone apps which provide an easy to use navigation controll for text fields, which contains next previous and done. 1. What is the technique for this? any sample code? 2. they also scroll the screen until the selected textField is placed on top of the keyboard, how do they do that? ![alt tex...
iphone - Navigating between UITextFields?
CC BY-SA 2.5
null
2010-10-14T01:58:37.623
2010-10-14T02:44:26.663
2010-10-14T02:07:28.153
242,769
242,769
[ "iphone", "keyboard", "uitextfield" ]
3,929,571
1
3,929,588
null
1
102
I'm trying to repeat an image I have by x and y, using repeat-all. The image isn't displaying. Here is the CSS code: ``` body { background-image: url('Content/images/test.png') repeat-all; } ``` I'm sure the CSS file is linked correctly, here is the Content folder of my application: ![alt text](https://i.stack....
Background image isn't rendering in the web browser
CC BY-SA 2.5
null
2010-10-14T02:13:30.437
2010-10-14T02:15:28.210
null
null
null
[ "css", "asp.net-mvc-2" ]
3,929,623
1
null
null
0
142
I've got list items where a rollover image exceeds the bounds of the list item. Is this possible without the image being clipped? ![li graphic](https://i.stack.imgur.com/qPIkI.png) ![clipped items](https://i.stack.imgur.com/HYgSK.png) ``` ul.nav a, ul.nav a:visited { padding: 5px 5px 5px 15px; displa...
Clipped images in list items
CC BY-SA 2.5
null
2010-10-14T02:25:29.713
2010-10-14T03:01:47.887
null
null
165,673
[ "html", "css", "image", "html-lists" ]
3,929,611
1
3,930,382
null
6
7,113
I am trying to recreate the following plot with R. Minitab describes this as a normal probability plot. ![alt text](https://i.stack.imgur.com/Ain27.jpg) The [probplot](http://rss.acs.unt.edu/Rdoc/library/e1071/html/probplot.html) gets you most of the way there. Unfortunately, I cannot figure out how to add the confid...
Recreate minitab normal probability plot
CC BY-SA 2.5
0
2010-10-14T02:21:55.500
2022-09-26T12:55:51.970
2010-11-02T06:04:45.647
415,635
415,635
[ "r", "ggplot2" ]
3,929,712
1
3,929,753
null
3
5,458
I have the following HTML markup and I want the menu div tag to always be 5px away from the bottom border of the parent container. I can manually through trial and error position it using margin-top, but if I were to change the logo or modify the div size I'd have to change this value again using trial and error. A mu...
Why does margin-top work, but margin-bottom doesn't?
CC BY-SA 2.5
null
2010-10-14T02:45:19.050
2010-11-04T09:53:30.780
null
null
null
[ "html", "css", "margin" ]
3,929,918
1
null
null
0
185
My HTML is simple, I have a content area that wraps around everything and inside it I want three columsn. Two of them have to have fixed widths, and main content area should be flexible. I wonder what I'm doing wrong - EDIT here is the complete code sorry if it's a bit long!: ``` <%@ Master Language="C#" Inherits="Sy...
Why are these two divs being pushed over so slightly to down?
CC BY-SA 2.5
null
2010-10-14T03:41:53.860
2010-10-27T22:21:23.147
2010-10-14T03:57:45.793
null
null
[ "css", "html" ]
3,930,526
1
3,930,543
null
0
6,832
I have a basic layout that is one Div container wrapper and three columns Divs inside. I want the left and right column to be of fixed with, with the middle one being dynamic to fit it's open space. Here's a picture to demonstrate what it looks like now: ![alt text](https://i.stack.imgur.com/HlScU.jpg) The red borde...
How can I make the middle column div always expand to fit?
CC BY-SA 2.5
null
2010-10-14T06:08:19.753
2013-04-13T00:09:29.097
2010-10-15T01:30:08.097
6,819
null
[ "css", "layout", "html" ]
3,930,699
1
3,930,738
null
0
455
I am developing a board game. I am wondering how one can use Core Animation or any other technology to design a chess board like (someone else's app): [http://a1.phobos.apple.com/us/r1000/036/Purple/f9/c5/6e/mzl.pakeubcn.320x480-75.jpg](http://a1.phobos.apple.com/us/r1000/036/Purple/f9/c5/6e/mzl.pakeubcn.320x480-75.jp...
Model a chess board in iPhone
CC BY-SA 2.5
0
2010-10-14T06:39:08.223
2010-10-14T06:46:38.610
null
null
2,251,840
[ "iphone", "core-animation" ]
3,930,828
1
3,937,275
null
1
1,206
I have added two list fields to a screen but on a change in focus it does not go to the second list horizontally. ![alt text](https://i.stack.imgur.com/rdGTG.png) ![alt text](https://i.stack.imgur.com/zOIL8.png) ``` class TestScreen extends MainScreen { private final ObjectListField listField = new ObjectLis...
Focus in ListField?
CC BY-SA 3.0
null
2010-10-14T07:04:10.087
2012-03-29T15:16:55.313
2012-03-29T15:16:55.313
13,116
390,333
[ "blackberry" ]
3,930,813
1
4,002,917
null
15
1,039
I'm running into an inconsistent optimization behavior with different compilers for the following code: ``` class tester { public: tester(int* arr_, int sz_) : arr(arr_), sz(sz_) {} int doadd() { sm = 0; for (int n = 0; n < 1000; ++n) { for (int i = 0; i < ...
optimization of access to members in c++
CC BY-SA 2.5
0
2010-10-14T07:00:48.020
2010-10-23T07:15:51.940
2017-05-23T10:30:23.117
-1
8,206
[ "c++", "visual-c++", "optimization", "g++" ]
3,931,146
1
3,933,243
null
1
2,627
i have a User Module where users can set their status message (tweet) from the profile page. ![alt text](https://i.stack.imgur.com/6ptUy.png) When some one clicks Share it should go to an action and save the status message. I am not sure how to do this in CakePHP. I would wnna use jQuery. If you can point me to the ...
Cakephp: Saving a Form via Ajax
CC BY-SA 2.5
0
2010-10-14T07:55:24.763
2010-10-15T17:15:11.787
null
null
155,196
[ "javascript", "ajax", "cakephp" ]
3,931,480
1
3,931,813
null
4
11,533
I'm trying to create a simple table with iTextSharp, so with C#. The goal is a table like this one: ![](https://i.stack.imgur.com/US8N3.png) The problem is that if I apply the rowspan as 2 on cell A, iTextSharp does not render the rowspanned cell, this means that the cell have the same height of cell B. Here's the co...
Rowspan with iTextSharp doesn't work properly
CC BY-SA 3.0
null
2010-10-14T08:45:37.720
2019-01-28T12:29:54.837
2016-10-23T10:13:03.960
4,370,109
475,530
[ "c#", "itext", "html-table" ]
3,931,503
1
null
null
0
404
I have code like below. When the form is loaded, the textBox2 appears automatically and in focus. The calling sequence has to be like below. It would not be reproduced otherwise. Why's that? ``` this.Controls.Add(this.textBox1); this.Controls.Clear(); this.Controls.Add(this.textBox2); ``` ![](https://imgur.com/r...
Controls.add -> Controls.clear -> Controls.add automatically set focus the last added control?
CC BY-SA 2.5
null
2010-10-14T08:47:58.187
2010-10-14T09:28:06.827
2010-10-14T09:28:06.827
354,255
354,255
[ "c#", "winforms", "focus" ]
3,931,649
1
3,933,279
null
2
1,002
I can't seem to find how to generate the classic Facebook Connect button: ![alt text](https://i.stack.imgur.com/lJ4Cu.png) all I can find how to generate is the following: ![alt text](https://i.stack.imgur.com/3Hjq1.png) --- I'm using the documentation here [http://developers.facebook.com/docs/guides/web](http:...
Facebook connect button
CC BY-SA 2.5
0
2010-10-14T09:04:48.607
2010-10-14T14:35:48.210
2010-10-14T10:26:54.300
208,827
208,827
[ "python", "django", "facebook", "django-socialauth" ]
3,931,652
1
4,202,021
null
1
460
I have one issue related to JTree swing component, I want to use JTree under Windows high contrast Mode, but it never shows tree nodes according to windows High contrast theme. Jtree view Under ![alt Text](https://i.stack.imgur.com/VzN81.png) Jtree view Under ![alt text](https://i.stack.imgur.com/EakUQ.png) Ec...
JTree view under High Contrast Mode
CC BY-SA 2.5
null
2010-10-14T09:05:03.227
2010-11-17T06:26:30.560
2010-10-14T10:17:10.370
21,234
441,200
[ "java", "swing", "jtree", "section508", "high-contrast" ]
3,931,816
1
3,932,017
null
0
5,531
I have installed the indexMenu plugin, in my sidebar I have created a menu like this: ``` ... {{indexmenu>.#1|js#kde.png}} ``` and I want to hide one entry in my menu: ![alt text](https://i.stack.imgur.com/AJxDN.png) How can I do this?
How to use IndexMenu?
CC BY-SA 4.0
null
2010-10-14T09:31:08.950
2018-05-23T10:17:51.683
2018-05-23T10:17:51.683
472,495
296,635
[ "wiki", "dokuwiki" ]
3,931,852
1
null
null
0
979
Anybody having this problem? Suddenly paypal is not returning POST data to the notify_url. Array is completely empty and it happens when payment is made through . ![alt text](https://i.stack.imgur.com/rhxPr.png) --- Below is the final page after payment is made. When I click continue booking, it should have redi...
Paypal IPN not responding at all
CC BY-SA 2.5
null
2010-10-14T09:35:53.780
2015-07-06T19:36:44.257
null
null
340,002
[ "php", "forms", "paypal", "paypal-ipn" ]
3,931,979
1
3,932,322
null
1
14,645
On every new SharePoint 2010 site you get the default search box (In the MasterPage) that allows you to just do a normal search. I would like to replace this with some item that will allow you to pick Advanced or People Search, something like this......... ![alt text](https://i.stack.imgur.com/t5mBf.png) Is it possi...
Replace default search box in SharePoint 2010 with custom one
CC BY-SA 2.5
null
2010-10-14T09:52:57.637
2010-10-14T10:48:07.287
null
null
33,584
[ "sharepoint", "sharepoint-2010", "sharepoint-designer" ]
3,932,038
1
3,932,558
null
213
423,410
As the title says: I thought about fiddling around with `layout` and produce an empty plot to only contain the legend, but I would be interested in a way using just the base graph facilities and e.g., `par(mar = )` to get some space on the right of the plot for the legend. --- Here an example: ``` plot(1:3, rno...
Plot a legend outside of the plotting area in base graphics?
CC BY-SA 2.5
0
2010-10-14T10:01:44.340
2021-08-28T22:05:39.827
null
null
289,572
[ "r", "plot", "legend" ]
3,932,505
1
4,017,259
null
5
2,665
I'm using Doctrine2 to manage my model below: There's an abstract concept `Content` with a Composite pattern in `Gallery`, also an abstract concept `Media` from which `Video` and `Image` inherits. ![](https://yuml.me/diagram/scruffy/class/%5BContent%5D%5E-%5BGallery%5D%2C%5BGallery%5D%3C%3E-%5BContent%5D%2C%5BContent%...
Multiple discrimination levels while using Doctrine2
CC BY-SA 2.5
0
2010-10-14T11:09:21.980
2015-06-02T22:47:31.563
2017-02-08T14:30:33.337
-1
228,598
[ "php", "design-patterns", "doctrine-orm" ]
3,932,547
1
3,932,808
null
0
1,046
So I've this image : ![alt text](https://i.stack.imgur.com/zSWkL.png) What I trying to do if to leave 'H37Rv' only in the purple bar. My code is the following: ``` rects = ax.bar(ind, num, width, color=colors) for rect in rects: height = int(rect.get_height()) if height < 5: yloc =...
how to insert text inside bar if bar color equal to purple
CC BY-SA 2.5
0
2010-10-14T11:14:37.533
2010-10-14T12:28:54.880
2010-10-14T11:16:48.360
21,234
426,176
[ "python", "matplotlib" ]
3,932,618
1
null
null
8
5,670
I need a little help on an image analysis algorithm in Java. I basically have images like this: ![alt text](https://i.stack.imgur.com/2kPWh.jpg) So, as you might guessed, I need to count the lines. What approach do you think would be best? Thanks, Smaug
Java image analysis - counting vertical lines
CC BY-SA 2.5
0
2010-10-14T11:28:27.180
2018-04-23T13:09:41.820
null
null
198,781
[ "java", "image", "count", "analysis" ]
3,932,640
1
3,932,661
null
1
150
Consider the following sample: ``` var Container = function(param) { this.member = param; var privateVar = param; if (!Container.prototype.stamp) { // <-- executed on the first call only Container.prototype.stamp = function(string) { return privateVar + this.member + string; } ...
How can I test whether a Javascript object has a method with a given name?
CC BY-SA 2.5
null
2010-10-14T11:31:05.703
2010-10-14T12:29:24.427
2010-10-14T12:29:24.427
90,527
104,085
[ "javascript" ]
3,932,650
1
null
null
2
2,905
I am using the following code for set the style for the table in simulator(S60)(Nokia Qt SDK). ``` searchTable->setStyleSheet("background: rgb(255,255,255);color:rgb(0,0,0); font-family:Arial Narrow;font-size:20px; border: 4px outset rgb(255,255,255);gridline-color: #669933;" "selection-back...
QTableView - Selection background color
CC BY-SA 2.5
null
2010-10-14T11:32:54.587
2012-10-15T10:13:27.250
2010-10-25T08:13:44.913
430,278
430,278
[ "qt", "qt4", "qtableview" ]
3,932,792
1
3,933,554
null
1
478
anyone can give me an idea of what are the ios ui components used in the picture below? especially for the 2nd picture, the lower part is a grouped table (correct me if i'm wrong), what about the upper part? ![alt text](https://i.stack.imgur.com/7GKGo.jpg)
iphone ui view components
CC BY-SA 2.5
null
2010-10-14T11:53:10.193
2010-10-14T13:28:21.633
null
null
264,984
[ "iphone" ]
3,932,930
1
3,933,130
null
3
561
Given the following input against `60%` toleration ``` "STACKOVERflow is a quesTions and ANSwers weBSITE" ``` I expect the following output ``` // Extra spaces just to show %s // 69% 50% 100% 22%! 33% 42% 14% "Stackoverflow Is A QuesTions And ANSwers Website" ``` `Questions` and `Answer...
How to optimize and pre-compile this LINQ expression?
CC BY-SA 2.5
null
2010-10-14T12:12:23.313
2010-10-14T13:30:52.223
2010-10-14T13:30:52.223
340,760
340,760
[ "c#", "linq", "optimization" ]
3,932,993
1
3,958,916
null
5
1,842
how can I register a custom check-in policy for VS2010/TFS2010? For 2008 it was the following path: HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\8.0\TeamFoundation\SourceControl\Checkin Policies But for 2010 the path ends after "TeamFoundation", even though I should already have some registered policies from t...
Registry path for TFS2010 custom checkin policy?
CC BY-SA 3.0
null
2010-10-14T12:20:10.430
2011-08-01T13:52:06.760
2011-08-01T13:51:33.903
665,800
447,365
[ "visual-studio-2010" ]
3,933,800
1
5,428,257
null
1
815
I am having trouble getting the following code to render as I expect it to: ``` var img = Titanium.UI.createImageView({ top: 0, left: 0, width: 140, height: 92, image: 'http://cdn.monmotors.com/tn_' + imgr, defaultImage: 'car.png' }); post_view.add(img); var lbl = Titanium.UI.createLabel({ text: desc, ...
How do I fix how my Titanium Developer app Label is rendering on a TableView?
CC BY-SA 2.5
0
2010-10-14T13:46:33.850
2011-04-21T03:08:32.943
null
null
280,515
[ "javascript", "android", "appcelerator-mobile" ]
3,933,858
1
3,934,180
null
0
140
I must be getting a memory leak, I'm calling a graph library view and the view shows the first time I use this button method, but the second time the app crashes, with no real error message, that I can see. ``` -(IBAction)graphNavButtonPressed { UIViewController *vc = [[GraphController alloc] init]; [vc se...
iPhone, Why am I getting a memory leak and how do i fix it?
CC BY-SA 2.5
null
2010-10-14T13:51:21.403
2010-10-14T17:50:54.547
2010-10-14T17:39:02.193
450,456
450,456
[ "iphone" ]
3,933,944
1
3,933,969
null
16
3,510
Is there an easy way to maximize minimize/restore an editor in Visual Studio ? To demonstrate, I'm looking for what Eclipse has: ![Eclipse Standard](https://i.stack.imgur.com/19qGA.png) Hit a key combo and you get this (This seems somewhat like Windows->AutoHide all in VS2010) ![Eclipse Maximized Editor](https:...
VIsual Studio 2010, easily maximize/minimize editor?
CC BY-SA 2.5
0
2010-10-14T13:59:19.833
2016-01-24T04:31:46.083
null
null
412,829
[ "visual-studio" ]
3,934,023
1
3,971,288
null
9
2,120
My development team are having a problem having snippets of text shown for search results in windows 7 for our own custom files (note we are NOT talking about the preview pane that uses the IPreviewHandler interface). An example of what I mean for .txt files is shown below: ![Search example](https://i.stack.imgur.com/...
Windows Search - IFilter search term highlighting
CC BY-SA 2.5
0
2010-10-14T14:08:40.953
2010-10-21T22:06:46.943
null
null
922
[ "windows", "winapi", "search", "ifilter", "windows-search" ]
3,934,192
1
null
null
3
526
I understand how to do build steps using the BuildStep task in MSBuild and TFS as shown here: [How can we display a "step" inside Visual Studio build process?](https://stackoverflow.com/questions/226717/how-can-we-display-a-step-inside-visual-studio-build-process) What I would like to have is indented build steps lik...
How to have indented build steps in MSBuild/TFS
CC BY-SA 2.5
null
2010-10-14T14:25:33.553
2010-10-15T08:08:03.517
2017-05-23T12:07:02.087
-1
91,745
[ "visual-studio", "tfs", "msbuild" ]
3,934,375
1
4,003,024
null
8
5,500
I have been struggling to find the "description" of the computer on which my Java application is running. What I'm after is the name used for DNS when advertising my computer on the local network ("iMac Mattijs" in the screen shots below). On Windows XP, this name can be found here: Control Panel -> System -> Comput...
How do I find my "computer description" in a Java application on Windows and/or Mac?
CC BY-SA 2.5
0
2010-10-14T14:41:37.307
2018-06-02T16:22:37.900
2010-10-19T16:00:10.207
56,682
56,682
[ "java", "networking", "dns", "system" ]
3,934,502
1
3,941,377
null
0
2,637
I've got an application which records audio from the microphone and then performs some post-processing on the audio in realtime, so I must use the `AudioRecord` class instead of the standard `MediaRecorder`. My code for recording is as such: ``` DataOutputStream dataOutputStreamInstance = new DataOutputStream(buffere...
Strange distortion while recording from microphone in Android 2.2
CC BY-SA 2.5
0
2010-10-14T14:53:37.757
2010-10-15T10:26:52.033
null
null
14,302
[ "android", "audio", "audiorecord" ]
3,934,687
1
3,937,375
null
1
1,137
I've added a profile class to sfDoctrineGuard, and in the admin I'm trying to edit the profile part while editing the user, using embed forms as explained here: [http://www.symfony-project.org/blog/2008/11/12/call-the-expert-customizing-sfdoctrineguardplugin](http://www.symfony-project.org/blog/2008/11/12/call-the-ex...
Embed forms in Symfony
CC BY-SA 2.5
null
2010-10-14T15:12:41.160
2010-10-14T20:42:44.630
2010-10-14T17:26:53.473
113,305
113,305
[ "symfony1", "sfdoctrineguard" ]
3,934,707
1
3,934,785
null
2
176
I'd like to display a little tooltip similar to this: ![alt text](https://i.stack.imgur.com/SchX1.png) That little black box appears when I put my mouse over it. How can I achieve this? Is it using jQuery or MooTools or what? Thanks from this beginnig web designer!
How can I have my links display a little transparent box on a:hover?
CC BY-SA 2.5
null
2010-10-14T15:15:07.583
2012-10-17T10:24:03.170
null
null
null
[ "javascript", "html", "css", "hyperlink" ]
3,935,005
1
3,935,039
null
6
6,728
first i must admit that i'm not very familiar with sql server's [recursive CTE's](http://msdn.microsoft.com/en-us/library/ms186243.aspx) but i think this is the best approach. I have a table `tabData`. Its PK is named `idData` and there is a self referencing FK `fiData`. ![Schema](https://i.stack.imgur.com/oj782.jpg)...
Recursive CTE to find parent records
CC BY-SA 2.5
0
2010-10-14T15:44:28.747
2010-10-14T20:58:00.380
2010-10-14T20:58:00.380
284,240
284,240
[ "sql", "sql-server-2005", "recursion", "common-table-expression" ]
3,935,099
1
3,935,141
null
0
221
I wrote this code: ``` <?php mysql_connect("localhost", "root", "root") or die("Could not connect: " . mysql_error()); mysql_select_db("internal"); $result = mysql_query("SELECT Title, Message FROM msg"); ?> <?php while ($row = mysql_fetch_array($result, MYSQL_NUM)){ ?> <div> <h3><a href="#"><?...
Why wont it loop? (PHP and MySQL)
CC BY-SA 3.0
null
2010-10-14T15:54:38.130
2013-02-25T15:01:03.900
2013-02-25T15:01:03.900
463,065
463,065
[ "php", "mysql", "loops", "while-loop" ]
3,935,437
1
3,935,922
null
-2
82
I have to create below type html page. background (orange) image. HTML gurus, Please help out.! ![alt text](https://i.stack.imgur.com/rgovk.jpg)
How to create below type html window?
CC BY-SA 2.5
null
2010-10-14T16:35:26.390
2010-10-14T17:39:17.880
null
null
158,008
[ "html", "css" ]
3,935,529
1
3,940,619
null
3
2,774
a few minutes ago i asked [here](https://stackoverflow.com/questions/3935005/recursive-cte-to-find-parent-records) how to get parent records with a recursive CTE. This works now, but I get the wrong order(backwards, ordered by the PK idData) when i create a Table valued Function which returns all parents. I cannot orde...
Wrong order in Table valued Function(keep "order" of a recursive CTE)
CC BY-SA 2.5
null
2010-10-14T16:50:33.333
2010-10-15T12:43:51.203
2017-05-23T12:30:36.590
-1
284,240
[ "sql-server", "sql-server-2005", "common-table-expression", "user-defined-functions" ]
3,935,605
1
3,935,655
null
1
416
I have a table: ``` <table> <tr> <td colspan="2"><h2>Order Awards here:</h2></td> </tr> <tr> <td class="aocBlack">Delivery:</td> <td> <select style="width: 200px;" id="deliveryMethod" name="deliveryMethod" size="1" onchange="showMailing()"> <option value="print">I will print it myself.</option> ...
visibility property not working as expected in javascript function
CC BY-SA 2.5
null
2010-10-14T17:00:22.810
2010-10-14T18:01:25.433
null
null
341,611
[ "javascript", "css" ]
3,935,843
1
null
null
1
78
This is really really weird. Sometimes when I reload it shows where it should be, like this: ![alt text](https://i.stack.imgur.com/GCFmV.png) When I change the color to Orange or Blue (haven't tested any other colors, that ul is brought down. What's the reason? Thanks for the help! ``` #topuserbar a { color:Orang...
Sometimes for no reason whatsoever my ul is positioned lower
CC BY-SA 2.5
0
2010-10-14T17:29:26.900
2010-10-15T12:29:34.553
null
null
null
[ "html", "css", "layout" ]
3,936,389
1
3,936,499
null
2
1,054
I am working on an attendance system that has the following tables: ``` Entry +---------+-----------+ + EntryID + EntryDate + +---------+ ----------+ Hour +---------+--------+---------+ + EntryID + InHour + OutHour + +---------+--------+---------+ ``` With the following example data: ``` Entry +---------+------...
Complex editing on a gridview in C#
CC BY-SA 2.5
null
2010-10-14T18:35:52.427
2010-10-18T17:31:02.527
null
null
409,141
[ "c#", "asp.net", "sql-server", "sql-server-2005", "gridview" ]
3,936,554
1
3,936,575
null
0
63
Diagram A can be accomplished by having a valign="top" and align="right" on the parent TD. The red rectangle is a div with style="float:right". This works on most browsers, but not IE. IE will put a linebreak before the div. The Text is not surrounded in any tag. It is the first thing in the TD. The problem with the s...
HTML - What is the correct way to do the following layout?
CC BY-SA 2.5
null
2010-10-14T18:55:44.477
2010-10-15T14:25:07.913
null
null
127,880
[ "html" ]
3,936,587
1
null
null
0
1,355
> [CSS - Equal Height Columns?](https://stackoverflow.com/questions/2114757/css-equal-height-columns) There seems to be many articles on the web, but many are not updated and I can't understand if there is really a BEST way to build 2 equal columns in CSS (without knowing which one of them will be the longest)....
Two equal columns in CSS
CC BY-SA 2.5
null
2010-10-14T18:59:34.377
2010-10-15T10:13:32.923
2017-05-23T11:48:24.847
-1
473,369
[ "css" ]
3,936,788
1
3,937,563
null
0
490
Every time I try to go to [Art School](http://www.public.asu.edu/~rlpeck/CSE465a/art.htm) on [Home Page](http://www.public.asu.edu/~rlpeck/) and put it the correct username/password I get a server error. Yes this is homework, and yes it is my first time doing anything related to this type of setup so any help would be...
htaccess & htpasswd not hooking up correctly
CC BY-SA 2.5
null
2010-10-14T19:26:15.880
2012-10-01T18:38:38.543
2012-10-01T18:38:38.543
387,076
68,172
[ "security", ".htaccess", "authentication", ".htpasswd" ]
3,936,909
1
3,937,247
null
2
2,656
I'm not positive if this is even possible, but is there any way to enable a user to ctrl+click (ie, multi-select) files on a website? Screen shot of what I would like to be able to do via an upload tool, taken from just my standard file explorer: ![Multi-select](https://i.stack.imgur.com/NbJjj.jpg) In case this is...
File upload multi-select
CC BY-SA 2.5
0
2010-10-14T19:41:20.913
2010-10-14T20:25:51.707
null
null
7,173
[ "c#", "jquery", "file-upload", "web", "multi-select" ]
3,936,985
1
null
null
0
1,023
I use the jQuery [URL parser plugin](http://github.com/allmarkedup/jQuery-URL-Parser) by [Mark Perkins](https://stackoverflow.com/users/76238/mark-perkins) for extracting query string values from the current URL. The parsing process fails when query string values contain the '@' character, most notably when there is...
jQuery URL parser plugin fails on '@' in query string - What URL parsing regex will work?
CC BY-SA 2.5
null
2010-10-14T19:52:49.010
2012-12-04T17:16:00.477
2017-05-23T09:58:04.570
-1
5,343
[ "javascript", "jquery", "parsing", "url", "jquery-plugins" ]
3,937,299
1
3,939,852
null
-1
589
I recently compiled a vb6 application with inno setup that when i install, works fine on winxp when i tried it on vista, i got error message ![alt text](https://i.stack.imgur.com/aPCBp.jpg) i noticed it was a dll registration problem, so i try to register the dll manually to see if it corrects the problem. when i tri...
inno setup install vb6 app dll
CC BY-SA 2.5
null
2010-10-14T20:33:11.953
2010-10-22T21:50:55.860
null
null
362,461
[ "vb6", "windows-vista", "inno-setup" ]
3,937,647
1
null
null
2
1,081
I would like to modify the background of the title bar of the dropdown dialog associated to a spinner. If this is not possible I would like to know what resource is used to draw this background android.R.drawable.* ? This is an effort of uniformity for my various pop ups in my application. ![alt text](https://i.stac...
Spinner pop up window title background
CC BY-SA 2.5
null
2010-10-14T21:14:14.460
2011-04-04T19:35:06.043
2010-10-15T17:56:15.643
271,395
271,395
[ "android", "styles", "spinner" ]
3,937,885
1
null
null
7
1,129
Something is puzzling me - why does [this image](https://imgur.com/UNZTe.jpg) appear different in every browser? Image in IE9 (and Windows Photo Viewer): ![Image in IE9](https://i.stack.imgur.com/4vELq.png) Image in Firefox (and Photoshop): ![Image in Firefox](https://i.stack.imgur.com/d432F.png) Image in Chrome...
Cross-browser incompatibilities in decoding JPEG files?
CC BY-SA 2.5
0
2010-10-14T21:50:24.217
2011-02-17T22:38:17.813
2010-10-14T22:36:38.863
476,343
476,343
[ "cross-browser", "jpeg", "decoding" ]
3,938,037
1
null
null
2
3,384
I have a simple code in Qt, as below: ``` #include "mainwindow.h" #include <QWidget> #include <QGroupBox> #include <QLabel> #include <QLineEdit> #include <QGridLayout> #include <QVBoxLayout> class classA; class classB; MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) { classA * objA = new classA(t...
Qt problem with GUI application
CC BY-SA 2.5
0
2010-10-14T22:16:44.023
2010-10-14T23:17:42.923
2010-10-14T22:25:31.610
467,047
467,047
[ "qt", "qt4" ]
3,938,066
1
3,938,473
null
12
3,362
when i am coding visual studio do not select best value. if you look this image you will understand what i mean ![http://img252.imageshack.us/img252/4186/problemm.png](https://i.stack.imgur.com/5PPMJ.png) microsoft visual studio 2010
Microsoft visual studio auto complete selection problem
CC BY-SA 2.5
0
2010-10-14T22:22:04.930
2015-10-26T03:13:16.480
2015-10-26T03:13:16.480
1,505,120
310,370
[ "visual-studio", "visual-studio-2010", "select", "autocomplete" ]
3,938,126
1
3,945,282
null
16
3,157
I saw this in a recent economist and I was wondering if anyone has code that would help replicate it using ggplot. [Economist Chart](http://www.economist.com/node/17257797?story_id=17257797) ![alt text](https://i.stack.imgur.com/AlaSB.gif) Thanks!
Wondering how to output a chart I saw in the economist magazine
CC BY-SA 2.5
0
2010-10-14T22:31:50.940
2018-09-17T22:21:49.597
2010-10-14T22:33:33.487
48,387
450,889
[ "r", "ggplot2" ]
3,938,383
1
3,938,408
null
5
4,344
I have a onerror handler on the image tag to handle switching when the remote image is not found. the problem is that for certain broken remote images, it does not work. [http://a3.twimg.com/profile_images/522455109/calvin-and-hobbessm_normal.jpg](http://a3.twimg.com/profile_images/522455109/calvin-and-hobbessm_nor...
Firefox "onerror" would not fire even when image is not valid
CC BY-SA 2.5
0
2010-10-14T23:32:04.630
2012-09-05T13:02:07.867
null
null
180,663
[ "javascript", "firefox", "mime-types" ]
3,938,772
1
3,938,815
null
0
114
The elements aren't positioning themselves as I want them to. I want the picture to be 20px away from the left, why is the logos div so thin? :S Also why is the topuserbar div going under? There seems to be no reason. ![alt text](https://i.stack.imgur.com/0jHbT.jpg) Here is the CSS and HTML. It's not rocket science, s...
CSS layout acting very weird and not positioning the elements where it should
CC BY-SA 2.5
null
2010-10-15T01:13:34.043
2010-10-15T01:36:54.900
2010-10-15T01:27:26.413
886,931
null
[ "html", "css", "layout" ]
3,938,822
1
3,948,439
null
0
291
First off - I'm not using MapKit. I'm using my own controls for something entirely different. But the annotation view is something I'd like to mimmic. I've seen other applications with similar views to indicate state or actions on other controls. However, scanning through the class library I can't find a view already i...
Show annotation in custom views
CC BY-SA 2.5
null
2010-10-15T01:26:55.543
2010-10-16T10:05:53.750
null
null
76,456
[ "iphone", "uiview" ]
3,938,833
1
4,147,156
null
11
4,310
I'm trying to set up a `CTFrame` that exactly matches my `UITextView`'s text format in iPad. First of all, I converted `UITextView`'s text to an attributed string. Then I set up a width and a height of drawing box in which Core Text will draw text. I succeeded to draw text using Core Text, but `UITextView` and Core Tex...
Core text exactly same as UITextView text format?
CC BY-SA 3.0
0
2010-10-15T01:29:29.153
2014-08-11T18:10:38.143
2014-08-11T18:10:38.143
3,126,646
434,153
[ "iphone", "ipad", "ios", "uitextview", "core-text" ]
3,938,861
1
3,939,146
null
8
1,788
When I first started developing this project, there was no requirement for generating large files, however it is now a deliverable. Long story short, GAE just doesn't play nice with any large scale data manipulation or content generation. The lack of file storage aside, even something as simple as generating a pdf wi...
How to generate large files (PDF and CSV) using AppEngine and Datastore?
CC BY-SA 2.5
0
2010-10-15T01:34:57.033
2014-05-28T15:33:00.813
2010-10-17T06:44:27.523
2,071,174
2,071,174
[ "google-app-engine", "google-cloud-datastore" ]
3,938,958
1
3,938,970
null
7
53,098
We have a database with a bunch of wide tables (40-80 columns each) and just found a bug that introduced NULL values into about 500 of the records. The NULL values can appear in any of the columns (all are integer columns, see image below) but these NULL values are causing issues with one of our reporting systems that ...
Update all SQL NULL values in multiple columns using Column level WHERE clause?
CC BY-SA 2.5
0
2010-10-15T02:02:46.903
2014-03-11T22:24:36.130
2012-05-03T15:44:52.677
1,209,430
17,373
[ "sql", "sql-server", "tsql", "sql-server-2005", "sql-update" ]
3,939,099
1
3,939,107
null
0
2,024
my phpmyadmin showing the table type are myisam , but my tables are innodb, Why it is showing as myisam , ![alt text](https://i.stack.imgur.com/eofP8.jpg)
phpmyadmin showing myisam instead of innodb
CC BY-SA 2.5
0
2010-10-15T02:39:28.657
2017-09-27T05:23:58.933
2010-10-15T02:45:01.357
135,152
246,963
[ "sql", "mysql" ]
3,939,461
1
3,939,591
null
33
30,175
I want to view a byte array in the Eclipse (Helios Release, build id: 20100617-1415) Java debugger as an array of hex bytes (2 digits each) or unsigned decimal numbers? Is that possible? How? For example, I want to display this: ![alt text](https://i.stack.imgur.com/L2Hn0.png) ...as: 0, 48, 71, 22, 139, 166, ... ...
How do I display a byte array as an array of hex bytes or unsigned decimal numbers in the Eclipse Java debugger?
CC BY-SA 2.5
0
2010-10-15T04:14:27.627
2021-05-19T02:25:54.573
2017-05-23T10:30:58.840
-1
4,766
[ "java", "eclipse", "types", "debugging" ]
3,939,724
1
3,939,758
null
3
4,109
I am following the railstutorial.org tutorial. While I am able to see the gravatar on the webpage, my rspec test is failing. Here is the user_controller_spec.rb test: ``` describe "GET 'show'" do before(:each) do @user = Factory(:user) end it "should be successful" do get :show, :id => @user resp...
ruby on rails gravatar_image_tag
CC BY-SA 2.5
0
2010-10-15T05:31:37.757
2013-02-17T16:52:21.907
null
null
185,814
[ "ruby-on-rails", "gravatar" ]
3,939,802
1
null
null
0
81
I've made two screen shots in order to make the problem specified. `The normal style:` ![normal style](https://i.stack.imgur.com/WrHed.gif) `the affected style after I move some windows such as browsers across it:` ![alt text](https://i.stack.imgur.com/BrBGA.gif) I wonder why this happened?And How can fix this pro...
[VC/MFC]why the app window is affected by other items which move across it?
CC BY-SA 2.5
null
2010-10-15T05:51:56.000
2010-10-15T12:09:58.723
null
null
268,530
[ "windows", "visual-c++", "mfc" ]
3,939,809
1
3,940,191
null
0
365
I have the following DB Schema :- ![alt text](https://i.stack.imgur.com/xEvwf.png) ### Data is ... ``` Location Table 1. New York 2. London 3. Tokyo 4. Melbourne ``` ### OtherNames Table (aka Aliases) ``` 1. NYC 1. New York City 4. Home 3. Foo 3. PewPew ``` What I'm trying to do, as SQL, is get the follow...
Vendor agnostic SQL to concatenate field values across records
CC BY-SA 2.5
null
2010-10-15T05:54:08.617
2010-10-17T05:40:17.077
2017-05-23T11:48:24.847
-1
30,674
[ "sql" ]
3,939,896
1
3,940,007
null
0
192
``` #include <stdio.h> #define SIZE 5 void func(int*); int main(void) { int i, arr[SIZE]; for(i=0; i<SIZE; i++) { printf("Enter the element arr[%d]: ", i); scanf("%d", &arr[i]); }//End of for loop func(arr); printf("The modified array is : "); for(i=0; i<SIZE; i++) print...
Unusual Behaviour while passing an array to a function
CC BY-SA 2.5
null
2010-10-15T06:14:47.413
2010-10-15T06:38:21.333
null
null
463,688
[ "c" ]
3,940,204
1
3,940,219
null
0
199
How can I find all available path for each Vertices which won't cause a cycle? What algorithm to use? Please be brief and provide links if possible, and ask questions if something is not clear from the wonderful diagram below :) ![asdas](https://i.stack.imgur.com/rur4m.png) I am not looking for a shortest path or anyt...
graph algorithm question
CC BY-SA 2.5
0
2010-10-15T07:15:42.910
2010-10-15T07:45:29.540
2010-10-15T07:41:23.560
247,184
247,184
[ "algorithm" ]
3,940,258
1
3,940,281
null
102
98,515
Just wondering whether anyone knows what events an HTML5 `<input type="number" />` element fires when its up / down arrows are clicked: ![example number input](https://i.stack.imgur.com/YWKCr.png) I'm already using an `onblur` for when the focus leaves the input field.
What events does an <input type="number" /> fire when its value is changed?
CC BY-SA 4.0
0
2010-10-15T07:26:57.410
2021-03-29T18:24:50.533
2021-03-29T18:24:50.533
1,264,804
1,904
[ "javascript", "html" ]
3,940,601
1
3,940,644
null
2
867
How to draw a circle on a form that covers the whole working area? I have tried the following code. But when I re-size the form, the circle is distorted. ![alt text](https://i.stack.imgur.com/T5dO9.jpg) ``` public partial class Form1 : Form { public Form1() { InitializeComponent(); ...
How to draw a circle on a form that covers the whole working area?
CC BY-SA 2.5
null
2010-10-15T08:25:57.033
2010-10-15T08:39:28.047
2010-10-15T08:39:28.047
159,072
159,072
[ "c#", "gdi+" ]
3,940,694
1
3,944,295
null
7
4,494
If I get a line segment which was long enough to cross a given polygon, which could be concave or convex polygon. How did I find the all the intersected light segments which was contained in the polygon? ![alt text](https://i.stack.imgur.com/2Qmaz.png) If the target region is not polygon, but a implicit curve functio...
Line clipping to arbitary 2D polygon
CC BY-SA 2.5
0
2010-10-15T08:39:13.520
2013-01-03T11:35:35.140
null
null
200,788
[ "algorithm", "graphics", "geometry", "numeric" ]
3,940,710
1
3,947,721
null
1
1,552
[http://www.ioplex.com/jespa.html](http://www.ioplex.com/jespa.html) I am following the example as described in part of the , and deploying the examples war into JBoss I did: - - - - When I debugged into JBoss, it is failing at comparing the ntlm objects ``` NtlmResponse local = new NtlmResponse(resp,domain, myu...
Jespa 1.1 Java + ActiveDirectory NTLM auth does not work
CC BY-SA 2.5
null
2010-10-15T08:42:09.350
2010-10-20T06:06:44.043
null
null
115,988
[ "java", "windows-7", "ntlm", "jespa" ]
3,941,086
1
3,942,042
null
1
2,134
I'm using the old DsoFramer control to embedded an instance of Excel in a form of mine. This has been working fine with Excel 2000, 2003 and 2007. Come 2010 however I think its behaving slightly differently. I now get a prompt about macros, which then blocks my UI until the user shifts focus to the excel instance in t...
Disable Excel Security Dialogs when using DsoFramer
CC BY-SA 2.5
0
2010-10-15T09:43:32.917
2010-10-15T12:04:20.540
2010-10-15T09:54:09.803
21,061
21,061
[ "c#", "winforms", "excel" ]
3,941,134
1
3,941,222
null
2
6,730
I have developed the asp.net mvc 2 + C# application. it has create functionality in which there is datetime field. If locally I runs the a application it is working fine . but if i deploys it on IIS server (v 5.1) it, is not accepting date more than 12 (if gives 14/10/2010) will not work), this means it is changing th...
datetime problem after deployment of asp.net mvc application
CC BY-SA 2.5
0
2010-10-15T09:50:28.967
2020-11-06T16:46:54.970
2010-10-18T09:03:45.037
165,309
165,309
[ "asp.net-mvc-2", "datetime" ]
3,941,197
1
3,942,664
null
0
111
I developed my application and tested it on android emulator 1.6, 2.1 & 2.2 and on HTC Magic its running PERFECTLY and the gui components look very neat... However, when I tested it on Sony Ericsson Xperia X10 the gui components are looking fuzzy :S...please have a look ![alt text](https://i.stack.imgur.com/bklie.png...
weird gui component edges!
CC BY-SA 2.5
null
2010-10-15T09:59:34.187
2010-10-15T13:29:36.050
null
null
445,548
[ "android", "user-interface", "edges" ]
3,941,483
1
3,941,550
null
0
2,618
![alt text](https://i.stack.imgur.com/fNDGz.png) The text on the top has the opacity of 0.5. The other image has a color of #dddddd (hex). This is the code I am using: ``` <p style="font:60px Arial;font-weight:bold;opacity:0.5">Hello!</p> <p style="font:60px Arial;font-weight:bold;color:#888">Hello!</p> ``` The ...
Webkit opacity rendering
CC BY-SA 2.5
null
2010-10-15T10:43:37.033
2012-12-21T00:31:37.313
null
null
220,935
[ "html", "webkit" ]
3,941,573
1
3,941,596
null
0
350
Heres my analyzer leak... ![alt text](https://i.stack.imgur.com/8rlBs.jpg) I need to return and stop execution of the rest of my method, as I'm stopping the user as hes enter some text fields incorrectly.
iphone, How can I get rid of this potential leak, caused by using return after UIAlertview?
CC BY-SA 2.5
null
2010-10-15T10:59:01.730
2010-10-15T11:03:08.297
null
null
450,456
[ "iphone", "xcode", "uialertview" ]
3,941,723
1
3,942,326
null
1
25,330
I have the following code in my layout.xml. ``` <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> <RelativeLayout xmlns:android="http://schemas.android...
Nesting Relative layout inside Linear Layout
CC BY-SA 2.5
null
2010-10-15T11:20:14.623
2010-10-15T13:30:36.243
null
null
24,949
[ "android", "layout", "android-linearlayout", "android-relativelayout" ]
3,941,814
1
3,942,049
null
7
9,851
I'm using Installshield 2011 to create an installer and it create an output installer whose icon is something that I want to replace one of my own. How can I do it? ![alt text](https://i.stack.imgur.com/VxVm5.png)
How to change the installer's icon using Installshield 2011?
CC BY-SA 4.0
0
2010-10-15T11:34:04.460
2022-09-16T22:02:47.370
2022-09-16T22:02:47.370
472,495
248,616
[ "installation", "icons", "installshield" ]
3,941,811
1
4,035,479
null
1
1,722
I have designed quite a long flash movie, it's for an advert. The movie was designed in several flash files, each has been combined into a single movie clip and then all the movie clips have been moved into the master document. Each movie clip is on a single slide. They play through and when a clip reached the end...
How to add a control feature to a flash movie built of compiled movie clips
CC BY-SA 2.5
null
2010-10-15T11:32:53.050
2010-10-27T16:32:20.017
null
null
220,519
[ "flash", "actionscript-2" ]
3,941,917
1
null
null
76
114,737
The "Browse For Folder" Windows dialog is very inconvenient because: - - Is there a way to use the "Open File" dialog (which is much better) to select a Folder? Some flag or option or something? Context: the [calibre eLibrary manager](http://bugs.calibre-ebook.com/ticket/7160) which is written in Python and Qt. It...
can the Open File dialog be used to select a Folder?
CC BY-SA 2.5
0
2010-10-15T11:49:03.527
2013-07-02T14:58:58.837
2010-10-19T11:01:53.083
285,364
285,364
[ "qt", "openfiledialog" ]
3,941,989
1
3,943,594
null
0
402
I'm trying to remove some fields from the form generated by sfDoctrineGuard. I don't care about the name or email of my users, I just want them to have an username and a password. ![alt text](https://i.stack.imgur.com/rNXFT.png) I've tried editing /lib/form/doctrine/sfDoctrineGuardPlugin/sfGuardUserForm.class.php : ...
Hiding fields in form sfDoctrineGuard
CC BY-SA 2.5
null
2010-10-15T11:56:45.093
2010-10-15T15:16:09.003
2010-10-15T14:50:10.250
113,305
113,305
[ "symfony1", "sfdoctrineguard" ]
3,942,260
1
4,028,686
null
1
4,078
I want to display the "Request for Permission" box directly when the user enters [http://apps.facebook.com/myfancyapp](http://apps.facebook.com/myfancyapp). The [Facebook Authentication](http://developers.facebook.com/docs/authentication/) documentation is pretty clear on how the URL have to look like ``` https://grap...
How to use Facebook OAuth 2.0 authentication like Zynga and other use it?
CC BY-SA 2.5
0
2010-10-15T12:37:13.613
2010-10-26T22:47:40.107
null
null
218,471
[ "redirect", "oauth", "facebook" ]
3,942,868
1
3,943,137
null
5
6,127
ok there are several similar questions but not quite anything that I want. I have few ajax requests on page and I want to show the image in the center of the screen, and its all working OK. Just to make it look more prominent, I wanted to place that image on a div with translucent background, so its more obvious fo...
how to fill div with full height of page in css? (page is taller than 100%) for ajax loading gif background
CC BY-SA 2.5
null
2010-10-15T13:54:44.503
2010-10-15T14:32:40.043
2010-10-15T14:32:40.043
435,867
435,867
[ "css", "height" ]
3,942,878
1
3,943,023
null
348
121,979
I want to show some images like this example![alt text](https://i.stack.imgur.com/FuyR6.png) The fill color is decided by a field in the data base with the color in hex (ex:ClassX -> Color: #66FFFF). Now, I want to show data above a fill with the selected color (like in the image above) but i need to know if the color...
How to decide font color in white or black depending on background color?
CC BY-SA 2.5
0
2010-10-15T13:55:54.187
2022-09-27T16:38:18.560
null
null
268,727
[ "colors", "contrast" ]
3,942,892
1
3,943,939
null
49
97,525
I want to create images like this from a double precision matrix using MATLAB. Sample image: ![alt text](https://i.stack.imgur.com/vOUcK.jpg) [http://twitpic.com/2xs943](http://twitpic.com/2xs943)
How do I visualize a matrix with colors and values displayed?
CC BY-SA 2.5
0
2010-10-15T13:57:31.393
2021-10-20T08:48:19.720
2014-07-22T11:25:29.627
2,560,854
160,698
[ "matlab", "matrix", "data-visualization" ]
3,943,384
1
3,943,484
null
6
778
I always had a question about heap memory behaviour. Profiling my app i get the above graph. Seems all fine. But what i don't understand why,at GC time, the heap grows a litle bit, even there is enough memory (red circle). That means for a long running app that it will run out of heap space at some time ? ![alt text...
Heap memory behaviour
CC BY-SA 2.5
0
2010-10-15T14:52:49.983
2010-10-15T16:06:51.370
null
null
114,226
[ "java", "memory-management" ]
3,943,435
1
5,460,304
null
2
4,073
I've cretaed a TVF which returns a table with parent-records from a recursive CTE [here](https://stackoverflow.com/questions/3935529/wrong-order-in-table-valued-functionkeep-order-of-a-recursive-cte). That works excellent and the result is available directly. Now i wanted to get the child-records(they have the same FK ...
Extremely slow Table-Valued-Function with recursive CTE inside
CC BY-SA 2.5
null
2010-10-15T14:58:56.330
2011-03-28T14:17:33.200
2017-05-23T12:07:02.087
-1
284,240
[ "sql-server", "sql-server-2005", "performance", "common-table-expression", "user-defined-functions" ]
3,943,607
1
3,943,631
null
3
15,336
I'm trying to assign blue text like this, exactly like this ![alt text](https://i.stack.imgur.com/uO99E.png) I'm using my own text field. In hex the color is #336699 I need to access my text color to this, I would have liked to use a UIColor but there doesn't seem to be one.
iPhone, need the dark blue color as a UIColor (used on tables details text) #336699
CC BY-SA 2.5
0
2010-10-15T15:17:36.283
2012-09-12T06:53:55.430
null
null
450,456
[ "iphone", "xcode" ]
3,943,633
1
null
null
0
1,016
I'm just finishing some work on a project viewer that presents a nested jQuery Cycle widget within a SimpleModal window. It's working very well, except that now I'm trying to debug a few things for iPad. Take a look a the graphic below for a better idea of what's happening, but basically SimpleModal seems to have trou...
simplemodal window positioning on ipad
CC BY-SA 2.5
0
2010-10-15T15:21:40.847
2014-02-13T11:51:05.723
null
null
129,524
[ "jquery", "cycle", "simplemodal", "scrolltop" ]
3,943,784
1
3,943,879
null
1
2,570
The MDI child forms, when shown, display their title bars for a split second. Then the forms are loaded normally. Is there any way for the forms to load without showing the title bar and form border. This is what happens... ![alt text](https://i.stack.imgur.com/aCVHn.png) ![alt text](https://i.stack.imgur.com/NMiLs.p...
Windows MDI Child Form Title Bar
CC BY-SA 2.5
null
2010-10-15T15:39:30.700
2011-11-21T16:49:43.183
null
null
366,323
[ "winforms", "load", "titlebar", "mdichild" ]
3,943,796
1
3,944,855
null
1
818
When running a Django unit test, it try's to install a fixture (initial_data.json) to the db, but fails everytime due to `Runtime Error: maximum recursion depth exceeded while calling Python object` Any idea what's going on? Edit: Django 1.2.3 and Python 2.7 ![alt text](https://i.stack.imgur.com/uUNUz.png)
Maximum Recursion depth exceeded when installing Django Fixture
CC BY-SA 2.5
null
2010-10-15T15:41:23.483
2010-10-15T18:06:44.403
2010-10-15T16:10:04.667
162,220
162,220
[ "django", "django-models", "fixtures" ]
3,944,011
1
3,944,151
null
1
514
I defined two CSS classes that set the background to an image (shown below). One is a yellow block, and another is a grey block. ``` .block-gray { background: url('grey.gif'); width: 15px; height: 3px; } ``` ![alt text](https://i.stack.imgur.com/8Wv3p.gif) ``` .block-yellow { background: url('yellow.gif'); width:...
Floating Variable Number of DIVs to the Center
CC BY-SA 2.5
null
2010-10-15T16:06:07.737
2010-10-16T02:12:24.200
null
null
131,640
[ "html", "css" ]
3,944,331
1
3,944,713
null
1
1,516
Following up on the question here: [Complex editing on a gridview in C#](https://stackoverflow.com/questions/3936389/complex-editing-on-a-gridview-in-c) I have the following example gridview: ![alt text](https://i.stack.imgur.com/isFGu.jpg) What I'm trying to do is that whenever I click on "Edit", the Leaves At colum...
Gridview inside a gridview - using a parent row value as a parameter in ASP.NET?
CC BY-SA 2.5
null
2010-10-15T16:47:35.550
2011-06-21T08:49:02.550
2017-05-23T10:30:24.107
-1
409,141
[ "c#", "asp.net", "gridview" ]
3,944,482
1
3,945,142
null
3
4,987
How can I add a loading graphic to the JQuery UI ajax tabs? So it pauses for half a second, displays the graphic then loads the content? Here's the code I have: ``` <script type="text/javascript"> $(function() { $("#tabs").tabs({ ajaxOptions: { error: function(xhr, status, index, anchor) { ...
Add Loading Graphic To JQuery UI Ajax Tabs?
CC BY-SA 2.5
0
2010-10-15T17:11:20.720
2012-07-12T17:22:46.410
null
null
216,763
[ "jquery", "ajax", "jquery-ui" ]
3,944,653
1
3,945,403
null
1
1,843
Here is some xml for a row in a ListView: ``` <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding="6dip"> <ImageView android:id="@+id/cover" android:layout_width="64dip" android:layout_height="64dip" andr...
Repeating RatingBar wonkiness in a ListView using RelativeLayout
CC BY-SA 2.5
null
2010-10-15T17:38:52.503
2010-10-15T19:23:27.610
null
null
null
[ "android", "listview", "rating", "android-relativelayout" ]
3,944,640
1
5,503,726
null
2
1,797
Okay, i think most of you guys out there use wspbuilder to build the wsp solutions and to deploy it. So here is my problem. I'm working on a SharePoint solution which makes use of a third party dll (Telerik for Asp.Net Ajax - Telerik.Web.UI.dll) for rich experience. Since Telerik dll is a common assembly i have to dep...
Issue with Code Access Security Policy - deploying a third party dll to bin
CC BY-SA 2.5
0
2010-10-15T17:36:56.900
2011-03-31T17:20:02.997
null
null
250,524
[ "c#", "asp.net", "sharepoint", "code-access-security", "wspbuilder" ]
3,944,726
1
3,945,022
null
0
2,566
I am using Visual Studio 2005, C++, and I have a tabcontrol with a couple tabs. I have changed the color of each tab to have a back color of Transparent, to match the color of the rest of the program (Control grey), however the color behind the text for the title of the tab is white. Is there any way to change this? ![...
Changing TabControl tab title text background color c++
CC BY-SA 2.5
0
2010-10-15T17:51:44.540
2010-10-15T18:28:10.483
null
null
78,550
[ "c++", "visual-studio", "tabcontrol" ]
3,945,179
1
3,945,374
null
4
5,844
I made a a simple GUI program in python with tkinter and attempted to convert it to an .exe using py2exe. However, I've run into a problem. When I try to run the exe it flashes an error very quickly then disapears. So the best I could do was take a screan shot of the error. How do I go about fixing this? ![alt text](...
Problems with Tkinter in py2exe
CC BY-SA 2.5
0
2010-10-15T18:51:21.930
2016-09-05T13:36:24.157
2010-10-15T22:42:28.993
433,417
433,417
[ "python", "tkinter", "tcl", "py2exe" ]
3,945,264
1
3,945,303
null
1
62
I have a image that has 4 rectangles on it. The rectangles are `(30, 50, 100, 100), (120, 107, 230, 159), (5 , 210, 70, 233), (133, 20, 328, 80)` ![alt text](https://i.stack.imgur.com/8lSUn.jpg) I need to figure out how to translate that to a html page using tables so that each rectangle is one cell. --- I solved...
Help Translating image to table
CC BY-SA 2.5
null
2010-10-15T19:03:04.757
2010-10-15T19:31:19.067
2010-10-15T19:31:19.067
375,847
375,847
[ "html", "css", "image" ]