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
2,242,722
1
2,242,825
null
1
202
I understand threads in theory, but I have no idea how to implement them in Java. ![setup](https://i.imgur.com/xIk6S.png) The circles are supposed to be threads and the rectangles are supposed to be buffers. I have this all coded but it doesn't work, so I am starting new. My source of confusion comes from the fact ...
confused about threads in java
CC BY-SA 2.5
null
2010-02-11T06:39:16.103
2010-02-11T07:19:09.313
null
null
211,983
[ "java", "multithreading", "synchronization" ]
2,242,947
1
2,244,060
null
1
2,292
I am writing a web application (While learning JSF from scratch, and thanks to this site I was able to do this). I have managed to get pretty far but there is something I can't figure how to approach to. Currently I have this: ![Screenshot](https://farm5.static.flickr.com/4070/4348395096_68dd5d7785_o.png) [Link to f...
How to control the layout in JSF?
CC BY-SA 2.5
null
2010-02-11T07:44:02.287
2010-02-11T12:00:05.660
2017-02-08T14:21:00.827
-1
128,076
[ "css", "jsf" ]
2,243,245
1
2,246,722
null
161
122,773
I have 3 levels of `div`: - `div``overflow: hidden`- `div``position: relative`- `div``position: absolute``div` I'd like to have the blue box be taken out of the flow and expand beyond the green box, but be positioned relative to the red box as in: ![](https://i.stack.imgur.com/iaky5.png) However, with the code belo...
CSS: How to have position:absolute div inside a position:relative div not be cropped by an overflow:hidden on a container
CC BY-SA 4.0
0
2010-02-11T08:53:35.537
2022-05-18T12:51:30.427
2019-09-06T22:28:54.860
1,324
5,295
[ "css", "overflow", "css-position" ]
2,243,607
1
2,348,632
null
1
1,847
I'm developing an application which draws some charts and I'm using Google Chart. After I have all the needed data I build the URL dinamically. The problem is that Google Chart doesn't always fix the maximum and minimum of the chart to the values I provide. I calculate Max and Min Values based on the data of the cart. ...
Problem with Google Chart
CC BY-SA 2.5
0
2010-02-11T09:58:01.480
2010-02-27T19:25:58.773
2017-02-08T14:21:01.673
-1
249,699
[ "charts", "google-visualization" ]
2,244,599
1
2,247,119
null
3
3,679
I'm building a first person shooter using OpenGL, and I'm trying to get a gun model to float in front of the camera. I've ripped a model from Fallout 3 using a resource decompiler (converted to .obj and loaded in). However, this is what it looks like on the screen: ![Screenshot](https://imgur.com/cA3r8.png) Half th...
Building an FPS in OpenGL: My gun is being clipped agains the frustum
CC BY-SA 2.5
null
2010-02-11T13:11:08.263
2010-02-12T13:11:56.420
null
null
141,057
[ "c++", "opengl", "frame-rate" ]
2,244,774
1
null
null
90
134,610
I like the dark "FakeVim" color scheme in Qt Creator. However it only makes the editor part dark while everything else stays normal, which is a bit disturbing. Is there any way to make such dark scheme global for Qt Creator? Vim (dark) Color Scheme ![Vim Color Scheme](https://i.stack.imgur.com/Rcrew.png) Color scheme...
Qt Creator color scheme
CC BY-SA 3.0
0
2010-02-11T13:44:35.813
2019-08-08T13:54:44.533
2012-08-06T12:53:29.613
389,823
44,556
[ "qt-creator", "color-scheme", "ide-customization" ]
2,245,191
1
2,245,646
null
1
253
When I deploy my app on other machines, this error comes up: ![alt text](https://i488.photobucket.com/albums/rr245/lolwtf_album/Error-2.png) Now if I uninstall my app and re-install it, the error message does not come up. Has anyone else encountered this? I cant make sense of the stack trace either.
Weird installation error in .net
CC BY-SA 2.5
0
2010-02-11T14:48:33.083
2010-02-11T15:51:42.140
2017-02-08T14:21:02.370
-1
203,948
[ ".net", "vb.net", "visual-studio" ]
2,245,235
1
null
null
9
9,499
I use a simple ASP.NET MVC web (the template you use when you create a new site) and the web works as expected in my live environment. I now try to use IIS Application Request Routing version 2. I have a rule that send all requests to a different server that match a rule. The settings are a bit like this: [http://blo...
Using IIS Application Request Routing (ARR) for ASP.NET MVC
CC BY-SA 3.0
0
2010-02-11T14:55:02.383
2015-01-23T08:42:19.387
2017-02-08T14:21:02.727
-1
13,442
[ "asp.net-mvc", "iis-7", "asp.net-mvc-routing" ]
2,246,874
1
2,291,450
null
2
575
iWork has the ability to highlight text and then tag a comment to that text. The comment then is linked with a line to the highlighted text. ![alt text](https://i.stack.imgur.com/yj8C6.png) I'm curious if something like this could be implemented in JQUERY. What has me puzzled is: A. How to draw a line and have it upd...
iWork Comment Ability, Is this possible to implement using JQUERY
CC BY-SA 3.0
0
2010-02-11T18:52:13.937
2014-01-21T20:32:21.177
2014-01-21T20:32:21.177
881,229
149,080
[ "jquery", "jquery-plugins", "iwork" ]
2,247,063
1
2,247,212
null
6
9,342
I am trying to trace the path of a node in a binary tree (not a binary search tree). Given a node, I am trying to print the values of the path from the root. ![alt text](https://4.bp.blogspot.com/_kRev2kjeMro/S3RMNVO4v4I/AAAAAAAACEg/0jv0ztv1Gfo/s320/Trace+path+in+a+binary+tree.png) I have written the following progra...
Need help in returning from a recursive method
CC BY-SA 2.5
0
2010-02-11T19:20:28.423
2010-02-11T22:20:05.550
2017-02-08T14:21:03.097
-1
1,977,903
[ "java", "algorithm", "data-structures", "binary-tree", "traversal" ]
2,247,778
1
2,248,168
null
2
1,566
I'm having amazing difficulties with a high-precision pixel-oriented image program in WPF and starting to suspect that the `Cursors.Cross` cursor hotspot is not at its centre, as you would expect. I'm debugging using [Magnifier](https://www.microsoft.com/enable/training/windowsvista/magnifier.aspx) at 16x and mouse set...
Is the hotspot of the WPF Cross cursor in the middle of the crosshair?
CC BY-SA 4.0
null
2010-02-11T21:19:58.567
2023-02-19T07:05:34.497
2023-02-19T07:05:34.497
53,870
53,870
[ "wpf", "mouse-cursor" ]
2,250,606
1
2,250,772
null
3
1,102
I've built a UserControl that extends the functionality of the ComboBox in interesting and useful ways. It looks like this when it's dropped down: ![My user control](https://i.imgur.com/Sw17Nl.png) I've built a whole bunch of features into the control and they all work smoothly. This leads me to believe that I have...
Why can't I reset the Background of the TextBox in my UserControl?
CC BY-SA 2.5
0
2010-02-12T09:00:56.113
2011-08-15T17:30:16.477
2011-08-15T17:30:16.477
305,637
19,403
[ "wpf", "templates", "user-controls", "controls", "styles" ]
2,254,913
1
2,254,925
null
189
113,701
How can I display an infinity symbol (like the one in the picture) using HTML? ![infinity symbol](https://upload.wikimedia.org/wikipedia/commons/thumb/c/c8/Infinite.svg/200px-Infinite.svg.png)
Infinity symbol with HTML
CC BY-SA 3.0
0
2010-02-12T20:29:13.913
2018-05-29T03:47:20.873
2017-02-08T14:21:03.793
-1
94,154
[ "html", "html-entities", "infinity" ]
2,256,053
1
null
null
0
3,103
I am trying to access the current 'active' top level node from a sitemap repeater from outside of the ASP.NET repeater used to render it, this is for CSS styling purposes as I want to place the child nodes on the subsequent row with different styling horizontally. At present I have the following code which I can't get ...
Accessing SiteMapNode Container.DataItem from outside of Parent Repeater
CC BY-SA 4.0
null
2010-02-13T00:55:47.487
2019-05-24T19:59:25.203
2019-05-24T19:59:25.203
6,296,561
260,012
[ "asp.net", "css", "repeater", "sitemap" ]
2,256,325
1
2,256,331
null
0
134
If I enter 'localhost' on my browser, I'm taken to XAMPP's welcome screen so everything is installed correctly. What folder do I have to put my html files in? ![alt text](https://imgur.com/TFdHV.png) Thanks.
I installed XAMMP on my machine, where do I have to put my HTML files to view them?
CC BY-SA 2.5
null
2010-02-13T03:06:32.937
2010-02-13T03:09:35.230
null
null
null
[ "php", "html", "apache", "xampp" ]
2,256,942
1
2,260,563
null
12
4,965
Let me show you: ![alt text](https://i.imgur.com/lnC3x.png) As you can see "Item foreground" is disabled. I want to believe there's something wrong on my end because being able to choose the colors you use to program in is a basic right for a programmer. No one should ever take that feature away and go unpunished.
I can't edit selected text foreground color in Visual Studio 2010. Anyone know how to do this?
CC BY-SA 2.5
0
2010-02-13T08:27:19.593
2012-05-03T11:57:44.077
2010-02-18T21:40:32.093
103,912
9,776
[ "visual-studio-2010", "fonts", "themes", "colors" ]
2,257,711
1
2,257,724
null
0
117
according to picture it report an object leak how can i fix this issue? ![alt text](https://i708.photobucket.com/albums/ww82/RAGOpoR/Screenshot2010-02-13at83031PM-1.png)
How to resolve this object Leak?
CC BY-SA 2.5
null
2010-02-13T13:36:45.943
2010-02-13T13:49:12.393
2017-02-08T14:21:04.137
-1
203,372
[ "iphone", "objective-c", "xcode" ]
2,259,021
1
2,259,212
null
7
2,410
Here is a window with a simple list: ![](https://trotsenko.com.ua/stackoverflow/2010_02_13%20ListBoxItemWidth%20screenshot.png) The code is straight-forward: ``` <Window x:Class="Wpf_List.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.c...
How to make list item horizontally stretched?
CC BY-SA 2.5
0
2010-02-13T20:55:15.403
2010-02-13T21:55:53.220
2017-02-08T14:21:04.987
-1
58,768
[ "wpf", "listbox" ]
2,261,641
1
2,293,549
null
1
1,286
I'm using Three20 TTStyledTextLabel and when I change the default font (Helvetica) to something else it creates some kind of height difference between links and regular text The following code demonstrate my problem: ``` #import <Three20/Three20.h> @interface TestController : UIViewController { } @end...
TTStyledTextLabel offset between link and regular text when changing from default font
CC BY-SA 3.0
0
2010-02-14T15:51:02.017
2012-03-28T21:14:03.470
2012-03-28T21:14:03.470
1,219,121
248,037
[ "iphone", "three20", "ttstyledtextlabel" ]
2,261,910
1
2,306,073
null
1
4,810
I have a favorite image to display on a `UIBarButtonItem`, on an toolbar. How do you do to change it when this item is unselected/selected? like this screenshot: ![enter image description here](https://i.stack.imgur.com/8vTn5.jpg) Thanks!
UIBarButtonItem : selected / unselected an item
CC BY-SA 2.5
0
2010-02-14T17:01:24.723
2014-09-02T06:39:56.013
2011-03-03T05:23:37.613
19,329
null
[ "iphone", "uibarbuttonitem", "uitoolbar" ]
2,264,157
1
2,295,775
null
19
7,957
I am looking for a Java or Python library that can render graphs in the Dot language as image file. The problem is that I need a library that I can use on Google App Engine. Basically I am looking for a library that can convert the text description of a directed graph into an image of the graph. For example: Covert ...
Library to render Directed Graphs (similar to graphviz) on Google App Engine
CC BY-SA 2.5
0
2010-02-15T05:23:31.313
2016-07-26T22:25:48.803
2010-02-15T11:41:42.873
230,513
272,321
[ "java", "python", "google-app-engine", "graph", "graphviz" ]
2,264,815
1
2,264,823
null
5
4,464
I can't find any reference to add a 'notification' to an icon, preferably into a UITabBar, like the image attached, number 8. I suppose I don't have to create manually ALL the numbers inside a circle, or create it every time I need and update the image manually with some of my icons ? thanks, r. ![alt text](https:/...
Notification Icon on UITabBar
CC BY-SA 2.5
0
2010-02-15T08:59:21.917
2017-06-07T06:53:30.897
2017-02-08T14:21:07.767
-1
266,276
[ "iphone", "uitabbarcontroller" ]
2,265,550
1
2,265,562
null
0
309
Does anyone know a way that I can set my picker to default / startup with row values that are not right at the start of my datasource? If possible I would like the picker to start with a middle value so I don't get the blank white area at the top. ![alt text](https://farm5.static.flickr.com/4012/4359192070_a319c0d55a_...
Picker, setting startup / default row?
CC BY-SA 2.5
null
2010-02-15T11:28:27.083
2010-02-15T12:33:31.147
2017-02-08T14:21:08.107
-1
164,216
[ "cocoa-touch" ]
2,266,229
1
2,268,163
null
0
2,647
I am trying to display the contents of a table from an Access 2007 Database inside a List-view Box. I am using a Combo Box to select the user I wish to see the details about: ``` Private Sub Admin_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load ReadUsers() con.Connection...
View Access 2007 Database Table Contents using VB.net
CC BY-SA 2.5
0
2010-02-15T13:33:00.620
2011-03-12T14:38:16.297
2011-03-12T14:38:16.297
617,750
273,173
[ "database", "vb.net" ]
2,266,721
1
2,266,766
null
33
40,761
I was wondering how I can generate a strong and secure password in C#. I googled a little bit and saw this formula in Wikipedia, where `L` is the length of the password and `N` is the number of possible symbols: ![alt text](https://upload.wikimedia.org/math/1/7/f/17fc16b5e23ca94b3c92c2c227b748c9.png) Also, I've fou...
Generating a strong password in C#?
CC BY-SA 3.0
0
2010-02-15T14:58:06.653
2022-11-04T18:25:09.633
2017-05-23T11:46:34.823
-1
140,937
[ "c#", ".net", "passwords" ]
2,266,955
1
2,267,181
null
0
291
I've been working on some custom graphics controls, and I found this weird problem with windows 7 rendering my button controls. I've used Photoshop to delete the pixels in the background all around the button image I'm using, then saved it as a GIF, and imported it into VS to use as the background image of my button. ...
.NET Graphics on Windows 7: White corners around images?
CC BY-SA 2.5
null
2010-02-15T15:30:48.133
2010-02-15T16:08:13.330
2017-02-08T14:21:08.780
-1
202,848
[ "vb.net", "image", "graphics", "windows-7", "custom-controls" ]
2,267,994
1
2,268,031
null
5
5,574
I just downloaded [blender souce](http://download.blender.org/source/blender-2.49b.tar.gz). I tried `make` command, but I am getting this: ![alt text](https://i.imgur.com/PgDIa.jpg) Btw, I am doing this on Windows using Cygwin.
How to compile Blender from source?
CC BY-SA 2.5
0
2010-02-15T18:14:28.783
2017-02-26T14:05:34.240
2010-02-15T18:20:57.893
182,959
182,959
[ "build", "cygwin", "makefile", "blender" ]
2,268,239
1
2,268,256
null
160
56,308
I'm debugging my Android application using the AVD (Android Virtual Device). When I try to enter text in a text field, my characters are being interpreted as Chinese in the IME. I don't know how I got into this mode or how to get out of it (I just want to enter alphabetic keys)? Here's a screen shot: ![http://u.go2...
Why is my Android emulator keyboard in Chinese character mode?
CC BY-SA 3.0
0
2010-02-15T18:57:58.120
2016-04-22T08:26:26.130
2011-08-11T00:27:14.657
71,421
178,521
[ "android", "android-emulator" ]
2,268,569
1
2,268,811
null
22
41,586
I've been messing around with this for a few days now, hopefully someone here can lend me a hand. I have a simple two-column layout, the left side is a navigation bar with buttons, the right side is a content panel. When the user taps one of the buttons (say, the third one down), I'd like to have a floating view alig...
Android floating view (over other views)
CC BY-SA 2.5
0
2010-02-15T20:02:51.020
2020-08-22T19:13:54.010
2011-10-15T21:03:35.907
501,932
87,316
[ "java", "android", "mobile", "android-layout" ]
2,269,798
1
2,270,300
null
20
7,456
In the past, I have used Vim as a note taking platform by creating an index.txt file with a list of tags using the Vim help file format and then creating a bunch of text files that have the normal `*Help_Tag*` link syntax so that using `CTRL-]` on a tag in the index.txt file will jump to the respective tag in an arbitr...
Vim as a note taking platform: Jump to tag in vertically split windows
CC BY-SA 2.5
0
2010-02-16T00:01:41.357
2018-01-05T02:19:44.913
2017-02-08T14:21:10.163
-1
135,360
[ "vim", "tags" ]
2,269,838
1
2,275,223
null
6
9,135
Consider a database server whose job today is to house one database. Likely the database will be moved in the future to another database instance which houses multiple databases & schemas. Let's pretend the app/project is called Invoicer 2.0. The database is called AcmeInvoice. The database holds all the invoice, cust...
SQL Server: conventions for naming a schema
CC BY-SA 2.5
null
2010-02-16T00:10:31.300
2010-02-16T18:18:29.253
2010-02-16T17:04:49.230
23,199
23,199
[ "sql-server", "sql-server-2005", "sql-server-2008", "schema", "naming-conventions" ]
2,271,264
1
2,271,658
null
5
2,768
I'm having trouble determining from [this research paper](http://www.scribd.com/doc/26921668/Automatic-language-recognition-using-acoustic-features?secret_password=1x67rkr596a21hkuc8fd) exactly how I can reproduce the Standard Vector Quantization algorithm to determine the language of an unidentified speech input, base...
Vector Quantization in Speech Processing Explanation
CC BY-SA 4.0
0
2010-02-16T07:34:38.150
2021-04-09T14:39:26.637
2021-04-09T14:39:26.637
4,751,173
100,208
[ "vector", "speech", "audio-processing", "quantization" ]
2,271,704
1
2,275,691
null
49
31,433
I am trying to draw a family tree with Dot and GraphViz. This is what I currently have: ``` # just graph set-up digraph simpsons { ratio = "auto" mincross = 2.0 # draw some nodes "Abraham" [shape=box, regular=1, color="blue"] ; "Mona" [shape=box, regular=1, color="pink"] ; "Clancy" [shape=box, regular=1, ...
Family tree layout with Dot/GraphViz
CC BY-SA 2.5
0
2010-02-16T09:19:47.767
2021-02-13T23:42:49.030
2019-03-22T08:29:36.917
50,065
50,065
[ "graphviz", "dot", "family-tree", "graph-layout", "genealogy" ]
2,272,502
1
null
null
1
1,042
I followed roughly the recipe in this blog entry [http://eclipsercptutorials.blogspot.com/2009/05/add-toolbar-to-view-in-eclipse-rcp.html](http://eclipsercptutorials.blogspot.com/2009/05/add-toolbar-to-view-in-eclipse-rcp.html) Which looks like that — the image appears left to the minimize/maximize icons ![alt text]...
Confusion over Eclipse SWT ViewPart and its Toolbars?
CC BY-SA 2.5
null
2010-02-16T11:32:12.203
2010-02-16T11:36:19.527
null
null
917
[ "java", "eclipse", "swt", "eclipse-rcp" ]
2,275,606
1
2,275,615
null
14
59,562
I have this image: ![enter image description here](https://i.stack.imgur.com/6shGh.png) But i want to place text in the middle like this: ![This is how i wanted.](https://i.stack.imgur.com/kCiNW.png) How can I achieve this? I would like to do this in html, so I would use a `<div>` or a `<span>`
Position text over image
CC BY-SA 3.0
0
2010-02-16T19:14:06.583
2015-07-27T02:06:29.807
2015-07-27T02:06:29.807
2,930,477
267,304
[ "html", "css" ]
2,275,812
1
null
null
0
444
I duplicated default build target. Some code files are duplicated also. Problem is, duplicated info.plist file is not formatted by Xcode. I don't think this is normal. Any workaround? Or any way to specify formatting of plist? (which may format other type of .plist by my custom formatting rules) ![alt text](https://f...
How can I recover formatting of application's info.plist in Xcode?
CC BY-SA 2.5
null
2010-02-16T19:47:29.220
2012-12-21T17:54:20.237
2017-02-08T14:21:13.653
-1
246,776
[ "xcode", "plist", "target", "duplication" ]
2,276,705
1
2,277,200
null
5
5,636
I have parent child relationship between two entities(Parent and Child). My Parent mapping is as follows: ``` <class name="Parent" table="Parents"> ... <bag name="Children" cascade="all"> <key column="ParentID"></key> <one-to-many class="Child"></one-to-many> </bag> </class> ``` I would ...
Removing an item from a collection(NHibernate)
CC BY-SA 3.0
null
2010-02-16T22:04:49.760
2017-03-23T14:41:45.177
2017-03-23T14:41:45.177
179,669
133,753
[ "c#", "nhibernate" ]
2,277,396
1
null
null
5
3,790
Inside the weblogic console, when you click on a deployment, there is a tab named 'Monitoring' and a subtab named 'Health'. How can i expose my application health to this tab? Is there a developer's guide somewhere? ![enter image description here](https://i.stack.imgur.com/GLH9L.jpg) To clarify what i want to do: O...
Weblogic health monitoring feature
CC BY-SA 3.0
0
2010-02-17T00:11:43.503
2013-04-16T15:18:05.077
2013-04-16T15:18:05.077
2,273,628
99,033
[ "java", "weblogic", "jmx" ]
2,280,142
1
2,280,223
null
1
4,754
I am working with Dundas maps and need to overlay the map with bubbles depicting some data. I want to add shapes to the map in order to achieve this. I can add a triangle (or any straight-line-polygon) like this: ``` public static void AddShape(this MapControl map, List<MapPoint> points, Color color, string name) { ...
Calculate points to create a curve or spline to draw an ellipse
CC BY-SA 3.0
null
2010-02-17T11:23:09.343
2011-07-01T18:55:37.493
2017-02-08T14:21:14.670
-1
68,115
[ "c#", "algorithm", "graphics", "dundas" ]
2,280,515
1
2,280,865
null
0
1,134
while running maven from eclipse you have option to execute these launch configurations by default .. here is the image of that : ![alt text](https://i.stack.imgur.com/oBUG6.gif) Now I can add my own launch configurations and execute them. Like this : ![alt text](https://i.stack.imgur.com/3TQ6O.gif) Now instead of ...
Maven launch configurations in Eclipse
CC BY-SA 4.0
0
2010-02-17T12:28:01.297
2019-06-17T11:02:27.390
2019-06-17T11:02:27.390
4,751,173
169,277
[ "java", "eclipse", "maven-2", "m2eclipse" ]
2,281,159
1
2,281,225
null
2
2,134
i'd like to be able to calculate the 'mean brightest point' in a line of pixels. It's for a primitive 3D scanner. for testing i simply stepped through the pixels and if the current pixel is brighter than the one before, the brightest point of that line will be set to the current pixel. This of course gives very jittery...
how do i calculate the centroid of the brightest spot in a line of pixels?
CC BY-SA 2.5
null
2010-02-17T13:52:12.237
2010-02-17T22:08:21.630
2020-06-20T09:12:55.060
-1
252,641
[ "computer-vision", "pixel" ]
2,283,580
1
4,027,823
null
7
2,400
I'm using the System.Windows.Controls.WebBrowser for various things in my app and I've noticed that adorners are cut off when they are supposed to appear over a WebBrowser. I realize that the WebBrowser control is really a wrapper around a COM component and probably renders differently, but I wondered if anyone figure...
Display an Adorner over a WebBrowser control
CC BY-SA 2.5
0
2010-02-17T19:04:29.463
2019-09-24T13:12:07.850
2017-02-08T14:21:16.520
-1
3,244
[ "wpf", "com", "webbrowser-control", "hwnd", "adorner" ]
2,283,617
1
2,312,187
null
17
6,551
I have an HTML table whose cells contain, among other things, spans, like this: ``` ... <td> <span style="height: 20px; width: 20px; margin-left: 2px;"> <span style="height: 20px; width: 20px; margin-left: 2px;"> <span style="height: 20px; width: 20px; margin-left: 2px;"> </td> ... ``` I'm looking for a ...
Setting width of table cell contents based on available width
CC BY-SA 3.0
0
2010-02-17T19:09:04.367
2013-01-16T16:06:12.430
2013-01-16T16:06:12.430
139,010
139,010
[ "html", "css" ]
2,283,923
1
2,284,591
null
1
8,388
I am trying to change the value of the onblur attribute of a text input after the page has finished loading. When I do the following, it simply fires the function: `ip.onblur = stopCalcUpInt(this,10);` When I do the following, I have success: `ip.onblur = function onblur(event){stopCalcUpInt(this,10);}` Unfortunat...
How to programmatically change an inputs onblur?
CC BY-SA 4.0
0
2010-02-17T19:52:22.207
2018-10-10T05:35:31.423
2018-10-10T05:35:31.423
1,033,581
268,826
[ "javascript" ]
2,284,059
1
null
null
4
9,785
I'm trying to build an app to detect images which are advertisements from the webpages. Once I detect those I`ll not be allowing those to be displayed on the client side. From the help that I got on [this Stackoverflow question](https://stackoverflow.com/questions/1991113/optimization-of-neural-network-input-data), I ...
SVM Classification - minimum number of input sets for each class
CC BY-SA 3.0
0
2010-02-17T20:16:51.577
2015-01-12T20:21:34.323
2017-05-23T12:13:24.810
-1
242,233
[ "machine-learning", "classification", "svm", "training-data" ]
2,285,950
1
2,286,229
null
2
3,671
I'm using SSRS 2008 to make something for label printing. I want to make use of all horizontal and vertical space on the page to fit as many labels as possible, so I'm thinking I probably want multiple Report Columns. [This technet article](http://technet.microsoft.com/en-us/library/bb677374.aspx) would have you beli...
Multiple Report Columns in Reporting Services 2008
CC BY-SA 2.5
null
2010-02-18T02:46:18.700
2013-11-07T21:03:16.523
null
null
41,457
[ "ssrs-2008" ]
2,286,637
1
2,536,657
null
5
2,996
I'm implementing the TTThumbsViewController from the Three20 project and things are finally starting to take shape. I push the TTThumbsViewController from the current view controller by just pushing it onto the current stack and animate the transition (common navigation controller push). My problem is that when I pop ...
View controller is drawing under my navigation bar after popping ttthumbsviewcontroller
CC BY-SA 4.0
0
2010-02-18T06:02:31.880
2023-03-01T09:32:22.613
2023-03-01T09:32:22.613
4,751,173
247,205
[ "iphone", "uinavigationcontroller", "three20" ]
2,288,864
1
2,290,615
null
5
1,213
Is there any algorithm for projecting images onto a non-flat (deformed) surface? It is not deformed too much. It is a really glassy surface covered with high-quality, durable tracing paper. I have a 3-dimensional model of it. How can I texturise it with a projector? ![projection](https://www.win.tue.nl/~wieger/imag...
Is there any algorithm for projecting images onto a non-flat surface?
CC BY-SA 2.5
0
2010-02-18T13:26:36.570
2014-06-19T23:09:08.957
2017-02-08T14:21:19.570
-1
434,051
[ "algorithm", "model", "3d", "projector", "geometry-surface" ]
2,290,387
1
2,290,526
null
0
1,172
I have a function that return a results, here is the results: ``` 3.98901669117011 vm 0.138912911874081 nvm 2.30800830234368 hg 1.13724811900026 ms 2.33557467785177 ls 90.0912392977601 none ``` I want the words to be in the top of the table, and the numbers in the rows, and in the sides some string, he...
Create and write to table in C#
CC BY-SA 3.0
null
2010-02-18T16:47:48.157
2017-05-08T18:44:23.900
2017-05-08T18:44:23.900
4,370,109
236,626
[ "c#", "console-application" ]
2,290,992
1
null
null
2
2,584
Have stumbled upon what seems to be a bug with how mobile safari renders the cursor when a window.scrollTo() is executed while a user is entering text into a textarea. Have attached source code which illustrates the issue. I'm wondering if anyone has any advice on how I might work around this. If a user is enterin...
Mobile Safari scrollTo w/ textarea bug
CC BY-SA 2.5
0
2010-02-18T18:10:59.667
2010-06-29T11:00:08.117
2017-02-08T14:21:20.577
-1
26,241
[ "javascript", "html", "mobile-safari" ]
2,291,437
1
2,291,971
null
2
1,679
I have a webpage where I put a text into a "pre" tag that is inside a "div" that resizes with the window size. If the "div" is so small that the text in the "pre" overflows horizontally, I want the text to wrap at a word break. Here is the html that demonstrates the problem: ``` <html> <head> <script type='text/javas...
IE8 duplicates text in wrapping <pre> tags
CC BY-SA 4.0
0
2010-02-18T19:10:23.387
2019-06-18T04:04:01.860
2019-06-18T04:04:01.860
4,751,173
118,218
[ "html", "internet-explorer-8", "word-wrap" ]
2,291,486
1
2,389,356
null
1
1,974
I have a UITableViewCell with the UITableViewStyleGrouped style and I would like to change the background color of the cell. ``` - (UITableViewCell *)tableView:(UITableView *)tv cellForRowAtIndexPath:(NSIndexPath *)ip { // Do cell creation stuff ... cell.backgroundColor = [UIColor colorWithRed:255.0/25...
UITableViewCell displaying incorrect alpha based background colors
CC BY-SA 2.5
null
2010-02-18T19:16:22.540
2012-01-31T17:54:42.853
2017-05-23T12:01:08.460
-1
33,226
[ "iphone", "objective-c", "cocoa", "xcode" ]
2,292,920
1
2,292,971
null
3
929
The styles: ``` h2 { color: #71D0FF; font-size: 11px; font-weight: bold; margin: 0px 0px 5px 0px; } a.box { color: #FFFFFF !important; cursor: pointer; display: block; padding: 10px; text-align: justify; } a.box:hover { background-color: #0C0C0C; } a.box span.down { display:...
What could cause this HTML/CSS rendering issue in Firefox?
CC BY-SA 3.0
null
2010-02-18T23:06:17.453
2013-02-14T21:07:25.617
2013-02-14T21:07:25.617
246,246
246,246
[ "html", "css", "xhtml" ]
2,293,461
1
null
null
1
4,844
if I want to partially download a file and define a single range in the request Header, I get the byte-stream of the requested file in the response body. But if i specify multiple ranges as below, I always get for each defined range an additional response header (wich describes the requested range) within the respons...
HTTP Request with multiple Ranges
CC BY-SA 3.0
0
2010-02-19T01:14:02.803
2013-09-24T08:53:52.507
2013-09-24T08:53:52.507
445,517
276,613
[ "c#", ".net", "http", "httpwebrequest" ]
2,293,616
1
2,297,417
null
1
294
How to copy only selected renderings ![alt text](https://mcore.files.wordpress.com/2009/07/072209_1928_compositela1.png?w=497) from one to another item using sitecore content editor? Default "Copy To" function copy all renderings i want to copy and paste only selected. ![alt text](https://e0ufdw.bay.livefilestore....
How to copy only selected renderings from one to another item using sitecore content editor?
CC BY-SA 2.5
null
2010-02-19T02:01:44.250
2010-02-19T15:31:39.600
2017-02-08T14:21:20.913
-1
84,201
[ "sitecore", "sitecore6" ]
2,293,751
1
2,352,314
null
0
1,410
Ok, I'm going to try to make this more clear because my last question was extremely confusing. I've included a picture this time. Each one of these circles is a UIImageView and they are each assigned a random image which is one of 7 colors. So each circle could be one of 7 colors. I want to make it so that the user...
Assigning random image with arc4random?
CC BY-SA 2.5
0
2010-02-19T02:39:06.890
2010-02-28T19:39:44.513
2017-02-08T14:21:21.253
-1
266,316
[ "iphone", "image", "sdk", "uiimage", "imageview" ]
2,295,095
1
4,316,700
null
36
58,914
Elements with css font-size <12px doesn't have effect in Google Chrome - remains font-size 12px. What should I do? My Google Chrome browser uses default settings. My version is 4.0.249.89. I am using Windows XP. You can paste the following code to your Google Chrome to test it: ``` <html> <body> <p style="font-size...
Font-size <12px doesn't have effect in Google Chrome
CC BY-SA 2.5
0
2010-02-19T09:12:31.203
2020-12-14T14:31:39.803
2017-02-08T14:21:21.933
-1
64,873
[ "css", "google-chrome" ]
2,303,520
1
2,303,549
null
13
6,058
I created a standard Java Project in Eclipse, placed a XML file in the `src` folder with the intent to grab it by `Class#getResourceAsStream()`, and I was baffled when Eclipse can't seem to locate the XML file in the classpath. After a little test it turns out that files with other extensions are perfectly located. H...
Eclipse doesn't put XML files in project's own buildpath
CC BY-SA 3.0
0
2010-02-20T20:06:46.967
2013-02-27T01:29:22.203
2013-02-27T01:29:22.203
157,882
157,882
[ "xml", "eclipse", "classpath" ]
2,303,694
1
2,303,838
null
0
318
See the screenshot below, this is the only leak the Leaks Instrument finds in my app. Seems odd that main is leaking since it's out-of-the-box. Is this common? ![main.m](https://i766.photobucket.com/albums/xx302/conorgriffin/Screenshot2010-02-20at205006.png) ![top of call stack](https://i766.photobucket.com/albums/...
Why is main leaking in my iPhone app?
CC BY-SA 2.5
null
2010-02-20T20:59:09.710
2010-02-21T12:05:32.320
2017-02-08T14:21:26.063
-1
253,609
[ "iphone", "objective-c", "cocoa-touch", "xcode", "instruments" ]
2,303,690
1
3,223,466
null
336
313,915
I'm trying to create a thumbnail image on the client side using javascript and a canvas element, but when I shrink the image down, it looks terrible. It looks as if it was downsized in photoshop with the resampling set to 'Nearest Neighbor' instead of Bicubic. I know its possible to get this to look right, because [t...
Resizing an image in an HTML5 canvas
CC BY-SA 4.0
0
2010-02-20T20:58:29.953
2021-03-13T14:22:28.090
2018-11-27T16:36:41.763
10,657,589
149,986
[ "javascript", "html", "canvas", "image-resizing" ]
2,306,043
1
2,348,337
null
14
13,017
I'm looking for method to add gradually fading or maybe blured border (I don't exactly know how to name this effect) to arbitrary UIView. I don't need animated effect, I need static effect, for example I my UITableView border being partially transparent. I've made the example: ![enter image description here](https:/...
UIView border with fade or blur effect
CC BY-SA 3.0
0
2010-02-21T13:43:04.563
2013-09-05T18:50:12.047
2013-06-20T05:15:04.290
1,903,074
278,105
[ "objective-c", "iphone", "uitableview", "uikit", "uiview" ]
2,306,873
1
2,307,020
null
7
4,870
I'm building an MSBuild file and using it with the MSBuild Build Runner within TeamCity (5.0.2 (build 10784)), but I don't think it's running the right version of MSBuild because I keep getting the following error: > error MSB5014: File format version is not recognized. MSBuild can only read solution files between ve...
TeamCity Using Wrong MSBuild Executable?
CC BY-SA 2.5
0
2010-02-21T18:20:32.243
2010-04-15T19:24:06.910
null
null
10,792
[ "teamcity", "teamcity-5.0" ]
2,306,940
1
2,337,923
null
11
18,241
I have a pretty simple console project with an entity model (containing two simple entities), two handmade POCOs and a handmade Context class. The program fires a simple query against the DB and everything including LazyLoading works fine. As soon as i add another Entity data model (even if i add an empty one), the ...
EF4 POCO (not using T4): Mapping and metadata information could not be found for EntityType
CC BY-SA 2.5
0
2010-02-21T18:38:11.140
2011-05-09T16:44:54.687
2017-02-08T14:21:27.827
-1
6,777
[ "entity-framework", ".net-4.0", "entity-framework-4" ]
2,307,655
1
2,307,979
null
6
16,343
I'm trying to get ListView row to look like the following: ``` | Text-Text-Text <ImageButton> | ``` With the imagebutton snapped to the right edge. How can I do this? Here's the current layout code I'm using. What am I doing wrong? ``` <?xml version="1.0" encoding="utf-8"?> <LinearLayout xm...
ListView row styling - left aligned text, and right-aligned icon
CC BY-SA 3.0
0
2010-02-21T22:12:38.357
2015-02-09T21:25:29.063
2015-02-09T21:25:29.063
3,063,884
118,241
[ "android", "android-layout", "android-listview", "android-xml" ]
2,308,744
1
null
null
2
1,328
How does the Eclipse editor work to enable code completion? For example, within the XML editor for Hibernate property files, if I - within a tag, a list of possible value relevant to hibernate will show up. ![Eclipse suggests fields defined in a Java class within a Hibernate hbm.xml file.](https://i.stack.imgur.com...
How does Eclipse do code completion specific to third-party frameworks?
CC BY-SA 3.0
0
2010-02-22T04:11:22.970
2016-01-17T17:39:30.573
2014-05-30T02:22:46.097
200,291
278,438
[ "eclipse", "code-completion" ]
2,309,091
1
2,309,156
null
15
14,402
I am following a tutorial and one of the steps its asking is to go to my projects properties and click on c/c++ and add a path to "Additional Include Directories" property. I am using visual C++ Express Edition 2008. the tutorial is using the same thing. Is there away to get this or an alternative ?? This is my screen...
can not find C/C++ in project properties
CC BY-SA 2.5
0
2010-02-22T05:57:44.257
2021-11-13T13:21:19.553
2017-02-08T14:21:28.850
-1
201,934
[ ".net", "c++", "c", "visual-studio", "visual-studio-2008" ]
2,310,531
1
null
null
0
95
I am attempting to debug a website on Windows XP. To be more specific, I am trying to debug an install of SiteFinity CMS. This CMS was installed via Microsoft's Web Platform Installer. It was installed to the default location of `C:\Inetput\wwwroot`. The first error I got when attempting to debug the website with VS20...
Having issues debugging website with VS2008
CC BY-SA 2.5
null
2010-02-22T11:28:00.893
2010-02-23T17:09:38.127
2010-02-23T17:09:38.127
3,043
25,515
[ "visual-studio-2008", "web", "windows-xp", "debugging" ]
2,312,555
1
2,316,739
null
4
3,157
I'd like to enable code completion for facelets + JSF 1.2 in NetBeans 6.8. I'd prefer to enable it for a free-form project that I build using my own Ant build.xml, but I see no options to enable that, so I'm willing to go with a "Web Application with Existing Sources". I just want to show what I did. ![Choose a P...
How do I enable code-completion in Netbeans 6.8 for facelets in JSF 1.2?
CC BY-SA 2.5
null
2010-02-22T16:57:59.957
2010-03-02T21:58:32.177
2017-05-23T12:08:51.063
-1
28,991
[ "java", "jsf", "netbeans", "jboss", "facelets" ]
2,312,635
1
2,316,297
null
4
766
I'm creating the database for monitoring status of applications' functionalities. The logic is following: Each application has its own, specific list of functionalities that I'm monitoring. Each functionality belongs to only one application. There is a Functionality table that has foreign key to Application Each appl...
Database design for monitoring status of applications' functionalities
CC BY-SA 4.0
0
2010-02-22T17:11:46.363
2019-06-29T22:41:32.723
2019-06-29T22:41:32.723
3,404,097
160,760
[ "sql", "database", "database-design", "database-normalization" ]
2,313,252
1
null
null
17
17,947
I want to move a row to the bottom of my `UITableView` with cool animation effect just like in [this Grocery Shopping List app](http://www.grocerygadgets.com/how-grocery-gadgets-work.aspx). Just like we can move rows with reordering control like: ![reordering uitableview rows programmatically](https://i.stack.imgur.c...
Programmaticlaly moving rows with animation in UITableView
CC BY-SA 3.0
0
2010-02-22T18:45:28.660
2012-09-11T07:47:23.650
2012-05-05T16:08:39.133
29,995
194,759
[ "iphone", "cocoa-touch", "uitableview", "animation", "core-animation" ]
2,313,830
1
null
null
1
1,087
I can't seem to get a handle on my list of sortables. They are a list of list elements, each with a form inside, which I need to get the values from. ``` Sortables.implement({ serialize: function(){ var serial = []; this.list.getChildren().each(function(el, i){ serial[i] = el.getPrope...
looping through DOM / mootools sortables
CC BY-SA 2.5
null
2010-02-22T20:14:01.097
2012-01-24T22:11:52.853
2012-01-24T22:11:52.853
102,937
135,056
[ "serialization", "loops", "mootools", "mootools-sortable" ]
2,314,311
1
2,314,354
null
1
2,656
I am following a tutorial. And I am trying to draw a .bmp file to the screen. It builds with no errors but no image appears. according to the book, I should see the image pop up in random places. Below is my code. The author doesnt recommend this technique for drawing objects, he is just doing for demostration. In case...
Image wont draw to screen C++
CC BY-SA 2.5
0
2010-02-22T21:23:09.333
2016-05-24T01:48:27.123
2017-02-08T14:21:33.583
-1
201,934
[ "c++", "visual-studio", "visual-studio-2008" ]
2,314,847
1
null
null
1
2,556
I am trying to develop a website with C# ASP.net MVC. It's my first time using Visual Studio, C# and ASP.net so I have lots to learn but so far so good. So far... I started a C# ASP.net MVC project and added a database by going to the Database Explorer and clicking "add connection". I then did some standard CRUD contro...
C# ASP.net MVC database questions
CC BY-SA 2.5
null
2010-02-22T22:41:37.573
2011-07-21T14:01:47.230
2010-02-23T01:50:17.963
null
null
[ "c#", "sql", "asp.net-mvc", "database", "visual-studio" ]
2,320,596
1
2,321,801
null
2
1,603
I am trying to create a ToolBar in my WPF application. I don't want the strip (as shown in the bellow figure) to show up, I just want all the items to be placed in the general area. I tried setting the ToolBar.OverflowMode to Never ut it doesn't help. ![l](https://farm5.static.flickr.com/4043/4382772446_25c85715b2_o....
Unable to hide tool-bar grip
CC BY-SA 2.5
null
2010-02-23T18:12:01.743
2010-02-23T21:17:47.967
2017-02-08T14:21:35.297
-1
75,500
[ "wpf", "toolbar", "grip" ]
2,321,341
1
2,321,915
null
2
1,907
I learned how to get a ScrollViewer's scrollbars to display after scaling an element within in a ScrollViewer from this post: [http://www.eightyeightpercentnerd.dreamhosters.com/?p=92](http://www.eightyeightpercentnerd.dreamhosters.com/?p=92) Now, I'm trying to get the scaled object (a canvas in this case) to center c...
Silverlight: Centering After ScaleTransform
CC BY-SA 2.5
null
2010-02-23T20:10:36.000
2010-02-23T21:35:22.403
2017-02-08T14:21:36.707
-1
3,622
[ "silverlight" ]
2,326,187
1
2,326,856
null
0
151
``` if(count($this->form->email->getMessages()) > 0) { $e = '<ul>'; $m = $this->form->email->getMessages(); foreach($m as $me) { $e .= '...
Zend Framework configuring decorator
CC BY-SA 2.5
null
2010-02-24T13:14:50.030
2010-02-24T14:51:32.297
2017-02-08T14:21:37.753
-1
849,669
[ "zend-framework", "forms", "decorator" ]
2,326,381
1
2,326,539
null
0
246
I'm using SWFKit to create a native windows app from flash project. I want to embed video in project via SWFKit and then use it in flash. Looks like I've found a way to embed external file but I can't find manual about how to access this embedded file via ActionScript in flash movie. ![alt text](https://i.imgur.com/r...
How to access embedded files in SWFKit
CC BY-SA 2.5
null
2010-02-24T13:45:53.020
2010-02-24T14:09:11.303
null
null
179,746
[ "flash", "flv", "embedded-resource", "exe" ]
2,327,965
1
2,337,468
null
1
2,530
Trying to learn Linq syntax and am struggling with method-based vs expressions. I have 8 tables that allow users to associate to groups and orgs and have forms associated to groups. To further explain, I assign a form to a group. That group may have a user assigned directly or via an org that the user belongs to. I...
Linq to Entities Join/Union Statement Help
CC BY-SA 2.5
null
2010-02-24T17:16:28.523
2010-02-26T14:30:44.933
2017-02-08T14:21:38.433
-1
280,507
[ "linq-to-entities" ]
2,329,999
1
2,330,058
null
0
879
My studio toolbox icons are all messed up. Is there a way to fix them? ![alt text](https://i.imgur.com/izgdll.png)
Visual studio 2005 toolbox icons messed up
CC BY-SA 2.5
0
2010-02-24T22:10:15.707
2010-03-01T01:43:28.237
null
null
259,712
[ "visual-studio-2005", "icons", "toolbox" ]
2,334,629
1
2,340,216
null
8
6,304
I am looking for [self-organizing map](http://en.wikipedia.org/wiki/Self-organizing_map) on Python. ![hexagonal tiling](https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Tiling_Regular_6-3_Hexagonal.svg/200px-Tiling_Regular_6-3_Hexagonal.svg.png) 1. ready module. If one exists. 2. way to plot hexagonal cell...
Hexagonal Self-Organizing map in Python
CC BY-SA 3.0
0
2010-02-25T14:27:14.813
2018-06-28T09:14:15.273
2017-02-08T14:21:41.280
-1
279,046
[ "python", "module", "artificial-intelligence", "neural-network", "self-organizing-maps" ]
2,334,859
1
2,362,778
null
2
6,692
I'm having a terrible time managing RDLC reports. I couldn't find any comprehensive tutorials in the internet and MSDN isn't as helpful as I wish it could have been either. Particularly, I've been having a problem trying to get a particular table/matrix to appear based on a client's requirement. It goes like this. In...
.NET RDLC Report Matrices
CC BY-SA 2.5
null
2010-02-25T14:52:53.983
2010-03-02T11:36:58.820
2017-02-08T14:21:51.430
-1
245,268
[ ".net", "matrix", "report", "rdlc" ]
2,336,463
1
2,336,520
null
1
162
I want to add explanation between cells. I'm experimenting with sections, trying to make the cell opaque, without borders, ... but sure it exists a better approach ... thanks, m. ![alt text](https://i166.photobucket.com/albums/u112/windsurfeta/iphone/IMG_0198.png)
How I can do this ? Adding exaplanations between sections (of cells)
CC BY-SA 2.5
null
2010-02-25T18:12:22.390
2010-02-25T18:24:09.213
2017-02-08T14:21:52.463
-1
266,276
[ "iphone", "uitableview", "footer" ]
2,337,124
1
2,337,143
null
1
878
I have a WinForms combobox to which I bind a list of anonymous objects (printer descriptions and locations). The here is a to select a default printer (which matches printer location). But within a `foreach` loop below, I am having trouble accessing the anonymous object's properties. ![alt text](https://farm3.stati...
How to access anonymous object's property
CC BY-SA 2.5
null
2010-02-25T19:50:06.467
2010-02-25T19:54:27.390
2017-02-08T14:21:52.800
-1
4,035
[ "c#", ".net", "winforms", "data-binding", "anonymous-types" ]
2,337,226
1
null
null
0
1,191
I am currently building my own CMS for various reasons that could take a long to explain... However I am looking for a dynamic solution to create templates for pages within the CMS and all areas must be editable via the administration area, maybe large text areas broken into multiple areas, text and image area on a pa...
Dynamic Template Builder ASP.NET CMS - Rolling My Own
CC BY-SA 3.0
0
2010-02-25T20:07:39.047
2011-11-29T23:23:05.117
2011-11-29T23:23:05.117
234,976
281,560
[ "asp.net", "sql-server", "content-management-system" ]
2,337,363
1
2,337,389
null
0
1,107
How do I make the cursor in Emacs a black box with underneath text displayed in white? like so: ![reverse cursor](https://cobbal.s3.amazonaws.com/drop/reverse.png) Screenshot is from the Carbon Emacs package, but I want the same behavior in Cocoa Emacs 23.
Reverse video cursor in Emacs
CC BY-SA 3.0
null
2010-02-25T20:25:21.413
2011-07-06T07:55:11.417
2017-02-08T14:21:53.353
-1
73,681
[ "emacs" ]
2,337,534
1
20,499,030
null
3
7,625
I have applied the following style to the `pre` element: ``` pre { background-color: #FFFFCC; border: 2px dashed #FF6666; padding-top: 7px; padding-bottom: 8px; padding-left: 10px; float: none; padding-right: 10px; margin: 10px; } ``` The text overflows the box. When I app...
pre tag- text overflows the box
CC BY-SA 3.0
null
2010-02-25T20:52:29.317
2021-03-23T15:28:21.303
2017-05-23T10:29:31.030
-1
281,545
[ "html", "css", "text", "tags", "pre" ]
2,340,045
1
2,340,077
null
4
3,070
I am doing a simple $.ajax request: ``` $.ajax({ type: "POST", url: "/Run/" + param1 + "/" + param2, dataType: 'html', error: function(error) { }, success: function(html) { } }); ``` If my value is like [http://localhost/pub/file?val1=Some](http://localhost/pub/file?...
Request URL encoding issue in $.ajax call and Max request URL length in $.ajax as compared to Ajax.ActionLink
CC BY-SA 2.5
null
2010-02-26T07:20:13.017
2010-02-26T07:28:12.050
2017-02-08T14:21:57.910
-1
212,823
[ "asp.net-mvc", "jquery" ]
2,340,691
1
2,340,820
null
3
1,766
I want to make a 2D game in using the engine. In this game, you will control a tiny ship in a cave of some sort. This cave will be created automatically (the game will have random levels) and will look like this: ![Cave](https://i.imgur.com/HxEI3.png) Suppose I already have the the points of the polygon of the insi...
Techniques for generating a 2D game world
CC BY-SA 2.5
0
2010-02-26T09:51:08.820
2010-02-26T10:32:54.693
null
null
148,388
[ "c++", "3d", "2d", "irrlicht" ]
2,341,053
1
2,341,086
null
4
8,835
Well, thats the html code: ``` <ul> <li>first item</li> <li>second item</li> </ul> ``` And the css: ``` ul, li { margin: 0px; padding: 0px; } ``` Nothing fancy, right? And nothing to be proud of, it just shows a list without any margins or padding. Well, almost... ![](https://i.stack.imgur.com/Lk9XU.gif) W...
Getting rid of the margin between list style type and text
CC BY-SA 4.0
null
2010-02-26T11:01:24.127
2019-06-22T16:04:26.900
2019-06-22T16:04:26.900
4,751,173
244,751
[ "html", "css", "html-lists" ]
2,342,470
1
null
null
1
218
I have a problem with the JQuery autocomplete plugin. It's hard for me to explain but whenever I try to press a key it keeps looping with requests to the server. See: ![loop](https://i.stack.imgur.com/cTuT0.jpg) [http://members.lycos.nl/saccon/loop.jpg](http://members.lycos.nl/saccon/loop.jpg) It should only reques...
Jquery autocomplete loops HTTP requests
CC BY-SA 3.0
null
2010-02-26T15:00:50.067
2011-12-01T04:10:29.703
2011-12-01T04:10:29.703
234,976
282,122
[ "jquery", "autocomplete" ]
2,346,129
1
2,349,245
null
1
1,331
This relates to both physical programming as well as Ruby running on a web server. I have an array of RGB leds, which is 5x5 so a total of 25 leds. They are numbered and individually addressable as such: ``` 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 ``` Here is a p...
Animating with Ruby
CC BY-SA 2.5
null
2010-02-27T03:38:05.813
2010-02-27T22:48:38.100
2017-02-08T14:22:00.200
-1
103,739
[ "ruby", "animation" ]
2,346,478
1
null
null
3
687
I am having a simple Azure cloud app(WebRole=ASP.Net MVC) which draws charts using ASP.Net Charting control. Specifications--> 1. Chart RenderType = ImageMap 2. Chart ImageLocation = "/Images/Chart_#SEQ(1000,1)" 3. Number of app instances deployed on Windows Azure = 5 4. App contains a button which draws charts as p...
#SEQ keyword in Asp.Net Charting control with multiple Azure Cloud app instances
CC BY-SA 3.0
null
2010-02-27T06:41:13.893
2011-08-05T23:10:59.290
2017-02-08T14:22:00.550
-1
212,823
[ "asp.net", "asp.net-mvc", "azure", "charts" ]
2,348,267
1
2,348,350
null
1
767
My app crash when I try to access any property of my NSDecimalNumber amount_before_current_year: ``` [amount_before_current_year stringValue] Program received signal: “EXC_BAD_ACCESS”. ``` The object is a NSDecimalNumber as shown in the image attached. I created it in the viewDidLoad, it exists in the header file:...
Hard crash using [NSDecimalNumber stringValue]
CC BY-SA 2.5
null
2010-02-27T17:27:21.040
2010-02-27T17:52:54.220
2017-02-08T14:22:01.870
-1
266,276
[ "iphone", "nsnumber" ]
2,349,002
1
2,349,018
null
1
552
I need to edit format for JFormatedTextField in a Java program. NetBeans are "helping" me with something called Format editor. But, I have no clue how the pattern works. ![format editor](https://imgur.com/VE9mj.png) For `#,##0.###` , it returns `1,234.567`, as pictured above. However, I want to change the thousands de...
How does "Format editor" for JFormatedTextField in NetBeans work?
CC BY-SA 2.5
null
2010-02-27T21:11:42.117
2010-02-27T21:25:11.680
null
null
101,152
[ "netbeans" ]
2,349,113
1
2,349,966
null
4
1,232
I've added a few components to the NavigationBar in an app I'm creating. The height of the bar changes dynamically, like in Safari for the iPhone, when you click on the URL field. I have all of the interactions and resizings working perfectly, except when I move to another tab and return. If I start the app, click on ...
Customized NavigationBar not displaying correctly after return to Tab
CC BY-SA 2.5
null
2010-02-27T22:01:17.480
2010-02-28T11:58:27.760
2017-02-08T14:22:02.910
-1
133,470
[ "iphone", "cocoa-touch", "uinavigationcontroller", "uitabbarcontroller" ]
2,349,592
1
2,350,745
null
3
8,705
there are some buttons on the top of the winform, and when I click one of them, the panel below will load different predefined panel, how can I implement this ? please see this example: ![enter image description here](https://i.stack.imgur.com/f3IW7.png)
How to dynamically load a panel in Windows Forms?
CC BY-SA 3.0
0
2010-02-28T00:50:55.797
2012-03-04T19:23:46.270
2012-03-04T19:23:46.270
116,923
140,899
[ "c#", "winforms", "panel" ]
2,350,984
1
2,351,046
null
3
11,420
Here's two screen shots, showing the effect with a small viewport that has to be scrolled. ![alt text](https://imgur.com/4d2vq.png) ![alt text](https://imgur.com/Aox4x.png) HTML looks like this: (ignoring head and html tags) ``` <body> <div id="grad1"></div> <div id="wrapper"> <header> <h1 class="logo"><a href=...
CSS: Setting a background gradient to width 100% fine unless page scrolls
CC BY-SA 3.0
0
2010-02-28T12:14:02.220
2012-06-02T12:39:03.527
2012-06-02T09:01:11.247
16,511
16,511
[ "html", "css" ]
2,353,438
1
2,353,567
null
2
858
I need to delete rows where a datetime field is over 2 weeks old. This is what I have came up with ``` $duration = Date::WEEK * 2; // int(1209600) $query = 'DELETE FROM properties WHERE TIMEDIFF(' . date(DATE_ISO8601) . ', reserved_datetime) > ' . $duration; ``` I don't often write complicated queries (...
How to delete rows based on date differences with MySQL?
CC BY-SA 4.0
0
2010-03-01T01:36:25.840
2019-06-23T19:32:41.913
2019-06-23T19:32:41.913
4,751,173
31,671
[ "php", "mysql", "kohana-3" ]
2,355,608
1
2,355,700
null
0
321
I've got a model that looks something like this: ![Model](https://i.imgur.com/MpMtj.jpg) One Account has many Branches, and each Statement is generated for one Account. The model is redundant because the Account (the AccountID on the header) can be inferred from the BranchID on a transaction (a statement will always...
Eliminating redundant relationships when modeling Header/Detail relationships?
CC BY-SA 2.5
null
2010-03-01T12:07:43.027
2010-03-03T17:39:50.653
null
null
9,825
[ "data-modeling" ]
2,355,714
1
2,355,938
null
2
2,267
I am trying to draw a textured cube using just 8 vertices and one `DrawIndexedPrimitives` call. Is this even possible? I am having problems with the UV co-ordinates. I am finding it impossible to come up with suitable UV values which will work for all faces of the cube. Take the following numbering as an example: !...
Direct3D: Draw textured cube with single DrawIndexedPrimitives call. Possible?
CC BY-SA 2.5
null
2010-03-01T12:28:34.093
2010-03-09T18:32:23.470
2017-02-08T14:22:03.253
-1
45,603
[ "3d", "direct3d", "textures", "texture-mapping" ]