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,032,500
1
2,034,076
null
2
2,109
I have asked a similar question [here](https://stackoverflow.com/questions/1864552/what-about-this-custom-uialertview) and got some answers, so first of all sorry for making you people bother once again. But I have an argument this time. First I will show my piece of code ``` - (void) showTheAlert{ UIAlertView *alert...
Is using subviews in Alert undocumented
CC BY-SA 3.0
null
2010-01-09T05:56:57.013
2017-04-22T18:30:58.150
2017-05-23T12:34:11.847
-1
165,260
[ "objective-c", "iphone" ]
2,034,037
1
2,034,258
null
7
5,619
I am trying to emboss an image using [PIL](http://en.wikipedia.org/wiki/Python_Imaging_Library). PIL provides a basic way to emboss an image ( using `ImageFilter.EMBOSS`). In image editing packages like GIMP, you can vary parameters like Azimuth, depth and elevation in this embossed image. How to do this with PI...
Image embossing in Python with PIL -- adding depth, azimuth, etc
CC BY-SA 3.0
0
2010-01-09T16:39:51.010
2011-04-22T04:23:27.470
2017-02-08T14:19:22.277
-1
243,708
[ "python", "image-processing", "python-imaging-library" ]
2,035,943
1
2,037,163
null
20
11,518
The following snippet: ``` <Window x:Class="Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <Grid> <StackPanel Orientation="Horizontal" VerticalAlignment="Center" HorizontalAli...
Align bottoms of text in controls
CC BY-SA 2.5
0
2010-01-10T03:09:20.133
2020-09-25T23:20:06.820
2017-05-23T11:46:24.413
-1
75,500
[ "wpf", "layout", "textblock" ]
2,036,154
1
2,036,409
null
1
1,168
In VS2010 Beta 2, from the Help Library Manager, after selecting local help, and downloading the VS Documentation, it won't launch. Here's what I have installed: ![alt text](https://farm5.static.flickr.com/4045/4261627106_e8054d10bb.jpg) Here's what I'm clicking in the Start Menu: ![alt text](https://farm5.static.f...
VS2010 Beta 2: Can't launch local help documentation
CC BY-SA 2.5
null
2010-01-10T05:01:31.113
2018-01-27T16:10:51.827
2018-01-27T16:10:51.827
1,677,912
90,837
[ "visual-studio-2010" ]
2,036,216
1
2,036,237
null
21
24,987
In the context of a Visual Studio 2008 Setup Project, what are "Content Files". In other words, when creating a setup project and defining the File System settings and choosing: Add Project Output > Content Files, what files will be added? For example, what has to be true about a file or its location for it to be cons...
What are "Content Files" (in Visual Studio : Setup Project : File System
CC BY-SA 2.5
0
2010-01-10T05:28:16.440
2016-06-29T12:19:44.637
2017-02-08T14:19:25.687
-1
90,837
[ "visual-studio", "deployment", "installation" ]
2,038,139
1
2,038,153
null
8
190
I have a fairly simple app. It compiles fine. Unfortunately, when I Build and Go, it fails before even the first line of code, thus making it impossible for me to even debug it. Where do I start? I do have the stack track though.![alt text](https://i.imgur.com/AaAam.png)
How to debug iPhone app errors that occur before the first line
CC BY-SA 2.5
null
2010-01-10T18:56:34.357
2010-01-10T19:17:24.843
null
null
9,382
[ "iphone", "terminate" ]
2,038,247
1
2,038,319
null
27
7,866
I'm going to add a python console widget (into a C++ GUI) below some other controls: ![Python Console screenshot](https://img-fotki.yandex.ru/get/4012/goodrone.0/0_2f2ae_b37ea156_orig) Many classes are going to be exposed to the python code, including some access to GUI (maybe I'll consider PyQt). > Should I run the ...
Integration of Python console into a GUI C++ application
CC BY-SA 2.5
0
2010-01-10T19:26:09.997
2020-04-11T13:52:37.717
2017-02-08T14:19:27.383
-1
13,543
[ "c++", "python", "multithreading", "user-interface", "integration" ]
2,039,103
1
null
null
8
11,931
![alt text](https://imgur.com/yP4BE.png) My eyes kind of burn when I code for too long and this will definitely help me sooth them. I would ask this in SuperUser but there are few people from the dev world there. Mostly Windows Vista/7 savvy people. I know someone can help me out here. :D Thanks SO!
How can I make my Visual Studio look like this?
CC BY-SA 2.5
0
2010-01-10T23:27:21.803
2010-05-09T00:21:49.133
2010-05-09T00:21:49.133
76,337
112,355
[ "c#", "visual-studio", "visual-studio-express" ]
2,040,604
1
2,042,001
null
2
3,062
I am working with a database with the following design. I read it is not a good practice to have closed loops in a database design, and i have more than one. But i cannot remember why. So not sure how this might affect me. Any examples how this could be dangerous? ![schematic of part of our database](https://imgur.co...
sql closed loop relations; what could go wrong?
CC BY-SA 2.5
null
2010-01-11T08:21:03.900
2010-01-22T19:44:07.350
2010-01-12T04:14:22.883
153,614
153,614
[ "sql", "relationship", "cyclic" ]
2,043,737
1
2,043,846
null
2
1,522
I have a PDF file located (under my Project) in an Assets > Documents folder: ![alt text](https://imgur.com/IqaU1.png) When my application gets deployed, it gets deployed to a particular folder on the domain. For example, [http://www.domain.com/MyAppFolder](http://www.domain.com/MyAppFolder). I want to be able to a...
Why isn't my Route.Ignore working on this static file in my ASP.NET MVC application?
CC BY-SA 2.5
null
2010-01-11T17:59:48.437
2010-01-11T18:16:04.410
null
null
121,682
[ "c#", "asp.net-mvc", "asp.net-mvc-routing" ]
2,044,752
1
2,045,014
null
9
75,623
This is a SQL design question. First, the setup. I have three tables: 1. A, which is automatically populated based on a query against a linked server. The data in this table cannot be changed; 2. B, which has just a dozen or so rows, containing the names for collections of As; 3. AtoB, which is the mapping table by w...
SQL mapping between multiple tables
CC BY-SA 3.0
0
2010-01-11T20:40:32.653
2022-11-21T10:29:52.683
2017-07-03T14:38:55.877
3,990,145
4,593
[ "sql", "database-design", "union", "foreign-key-relationship" ]
2,046,553
1
2,314,350
null
20
36,568
Initially I was thinking to use SSIS to parse an EDI file, however I've seen a few manual EDI parsers (field mapping), and would like to use automate this functionality in C#. Example EDI File: ![Example EDI File](https://i.stack.imgur.com/53Csy.gif)
EDI Flat File parsing with C#?
CC BY-SA 3.0
0
2010-01-12T03:36:58.450
2016-08-02T16:39:05.393
2016-08-02T15:32:59.897
61,577
172,359
[ "c#", "parsing", "flat-file", "edi", "x12" ]
2,049,196
1
2,049,640
null
29
16,547
I'm trying to come up with an iterative function that generates xyz coordinates for a hexagonal grid. With a starting hex position (say 0,0,0 for simplicity), I want to calculate the coordinates for each successive "ring" of hexagons, as illustrated here: ![](https://i.imgur.com/AJoDm.gif) So far, all I've managed t...
Generating triangular/hexagonal coordinates (xyz)
CC BY-SA 3.0
0
2010-01-12T13:24:22.530
2022-02-04T18:57:45.890
2018-03-23T21:46:50.183
241,211
119,955
[ "math", "coordinates", "vector", "coordinate-systems", "hexagonal-tiles" ]
2,050,945
1
2,051,064
null
5
9,726
This is a little difficult to describe, but basically there is undesired space left by a floated div on my page. Here are pictures describing the problem. The black boxes are divs. Before floating: ![alt text](https://i46.photobucket.com/albums/f105/Elwood54/before-float.png) After floating: ![alt text](https://i46...
Floats in CSS - Gap/space left on top when floated to the right?
CC BY-SA 2.5
0
2010-01-12T17:29:35.857
2013-05-23T23:50:29.687
2017-02-08T14:19:30.437
-1
175,098
[ "html", "css", "css-float" ]
2,051,096
1
2,053,075
null
1
2,017
Have a very simple powershell script to count the number of trades in a file: ``` (gc \\mimkeimc11n\Batch\FundQuest\TradeFiles\trades.dat |? {$_ -match 'SL|BY'} | Measure-Object | select count).count > \\mimkeimc11n\Batch\FundQuest\ConfirmtoFQ\NumberofTrades.txt ``` The problem I am running into is the output Number...
Powershell and getcontent CR LF
CC BY-SA 3.0
null
2010-01-12T17:49:38.997
2011-12-21T00:39:11.957
2011-12-21T00:39:11.957
53,195
249,114
[ "powershell" ]
2,052,321
1
2,052,857
null
7
2,041
Assume a group of data points, such as one plotted here (this graph isn't specific to my problem, but just used as a suitable example): ![](https://upload.wikimedia.org/wikipedia/commons/0/0f/Oldfaithful3.png) Inspecting the scatter graph visually, it's fairly obvious the data points form two 'groups', with some rand...
Group detection in data sets
CC BY-SA 2.5
0
2010-01-12T20:58:34.643
2010-01-12T22:48:55.820
2017-02-08T14:19:30.773
-1
200,244
[ "algorithm", "statistics", "probability", "feature-detection" ]
2,054,727
1
2,055,182
null
5
7,521
![alt text](https://farm5.static.flickr.com/4015/4271186240_8e2f8f73c9.jpg) Here is the function I use to create the graph. It's a whole bunch of code, and I'm not quite sure which piece might be off to not display the x-axis. Could the x-axis not showing have something to do with my data? ``` - (void) showGra...
Why won't my x-axis show with core-plot on the iPhone?
CC BY-SA 2.5
0
2010-01-13T05:51:32.883
2015-07-11T05:04:16.650
2017-02-08T14:19:32.140
-1
108,512
[ "iphone", "objective-c", "cocoa-touch", "core-plot" ]
2,055,146
1
null
null
2
555
I want to make a iPhone application which can switch screens by touch and drag, follow below picture: ![](https://farm3.static.flickr.com/2692/4270465093_a9b9172251.jpg) Please guide for me!
[iPhone]How to switch screens by touch and drag?
CC BY-SA 2.5
null
2010-01-13T07:39:14.517
2010-01-13T07:48:19.737
2017-02-08T14:19:33.160
-1
240,622
[ "iphone", "touch" ]
2,055,802
1
null
null
2
690
I wish to give an effect to images, where the resultant image would appear as if it is painted on a rough cemented background, and the cemented background customizes itself near the edges to highlight them... Please help me in writing an algorithm to generate such an effect. The first image is the original image ![alt ...
Cement Effect - Artistic Effect
CC BY-SA 2.5
0
2010-01-13T10:02:53.883
2010-01-13T16:20:24.183
2020-06-20T09:12:55.060
-1
246,307
[ "c++", "c", "algorithm", "graphics", "image-processing" ]
2,057,208
1
null
null
0
1,733
I Have two databases generated from the same SQL code and two datasets created from this databases. I want to create one dataset from these two datasets, and i thought i could do this like this: ``` public void MergeGatunek() { DB1.DataSetGatunek.Tables[0].Merge(DB2.DataSetGatunek.Tables[0], true); DataSetGatu...
How to merge DataTable without copies?
CC BY-SA 3.0
null
2010-01-13T14:16:03.060
2015-06-21T02:34:30.707
2015-06-21T02:34:30.707
5,032,383
249,864
[ "c#", "datagridview", "datatable", "dataset" ]
2,057,998
1
null
null
0
853
Well I'm creating an iPhone application which contains some features like Cycle routes and a Photoviewer. For these Cycle routes im useing the Cloudmade api, and for the PhotoViewer im useing Three20's TTPhotoviewcontroller. These Cycle routes map works perfect but i think it has todo something with the errors im get...
Receiving SIGABRT error when launching TTPhotoviewController in iPhone
CC BY-SA 4.0
null
2010-01-13T15:49:44.990
2019-06-01T19:04:46.510
2019-06-01T19:04:46.510
4,751,173
249,946
[ "c", "xcode", "three20", "cloudmade", "sigabrt" ]
2,058,599
1
2,105,371
null
11
7,559
I am attempting to modify the standard Swing JTree to intermingle nodes with and without checkboxes. This is an example: ![alt text](https://imgur.com/zkhGi.png) When I attempt to check/uncheck one of the checkboxes (the 'User 01' node in this example), the tree loses nodes: ![alt text](https://imgur.com/IjZOl.png)...
JTree rendering with JCheckBox nodes
CC BY-SA 3.0
0
2010-01-13T16:58:31.797
2015-10-05T13:47:24.383
2011-12-15T00:40:56.913
606,664
134,367
[ "java", "swing", "rendering", "jtree", "jcheckbox" ]
2,061,942
1
2,062,098
null
9
14,901
I created this to simply explain my problem. It is of some list items being displayed as inline blocks. I had an original method that didn't work either, so I used this [CSS](https://stackoverflow.com/questions/628407/hidden-features-of-css/1973313#1973313). [http://jsbin.com/upexu/edit](http://jsbin.com/upexu/edit) ...
CSS display: inline-block doesn't work in IE7
CC BY-SA 4.0
null
2010-01-14T03:15:23.800
2019-06-02T10:11:18.233
2019-06-02T10:11:18.233
4,751,173
31,671
[ "css", "firefox", "internet-explorer-7" ]
2,061,970
1
2,062,270
null
3
1,491
I have a relatively complex layout that I'd like to be the "row" of a ListView in Android and I'm having trouble getting the right-most element to show up on each row. Here's what the row look like: There's an icon (50dip x 50dip) on the left and an icon (9 x 13) on the right. The icons should be left and right jus...
Android -- Help with XML of a "complex" row in a ListView
CC BY-SA 2.5
null
2010-01-14T03:25:33.530
2010-01-14T05:01:50.577
null
null
141,146
[ "xml", "android", "listview" ]
2,062,762
1
2,062,778
null
1
153
How to make a zone where user can tap to do a specify action)? same below picture: ![alt text](https://farm5.static.flickr.com/4041/4272993673_b38a4ab960.jpg) Please help me!
How to make a zone where user can tap to do a specify action)?
CC BY-SA 2.5
null
2010-01-14T07:34:47.187
2010-01-14T07:43:42.527
2017-02-08T14:19:36.187
-1
240,622
[ "iphone", "cocoa-touch", "touch" ]
2,062,761
1
null
null
5
11,799
I have tried to connect to SQL Server 2000 through TCP/IP. I followed [these steps](http://ww2.recruitmentsystems.com.au/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=32) and enabled SQL Server 2000 on port 1433. Then I used the command to test whether the port is opened up: ``` telnet localhost 143...
Connecting to SQL Server 2000 through TCP/IP on localhost failed
CC BY-SA 2.5
null
2010-01-14T07:34:44.363
2020-01-09T06:33:17.380
2017-02-08T14:19:35.850
-1
159,072
[ "sql-server", "sql-server-2000", "tcp" ]
2,063,484
1
2,063,555
null
4
5,755
To customize cell, we implement class inherit UITableViewCell. Now, to customize header of Section in grouped UITableView (same to below picture), how to do? Please guide to me! ![alt text](https://farm5.static.flickr.com/4007/4273969640_8c59907977.jpg)
[iPhone]How to customize header of Section in grouped TableView?
CC BY-SA 2.5
0
2010-01-14T10:39:34.977
2012-12-01T21:32:42.313
2017-02-08T14:19:36.880
-1
240,622
[ "iphone", "uitableview", "grouped-table" ]
2,064,799
1
2,065,271
null
3
958
I have an ASP.NET web application, which operates just fine on IE7, IE8, IE8(Compatibility mode) and on Firefox, however, we have now some users on IE6 (and no they aren't going to change any time soon)... When displaying the buttons on IE6, they don't render correctly, and the onclick events don't fire. There isn't a...
An ASP Button problem on IE6
CC BY-SA 2.5
null
2010-01-14T14:35:14.810
2010-01-15T07:44:40.753
2017-02-08T14:19:38.250
-1
79,055
[ "asp.net", "internet-explorer-6", "button", "telerik" ]
2,065,709
1
null
null
0
895
I have a very simple example of an html that calls a jsp page that returns a very simple JSON object. My problem is that what I expect the screen to show is not being displayed. Here is a screen shot of what I see. ![screenshot](https://i.stack.imgur.com/dqLiT.jpg) [screen shot link](http://www.flickr.com/photos/...
DOJO StoreExplorer not displaying correctly
CC BY-SA 3.0
null
2010-01-14T16:33:17.957
2011-12-01T08:15:36.317
2011-12-01T08:15:36.317
234,976
4,811,030
[ "json", "dojo" ]
2,065,984
1
2,066,050
null
1
2,007
The task is to have SQL Server read an Excel spreadsheet, and import only the new entries into a table. The entity is called . Consider an Excel spreadsheet like this: ![alt text](https://i.imgur.com/tYHcU.png) Its target table is like this: ![alt text](https://i.imgur.com/E9sPp.png) The task is to: - - - - - ...
SQL Server: importing from Excel, only want the new entries
CC BY-SA 2.5
null
2010-01-14T17:08:39.660
2010-03-15T19:10:45.050
null
null
23,199
[ "sql-server", "dts", "import-from-excel" ]
2,066,279
1
2,066,360
null
8
4,632
I am profiling my twisted server. It uses much more memory than I expected. Its memory usage grows over time. ``` ps -o pid,rss,vsz,sz,size,command PID RSS VSZ SZ SZ COMMAND 7697 70856 102176 25544 88320 twistd -y broadcast.tac ``` As you can see it costs , namely, . And I use guppy from a twisted manh...
The memory usage reported by guppy differ from ps command
CC BY-SA 4.0
0
2010-01-14T17:54:07.543
2019-05-15T06:32:51.347
2019-05-15T06:32:51.347
4,751,173
25,077
[ "python", "memory-management", "twisted", "guppy" ]
2,066,402
1
2,084,315
null
0
567
I'm working on a Firefox extension that creates a toolbar in the browser. I'm using a with type="menu" to create a menu that pops up when the button is clicked. By default, setting `type="menu"` creates a little menu indicator triangle, like in this image: ![example button](https://i.imgur.com/bu7EF.png) Is there ...
How to remove drop down menu indicator on a button in a XUL Firefox extension?
CC BY-SA 3.0
null
2010-01-14T18:13:03.747
2017-04-27T06:57:51.390
2017-04-27T06:57:51.390
4,927,984
85,688
[ "css", "firefox", "firefox-addon", "xul" ]
2,067,070
1
2,067,263
null
3
3,078
I am trying to learn how to use the Silverlight 3 control, because I need to define the DataForm fields myself in the XAML code, that is, I don't want to use the AutoGenerateFields property. My problem is: the dataform works perfectly when the AutoGenerateFields is set to true, but when I create a DataForm and set the...
Dataform fields won't appear
CC BY-SA 3.0
null
2010-01-14T19:46:20.907
2012-07-29T12:49:22.003
2012-07-13T22:11:41.273
100,297
148,588
[ "silverlight", "silverlight-3.0", "dataform" ]
2,067,501
1
2,068,219
null
0
321
I have a legacy PHP form that I'm moving over to Drupal 6. I'm trying to make things easy for me as well as the future admins of the site. The below form is the heart of the old site data. So far in cck I have Locations, in taxonomy I have Countries, now I just need to allow these Species data to be added. I would do i...
Drupal: module, cck or other
CC BY-SA 2.5
null
2010-01-14T20:58:18.670
2018-08-22T23:31:27.007
2018-08-22T23:31:27.007
8,366,499
124,524
[ "drupal", "module", "drupal-6", "cck", "form-api" ]
2,067,669
1
2,067,860
null
8
2,338
I'm using a record node in graphviz to make a simple table, but it looks wrong: ``` digraph g { node [shape = record,height=.08]; node1[label = "{DBAT|{ 0|1|2|3|4|5|6|7}|{8|9|10|11|12|13|14|15}|...|{248|249|250|251|252|253|254|255}}"]; } ``` ![alt text](https://farm3.static.flickr.com/2564/4274398225_5...
how to get graphviz records to have cells that line up
CC BY-SA 2.5
null
2010-01-14T21:24:01.410
2022-06-03T07:43:31.463
2017-02-08T14:19:38.923
-1
44,330
[ "graphviz" ]
2,068,013
1
2,072,944
null
14
50,708
I'm trying to use OpenCV to "parse" screenshots from the iPhone game [Blocked](http://itunes.apple.com/us/app/blocked/id289903775?mt=8). The screenshots are cropped to look like this: ![Blocked screenshot](https://imgur.com/28Tv6.png) I suppose for right now I'm just trying to find the coordinates of each of the 4 po...
Finding location of rectangles in an image with OpenCV
CC BY-SA 2.5
0
2010-01-14T22:26:35.873
2019-10-03T01:48:07.940
2010-01-15T12:00:38.040
13,565
42,891
[ "image-processing", "opencv", "computer-vision" ]
2,068,134
1
2,085,510
null
8
5,416
I'm making a software rasterizer, and I've run into a bit of a snag: I can't seem to get perspective-correct texture mapping to work. My algorithm is to first sort the coordinates to plot by `y`. This returns a highest, lowest and center point. I then walk across the scanlines using the delta's: ``` // ordering by y ...
Perspective correct texture mapping; z distance calculation might be wrong
CC BY-SA 3.0
0
2010-01-14T22:51:59.020
2014-05-15T19:13:02.357
2014-05-15T19:13:02.357
321,731
141,057
[ "c++", "rasterizing", "zbuffer" ]
2,069,114
1
2,073,310
null
1
844
I am doing some stuff with GIS(or map), and I know how to calculate Y position from latitude in mercator projection. But I don't know how it comes? ![alt text](https://upload.wikimedia.org/math/d/1/c/d1cb0a4e6851fac55f6a95c20bfeed87.png) Why it is ln(tan(x)+sec(x)) ? I couldn't figure out why there is a 'ln'? I know...
GIS, Mercator projection, calculate Y position
CC BY-SA 2.5
0
2010-01-15T02:43:20.687
2010-01-15T16:54:41.063
2017-02-08T14:19:39.990
-1
115,781
[ "google-maps", "dictionary", "gis", "projection" ]
2,069,153
1
2,069,176
null
0
526
In wikispaces, they use one of two HTML elements as buttons in a wikispace. Here they are... ``` <button name="lock" type="submit" class="btn"><span><span>Lock Topic</span></span></button> ``` ``` <a onclick="jQuery(this).parents('form').submit();" class="btn"><span><span>Search Posts</span></span></a> <a class=...
How Can You Remove Unnecessary HTML elements with jQuery?
CC BY-SA 2.5
null
2010-01-15T02:53:46.197
2015-02-01T16:27:02.683
2015-02-01T16:27:02.683
3,204,551
245,246
[ "jquery", "html" ]
2,069,836
1
2,074,719
null
15
13,863
I'm having difficulties reading in a .shp (esri shape file) into R. I have tried several options in R, and tried to convert the shape file in ArcMap to something that correctly reads in the shape file but nothing worked yet. (In ArcMap I corrected the geometry, converted from single to multipolygon, etc which was proba...
reading and plotting an esri shape file in R
CC BY-SA 3.0
0
2010-01-15T06:23:33.493
2019-11-20T21:45:28.250
2013-04-29T18:44:58.267
2,173,428
215,244
[ "r", "vector", "geospatial", "plot", "esri" ]
2,072,455
1
2,072,516
null
6
2,715
I'm using [HTML nodes](http://www.graphviz.org/doc/info/shapes.html#html) for graphviz [per my previous question](https://stackoverflow.com/questions/2067669/how-to-get-graphviz-records-to-have-cells-that-line-up/2067860#2067860). Why do I get the extra box around the outside, and how do I get rid of it? Also how do I ...
graphviz: HTML nodes have extra box around it?
CC BY-SA 2.5
null
2010-01-15T15:01:35.490
2010-01-15T15:07:58.377
2017-05-23T11:53:27.663
-1
44,330
[ "graphviz" ]
2,074,450
1
2,074,504
null
0
1,827
Hopefully these diagrams explain what I'm after. The red signifying the background and the grey the webpage. ### Wrong ![Hosted by imgur.com](https://imgur.com/fROVb.png) ### Right ![Hosted by imgur.com](https://imgur.com/NQdxv.png) How do I achive this? I've tried `background-position: bottom right;` but it...
CSS: background-position: ???;
CC BY-SA 2.5
null
2010-01-15T20:08:14.263
2010-01-15T23:04:56.953
null
null
111,669
[ "css", "background-position" ]
2,074,860
1
2,075,286
null
2
1,807
Does anyone know of password strength meter component for delphi Win32? must be for a Win32 Form, not for Web. something like that (but for Win32) ![alt text](https://phiras.files.wordpress.com/2009/07/pms.png)
password strength meter component for delphi
CC BY-SA 2.5
0
2010-01-15T21:17:33.670
2010-01-15T22:52:42.490
2017-02-08T14:19:41.687
-1
91,299
[ "delphi", "components", "vcl", "password-checker" ]
2,075,544
1
2,076,104
null
1
1,251
HI all - I am using anchor points and control points to create a shape using curveTo. It's all working fine, but I cannot figure out how to get my lines to go through the center of the control points (blue dots) when the line is not straight. Here is my code for drawing the shape: ``` // clear old line and draw new...
How can I modify my code to line through the bezier control points?
CC BY-SA 2.5
0
2010-01-16T00:00:05.553
2019-06-03T07:04:25.467
null
null
46,445
[ "flash", "actionscript-3", "actionscript", "drawing", "bezier" ]
2,075,720
1
2,077,528
null
42
41,886
Is there any way to make a WPF app look like it's running on Windows 7 even if it's running on XP? I'm looking for some kind of theme I can just paste in. I'm aware of the themes project on Codeplex ([https://archive.codeplex.com/?p=wpfthemes](https://archive.codeplex.com/?p=wpfthemes)), but it lacks support for `DataG...
Windows 7 theme for WPF?
CC BY-SA 4.0
0
2010-01-16T00:44:33.137
2020-03-21T19:01:12.180
2019-12-29T08:11:56.473
1,033,581
129,164
[ ".net", "wpf", "windows", "themes", "wpftoolkit" ]
2,077,013
1
2,077,584
null
2
1,111
I have a UINavigationController in which the root view doesn't display the top navigation bar via `[[self navigationController] setNavigationBarHidden:YES animated:NO];` The view I'm pushing onto this does need to display the navigation bar, and I'm currently using the above method to show it and then hide it again ...
topBar equivalent of hidesBottomBarWhenPushed?
CC BY-SA 2.5
null
2010-01-16T10:39:51.487
2010-01-17T15:29:45.773
2010-01-17T06:01:52.247
74,574
74,574
[ "iphone", "uinavigationcontroller", "uinavigationbar" ]
2,079,109
1
2,079,191
null
0
528
Why ul border is wider than table border? Why ul height isn't contain every li elements? Thanks you very much for your helps... ![alt text](https://content.screencast.com/users/uzay95/folders/Jing/media/9b5eaa87-70e0-4e7a-9a28-9a01556be216/2010-01-17_0019.png) ``` ul { font-family: Verdana; font-...
Why ul border is wider than table border?
CC BY-SA 2.5
0
2010-01-16T22:24:33.243
2010-01-16T22:50:07.630
2017-02-08T14:19:44.450
-1
104,085
[ "css" ]
2,079,342
1
null
null
1
335
I'm creating 3 tables. ``` <table id="first"> <tr> <td> 1. CAPTION </td> </tr> <tr> <td> <table id="second"> <tr> <td> 2. CAPTION </td> </tr> <tr> ...
How to prevent to pass css attributes to the inner elements?
CC BY-SA 2.5
null
2010-01-16T23:23:14.620
2010-01-17T06:23:38.383
2017-02-08T14:19:44.790
-1
104,085
[ "css" ]
2,079,518
1
2,079,530
null
1
4,246
UL element margins same but Firefox and IE showing different. ![alt text](https://content.screencast.com/users/uzay95/folders/Jing/media/f122c0a0-0d40-441b-bc6c-b2abb2238792/2010-01-17_0232.png) ![alt text](https://content.screencast.com/users/uzay95/folders/Jing/media/ec47ecfc-6b6f-48dd-8cc4-3197ce2d28f6/2010-01-17_...
How to make same margins in the different browser? UL margins
CC BY-SA 2.5
null
2010-01-17T00:35:44.673
2010-01-17T10:59:39.137
2017-02-08T14:19:45.493
-1
104,085
[ "css" ]
2,079,828
1
2,079,840
null
8
3,733
![](https://lh6.ggpht.com/_Xb25fTcjIRQ/S1J-_KE7JGI/AAAAAAAAAIM/ikFmV-SBz2k/WTF.PNG) Oh as for the whole (LPCWSTR) casting thing: It wouldn't compile unless I put those in. It gave me this error message: > Error 1 error C2664: 'MessageBoxW' : cannot convert parameter 2 from 'const char [22]' to 'LPCWSTR'
Why does my simple C++ GUI application show a message box in Chinese?
CC BY-SA 3.0
null
2010-01-17T03:08:48.050
2015-12-29T17:13:31.433
2017-02-08T14:19:46.597
-1
126,196
[ "c++", "winapi" ]
2,080,443
1
2,080,533
null
6
4,886
After quite a few hours playing with rebase, the repo still looks different from what I need: I would like to accomplish the following tasks: [some of which were OK before I started messing with rebase :( ] - - - - - ![enter image description here](https://i.stack.imgur.com/zOpOs.jpg) I realize that this is asking...
How can I reorder/combine commits using Git rebase?
CC BY-SA 3.0
0
2010-01-17T08:43:07.550
2013-12-07T17:26:04.197
2011-08-29T23:31:16.270
600,500
87,520
[ "git", "rebase" ]
2,081,245
1
2,094,827
null
3
980
I have an xbap application which is basically a Windows Form hosted in a WPF control. When I run it with Firefox, I get toolbar, which I can't seem to remove. This toolbar does not appear with IE if I execute the xbap directly, but it does appear if I embed the xbap within an `iframe`. ![alt text](https://imgur.com/yO...
Strange toolbar in Firefox-hosted xbap application
CC BY-SA 2.5
null
2010-01-17T14:16:16.593
2010-10-25T16:09:24.233
null
null
8,205
[ "firefox", "iframe", "embed", "xbap" ]
2,082,701
1
2,089,785
null
4
912
[Charlie Calvert](https://stackoverflow.com/users/253576/ccalvert) The MSDN Visual C# Developer Center has a section called . I found this through a Bing search. The code for [SelectMany - Compound from 1](http://msdn.microsoft.com/en-us/vcsharp/aa336758#SelectManyCompoundfrom1) is: ``` public void Linq14() { i...
Is there a bug in this code from 101 LINQ Samples on MSDN? (Update: Fixed)
CC BY-SA 2.5
null
2010-01-17T21:20:59.753
2010-01-19T00:01:10.467
2017-05-23T12:33:39.247
-1
166,258
[ "c#", ".net", "linq", "msdn" ]
2,082,843
1
2,083,931
null
1
1,366
I just picked up Agile Web Development with Rails 3rd Ed., and I'm going thru the Depot Application chapters, I'm attempting to create a simple Edit quantity function, and delete function. I've had luck with the delete function but no luck with the edit quantity function. I'm going to provide a lot of information, so...
Simple quantity function problems, shopping cart
CC BY-SA 2.5
0
2010-01-17T21:59:54.687
2010-01-18T04:39:46.437
2017-02-08T14:19:47.267
-1
165,448
[ "ruby-on-rails", "ruby", "shopping-cart", "agile" ]
2,083,191
1
null
null
3
4,099
I've got a list of transaction dates and the user id of the person who made the transaction on that date (just 1 Tx/day allowed). For example: ![](https://farm5.static.flickr.com/4045/4282685403_9d4412878c_o.png) I'd like to create a matrix which shows, as of each date, the number of users who have made 1 transactio...
Using Excel to display the number of occurrences within a date range
CC BY-SA 2.5
0
2010-01-18T00:01:31.560
2010-01-23T10:13:30.497
2017-02-08T14:19:47.940
-1
133,247
[ "excel", "statistics", "pivot-table", "histogram" ]
2,083,377
1
null
null
6
1,345
If I just make a standard `TextView` with the `Justification` set to `Center`, it looks something like this: ![Center-Justified TextView](https://i.imgur.com/nd37f.png) If I also want to center the text vertically, as well as horizontally, how do I do this?
In Gtk, how do I center the text within a TextView vertically?
CC BY-SA 2.5
0
2010-01-18T01:13:19.553
2012-07-19T17:07:01.917
null
null
105,084
[ "c#", "gtk", "gtk#" ]
2,083,390
1
null
null
18
17,631
I want to prototype an idea for a game I have. The idea for this game is that the player will dig through the ground, creating tunnels and finding treasure. I'm looking to create 'worms style' terrain, with collision detection for the player wandering and jumping around the tunnels. Examples of this type of dynamic te...
How to implement a Worms style destructible terrain in XNA?
CC BY-SA 4.0
0
2010-01-18T01:16:58.667
2019-06-03T19:03:43.307
2019-06-03T19:03:43.307
4,751,173
null
[ "c#", "xna", "terrain" ]
2,083,516
1
2,083,868
null
6
1,492
I am trying to wrap my mind around the best way to implement nested state transitions in a single threaded programming language (Actionscript). Say I have a structure like this behavior tree: ![behavior tree](https://conkerjo.files.wordpress.com/2009/07/image2.png) Now imagine that each leaf node is a destination poi...
Best Practice for Transitioning From Nested State to Nested State (see diagram)
CC BY-SA 2.5
0
2010-01-18T02:01:51.980
2019-11-05T18:37:21.023
2019-11-05T18:37:21.023
966,247
169,992
[ "optimization", "actionscript", "state-machine", "hsm", "behavior-tree" ]
2,086,368
1
null
null
4
316
``` ALTER PROCEDURE ReadNews @CategoryID INT, @Culture TINYINT = NULL, @StartDate DATETIME = NULL, @EndDate DATETIME = NULL, @Start BIGINT, -- for paging @Count BIGINT -- for paging AS BEGIN SET NOCOUNT ON; --ItemType for news is 0 ;WITH Paging AS ( SELECT news.ID, news.Title, news.Descr...
Please help me with this query (sql server 2008)
CC BY-SA 3.0
null
2010-01-18T13:44:03.800
2015-05-15T16:09:39.537
2013-04-23T12:40:27.103
1,616,443
69,537
[ "sql-server", "performance", "indexing", "query-optimization" ]
2,086,581
1
null
null
6
1,017
Given a union of convex objects and a point inside this union, how does one find the closest point on the (concave) surface of the union from ? For what it's worth I can easily find the closest point on the surface of a single convex object, it's the union of several that's giving me problems. I'm terribly sorry, I...
Nearest point on concave surface from point
CC BY-SA 2.5
0
2010-01-18T14:17:11.187
2010-01-19T06:41:51.080
2010-01-19T06:41:51.080
125,672
125,672
[ "algorithm", "geometry" ]
2,090,326
1
2,090,332
null
4
5,841
Is there some way to access webpage warning/error details using JavaScript? For instance, errors in IE show up in the bottom left corner like so: ![alt text](https://www.mediacollege.com/internet/javascript/basic/images/statusbar-alert.gif) I would like to able to access the details of this error (in IE as well as ...
Programmatically access webpage error details in browsers
CC BY-SA 4.0
0
2010-01-19T00:51:14.270
2019-01-22T11:33:39.343
2019-01-22T11:33:39.343
1,033,581
106,095
[ "javascript", "internet-explorer", "firefox", "browser", "google-chrome" ]
2,091,051
1
2,091,085
null
0
2,526
I am working on a flot graph where i have a few data points i want to display next to each other as bars per x axis, by default the bars overlap and i cant seem to find out where to do this. I found a basic example of what im trying to do here: ![jquery chart](https://farm5.static.flickr.com/4008/4271690739_f0bced3a7...
displaying bars next to each other in jquery flot
CC BY-SA 2.5
0
2010-01-19T04:23:44.090
2010-01-19T04:32:27.337
2017-02-08T14:19:51.677
-1
79,722
[ "jquery", "flot" ]
2,091,141
1
2,094,560
null
2
906
I wrote a handler for the OnGetHint event of the Virtual StringTree control, and I'm sure that the hint text is returned, but the hint window is blank, see the screenshot below, what might caused this problem? thank you in advance. ![Screenshot](https://dl.dropbox.com/u/367923/Screenshots/Virtual%20TreeView%20OnGetHin...
Virtual StringTree: Text returned by the OnGetHint event handler is not shown in the hint window
CC BY-SA 2.5
null
2010-01-19T04:47:15.207
2010-01-19T15:27:48.200
2017-02-08T14:19:52.040
-1
133,516
[ "delphi", "virtualtreeview" ]
2,092,730
1
2,093,494
null
1
814
How to load in a following EF entities: ![alt text](https://blogs.microsoft.co.il/blogs/idof/WindowsLiveWriter/EntityFrameworkLazyLoading_D193/image_2.png) [http://blogs.microsoft.co.il/blogs/idof/archive/2008/08/20/entity-framework-and-lazy-loading.aspx](http://blogs.microsoft.co.il/blogs/idof/archive/2008/08/20/ent...
Entitiy Framework object tree loading
CC BY-SA 2.5
0
2010-01-19T10:25:33.157
2010-01-19T12:43:19.777
2017-02-08T14:19:52.717
-1
99,422
[ "c#", "entity-framework" ]
2,093,316
1
2,109,711
null
0
730
Hello I'm trying to install maven plugin with eclipse and I have a following problem, more in picture below : ![alt text](https://i.stack.imgur.com/9wHfO.gif) So my question is, is this supposed to take this long or I did something wrong? I'm using eclipse galileo , I went to the window-> install new software -> ty...
Installation of maven eclipse plugin doesn't finish
CC BY-SA 4.0
null
2010-01-19T12:13:52.720
2019-06-04T19:07:27.217
2019-06-04T19:07:27.217
4,751,173
190,623
[ "eclipse", "maven-2", "eclipse-plugin", "maven-plugin", "m2eclipse" ]
2,094,105
1
2,094,530
null
11
72,043
Under the Build menu, I can see 'Execute' option, but it is greyed out. The only option available is 'Set Includes and Arguments'. When I click that both fields are already filled out. What do I have to write there? ![alt text](https://imgur.com/MXFfW.png)
How can I configure Geany to compile and run my Python programs?
CC BY-SA 2.5
0
2010-01-19T14:27:26.403
2020-06-01T20:12:51.573
2010-01-19T14:42:37.933
12,855
112,355
[ "python", "geany" ]
2,094,380
1
2,095,173
null
10
6,941
I have a test graph here that I would like to tweak to make it look nicer. ![alt text](https://farm3.static.flickr.com/2708/4288196078_879a4c385b_o.png) Here is the graphviz (dot) source, `test6.dot`: ``` digraph G { ranksep=0.3; size="6.0,6.0"; node [fontsize=11]; subgraph clusterA { X2 [shape=b...
graphviz: minor tweaks to make the graph look nicer
CC BY-SA 2.5
0
2010-01-19T15:03:16.337
2010-01-19T16:46:24.743
2020-06-20T09:12:55.060
-1
44,330
[ "graphviz" ]
2,094,663
1
2,129,589
null
7
10,443
I want to programmatically determine if the current user (or process) has access to create symbolic links. In Windows (Vista and greater), one cannot create a symbolic link without the SeCreateSymbolicLinkPrivilege and by default, this is only assigned to administrators. If one attempts to create a symbolic link withou...
Determine if Windows process has privilege to create symbolic link
CC BY-SA 2.5
0
2010-01-19T15:40:56.473
2010-01-25T00:42:51.637
2017-02-08T14:19:55.513
-1
70,170
[ "windows", "winapi", "permissions", "privileges" ]
2,095,272
1
2,095,885
null
5
1,321
I've been beating my head against a wall trying to figure out how I had a memory leak in a garbage collected Cocoa app. (The memory usage in Activity Monitor would just grow and grow, and running the app using the GC Monitor instruments would also show an ever-growing graph.) I eventually narrowed it down to a single ...
Leaking memory with Cocoa garbage collection
CC BY-SA 2.5
0
2010-01-19T17:00:10.047
2010-06-24T07:32:26.107
2017-02-08T14:19:56.190
-1
177,379
[ "cocoa", "garbage-collection" ]
2,096,518
1
2,100,462
null
48
2,058
Using my iPhone, I would like to measure human flatulence in order to measure, quantify, and provide a statistical report based on various properties of the overall event quality. Outrageous, maybe. Fun, definitely. If I'm going to "release" an iPhone app, I want to do it in style. That's right, I want to measure far...
Measuring Human-Flatulence Propagating Wave Packet on the iPhone
CC BY-SA 2.5
0
2010-01-19T19:43:41.330
2010-01-28T15:24:27.933
2017-02-08T14:19:56.540
-1
225,239
[ "iphone", "objective-c", "waveform", "envelope" ]
2,097,678
1
2,097,688
null
27
2,837
I just ran into one of the most mind boggling errors ever. false == true What information would you guys need to confirm/debug this behavior? I've never seen anything like it. ![enter image description here](https://i.stack.imgur.com/eFqMq.png) - - - Edit: I did a clean->rebuild and still the same. Here's the a...
C# How can false == true ? See Picture
CC BY-SA 3.0
0
2010-01-19T22:31:22.780
2011-11-30T02:09:40.383
2011-11-30T02:09:40.383
362,634
16,628
[ "c#", ".net", "visual-studio", "debugging" ]
2,098,106
1
null
null
0
524
I am trying to create a TreeView control that would behave in a similar fashion to the object tree in Blend (pictured below). I would like to have a button displayed all the way to the right side of the TreeView for each tree item. By massaging the templates, I've been able to get buttons to appear all the way to the...
Create TreeView with buttons that behaves like Blend's objects tree
CC BY-SA 2.5
null
2010-01-19T23:53:10.067
2010-01-20T11:33:12.750
2017-02-08T14:19:57.907
-1
74,346
[ "silverlight", "silverlight-3.0", "treeview" ]
2,099,061
1
null
null
2
881
I chage size of cell of a table to 20 but Delete button don't change. So, how to resize this button is this case? ![alt text](https://farm3.static.flickr.com/2781/4289158251_a4d1c6730d.jpg) Please help me!
How to resize of Delete button of UITableView in delete editting mode?
CC BY-SA 2.5
null
2010-01-20T04:35:46.350
2010-01-20T09:49:51.770
2017-02-08T14:19:58.270
-1
240,622
[ "iphone", "cocoa-touch", "uitableview" ]
2,100,184
1
2,100,460
null
11
1,181
I am interested in understanding the internals of [JavaScript](http://en.wikipedia.org/wiki/JavaScript). I've tried to read the source for [SpiderMonkey](http://en.wikipedia.org/wiki/SpiderMonkey_%28JavaScript_engine%29) and [Rhino](http://en.wikipedia.org/wiki/Rhino_%28JavaScript_engine%29) but it's quite complex to w...
Why does (![]+[])[+!![]+[]] produce "a"
CC BY-SA 3.0
0
2010-01-20T09:17:22.390
2011-12-28T21:27:01.560
2011-12-28T21:27:01.560
204,535
204,535
[ "javascript", "security" ]
2,101,456
1
3,737,146
null
2
15,654
I have a bunch of SSRS 2008 reports which I'd like to run on several different machines (development, test, production). Each machine has it's own database, so I need to use different connection strings depending on where the report is running. One workaround I found is to specify the server and catalog name in a hid...
Using Dynamic Connection Strings in SSRS2008
CC BY-SA 2.5
null
2010-01-20T13:00:20.010
2015-02-20T16:04:26.887
2017-02-08T14:19:58.933
-1
59,301
[ "connection-string", "ssrs-2008", "reportingservices-2005", "reporting-services" ]
2,102,125
1
2,105,187
null
2
1,158
I'm importing an SSIS package into SQL Server 2008 Integration Services . The package name contains dots and I'm getting this error message: > The package name, What.No.Dots, contains characters that are not valid. The following characters are not valid: \ / : . * ? " < > | [ ] = Parameter name: What.No.Dots...
SSIS package not importing into SS2008 due to dots in the name
CC BY-SA 2.5
null
2010-01-20T14:44:43.827
2010-01-20T21:37:53.967
null
null
16,279
[ "sql-server-2008", "ssis" ]
2,103,189
1
null
null
0
72
I have a php web site under apache (at enginehosting.com). I rewrote it in asp.net MVC and installed it at discountasp.net. I am comparing response times with firebug. Here is the old time profile: ![](https://farm3.static.flickr.com/2798/4290252553_79f7a8d8ba_o.jpg) Here is the new one: ![](https://farm3.static.fl...
Web site migration and differences in firebug time profiles
CC BY-SA 2.5
null
2010-01-20T16:49:45.070
2010-06-27T23:00:25.073
2017-02-08T14:19:59.917
-1
29,244
[ "apache", "iis", "dns", "firebug", "webserver" ]
2,103,959
1
2,423,099
null
7
7,770
During a migration of reports which contain EAN128 / Code128 barcodes to Fast Report I found that Fast Report does not use the correct symbology. The lines of a Code128 barcode are very wide so that they are perfect for long distance scanning in a warehouse. I reported it, but only received a recommendation for a third...
Code128/EAN128 barcode component for Fast Report?
CC BY-SA 2.5
0
2010-01-20T18:39:27.063
2013-03-05T06:07:50.943
2017-02-08T14:20:01.033
-1
80,901
[ "delphi", "delphi-2009", "barcode", "fastreport", "code128" ]
2,104,041
1
null
null
0
576
Lots of WYSIWYG editor implements HTML table functionalities, however I noticed that such functionalities were not spread evenly accross browsers.. And by editable table, I mean the ability to add/remove rows and columns and resize the table with controls like these:![text editor with controls](https://i.imgur.com/BcJ...
Editable HTML tables
CC BY-SA 2.5
null
2010-01-20T18:51:09.127
2017-05-20T21:01:07.830
2017-05-20T21:01:07.830
4,370,109
105,905
[ "javascript", "html", "html-table" ]
2,105,010
1
null
null
17
5,222
Regarding Notification Area recommendations by Microsoft, I'm looking for ideas or a Delphi component to implement [Notification Area Flyouts](http://msdn.microsoft.com/en-us/library/aa511448.aspx#flyouts). ![alt text](https://i.stack.imgur.com/ezMAO.png) The first "natural" idea is to use a standard Delphi form, b...
Windows 7 style Notifications Flyouts in Delphi
CC BY-SA 2.5
0
2010-01-20T21:14:49.997
2010-11-30T02:58:08.773
2017-05-23T11:48:36.173
-1
255,257
[ "delphi", "windows-7", "notification-area" ]
2,105,770
1
2,105,817
null
4
534
I want a jQuery modal box that appears near or next to the button that triggers it. The box should appear in shape as well as in the following: ![clicking modal like a boss](https://imgur.com/ItSjY.png) It should be height resizeable, so if the content is long, the box will refit. How can I do this?
Create a jQuery modal box that appears beside the trigger action
CC BY-SA 3.0
0
2010-01-20T23:12:01.383
2011-11-16T03:58:57.477
2011-11-16T03:58:57.477
9,314
255,178
[ "javascript", "jquery", "modal-dialog" ]
2,107,019
1
null
null
11
16,235
I'm trying to figure out how to use Mathematica to solve systems of equations where some of the variables and coefficients are vectors. A simple example would be something like ![A + Vt = Pt](https://dl.dropbox.com/u/23059/sopix/61d85ee72382eef9fd5f305ae639e74b.png) where I know , , and the magnitude of , and I have ...
Solving vector equations in Mathematica
CC BY-SA 2.5
0
2010-01-21T04:57:28.927
2011-09-07T10:12:45.463
2017-02-08T14:20:02.973
-1
53,543
[ "wolfram-mathematica", "linear-algebra" ]
2,107,876
1
2,107,897
null
87
74,018
In a UINavigationController-based iPhone app, in a method I would like to perform the programmatic equivalent of the back button being pressed and going back a view. i.e. automatically press the Jobs button as seen here: ![Navigation Controller image](https://i.stack.imgur.com/qsijZ.png) Is there a generic iOS call ...
Programmatically call navigation controller back button on iOS
CC BY-SA 4.0
0
2010-01-21T08:44:09.407
2019-05-27T16:48:56.627
2019-05-27T16:48:56.627
1,033,581
243,560
[ "ios", "objective-c", "button", "uinavigationcontroller" ]
2,110,389
1
null
null
1
367
I have `<dl>`, and can't style it to look like this: ![image of desired styling](https://i.stack.imgur.com/QHFOq.png) Is it possible to style a definition list like that? Or maybe, better idea would be table?
How to style <dl> as shown in image?
CC BY-SA 3.0
0
2010-01-21T15:28:42.950
2012-04-18T19:50:42.653
2012-04-18T19:50:42.653
327,466
255,921
[ "html", "css", "xhtml" ]
2,110,513
1
2,110,539
null
1
266
I know it is an humiliating and basic problem, but I can't align the navigation div (green borders) with the logo div (red borders) in the bottom of the parent div (blue borders). I tried vertical-align: bottom, but didn't work, any suggestions? ![alt text](https://i.stack.imgur.com/Db7qK.png) HTML: ``` <div id="ba...
Aligning elements with vertical-align: bottom doesn't work
CC BY-SA 4.0
null
2010-01-21T15:42:36.900
2019-06-06T07:51:41.280
2019-06-06T07:51:41.280
4,751,173
122,536
[ "html", "css", "alignment" ]
2,110,914
1
null
null
19
12,052
Is there any way to get graphviz to left-align or right-align nodes in the same rank, instead of centering? ![alt text](https://farm5.static.flickr.com/4011/4292688021_fb6acf1eeb_o.png) ``` digraph h { rankdir=LR; node [shape=record,height=.08,fontsize=11]; elk[label="elk|I am an American Elk"]; ...
graphviz: left/right align nodes instead of centering?
CC BY-SA 2.5
0
2010-01-21T16:32:08.653
2014-10-25T21:29:49.423
2017-02-08T14:20:03.677
-1
44,330
[ "graphviz" ]
2,111,174
1
2,116,336
null
0
1,105
If I make a `Statusbar`, and `PackEnd` a `Label` to it, it looks something like this: ![alt text](https://i.imgur.com/LY5g4.png) The Shadow disappears over the `Label`, but remains over the rest of the `Statusbar`. I want to remove the Shadow from the entire `Statusbar`. The [PyGTK documentation](http://www.pygtk.org...
In Gtk, how do I remove the shadow from a Statusbar?
CC BY-SA 2.5
null
2010-01-21T17:05:13.837
2010-01-28T23:44:35.277
null
null
105,084
[ "c#", "gtk", "gtk#" ]
2,112,127
1
null
null
1
1,808
I'm trying to decorate an ItemsControl so that each item will have a Delete button that floats over the item's content under a specific condition inspired by somewhat by the iPhone UI. I have a few ways in mind of how I can approach this but I could use some guidance from other WPF folks who might have a better idea ab...
How to create an overlay for each item in an ItemsControl?
CC BY-SA 2.5
null
2010-01-21T19:17:47.193
2010-02-28T17:00:04.607
2017-02-08T14:20:04.370
-1
83,658
[ "wpf", "xaml", "overlay", "itemscontrol", "adorner" ]
2,112,714
1
2,112,817
null
0
1,371
``` <RelativeLayout android:layout_width="fill_parent" android:layout_height="50dip"> <Button android:text="Edit" android:width="50dip" android:layout_height="fill_parent" android:layout_width="wrap_content" android:layout_alignParentLeft="true" android:layout...
Android Layout How to?
CC BY-SA 3.0
null
2010-01-21T20:40:40.707
2015-01-17T18:13:57.897
2015-01-17T18:13:57.897
3,879,847
255,123
[ "android" ]
2,112,766
1
2,112,980
null
4
9,225
This question is based on a [previous similar question.](https://stackoverflow.com/questions/992509/determining-if-a-dataset-approximates-a-sine-wave) I have the following equation and an adjusted (some random data): 0.44*sin(N* 2*PI/30) I am trying to use the FFT to get the frequency from the data generated. However...
Sine wave frequency fitting
CC BY-SA 3.0
0
2010-01-21T20:46:57.697
2016-03-28T11:05:33.230
2017-05-23T11:53:49.883
-1
80,701
[ "math", "matlab", "fft", "octave", "data-fitting" ]
2,112,973
1
2,113,273
null
0
2,292
Is there a possibility to render an visualization of an audio file? Maybe with SoundManager2 / Canvas / HTML5 Audio? Do you know some technics? I want to create something like this: ![alt text](https://www.pendriveapps.com/wp-content/uploads/mp3directcut.jpg)
Render image from audio
CC BY-SA 2.5
null
2010-01-21T21:16:05.393
2012-05-14T19:08:44.630
2017-02-08T14:20:04.733
-1
242,751
[ "javascript", "html", "soundmanager2" ]
2,114,231
1
2,114,373
null
3
7,523
I'm trying to create a modal status indicator display for an iPhone app, and would like one similar to this one used in Tweetie: ![enter image description here](https://i.stack.imgur.com/NgP1Z.jpg) Specifically, this one "shades out" the entire screen, including the toolbar. I don't believe through any normal UIView ...
How to create a full-screen modal status display on iPhone?
CC BY-SA 3.0
0
2010-01-22T01:01:23.370
2014-03-16T21:51:20.700
2014-03-16T21:51:20.700
1,709,587
256,303
[ "iphone", "objective-c", "cocoa-touch", "iphone-sdk-3.0" ]
2,115,837
1
2,119,368
null
0
914
The bottom of the FCKEditor seems to cut off - the border is not seen. This only happens in Google Chrome. IE and Firefox seem to be ok. This is the FCKEditor control with barely any customization. ![alt text](https://i.imgur.com/Z1hYV.png) Is there anyway to fix this?
FCKEditor 2.6x seems to cut off at the bottom in Chrome
CC BY-SA 2.5
null
2010-01-22T08:00:36.480
2010-07-22T19:28:17.490
2010-01-22T17:31:16.157
9,382
9,382
[ "google-chrome", "border", "fckeditor" ]
2,116,085
1
null
null
1
515
See this screenshot, in the middle it's the small hint windows that are generated by a TVirtualStringTree control and were left out on the screen, these hint windows will remain there until the application exits. the problem happens when the treeview's hint is shown and the mouse leaves quickly to the window next to it...
Virtual StringTree's hint windows are left out on the screen
CC BY-SA 2.5
null
2010-01-22T09:01:03.637
2012-03-30T13:10:44.630
2017-05-23T12:08:51.063
-1
133,516
[ "delphi", "virtualtreeview", "tvirtualstringtree" ]
2,117,583
1
null
null
6
11,384
Using the [ASP.Net Chart Controls](http://www.microsoft.com/downloads/details.aspx?FamilyId=130F7986-BF49-4FE5-9CA8-910AE6EA442C&displaylang=en), which [are a subset](http://blogs.msdn.com/alexgor/archive/2008/11/07/microsoft-chart-control-vs-dundas-chart-control.aspx) of the [Dundas Chart Controls](http://www.dundas.c...
Styling the asp.net charting controls
CC BY-SA 2.5
0
2010-01-22T13:48:23.023
2011-01-23T04:07:37.957
2017-05-23T10:29:31.030
-1
68,115
[ "asp.net", "charts", "dundas", "asp.net-charts" ]
2,118,345
1
2,186,800
null
2
445
For the past two days i have been looking around the net to find how Opera made their pre-alpha build with that UI. I mean its like built with windows shell here are some screenshots ![alt text](https://i.stack.imgur.com/t4wnw.png) ![alt text](https://i.stack.imgur.com/wnLYR.png) any tutorials , books or videos wou...
How to imitate Opera 10.50's custom UI?
CC BY-SA 4.0
null
2010-01-22T15:38:00.313
2019-06-07T09:16:18.610
2019-06-07T09:16:18.610
4,751,173
122,765
[ "c#", ".net", "windows-7", "opera" ]
2,118,882
1
null
null
4
975
The context: I'm writing JavaScript to run an executable and tweak some registry entries on the client machine. I've signed the .JAR using SignTool and my company's Authenticode certificate, but running the script produces a dialog saying: ![scary certificate dialog](https://i.stack.imgur.com/iibur.jpg) There is no ...
Firefox: Signed script shows scary certificate dialog
CC BY-SA 3.0
0
2010-01-22T16:51:21.550
2017-05-04T06:57:17.340
2017-05-04T06:57:17.340
962,603
59,313
[ "javascript", "firefox", "certificate" ]
2,121,082
1
null
null
5
17,502
I'm trying to make my Compliance Worksheet more efficient. I have a list of controls in sections (and sub-sections), and I use a value as a placeholder to count the number of controls per section (or sub-section), as well as exceptions per section. I use the value "1" if there is a valid control, and sum up these val...
Sum or Count until?
CC BY-SA 3.0
null
2010-01-22T22:46:18.120
2016-01-21T00:22:51.877
2016-01-21T00:22:51.877
-1
257,173
[ "excel", "count", "sum", "worksheet-function" ]
2,126,949
1
2,126,959
null
1
656
This code: ``` <table cellpadding=0 cellspacing=0 border=0> <tr> <td bgcolor=red> <input type='text' /> </td> </tr> </table> ``` Gives this output in Safari and all other browsers: ![alt text](https://imgur.com/i2Ve6.jpg) The question is how to remove the indent that is highlight...
Strange input field indent in Safari
CC BY-SA 2.5
null
2010-01-24T12:08:24.737
2010-01-24T12:15:37.750
null
null
179,746
[ "html", "css", "input", "safari", "indentation" ]
2,127,692
1
2,160,370
null
15
3,674
Ok so I have bunch of balls: ![Ignight Balls](https://i.imgur.com/NuJce.png) --- What I'm trying to figure out is how to make these circles: - based on the surfaces they are touching- when dealing with touching objects. --- This is what I mean by ![alt text](https://imgur.com/UWYU1.png) - will rotat...
Need help with circle collision and rotation? - Game Physics
CC BY-SA 2.5
0
2010-01-24T16:11:14.047
2019-06-10T01:05:51.827
2010-07-25T04:03:10.607
226,086
208,827
[ "algorithm", "math", "physics" ]