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,902,507
1
null
null
0
792
I have an .xib file connected to a ViewController, which is init'ed as the root controller of an instance of UINavigationController in my appDelegate. In that view, I have a UISearchBar and a UITableView below it. When the view loads up, there's a navigationBar at the top, followed by a ~20 pixel gap, and then the ...
UISearchBar and UINavigationController
CC BY-SA 2.5
0
2010-05-25T06:36:59.420
2010-05-25T12:43:17.590
null
null
138,261
[ "objective-c", "cocoa-touch" ]
2,902,732
1
null
null
2
1,075
I want to display a array of objects in PropertyView/PropertySheet,just like this: ![alt text](https://farm4.static.flickr.com/3380/4638413938_fd21487d0a_o.jpg) How to do it? thx.
on Eclipse plug-in:how to implement such a property view?
CC BY-SA 2.5
0
2010-05-25T07:22:50.243
2011-03-26T19:29:25.947
2017-02-08T14:25:59.960
-1
347,744
[ "eclipse-plugin", "propertysheet" ]
2,906,516
1
2,911,650
null
2
2,691
I need some help defining the following object hierarchy/ database relationship in Hibernate From the object sense – Agent is inherited from Person and Agency is inherited from Organization. they are inherited from Party which can have multiple Addresses associated with it ![alt text](https://yuml.me/diagram/scruffy/...
Hibernate subclass with foreign key relationships
CC BY-SA 2.5
0
2010-05-25T16:29:38.070
2010-05-26T09:30:00.217
2017-02-08T14:26:01.937
-1
251,946
[ "java", "hibernate", "inheritance", "mapping", "joined-subclass" ]
2,906,735
1
2,913,845
null
5
2,799
How can I use QLineEdit as a menu item in QMenu? Is there any solutions to do this? Just to do something like this (look at the edit box under the avatar): ![alt text](https://lh6.ggpht.com/_h3RFEuTDMC4/S8FxPFSEYFI/AAAAAAAACAo/4K0sK3r6ddY/Lucid.png)
QT and custom menu item (QLineEdit)
CC BY-SA 2.5
0
2010-05-25T17:00:30.303
2010-05-26T14:27:56.193
2017-02-08T14:26:02.290
-1
201,654
[ "qt", "qt4" ]
2,907,327
1
2,909,545
null
5
3,192
An interlinear gloss can be used to layout a translation of a document. [http://en.wikipedia.org/wiki/Interlinear_gloss](http://en.wikipedia.org/wiki/Interlinear_gloss) Usually this is done word-by-word or morpheme-by-morpheme. However, I would like to do this in a different way, translating entire paragraphs at a t...
Dual-line bilingual paragraph in LaTeX
CC BY-SA 2.5
0
2010-05-25T18:19:12.533
2019-07-27T15:07:45.353
2017-02-08T14:26:02.710
-1
255,312
[ "latex", "translation", "linguistics" ]
2,909,028
1
2,909,095
null
0
127
How much time, and what basic steps, are involved in integrating the Facebook's "Like This" feature into an existing e-commerce site? Let's say we are only interested in the feature at the product details level and have approximately 5 different product details areas. Thanks Edit: Pic for anti-ambiguity protection: ![a...
Facebook's "Like This" Feature - Time & Effort required to integrate with an existing e-commerce site?
CC BY-SA 4.0
0
2010-05-25T22:37:39.450
2022-10-06T04:40:50.140
2022-10-06T04:40:50.140
11,107,541
127,880
[ "facebook" ]
2,909,442
1
2,909,965
null
50
51,406
I'm trying to make ajax file upload . I read that it is not possible to do that without using `iframe` . I wrote : ``` <iframe id="uploadTrg" name="uploadTrg" height="0" width="0" frameborder="0" scrolling="yes"></iframe> <form id="myForm" action="file-component" method="post" enctype="multipart/form-data" target="upl...
How to make Asynchronous(AJAX) File Upload using iframe?
CC BY-SA 2.5
0
2010-05-26T00:26:56.837
2016-06-07T18:13:24.953
2020-06-20T09:12:55.060
-1
183,524
[ "jquery", "ajax", "servlets", "file-upload" ]
2,910,017
1
2,910,031
null
64
1,955
We have a situation at work where developers working on a legacy (core) system are being pressured into using GOTO statements when adding new features into existing code that is already infected with spaghetti code. Now, I understand there may be arguments for using 'just one little GOTO' instead of spending the time ...
Being pressured to GOTO the dark-side
CC BY-SA 2.5
0
2010-05-26T04:13:47.647
2010-07-18T21:03:31.117
2017-02-08T14:08:04.917
-1
153,407
[ "legacy", "goto" ]
2,915,087
1
2,915,189
null
2
4,250
I have a few sites that have SSL Certificates installed. When an SSL request is made with my employer's iPhone, this error message is displayed: > Accept Website CertificateThe certificate for this website is invalid. Tap Accept to connect to this website anyway. I've pulled up the same pages in other browsers, inclu...
iPhone SSL Website Certificate Warning
CC BY-SA 2.5
null
2010-05-26T16:53:59.590
2010-11-15T22:51:15.897
2010-11-15T22:51:15.897
244,826
244,826
[ "iphone", "firefox", "ssl", "ssl-certificate" ]
2,918,354
1
6,180,730
null
0
346
![alt text](https://i576.photobucket.com/albums/ss205/aquaibm/2010-05-27111910.png) Click the header section(or whatever it calls) will unfold the relative subcells,and the left triangle get rotated. I have no idea how to code this.Is there anyone help me? Any code snippets would be great help.Thanks a lot.
Is this a UITableView? How does this work?
CC BY-SA 2.5
null
2010-05-27T03:54:21.580
2011-05-30T21:04:27.360
2017-02-08T14:26:03.793
-1
115,271
[ "iphone", "objective-c", "cocoa-touch" ]
2,919,487
1
3,528,392
null
12
6,194
I've created a test suite in NUnit that references several distinct unit test fixtures in various assemblies. I've pretty much used the example code from [NUnit's docs](http://www.nunit.org/index.php?p=suite&r=2.4.7): ``` namespace NUnit.Tests { using System; using NUnit.Framework; using System.Collection...
NUnit not running Suite tests
CC BY-SA 2.5
0
2010-05-27T08:19:24.843
2010-08-20T05:26:10.040
2017-02-08T14:26:04.637
-1
11,208
[ "c#", ".net", "unit-testing", "testing", "nunit" ]
2,920,306
1
14,205,994
null
249
187,145
I have design problem with Google Chrome and its form autofill function. If Chrome remembers some login/password it changes a background color to a yellow one. Here are some screenshots: ![alt text](https://i.stack.imgur.com/Id1Yp.png) ![alt text](https://i.stack.imgur.com/oNKbD.png) How to remove that background or...
Google Chrome form autofill and its yellow background
CC BY-SA 3.0
0
2010-05-27T10:30:58.813
2021-09-02T07:30:32.150
2017-04-24T09:42:49.840
223,386
223,386
[ "html", "css", "forms", "google-chrome", "autofill" ]
2,920,368
1
2,920,708
null
1
81
I have configured the standard "frontpage" view in order to display a list of nodes, just by displaying a field (the banner image). ![alt text](https://i.imgur.com/5UVBk.png) Unfortunately the URL /frontapge does not return the previewed template, but the same page that would get displayed before the views module was...
Making views accessible through URL - Drupal
CC BY-SA 2.5
null
2010-05-27T10:43:29.533
2010-05-27T16:58:30.590
null
null
208,827
[ "url", "drupal", "drupal-views" ]
2,921,978
1
2,922,002
null
4
1,923
In short my scenario is like so: ![alt text](https://i612.photobucket.com/albums/tt209/fredrikmork/aspnet_wcf_wcf.png) 1. The user triggers an action in the web browser, which causes an Ajax call to a web service in the web server (server A). 2. The web server issues a call to a WCF service, hosted in IIS (server B) ...
ASP.NET website -> WCF service -> WCF service, with impersonation all the way?
CC BY-SA 2.5
0
2010-05-27T14:23:33.723
2010-05-27T14:30:26.283
2017-02-08T14:26:06.000
-1
93,623
[ ".net", "asp.net", "wcf", "wcf-binding" ]
2,923,647
1
2,924,443
null
2
311
This is a screenshot of the applet [LogiCell 1.0](http://www.rennard.org/alife/english/logicellgb.html), link to which I found [here](https://stackoverflow.com/questions/394957/why-can-conways-game-of-life-be-classified-as-a-universal-machine/394960#394960). ![alt text](https://imgur.com/9lYng.jpg) As the bottom left...
How to work with this turing machine?
CC BY-SA 2.5
0
2010-05-27T18:08:16.120
2019-02-22T16:39:11.790
2017-05-23T11:48:26.730
-1
113,124
[ "language-agnostic", "boolean-logic", "turing-complete", "cellular-automata" ]
2,923,746
1
null
null
0
5,105
Is it possible to pull out filter row from to some other place like group box ? If possible, how ? Any pointers will be appreciated. Please consider scenario given below where when I click on button, column will be filtered according to filter query. For doing this scenario I need to take out FilterRow Cell for . ...
Taking out FilterRow from XCeed DataGrid control
CC BY-SA 2.5
0
2010-05-27T18:20:57.683
2011-10-19T18:48:12.147
2017-02-08T14:26:06.343
-1
212,823
[ "wpf", "wpf-controls", "wpfdatagrid", "xceed", "xceed-datagrid" ]
2,924,092
1
3,064,486
null
2
717
I have a C# program that works correctly on xp and vista but it needs to be used on windows 7, I have not been able to come up with a solution, it appears that getpixels just doesn't work right on windows 7. I am getting one of the RGB values because I am dealing with tiff grayscale images. ``` System.Drawing.Bitmap...
getpixels() gets the correct value on xp and vista but is slightly off when used on windows 7
CC BY-SA 3.0
null
2010-05-27T19:09:10.307
2012-12-18T05:42:58.777
2012-12-18T05:42:58.777
76,337
352,288
[ "c#", "windows-7" ]
2,924,631
1
3,261,299
null
4
1,357
Consider the feature in Visual Studio 2010 for snippets in the HTML Source view of a web page. type a control name in plaintext with no markup or brackets! ... e.g. `hyperlink`. ![enter image description here](https://i.stack.imgur.com/zTug7.png) Then hit Tab ![enter image description here](https://i.stack.imgur.co...
Shortcuts for web controls and HTML snippets in Visual Studio
CC BY-SA 3.0
null
2010-05-27T20:27:05.330
2013-08-02T18:20:03.010
2013-08-02T18:20:03.010
23,199
23,199
[ "visual-studio-2010", "visual-studio", "code-snippets" ]
2,925,274
1
null
null
5
1,250
I'm using chrome (the dev version for my mac). I was looking at the timeline for my page loading and I saw that there is a 150ms delay due to some garbage collection taking place while loading the page. ![loading times](https://i.stack.imgur.com/xoHWb.png) It's the yellow line. I was curious if there's any way to s...
Delay garbage collection?
CC BY-SA 3.0
null
2010-05-27T21:54:22.613
2011-10-16T19:13:29.947
2011-10-16T19:13:29.947
540,162
46,782
[ "garbage-collection", "google-chrome", "timeline" ]
2,926,305
1
null
null
1
125
This is what I see when I visit my web site. How do I instead get the Yellow Screen of Death so I know what the error is? ![](https://imgur.com/5NDF9.jpg) I have set customErrors to "off".
ASP.NET: Turning on errors
CC BY-SA 2.5
null
2010-05-28T02:24:58.220
2010-05-28T15:24:59.907
2010-05-28T03:05:12.757
213,461
213,461
[ "asp.net", "web-config" ]
2,926,742
1
2,928,613
null
4
5,072
### Background I have climate data (temperature, precipitation, snow depth) for all of Canada between 1900 and 2009. I have written a basic website and the simplest page allows users to choose category and city. They then get back a very simple report (without the parameters and calculations section): ![](https://...
Non-linear regression models in PostgreSQL using R
CC BY-SA 2.5
0
2010-05-28T05:07:23.977
2010-05-28T13:50:33.783
null
null
59,087
[ "postgresql", "r", "statistics", "data-analysis" ]
2,929,053
1
2,929,071
null
14
17,257
I'd like to create a div element that is "floating", not in the sense of the [float property](http://w3schools.webmasterbeta.net/css/pr_class_float.asp), but rather literally "float": ![alt text](https://dl.dropbox.com/u/464119/kuzando/floating.png)
Floating div element
CC BY-SA 2.5
null
2010-05-28T12:49:22.927
2019-10-14T15:55:55.667
2019-10-14T15:55:55.667
10,124,485
11,236
[ "html", "css-position" ]
2,929,464
1
null
null
0
1,260
I have a blank property window that I can not get rid of in Visual Studio 2008 SP1. I have tried every thing to get rid of it. If I close it it shows right back up after going into debug mode or restarting visual studio. I have tried every thing to fix all the way to reinstalling VS with no luck. Does any one have a ...
Visual Studio 2008 Blank Tool Window
CC BY-SA 2.5
null
2010-05-28T13:42:13.557
2011-11-28T06:18:15.520
2010-05-28T20:43:33.600
20,183
20,183
[ "visual-studio", "visual-studio-2008-sp1" ]
2,929,641
1
3,032,517
null
0
130
I'll briefly explain what I'm trying to do: I need to sort a set of within a paginated page. Also I need to add filtering to the page, for example each content-type should have a set of and the filter . This is a basic mockup of what this page consists of: ![alt text](https://i.imgur.com/2BYo6.png) --- Help...
Displaying a list of objects with Views - Drupal
CC BY-SA 2.5
null
2010-05-28T14:02:06.257
2013-05-31T00:56:34.427
2013-05-31T00:56:34.427
225,647
208,827
[ "php", "drupal", "drupal-views", "content-type" ]
2,930,066
1
null
null
2
6,781
i downloaded fancybox.net and edditted the example file from the download pack. i added a google maps map. and when i click on the iframe link, the iframe popup apears BEHIND the google maps map. thats not the way i want it offcourse. what did i do wrong? i didn't change the original code from the example file. see t...
fancybox popup appears behind google maps
CC BY-SA 3.0
null
2010-05-28T14:57:07.073
2012-06-14T22:34:47.410
2011-12-08T20:37:36.727
50,776
353,011
[ "jquery", "fancybox" ]
2,930,974
1
null
null
5
3,493
When using [CachedBitmaps](http://msdn.microsoft.com/en-us/library/ms533975(VS.85).aspx) in , there is graphical corruption if Windows video "Hardware Acceleration" is lowered too much - such that is disabled: [](https://i.stack.imgur.com/8kve6.png) There are six levels of hardware acceleration: - - - - - - If Di...
Win32: How to determine if DirectDraw is enabled?
CC BY-SA 4.0
0
2010-05-28T17:00:27.667
2019-02-21T01:18:12.113
2019-02-21T01:18:12.113
12,597
12,597
[ "winapi", "gdi+", "directdraw" ]
2,932,223
1
2,932,265
null
0
260
I'm working on a project and I'm wondering how to get a type of window common in Windows's wireless controls, as shown in the screen shot below: ![](https://i.stack.imgur.com/KBDP3.jpg) ([source](http://cybernetnews.com/wp-content/uploads/2008/10/windows-7-wireless.jpg)) There's no close or maximize buttons, but the...
Windows 7 Status Menu style Window
CC BY-SA 3.0
null
2010-05-28T20:22:19.973
2013-05-23T17:29:21.420
2013-05-23T17:29:21.420
106,224
258,107
[ "wpf", "windows", "expression-blend" ]
2,932,335
1
2,933,222
null
0
272
See this [sample page](http://dl.dropbox.com/u/464119/kuzando/datepicker/a.html). The icon I want to be using is this: ![alt text](https://dl.dropbox.com/u/464119/kuzando/datepicker/calendar.png) The icon, as shown on the page, looks like this: ![alt text](https://dl.dropbox.com/u/464119/kuzando/datepicker/calendar...
How do I disable the button wrapper for jquery-ui-datepicker?
CC BY-SA 2.5
null
2010-05-28T20:35:22.837
2010-05-29T00:08:09.850
2017-02-08T14:26:08.420
-1
11,236
[ "javascript", "jquery", "jquery-ui", "datepicker", "jquery-ui-datepicker" ]
2,932,399
1
null
null
11
2,290
I've been using git along with fugitive.vim to manage code when I'm on windows. However, I've run into a problem. According to the [documentation](http://github.com/tpope/vim-fugitive/blob/master/README.markdown), the :GDiff command should a diff window and allow me to stage only parts of a file. However, when I issue ...
Error using the :GDiff command of fugitive.vim using gvim for windows and msys git 1.7.0.2
CC BY-SA 2.5
0
2010-05-28T20:43:59.230
2011-05-07T08:08:26.887
null
null
85
[ "git", "vim", "msysgit", "vim-fugitive" ]
2,935,004
1
2,935,860
null
1
126
When you create a menu bar, a funny line appears underneath (for XP and Win7 at least). How can I get rid of this line? I know that some applications, such as Firefox and Thunderbird, have done so. Here's an illustration: ![alt text](https://i.imgur.com/zBMNX.png) I am programming in C, using the Windows API. My men...
Line underneath my menu bar!
CC BY-SA 2.5
0
2010-05-29T12:24:29.777
2010-05-29T16:51:07.600
null
null
293,048
[ "c", "user-interface", "winapi", "menubar" ]
2,935,401
1
null
null
3
2,366
I am upgrading my codes from Google Map API V2 to V3. In V2, I used GlocalSearch to get the latitude and longitude for the given address. In V3, I saw google.maps.Geocoder() and try to get the similar detail. However, the lat & long given by the V3 function is not accurate. Pls see the following screenshot here: ![W...
Google Map API V3 geocoder not showing the correct place
CC BY-SA 4.0
0
2010-05-29T14:18:38.110
2019-07-28T03:11:44.857
2019-07-28T03:11:44.857
4,751,173
296,074
[ "javascript", "geocoding", "google-maps-api-3" ]
2,936,467
1
6,382,259
null
65
74,875
I am attempting to parse the video ID of a youtube URL using preg_match. I found a regular expression on this site that appears to work; ``` (?<=v=)[a-zA-Z0-9-]+(?=&)|(?<=[0-9]/)[^&\n]+|(?<=v=)[^&\n]+ ``` As shown in this pic: ![alt text](https://i.imgur.com/SQJW2.jpg) My PHP is as follows, but it doesn't work (g...
parse youtube video id using preg_match
CC BY-SA 2.5
0
2010-05-29T20:19:42.230
2020-02-07T15:53:41.750
2012-06-02T12:31:53.600
367,456
263,534
[ "php", "regex", "parsing", "youtube" ]
2,937,723
1
14,408,869
null
42
42,479
### Background MySQL Workbench can produce appealing and high-quality ERDs such as: ![](https://i.stack.imgur.com/Ir3dz.jpg) ### Research What PostgreSQL ERD tools are available that meet the requirements? The following are unsuitable: - [dbVisualizer](http://www.dbvis.com/)- [AquaFold](http://www.aquafold.c...
High-quality ERD generator for PostgresQL under Linux?
CC BY-SA 3.0
0
2010-05-30T06:08:33.133
2019-12-18T05:21:15.763
2012-11-09T23:38:26.847
59,087
59,087
[ "database-design", "postgresql", "entity-relationship", "erd" ]
2,938,452
1
2,939,017
null
9
20,240
As part of an application that I'm developing for Android I'd like to show the user an edge-detected version of an image they have taken (something similar to the example below). ![alt text](https://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Valve_sobel_%283%29.PNG/300px-Valve_sobel_%283%29.PNG) To achieve thi...
Sobel Edge Detection in Android
CC BY-SA 2.5
0
2010-05-30T11:43:04.873
2015-08-24T04:46:31.407
2017-02-08T14:26:10.470
-1
205,877
[ "android", "image-processing", "edge-detection" ]
2,938,764
1
2,939,463
null
3
205
i have an issue with my css where if i use `margin: 0` instead of `margin-top: 0`, for `header p`, the `header { margin: 0 0 20px; }` will be as good as not there. isit supposed to be like that? if i see what happens in firebug, its because the `margin-bottom` of `header` into the next sibling, the `section`. ![alt ...
CSS Margin Issue
CC BY-SA 2.5
0
2010-05-30T13:15:57.463
2010-05-30T16:33:55.067
2017-02-08T14:26:11.147
-1
292,291
[ "css" ]
2,938,843
1
null
null
3
1,358
I finally managed to get a texture onto a cube sadly, but it is appearing incorrectly. as the below picture identifies. ![alt text](https://i159.photobucket.com/albums/t150/numerical25/boxTextureOFf.jpg) Anyways, I am not sure what it could be. My first guess is it could be my uv mapping or my vertex positioning is ...
directX texture appears incorrectly
CC BY-SA 2.5
null
2010-05-30T13:38:35.490
2010-05-30T16:13:29.923
2017-02-08T14:26:11.477
-1
201,934
[ "c++", "visual-c++", "directx", "directx-10" ]
2,938,923
1
null
null
0
1,817
I am on the lookout for a jQuery photo carousel that can display 3 images at a time, and circle through x amount of photos (and when reaching the last, starting with the first photo again). I made a quick mock-up of what i am looking for: ![](https://i.stack.imgur.com/cJDyc.gif) So there is 3 photos vissible, the mi...
jQuery photo carousel (that looks like a real carousel)?
CC BY-SA 3.0
0
2010-05-30T14:06:25.233
2018-04-28T17:56:25.283
2014-09-16T18:28:22.490
350,278
268,080
[ "javascript", "jquery", "photo", "carousel" ]
2,940,944
1
2,940,990
null
17
13,650
I am attempting to use the Browser control in a very simple WPF application, and it appears that while the browser is loading the page that I requested (I can mouseover images and see the ALT tags), I can't actually see anything else: ![alt text](https://lh3.ggpht.com/_kX2f2z37O1I/TAMIQlCxq0I/AAAAAAAAAIc/fmZIaLogISU/s5...
WPF Browser is there, but invisible
CC BY-SA 2.5
0
2010-05-31T01:16:41.993
2021-03-27T07:11:51.037
2017-02-08T14:26:12.503
-1
226,476
[ "wpf", "wpf-controls" ]
2,941,239
1
2,941,307
null
2
1,226
I'm trying to make the domain model of a management system. I have the following kind of people in this system: ``` employee manager top mananger ``` I decided to define an `User`, from where `Employee`, `Manager` and `Top Manager` will specialize from. Now, I don't know what kind of specialization hierarchy I shoul...
Specialization hierarchy in a domain-model
CC BY-SA 2.5
null
2010-05-31T03:36:19.733
2010-05-31T08:18:41.900
2017-02-08T14:26:13.213
-1
130,758
[ "oop", "uml", "domain-model" ]
2,942,523
1
null
null
54
64,273
There don't seem to be any concise tutorials/walk throughs for installing ImageMagick on WAMP for use with PHP. I've tried dozens of combinations of their binary releases with different php extension dll files. I can get imagemagick working fine from the command line, and I can get it to show as ticked in the WAMP ext...
step-by-step instructions for installing IMAGEMAGICK on WAMP?
CC BY-SA 3.0
0
2010-05-31T09:14:39.263
2019-07-21T17:36:02.477
2017-04-11T09:58:52.493
709,443
289,666
[ "php", "imagemagick", "wamp" ]
2,943,548
1
2,943,582
null
416
514,713
I have seen that chrome puts a thicker border on `:focus` but it kind of looks off in my case where I've used border-radius also. Is there anyway to remove that? ![image: chrome :focus border](https://farm5.static.flickr.com/4029/4655472389_c68d1216f0_b.jpg)
How to reset / remove chrome's input highlighting / focus border?
CC BY-SA 3.0
0
2010-05-31T12:37:24.313
2020-06-10T17:51:28.763
2017-09-08T14:44:45.377
497,397
292,291
[ "css", "google-chrome", "focus", "border" ]
2,944,106
1
2,944,164
null
8
10,235
![alt text](https://farm5.static.flickr.com/4020/4656328142_faab111247.jpg) As this image ?
CSS - How to align image left bottom to the text block?
CC BY-SA 2.5
null
2010-05-31T14:18:12.953
2015-06-12T11:17:09.280
2017-02-08T14:26:14.580
-1
153,626
[ "css" ]
2,944,803
1
null
null
3
1,664
I am building some Web forms with ms-access. For the most part the fidelity of the form inside of ms-access and the same form when published to the web and run from a web browser looks very good. However I the problem is with some list boxes. Here is a screen shot of the client form. ![alt text](https://nrfu5a.bay.l...
Choosing font size for a web form
CC BY-SA 2.5
null
2010-05-31T16:34:26.457
2012-03-13T21:23:55.037
2017-02-08T14:26:15.597
-1
10,527
[ "sharepoint", "ms-access" ]
2,946,792
1
2,946,835
null
5
3,300
I've got a Red Hat box with 6G memory running Tomcat and I'm trying to figure out how much memory I have left on the box. Problem is, top & jconsole is showing one figure (around 200M), and system monitor is showing a different figure (around 2G). Does anybody know what the difference is? I'm not sure if there is a me...
Java / Tomcat memory leak in RedHat Linux?
CC BY-SA 2.5
0
2010-06-01T01:16:13.763
2010-06-01T02:02:43.373
2017-02-08T14:26:17.620
-1
328,443
[ "java", "memory", "tomcat", "memory-leaks", "memory-management" ]
2,946,859
1
2,946,905
null
0
672
I've been trying to code [this page](http://danoc.me) for a while, but my biggest problem is that I can't seem to get the photos perfectly positioned. For some reason, there is a small bottom padding in each `<td>` which is messing things up. Here is the table code: ``` <table> <tr> <td rowspan="2" style...
Positioning Photos in a Grid (HTML)
CC BY-SA 3.0
0
2010-06-01T01:44:21.050
2017-01-13T18:06:34.867
2017-01-13T18:06:34.867
4,370,109
null
[ "html", "css", "xhtml", "html-table" ]
2,946,988
1
2,947,682
null
3
283
I started using [Code Collector Pro](http://www.mcubedsw.com/software/codecollectorpro) to organise and save my Emacs codes, and this software requires [TextMate bundles](http://svn.textmate.org/trunk/Bundles/) for syntax highlighting. They have a lisp bundle, but not an elisp bundle, at least not that I can see. I wou...
Is there such a thing as an "elisp bundle" for TextMate?
CC BY-SA 2.5
null
2010-06-01T02:30:21.677
2010-06-01T06:30:17.060
2017-05-23T12:17:03.450
-1
347,646
[ "lisp", "syntax-highlighting", "elisp", "bundle", "textmatebundles" ]
2,947,105
1
2,947,171
null
2
3,059
### Background Users can pick dates as shown in the following screen shot: ![](https://i.imgur.com/qi7tf.png) Any starting month/day and ending month/day combinations are valid, such as: - - The second combination is difficult (I call it the "tricky date scenario") because the year for the should come the ye...
Calculate year for end date: PostgreSQL
CC BY-SA 2.5
0
2010-06-01T03:18:33.227
2016-07-30T04:33:23.700
2016-07-30T04:33:23.700
1,090,562
59,087
[ "php", "sql", "postgresql", "date" ]
2,947,418
1
2,954,517
null
1
274
I'm trying to get a faster pathfinding mechanism in place in a game I'm working on for a connected node graph. The nodes are classed into two types, "Networks" and "Routers." ![](https://img.photobucket.com/albums/v714/darkflight_devil/Networks_1.png) In this picture, the blue circles represent routers and the grey r...
Fast path cache generation for a connected node graph
CC BY-SA 2.5
null
2010-06-01T05:17:14.690
2010-06-02T01:50:14.093
2017-02-08T14:26:19.567
-1
50,005
[ "theory", "path-finding" ]
2,949,244
1
null
null
0
1,004
I would like to embed an activity graph created by [hgactivity](http://labs.freehackers.org/wiki/hgactivity) inside my hgweb webinterface. What's the best method to do so? Here's a screenshot of a hgactivity graph: ![alt text](https://labs.freehackers.org/attachments/download/217) It shows the number of commits throug...
How to embed a hgactivity graph in hgweb
CC BY-SA 2.5
0
2010-06-01T11:15:44.233
2011-01-16T13:18:01.803
2017-02-08T14:26:20.247
-1
47,860
[ "templates", "mercurial", "hgweb" ]
2,950,240
1
null
null
15
16,949
I need to apply a `TextWrapping` in the WPF `CheckBox`. Please look at this two samples: ``` <CheckBox> <TextBlock TextWrapping="Wrap" Text="_This is a long piece of text attached to a checkbox."/> </CheckBox> <CheckBox> <AccessText TextWrapping="Wrap" Text="_This is a long ...
WPF CheckBox style with the TextWrapping
CC BY-SA 3.0
0
2010-06-01T13:42:07.770
2021-07-09T12:37:24.683
2017-02-08T14:26:21.060
-1
104,930
[ "wpf", "checkbox", "styles", "alignment", "word-wrap" ]
2,951,126
1
2,994,617
null
0
4,547
I want something like this: [](https://i.stack.imgur.com/QRC6D.jpg) [cybernetnews.com](https://cybernetnews.com/wp-content/uploads/2008/10/windows-7-wireless.jpg) This window is not resizable, and aligns itself above the system tray icon which it is related to. I have this: ![Tray popup](https://i.imgur.com/79FZi.png) ...
System Tray Popup Windows 7 Style
CC BY-SA 4.0
0
2010-06-01T15:39:56.053
2019-07-28T11:06:40.307
2020-06-20T09:12:55.060
-1
258,107
[ "wpf", "windows-7", "system-tray" ]
2,953,629
1
2,962,189
null
0
2,699
When a J2ME application runs on Samsung phone with an OS that supports TouchWhiz (GT-S5320, in my case),a virtual keypad is shown on the screen by default and always! This virtual keypad consists of the following keys - LEFT,RIGHT,UP,DOWN,FIRE and SOFT1, SOFT2. Is there anyway I can control when this keypad is displ...
J2ME UI on Samsung Bada platform
CC BY-SA 2.5
0
2010-06-01T21:51:58.450
2012-04-12T07:30:46.567
2011-10-12T08:29:07.617
839,601
76,036
[ "user-interface", "java-me", "midp", "bada", "lcdui" ]
2,954,230
1
null
null
5
9,581
I'm a programmer but new to (La)TeX. As far as I can tell, neither the Computer Modern nor Latin Modern fonts have glyphs for the full greek alphabet. I installed (OS X) a Latin Modern font that came with TeX Live (lmroman10-regular.otf). As you can see in the attached image, the lowercase greek letters (and nabla) ar...
LaTeX: Default font(s) for greek letters?
CC BY-SA 3.0
0
2010-06-02T00:20:14.760
2019-06-06T16:02:15.340
2011-12-04T00:10:57.483
84,042
350,461
[ "latex", "fonts" ]
2,955,185
1
2,955,209
null
1
4,913
I have a Table (or a region) and want to set it's Width and Height value to another Div (or region). The second one is actually a Ajax Indicator modal which display a loading text when the page is asynchronously post back. here is the example ``` <table id="MainTable"> <tr> <td> Content .... ...
How to Get / Set Div and Table Width / Height
CC BY-SA 2.5
null
2010-06-02T05:25:05.057
2010-07-11T10:26:12.310
2017-02-08T14:26:23.447
-1
243,213
[ "asp.net", "javascript", "jquery", "html", "ajax" ]
2,957,305
1
2,957,375
null
1
198
I am just looking at setting up a simple viewController programatically, I have a ViewController.xib file that I have set the background color to RED in interface builder. I have also added the following to my AppDelegate.m ``` @implementation syntax_MapViewAppDelegate @synthesize window; -(BOOL)application:(UIApplic...
Simple ViewController / View, remove white bar?
CC BY-SA 2.5
null
2010-06-02T11:42:06.607
2010-06-02T12:02:14.943
2017-02-08T14:26:25.143
-1
164,216
[ "iphone", "objective-c", "cocoa-touch" ]
2,957,755
1
2,958,229
null
7
486
So I just wrote a little snippet to generate the Mandelbrot fractal and imagine my surprise when it came out all ugly and skewed (as you can see at the bottom). I'd appreciate a point in the direction of why this would even happen. It's a learning experience and I'm not looking for anyone to do it for me, but I'm kinda...
Why would an image (the Mandelbrot) be skewed and wrap around?
CC BY-SA 2.5
0
2010-06-02T12:46:10.423
2010-06-02T16:19:46.123
2010-06-02T14:01:33.787
157,360
null
[ "image", "haskell", "mandelbrot" ]
2,961,444
1
null
null
4
2,456
I just had to write the most redonkulous expression in an SSIS Derived Column to get dates formatted like "01-JAN-2010".  It lookes like this:       ![alt text](https://i.imgur.com/CCOYU.png) There's got to be a better way... isn't there?
Is there a decent technique for SSIS Derived Column date formatting?
CC BY-SA 2.5
null
2010-06-02T20:42:20.607
2010-06-03T14:09:39.187
2020-06-20T09:12:55.060
-1
856
[ "sql-server", "oracle", "ssis" ]
2,962,480
1
2,962,754
null
2
1,174
The picture explains it all. I've painted a new Thumb and it goes off the JSlider area when at higher than 95 or below 5. I've tried padding the Track with no success. ![alt text](https://dl.dropbox.com/u/2363305/Forums/Java/JSlider_Thumb_OffScreen.png) Does anyone have any tips? Here is my code. I believe my issue ...
Using paintThumb I've made my arrow fall off the JSlider when at 0 or 100, how can this be fixed?
CC BY-SA 2.5
null
2010-06-02T23:59:33.660
2010-06-03T17:09:46.337
2017-02-08T14:26:26.180
-1
328,536
[ "java", "swing", "paint", "jslider" ]
2,963,231
1
null
null
7
14,087
i have picture like this image it will present on Landscape Mode ![alt text](https://i708.photobucket.com/albums/ww82/RAGOpoR/landscape.png) so if rotate device to Portrait, how to present image like this ![alt text](https://i708.photobucket.com/albums/ww82/RAGOpoR/protrait.png)
Need help about contentMode and autoresizingMask of UIImageView
CC BY-SA 2.5
0
2010-06-03T03:54:16.567
2011-04-27T15:17:32.080
2017-02-08T14:26:26.857
-1
203,372
[ "iphone", "uiimageview" ]
2,963,602
1
2,964,905
null
3
4,111
I'm having trouble unpickling objects from Google App Engine. I am running Windows 7. Here is the procedure: 1. Create a CSV with one of the fields being pickle.dumps([[('CS', 2110), ('CS', 3300), ('CS', 3140)]]), or some similar argument. The CSV looks something like this: ``` INFO,2210,"CS 2110, 3300, 3140","(l...
GAE: ValueError: insecure string pickle
CC BY-SA 2.5
null
2010-06-03T05:55:34.820
2010-10-25T18:31:36.337
null
null
147,601
[ "python", "google-app-engine", "pickle" ]
2,964,651
1
2,964,679
null
5
1,948
We would like to map a single table on two classes with NHibernate. The mapping has to be dynamically depending on the value of a column. Here's a simple example to make it a bit clearer: We have a table called Person with the columns id, Name and Sex. ![alt text](https://imgur.com/UQz9n.jpg) The data from this ta...
NHibernate mapping one table on two classes with where selection
CC BY-SA 2.5
null
2010-06-03T09:27:58.033
2010-06-03T09:38:42.473
null
null
79,954
[ ".net", "nhibernate", "orm", "nhibernate-mapping", "mapping" ]
2,965,046
1
null
null
1
693
[Views slideshow](http://drupal.org/project/views_slideshow) for [Dupal](http://drupal.org/) is amazing … there are no other words for it. I have used it on a few projects with little to no issues at all. However, the current project that I am working on isn't going as smoothly. When the 'View style' is set to unforma...
Drupal views slideshow returning only one result
CC BY-SA 2.5
null
2010-06-03T10:28:10.337
2011-01-06T23:08:44.510
2017-02-08T14:26:28.567
-1
219,999
[ "drupal", "plugins", "view", "drupal-views", "slideshow" ]
2,967,149
1
2,967,220
null
2
1,065
I'm interested in finding a way to enumerate all accessible devices on the local network, regardless of their IP address. For example, in a 192.168.1.X network, if there is a computer with a 10.0.0.X IP address plugged into the network, I want to be able to detect that rogue computer and preferrably communicate with i...
Communicating with all network computers regardless of IP address
CC BY-SA 2.5
null
2010-06-03T15:00:31.370
2010-06-03T19:45:43.927
2017-02-08T14:26:29.250
-1
19,818
[ ".net", ".net-3.5", "networking", ".net-2.0", "pinvoke" ]
2,967,332
1
2,969,692
null
30
14,896
Are there any Event Driven Architecture jQuery plugins? # Step 1: Subscribing ![alt text](https://farm5.static.flickr.com/4051/4667387638_e3078f4c2c_b.jpg) The subscribers subscribe to the event handler in the middle, and pass in a callback method, as well as the name of the event they are listening for... i.e. The ...
jQuery plugin for Event Driven Architecture?
CC BY-SA 2.5
0
2010-06-03T15:22:59.310
2013-07-09T01:42:40.313
2020-06-20T09:12:55.060
-1
18,149
[ "javascript", "jquery-plugins", "publish-subscribe", "event-driven-design", "event-bus" ]
2,968,102
1
2,968,132
null
1
207
.cproj is not the only name of the project file. My solution says there are 5 projects but only three .cproj files are seen. What is the file extinsion of other project files/? THe icon that represents the other two look different as well: ![alt text](https://i67.photobucket.com/albums/h292/Athono/microsoft/froups....
What are the other possible names of project files in C# other than .cproj?
CC BY-SA 2.5
null
2010-06-03T16:57:34.433
2010-06-03T17:00:53.797
2017-02-08T14:26:32.010
-1
54,760
[ "visual-studio-2010", "c#-4.0", "project", "vcproj" ]
2,968,177
1
3,104,680
null
12
1,120
What exactly is the difference watching and monitoring a project on the SourceForge Tracker UI? The tool tips aren't really helpful. Hold your mouse over the "Monitor" button and it says "Monitor this project". Hold it over "Watch" and it says nothing. > ![sourceforge panel with buttons](https://i.stack.imgur.com/...
Monitor vs Watch on SourceForge Tracker
CC BY-SA 3.0
0
2010-06-03T17:06:48.140
2011-10-19T22:08:19.060
2011-10-19T22:08:19.060
9,314
45,603
[ "sourceforge" ]
2,968,508
1
2,969,925
null
6
12,628
I'm using a UILabel for the titleView of a navigation bar (I'm making simple in-app web browser). It works fine, except that when I present a modal view controller, the titleView shifts from the center of the navbar to the far left (underneath the back button). I've tested in 3.0 and up. Here is relevant code: ``` ...
Why does navigationItem.titleView align left when presentmodalviewcontroller called?
CC BY-SA 3.0
0
2010-06-03T17:53:53.220
2018-03-18T03:57:11.277
2014-01-20T11:44:55.363
1,650,785
268,153
[ "ios", "iphone", "cocoa-touch", "uinavigationbar" ]
2,968,558
1
2,968,632
null
3
589
So, I'm attempting to access the content of an object and for the life of me can't figure out why I can't. I'm starting to believe that the object doesn't have the properties that Firebug indicates that it does. More likely than that I'm just not using the right syntax to access them. Give the following function: `...
An Inaccessible JavaScript Object property - Why is Firebug showing this?
CC BY-SA 2.5
null
2010-06-03T18:02:36.953
2011-01-25T06:35:59.637
2017-02-08T14:26:32.370
-1
26,241
[ "javascript", "firebug" ]
2,969,344
1
null
null
4
902
I have data I would like to plot, and more importantly, do a least squares regression on using cosines (instead of using polynomials): ![http://imgur.com/AkEaE.png](https://i.stack.imgur.com/2F1DU.png) Any recommendations? Thanks.
Plotting data and doing a least squares regression with cosines in java
CC BY-SA 3.0
null
2010-06-03T20:02:25.027
2011-12-03T23:44:04.053
2011-12-03T23:44:04.053
84,042
354,979
[ "java", "plot", "least-squares" ]
2,969,995
1
2,970,159
null
0
71
Please see screenshot: ![screenshot](https://imgur.com/cTilv.gif) Goal: - - - The left hand side of the screenshot shows the output that Id like. The RHS shows the table data. All of the comments are held in 1 table. Im a beginner with SQL queries, the best I can do is: ``` SELECT * FROM [Comments] WHERE ([Art...
Help with an SQL query on a single (comments) table (screenshot included)
CC BY-SA 2.5
null
2010-06-03T21:43:45.830
2010-06-03T22:34:52.680
2010-06-03T22:34:52.680
267
344,748
[ "tsql" ]
2,971,518
1
2,971,566
null
1
403
I have polygon chains similar to the following... ![alt text](https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Self_crossed_polygonal_chain.svg/220px-Self_crossed_polygonal_chain.svg.png) ...given the chain in the image, how would I go about calculating a chain that defines but without crossing paths? Spec...
Polygon Chain - Conversion to non-crossing while preserving shape?
CC BY-SA 2.5
0
2010-06-04T04:29:53.283
2010-06-04T04:56:04.997
2017-02-08T14:26:32.707
-1
135,557
[ "c++", "c", "geometry", "computational-geometry" ]
2,972,550
1
null
null
3
288
I am debugging a Visual C++ project that uses Rogue Wave a lot. I would like to see content of RW containers easily, i.e. i want to see list elements instead of this: ![](https://imgur.com/IRiFX.png) What are my options? Can autoexp.dat do this?
How to get a nice view of data structure in debugger?
CC BY-SA 2.5
0
2010-06-04T08:31:14.717
2010-06-04T09:41:48.940
2010-06-04T09:25:24.063
20,310
20,310
[ "debugging", "visual-c++", "visual-studio-2005", "rogue-wave" ]
2,973,165
1
3,043,006
null
38
105,464
I have some problems with the Form.AutoScaleMode property together with fixed size controls, when using a non-default font. I boiled it down to a simple test application (WinForms 2.0) with only one form, some fixed size controls and the following properties: ``` class Form1 : Form { // ... private void Initia...
AutoScaleMode problems with changed default font
CC BY-SA 3.0
0
2010-06-04T10:12:43.110
2017-07-17T20:41:19.430
2017-05-23T11:53:15.330
-1
220,984
[ "c#", ".net", "winforms" ]
2,974,656
1
4,170,082
null
1
525
I'm trying to shrink the caption box to fit its text content. Here's what I have: ![alt text](https://farm5.static.flickr.com/4016/4668568673_0096bde320.jpg) Here's what I'm after: ![alt text](https://farm2.static.flickr.com/1299/4669193400_6b5e57e393.jpg) The usual methods of float, display:inline/inline-block/tab...
How to get a TABLE tag's CAPTION tag to shrink to fit its contents without breaking flow
CC BY-SA 2.5
0
2010-06-04T13:44:01.873
2010-11-13T00:03:04.720
2017-02-08T14:26:34.050
-1
null
[ "css", "html-table" ]
2,975,168
1
null
null
10
26,446
I've inherited a web application and when setting it up in Eclipse it shows errors in a particular JSP. The errors have no description associated with them in the Problems view, and clicking them there takes me to the top of the JSP, where the red error underline appears halfway through the string like this: ``` <%...
Eclipse: What are these JSP errors?
CC BY-SA 3.0
0
2010-06-04T14:45:30.200
2016-03-04T20:41:04.170
2013-05-16T19:36:12.050
445,131
358,563
[ "eclipse", "jsp" ]
2,978,063
1
null
null
1
1,083
When creating inheritance hierarchy, I get confused. Abstract base class should contain only commonly used stuff for inherited classes. But knowing which is commonly used methods, fields and properties is not possible while designing. So I feel free myself to grouping them with abstract classes which inherits hierarchi...
Questions while designing OOP hierarchy
CC BY-SA 3.0
0
2010-06-04T21:56:00.673
2012-04-18T10:53:54.540
2012-04-18T10:53:54.540
839,601
325,661
[ "oop", "inheritance", "hierarchy" ]
2,978,989
1
2,980,160
null
0
4,007
i want to style a submit button which seems to be rendered abit differently in different browsers. ``` <p id="lineInput"> <label for="task">Add a Task</label> <input type="text" name="task" id="task" /> <input type="submit" id="btnSubmit" value="Add" /> </p> #lineInput { ... ``` position: relative;...
Styling HTML Submit Button (CSS, Different Browsers)
CC BY-SA 2.5
null
2010-06-05T03:18:29.423
2010-06-05T11:37:57.093
2017-02-08T14:26:35.773
-1
292,291
[ "css" ]
2,979,127
1
3,036,807
null
14
36,523
I have added a default menu control to my user control. I need to style the menu to remove the left margin containing the space for the icon or checkbox. How can I do this? XAML: ``` <Menu> <MenuItem Header="MyMenu" FontSize="10"> <MenuItem Header="Options..." /> <MenuItem Header="About" /> </M...
WPF - How to style the menu control to remove the left margin?
CC BY-SA 2.5
0
2010-06-05T04:14:46.730
2022-10-30T12:32:58.420
2020-06-20T09:12:55.060
-1
636
[ "wpf", "wpf-controls", "styling" ]
2,979,437
1
2,980,990
null
2
1,178
I have a entities as: - `BaseEntity`- `Employee`- `RegularEmployee`- `ContactEmployee` My inheritance structure is ![alt text](https://yuml.me/diagram/scruffy/class/%5BBaseEntity%5D%5E%5BEmployee%5D,%20%5BEmployee%5D%5E%5BRegularEmployee%5D,%20%5BEmployee%5D%5E%5BContractEmployee%5D) How to design database structur...
how to implement inheritance in hibernate?
CC BY-SA 2.5
null
2010-06-05T06:35:33.057
2010-06-05T15:43:30.500
2017-02-08T14:26:36.480
-1
359,057
[ "java", "hibernate", "inheritance", "orm" ]
2,979,928
1
null
null
1
3,838
I'm just learning to use OpenCV and am having a problem with using DFT. I've done a signal processing class which used MatLab, so I'm trying to go through some of the exercises we did in that class. I'm trying to get and display the FT of an image, so I can mask some of the frequencies. I'd like to be able to see the F...
Displaying Fourier transforms in OpenCV
CC BY-SA 2.5
0
2010-06-05T10:14:13.993
2010-12-24T10:02:57.327
2010-06-05T10:22:21.580
90,317
90,317
[ "matlab", "image-processing", "opencv", "fft" ]
2,980,860
1
null
null
3
18,785
I want to create an image like this: ![alt text](https://lh6.ggpht.com/_4VSKzbK-Ieo/TAkTZwp5lSI/AAAAAAAAAEU/_fsy44Wu4Hc/fig2.jpg) From an image like this: [alt text http://internationalpropertiesregistry.com/Server/showFile.php?file=%2FUpload%2Funtitled.jpgb523c7595dd8e7514e1c6d51a83161a3.jpeg](http://internationalprop...
How do I invert a grayscale image and convert it to a binary image?
CC BY-SA 3.0
0
2010-06-05T15:06:12.543
2012-02-28T22:58:03.710
2017-02-08T14:26:34.397
-1
198,729
[ "matlab", "image-processing" ]
2,984,640
1
2,987,238
null
7
885
There are two data types: tasks and actions. An action costs a certain time to complete, and a set of tasks this actions consists of. A task has a set of actions, and our job is to choose one of them. So: ``` class Task { Set<Action> choices; } class Action { float time; Set<Task> dependencies; } ``` For example the...
Algorithm for optimally choosing actions to perform a task
CC BY-SA 2.5
0
2010-06-06T14:57:17.517
2010-06-07T15:37:40.730
2010-06-07T00:50:48.183
40,078
40,078
[ "algorithm", "optimization", "math", "computer-science" ]
2,985,074
1
7,697,167
null
49
54,570
I'm trying to configure Git to use Plink. It worked for me many times before. Now, for some reason, this option isn't available to me (it is disabled): ![Git Setup Plink option screenshot](https://i.stack.imgur.com/oESrx.png) I tried uninstalling and reinstalling Git a hundred times. Nothing. I can't get to this opti...
Configure Git to use Plink
CC BY-SA 3.0
0
2010-06-06T17:14:10.947
2023-01-10T00:07:41.393
2014-12-16T19:59:51.580
1,469,208
298,508
[ "git", "msysgit", "plink" ]
2,985,445
1
2,985,457
null
0
390
![aero glass titlebar example](https://imgur.com/BiVK7.png) All windows in Aero have this kind of whiteish background on their text. I'd like to create an equivalent of this effect for a GlassWindow I'm using that has a TextBlock in the label area, but I'm not really a designer so I have no idea how to approach this. ...
How to duplicate the "background" applied to text in Aero window titlebars?
CC BY-SA 2.5
null
2010-06-06T18:50:08.897
2010-06-06T19:55:44.887
null
null
277,425
[ "wpf", "text", "background", "aero", "aero-glass" ]
2,985,507
1
2,985,709
null
76
155,198
First of all, let me say I'm using LyX, though I have no problem using ERT. Secondly, what is the most simplest way to draw a simple graph like this in Latex? ![alt text](https://upload.wikimedia.org/wikipedia/commons/5/5b/6n-graf.svg) I've seen some documents with graphs and I've seen some examples, but I couldn't fig...
How to draw a graph in LaTeX?
CC BY-SA 2.5
0
2010-06-06T19:03:57.540
2019-01-24T23:39:47.337
2020-06-20T09:12:55.060
-1
166,067
[ "latex", "graph-theory", "lyx" ]
2,988,057
1
null
null
0
314
In my database I have a hierarchical flat table that returns data ordered by ParentID, ObjectID asc I am having a bit of an issue getting this recursive function to work properly. I get the first Parent>Child>Child but after that I get nothing else. Any help with this is greatly appreciated. Here is my testing code:...
PHP Recursive Function
CC BY-SA 2.5
null
2010-06-07T08:39:35.453
2010-06-07T10:31:51.947
null
null
170,957
[ "php", "recursion" ]
2,989,229
1
null
null
0
111
I am working on a Yahoo! App and want to utilize YUI Features available, however, I haven't figured out a way to include the YUI Libraries in my App as yet. I was of the opinion that the Libraries will be a part of the App by default but seems its not true in my case. I have tried including the Libraries in my Code bu...
Configuring YUI on YAP
CC BY-SA 2.5
null
2010-06-07T12:02:07.347
2014-10-31T21:51:01.280
2017-02-08T14:26:38.520
-1
151,540
[ "yui", "yahoo" ]
2,989,743
1
null
null
9
9,722
: One of our web applications requires write access to `C:\Windows\Temp`. However, no matter how much I weaken the NTFS permission, [procmon](http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx) shows `ACCESS DENIED`. (which might or might not be relevant for the problem): We are using OLEDB to access an MS...
IIS 7.5, ASP.NET, impersonation, and access to C:\Windows\Temp
CC BY-SA 3.0
0
2010-06-07T13:08:47.263
2013-09-23T15:15:17.890
2013-09-23T15:15:17.890
483,162
87,698
[ "asp.net", "iis-7", "windows-7", "permissions", "impersonation" ]
2,990,372
1
2,990,422
null
-1
151
so I have two tables. They are pictured below. I have a master table "all_reports". And a user table "user list". The master table may have users that do not exist in the user list. I need to add them to the user list. The master table may have duplicates in them (check picture). The master list does not contain all...
sql insert query needed
CC BY-SA 2.5
null
2010-06-07T14:31:35.753
2010-06-20T21:26:00.887
2010-06-20T21:26:00.887
93,528
50,312
[ "sql", "ms-access" ]
2,991,097
1
2,991,166
null
7
2,828
This is a problem of unidirectional one-to-one mapping in NHibernate. ## Student.cs ``` public class Student { public int ID { get; set; } public int Roll { get; set; } public int RegNo { get; set; } public string Name { get; set; } public StudentDetail StudentDetail { get; set; } } ``` ## ...
How to do this Unidirectional NHibernate one-to-one mapping?
CC BY-SA 2.5
0
2010-06-07T16:03:39.760
2010-06-18T09:01:55.353
2017-02-08T14:26:39.577
-1
159,072
[ "nhibernate", "one-to-one" ]
2,991,336
1
2,991,444
null
1
253
I didn't really know how to phrase the title of my questions, so my apologies in advance. I read through parts of the MEF documentation to try to find the answer to my question, but couldn't find it. I'm using ImportMany to allow MEF to create multiple instances of a specific plugin. That plugin Imports several part...
Are MEF's ComposableParts contracts instance-based?
CC BY-SA 2.5
null
2010-06-07T16:36:28.820
2010-06-07T16:49:45.583
2017-02-08T14:26:39.937
-1
214,071
[ "plugins", "inversion-of-control", "mef" ]
2,991,490
1
7,078,925
null
33
25,712
When rendering text into a bitmap, I find that text looks very bad when rendered on top of an area with non-opaque alpha. The problem is progressively worse as the underlying pixels become more transparent. If I had to guess I'd say that when underlying pixels are transparent, the text renderer draws any anti-aliased '...
Bad text rendering using DrawString on top of transparent pixels
CC BY-SA 4.0
0
2010-06-07T16:56:10.537
2019-05-14T09:37:39.317
2019-05-14T09:37:39.317
8,967,612
25,457
[ "c#", "winforms", "gdi+", "system.drawing", "drawstring" ]
2,992,264
1
2,999,689
null
16
11,004
![A photo](https://2.bp.blogspot.com/_cP3Pd1BRVXc/STmOuCiGLWI/AAAAAAAADrQ/YH548niXLhQ/s400/french+fries+in+Europe.JPG) Following [Denis's](https://stackoverflow.com/questions/2992264/extracting-a-quadrilateral-image-to-a-rectangle/2999689#2999689) link, this is how to use the [threeblindmiceandamonkey](http://threeb...
extracting a quadrilateral image to a rectangle
CC BY-SA 2.5
0
2010-06-07T18:57:55.527
2021-04-03T15:38:59.573
2017-05-23T11:45:25.150
-1
15,721
[ "graphics", "pixel", "interpolation" ]
2,993,391
1
null
null
3
2,931
question on dock panels within gwt So i want the dockpanel to take up the whole size of the browser window ``` dockPanel.setSize("100%", "100%"); ``` if this correct Next Question, i am going to add a north panel , that will be 100px high and take up the whole width of the browser ``` topPanel.setSize("100%", "1...
question on GWT and dockpanel , sizing and resizing
CC BY-SA 2.5
null
2010-06-07T21:43:46.160
2010-06-08T14:30:52.117
2017-02-08T14:26:41.673
-1
286,630
[ "java", "web-applications", "gwt" ]
2,994,494
1
2,995,955
null
20
95,517
I'm looking for an easy way for the user to see how many drinks they've had for a BAC calculator. Picture of the app: ![PICTURE OF THE APP](https://i.stack.imgur.com/JN13ym.jpg) On button press, I would like an image to be added to the screen, directly under the spinner and with left alignment. When I press the butt...
How do I create an ImageView in java code, within an existing Layout?
CC BY-SA 3.0
0
2010-06-08T02:45:37.857
2018-03-21T11:46:52.363
2014-03-15T13:33:02.070
1,694,500
359,045
[ "java", "android", "image", "layout", "drawable" ]
2,995,020
1
19,767,109
null
1
687
I'm having this odd issue. I have these buttons where the button's text is shifted downward upon certain actions. For example, I have a spinner with choices and one of the choices makes some buttons invisible while others are made visible. When I choose these, the buttons made visible all have their text shifted downwa...
Issue with button text shifting
CC BY-SA 2.5
null
2010-06-08T05:46:36.947
2013-11-04T11:47:51.920
2017-02-08T14:26:42.370
-1
278,447
[ "android", "layout" ]
3,004,220
1
3,004,241
null
2
13,767
Hi I'm not too sure how to create the attached image effect where the right hand side is my main content and it shades onto my left sidebar which has a gradient effect downwards. ![alt text](https://i.imgur.com/I5jsj.png)
How to create a CSS shade effect with a faded sidebar
CC BY-SA 2.5
0
2010-06-09T08:39:18.753
2012-07-16T23:29:55.340
null
null
162,782
[ "html", "css" ]
3,005,975
1
3,006,047
null
1
4,923
This is the code that i'm trying to run: ``` #include <QApplication> #include <QPushButton> int main(int argc,char *argv[]) { QApplication app(argc,argv); return app.exec(); } ``` And this is the error that i'm getting: ``` :-1: error: collect2: ld returned 1 exit status ``` ![Id returned 1 exit status]...
ld returned 1 exit status
CC BY-SA 2.5
0
2010-06-09T13:02:19.327
2011-08-10T08:31:51.667
2017-02-08T14:26:44.467
-1
104,085
[ "c++", "qt4" ]
3,006,792
1
4,674,568
null
31
19,772
I'm trying to have an edge between clusters in Graphviz where the edge does not affect the ranking. This looks fine: ``` digraph { subgraph clusterX { A B } subgraph clusterY { C D } A -> B B -> C [constraint=false] C -> D } ``` ![](https://imgur.com/gV3NZ.png) However when I a...
Straight edge between clusters in Graphviz
CC BY-SA 2.5
0
2010-06-09T14:31:24.920
2022-10-12T00:43:23.800
2019-03-03T20:27:31.437
2,756,409
3,848
[ "graphviz" ]
3,006,790
1
4,626,035
null
2
1,383
I have a series of points which I will turn into a line on a graph. What I want is to give the area under the graph a gradient fill. It would look somewhat similar to a Bloomberg graph like this; ![Example Graph](https://www.marketoracle.co.uk/images/crude_oil_long_commitments_3_12_07.gif) My question really has thre...
Silverlight Line Graph with Gradient
CC BY-SA 2.5
null
2010-06-09T14:31:09.330
2011-09-02T13:31:02.657
2017-02-08T14:26:45.253
-1
111,734
[ "silverlight", "graph", "gradient" ]