Id
int64
1.68k
75.6M
PostTypeId
int64
1
2
AcceptedAnswerId
int64
1.7k
75.6M
ParentId
int64
1.68k
75.6M
Score
int64
-60
3.16k
ViewCount
int64
8
2.68M
Body
stringlengths
1
41.1k
Title
stringlengths
14
150
ContentLicense
stringclasses
3 values
FavoriteCount
int64
0
1
CreationDate
stringlengths
23
23
LastActivityDate
stringlengths
23
23
LastEditDate
stringlengths
23
23
LastEditorUserId
int64
-1
21.3M
OwnerUserId
int64
1
21.3M
Tags
list
3,569,881
1
4,155,446
null
1
862
I have two dimensions sorting bug in IE8 and below. IE just doesn't know to handle this thing. ![Image demonstrating the problem.](https://i.stack.imgur.com/BOwTE.png) As you can see, there are two levels of sorting items. Two dimensions. In all of the browsers this thing works perfect. Only IE get crazy. ``` $(...
Two dimensions jquery sortable retrieves a bug in IE
CC BY-SA 3.0
null
2010-08-25T20:17:22.727
2017-04-03T14:15:46.480
2017-04-03T14:15:46.480
1,033,581
279,591
[ "jquery", "css", "internet-explorer-8", "internet-explorer-7", "jquery-ui-sortable" ]
3,570,373
1
11,142,056
null
3
2,854
Is there any way to prevent '?' from being treated as white-space-like in HTML/CSS? Is this default behavior, or am I doing something wrong? I have a div that holds a very long URL (the length is dynamic). I want the URL to treat the question mark as any other character and not force a line break at that character, bu...
Prevent ? (question mark) from being treated as a white-space like separator
CC BY-SA 2.5
null
2010-08-25T21:31:16.517
2012-06-21T15:56:59.457
null
null
172,322
[ "html", "css", "word-wrap" ]
3,570,898
1
3,578,991
null
1
2,649
I am not sure this is even possible without modifying the Admin interface. I have a model called "Quote" that can contain multiple "Product" models. I connect the two using an intermediate model "QuoteIncludes". Here are the three models as they currently stand: ``` class Product(models.Model): name = models.Char...
Django: Update Field Value Based on Other Fields
CC BY-SA 2.5
null
2010-08-25T23:04:34.197
2010-08-26T20:36:23.760
null
null
114,786
[ "python", "django", "methods", "django-admin", "admin" ]
3,571,179
1
3,571,949
null
45
5,618
It probably happened to you as well - sometimes when you copy a text from some web page into your rich-text e-mail draft in your favorite webmail client, you dislike the fact that the pasted has a different font/size/weight.. it somehow remembers the style (often images, when selected). How is it than that if you past...
How does X11 clipboard handle multiple data formats?
CC BY-SA 2.5
0
2010-08-26T00:08:15.540
2019-11-19T07:38:39.697
2010-09-08T07:05:11.433
300,863
234,248
[ "text", "clipboard", "x11", "xorg" ]
3,571,413
1
3,594,757
null
3
20,981
Any suggestions how to create a line by clicking two new points then draw a line between them? I am trying to create a distance tool like the one in adobe acrobat. Image Example ![alt text](https://i.stack.imgur.com/uRoKk.jpg)
Click two new points and draw a line between those two points using mouse event
CC BY-SA 2.5
0
2010-08-26T01:12:01.497
2010-08-31T23:31:20.790
2010-08-31T23:22:13.290
416,801
416,801
[ "c#", "events", "graphics", "gdi+" ]
3,571,718
1
3,574,565
null
2
4,293
I want to create a windows style error popup for my Cocoa application like this one ![alt text](https://i.stack.imgur.com/031Q3.png) Is there any tutorial how to do this? Or can somebody give me at least the names of a few API functions that i need to check out.
How can i create a transparent and non rectangular NSWindow with Cocoa?
CC BY-SA 2.5
null
2010-08-26T02:48:37.303
2012-12-19T00:17:08.083
null
null
155,082
[ "cocoa", "nswindow" ]
3,571,863
1
3,571,935
null
3
4,279
Hi want to get a date list between start date and end date. For example start date is 27-08-2010 and end date is 31-08-2010. So the date list is 27-08-2010,30-08-2010 and 31-08-2010. 29-08-2010 and 30-08-2010 will be ignore because it is in the weekend. I attach the picture for more clearer explanation. How to achieve ...
How to get date between start date and end date? (excluding date on weekend)
CC BY-SA 2.5
0
2010-08-26T03:35:28.177
2010-08-26T05:45:24.400
2010-08-26T05:12:03.233
417,899
417,899
[ "javascript", "jquery" ]
3,572,049
1
3,581,324
null
0
222
i have a Air Project in which i have added three extenal source folders. but when i reopen project or strat flash builder again i get icon on those folder like this ## but when i open the configuration for that project and try to validate the path and adding it again i get message like this ![alt text](https://i...
Source from external Folder (linked Source) not appearing in Flex?
CC BY-SA 2.5
0
2010-08-26T04:29:14.130
2010-08-27T04:26:52.260
null
null
225,402
[ "apache-flex", "actionscript-3", "flash-builder" ]
3,572,121
1
3,572,179
null
0
33
I want to insert char (A) in second index where code start with 's' Input s1 s2 s34 Require output sA1 sA2 sA34 ``` Update T1 set code = ?? where code like 's%' ``` ![alt text](https://i.stack.imgur.com/MCjSZ.jpg)
set column to insert extat charachter in Sql Server
CC BY-SA 2.5
null
2010-08-26T04:46:34.163
2010-08-26T05:15:29.013
2010-08-26T05:01:17.557
178,271
178,271
[ "sql-server-2005" ]
3,572,466
1
3,572,550
null
1
182
My sinatra app runs fine locally (see screenshot below) but when I push it to heroku it crashes and I get this error ``` RegexpError - undefined (?...) sequence: /(?<=(LIST ALL SELECTED ))\w/: ``` The line of code where the occurs is ``` match = data.match('(?<=(LIST ALL SELECTED ))\w')[0] ``` What I am trying t...
Sinatra app running on Heroku has RegexpError
CC BY-SA 3.0
null
2010-08-26T06:12:06.020
2011-08-17T21:30:12.010
2011-08-17T21:30:12.010
318,465
160,917
[ "ruby", "regex", "sinatra", "heroku" ]
3,572,468
1
3,573,124
null
0
343
I really like Nokola's NavSeven Silverlight Bar. You can take a look at it here: [http://www.nokola.com/sources/](http://www.nokola.com/sources/) You can notice right away that the Navigation Bar stretches all the way to 100% and icons are nicely aligned in the middle. The navigation bar itself is 900px wide in Pag...
Help with Nokola's NavSeven Silverlight navigation bar!
CC BY-SA 2.5
null
2010-08-26T06:13:31.977
2010-08-26T08:11:29.510
2010-08-26T06:20:16.143
274,117
274,117
[ "asp.net", "silverlight" ]
3,572,736
1
3,591,973
null
2
3,402
We are using TFS Build 2010 for Builds. We have two branches of source code (Lets say branchA and branchB). Now as a part of the build definition we set the projects to build: ![alt text](https://i.stack.imgur.com/W6dLb.jpg) Now to employ the same build definition from branchB will mean that I create another build de...
How to make build definition in TFS Build 2010 configurable w.r.t input variable values and "items to build"
CC BY-SA 2.5
null
2010-08-26T07:02:47.303
2011-08-11T00:51:50.313
2010-08-26T07:10:20.297
46,279
46,279
[ "tfs", "build-process", "tfsbuild" ]
3,572,829
1
null
null
12
15,973
Any sample code for chart with multiple bars using flot ??![alt text](https://i.stack.imgur.com/gnVx4.png) similar to [this example](http://code.google.com/p/flot/issues/detail?id=159) . The given patched files are not working for me. Anywhere I can download the latest files for multi bar graph. I am sure Flot is a...
Multi bar chat with Flot
CC BY-SA 2.5
0
2010-08-26T07:17:03.050
2014-02-25T18:20:47.017
2010-08-27T04:23:56.140
431,514
431,514
[ "javascript", "jquery", "flot" ]
3,572,946
1
3,598,828
null
2
8,242
I programmed an application with JSF and some other fraeworks. Then I destroyed my metadata with maven and then I created a new project and imported all my classes and config files into the new project. So that I have clean metadata. The Project can be built without problems now. But when I want to start it onto tomcat...
com.sun.faces.config.ConfigurationException: no web.xml present
CC BY-SA 2.5
null
2010-08-26T07:34:23.487
2011-02-07T13:33:32.000
2010-08-27T08:43:29.493
389,430
389,430
[ "maven-2", "tomcat", "jsf", "web.xml" ]
3,573,573
1
3,574,653
null
7
727
As a total beginner in Flash, I am on an assignment where I should create a fake progress bar that should go from 0% - 98%. Right now I have my line of progress with a total white tween over it that goes from left to right to indicate the fake download. See picture. ![alt text](https://i.stack.imgur.com/DJKqy.png) ...
Faking progress bar
CC BY-SA 2.5
0
2010-08-26T09:01:28.303
2010-08-26T11:32:46.217
null
null
99,395
[ "flash", "actionscript-3", "progress-bar" ]
3,573,909
1
3,586,051
null
1
1,795
## CSV file: ``` #3GMACRO,,,,,,,,,,,,,, ,,,,,,,,,,,,,, IMSI,IMEI,Date,Time,UMTS MACRO-UARFCNDL,UMTS MACRO-PrimaryScramblingCode,UMTS MACRO-CPICHTxPower,UMTS MACRO-PLMNCellId,UMTS MACRO- RNCId,UMTS MACRO-MCC,UMTS MACRO-MNC,UMTS MACRO - LAC,UMTS MACRO - RAC,UMTS MACRO - MaxUETxPower,UMTS MACRO - MeasuredRSCP 2.6275E+1...
how to load a sectioned CSV file to an excel sheet?
CC BY-SA 2.5
null
2010-08-26T09:46:19.343
2010-08-27T16:04:14.467
2020-06-20T09:12:55.060
-1
152,512
[ "vba", "csv", "excel", "excel-2010" ]
3,573,942
1
5,573,618
null
4
8,731
when state on a link the status bar shows the link's location in the status bar like in the following image... is there a way to change\override this to show some desired text... ![alt text](https://i.stack.imgur.com/vnGXZ.png)
HTML - overRide statusbar link location display
CC BY-SA 2.5
null
2010-08-26T09:50:57.683
2016-02-26T23:33:54.353
null
null
158,455
[ "javascript", "html", "hyperlink", "overriding", "anchor" ]
3,574,111
1
3,574,149
null
1
79
i have 3 tables in my database and i created a entity model from database and it looks like this: ![alt text](https://i.stack.imgur.com/Z9NmA.png) what im trying to do is to bind all 3 tables to datagridview and im using a query like this ``` var result = from t in db.Transactions from c in db.Cat...
ADO.NET Entity - Help needed
CC BY-SA 2.5
null
2010-08-26T10:13:41.847
2010-08-26T10:19:46.627
null
null
304,083
[ "c#", ".net", "ado.net-entity-data-model" ]
3,574,618
1
3,574,654
null
0
795
![alt text](https://i.stack.imgur.com/j7blU.png) Hey all, I am trying to accomplish something very simple yet getting an error and it's driving me nuts. here is what I am doing: Function 1: ``` -(id)initWithText:(NSString *)text1 :(NSString *)text2 :(NSString *)text3 :(NSString *)text4 :(NSString *)text5 { ``` ...
Capturing UITextView data in an NSString
CC BY-SA 2.5
null
2010-08-26T11:27:40.317
2010-09-02T12:09:44.753
2010-09-02T12:09:44.753
null
null
[ "iphone" ]
3,575,053
1
3,577,048
null
0
2,041
The src property for the img tag is ``` http://maps.google.com/maps/api/staticmap?center=1701 Fm Rd 1187, Mansfield, Tx &size=150x90&sensor=false&zoom=15&maptype=roadmap" + "&markers=size:tiny|color:blue|1701 Fm Rd 1187, Mansfield, Tx ``` ![alt text](https://i.stack.imgur.com/ep0FN.png)
Issue in displaying static Google maps
CC BY-SA 2.5
null
2010-08-26T12:32:49.160
2010-08-26T16:14:33.043
2010-08-26T16:14:33.043
222,908
461,582
[ "asp.net", "google-maps", "google-maps-static-api" ]
3,575,666
1
3,576,365
null
0
1,025
look at this image ![alt text](https://i.stack.imgur.com/6b0UI.png) see the white are below the grey... find me a cure ``` <table border="0" cellpadding="0" cellspacing="0" height="30"> <tr> <td> <div class="mainmenu"> <ul> <li class="li_nc"><a href="/" target="_self" >HOME</a></li> <li...
HTML - Extra Space in table... debug
CC BY-SA 2.5
null
2010-08-26T13:44:30.690
2012-04-29T14:54:34.780
2020-06-20T09:12:55.060
-1
158,455
[ "html", "css" ]
3,575,968
1
null
null
7
3,147
![Schematic](https://i.stack.imgur.com/I9gWN.png) I have a given line R defined by an angle α. R goes through the origin of my plane. I also do have an rectangle, with known width and height. The rectangle has its bottom left corner on the origin. A new line, parallel to R, is defined by a distance L from R (take A, ...
Points of intersection between line and rectangle
CC BY-SA 2.5
null
2010-08-26T14:13:31.027
2010-08-26T20:13:21.090
2010-08-26T16:43:57.067
31,615
61,207
[ "math" ]
3,576,163
1
3,584,723
null
0
425
I want the logs from the Selenium Server Console write to file. I know how to do this if i start server frome console (cmd.exe) > java -jar selenium-server.jar -log logfile.txt But i run selenium test in NetBeans and selenium server start from NetBeans. I can to set port and way to start for the selenium server scree...
Configuring server startup of SeleniumRC in NetBeans
CC BY-SA 2.5
null
2010-08-26T14:34:17.063
2010-08-27T13:42:03.777
2010-08-26T14:52:47.127
428,861
428,861
[ "testing", "netbeans", "selenium", "selenium-rc", "netbeans-plugins" ]
3,576,303
1
4,491,393
null
0
730
Anybody have any idea why the error message repeats in Flex SDK 3.5 (but not in 3.4) and have a good way to make it stop repeating? See screenshots: ![alt text](https://i.stack.imgur.com/BTfT9.png) ![alt text](https://i.stack.imgur.com/I7RLb.png) You can also see the different apps here: [http://www.flexdevelopers....
Flex 3.5 Validator Error Message Repeats
CC BY-SA 2.5
0
2010-08-26T14:50:02.183
2010-12-20T16:05:23.320
null
null
213,298
[ "apache-flex" ]
3,576,550
1
3,577,474
null
2
2,353
How can you make a sharpness filter with the library? ![alt text](https://i.stack.imgur.com/Vcexi.png) ![alt text](https://i.stack.imgur.com/y4hce.png) If it is not possible with , than what other languages are capable?
PHP GD sharpness filter
CC BY-SA 2.5
null
2010-08-26T15:17:25.990
2010-12-14T12:24:31.920
null
null
1,246,275
[ "php", "image-processing", "filter", "gd" ]
3,576,567
1
3,576,593
null
4
16,514
I'm trying to position my picture a little bit lower so the center of the image aligns with the vertical center of the header tag. Here is the both the HTML and the CSS. Thanks for the help! ![alt text](https://i.stack.imgur.com/Sur5x.png) ``` #articlesummary { border: 2px solid red; width: 750px; } #ar...
Trying to position my image a little bit lower, but it drags everything down with it
CC BY-SA 2.5
0
2010-08-26T15:19:32.850
2022-03-25T01:08:21.820
null
null
null
[ "html", "css", "asp.net-mvc-2", "image" ]
3,576,673
1
3,576,834
null
1
301
I have problem with the way I treat the memory management in iphone..please please help me..I am running out of ideas..I tried to play with the below method but it started leaks when I am trying to allocate the strings for the objects (for example allocation for sid,first_name etc)..I can't figure out how to do..and th...
Object allocations instrument on iphone
CC BY-SA 2.5
null
2010-08-26T15:30:44.630
2010-08-27T07:18:42.880
2010-08-26T18:56:03.497
420,556
420,556
[ "iphone", "objective-c", "memory-management", "soap", "memory-leaks" ]
3,577,052
1
3,577,093
null
0
250
Alright I'm a bit baffled by this one. Changing an unrelated int property on my ViewModel seems to be making my Model unserializable. I have an object which tracks the best time to contact someone. It can be set to Anyday, Weekdays, Evenings, SpecificDays and to Anytime, Mornings, Afternoons, Evenings, and SpecificTim...
Changing a property in ViewModel making Model unserializable?
CC BY-SA 2.5
null
2010-08-26T16:10:07.093
2011-09-28T00:21:49.627
null
null
302,677
[ "wpf", "mvvm", "serialization" ]
3,577,454
1
3,835,552
null
4
192
Has anybody been in or has seen a kind of "Surgical Team" as described in The Mythical Man Month? Have you heard of somebody actually implementing "Mill's Proposal"? There is a lot of detail about the various roles in the book itself, but for those who haven't read the book, I found a [website](http://www.dfpug.de/los...
Do Surgical Teams exist?
CC BY-SA 2.5
0
2010-08-26T16:54:19.847
2017-08-09T12:18:57.510
2017-08-09T12:18:57.510
1,000,551
84,556
[ "methodology" ]
3,578,031
1
3,578,096
null
0
121
is there any way to program this option in xcode ? i don't think so this is text Alignment , it's something like text direction on microsoft office ! ![alt text](https://i.stack.imgur.com/bs2UK.png)
How implement this option ? {iPhone SDK}
CC BY-SA 2.5
null
2010-08-26T18:02:00.870
2010-08-26T18:09:57.637
null
null
199,173
[ "iphone" ]
3,578,530
1
null
null
0
1,738
I am trying to add a Ribbon Button directly to the Quick Access Toolbar by using the CanAddToQuickAccessToolBarDirectly property. I have read in order to do this a command must be enabled on the button from this source ([http://blogs.msdn.com/b/llobo/archive/2010/08/06/wpf-ribbon-basics.aspx#comments](http://blogs.msdn...
Issue adding ribbon buttons directly to quick access toolbar
CC BY-SA 2.5
null
2010-08-26T18:59:54.993
2011-08-03T13:25:55.667
2010-08-26T20:16:22.247
7,872
432,239
[ "c#", "wpf", "ribbon", "command", "commandbinding" ]
3,579,673
1
3,579,713
null
1
437
Here is part of my Entity Model which I just generated from a MySql database. My question is why are the tables UserNotes and UserLoginHistory coming out as Zero to One. When I change them to many (collection of usernotes) I get the error: > Error 1 Error 113: Multiplicity is not valid in Role 'user_notes' in relation...
Entity Model Zero To One Should be One to Many?
CC BY-SA 2.5
null
2010-08-26T21:28:26.090
2010-08-26T21:32:50.073
2010-08-26T21:30:22.280
135,152
423,079
[ "c#", "mysql", "entity-framework" ]
3,579,806
1
3,579,834
null
6
2,627
I have two tables, Locations and Facilities They map to two classes, ``` public Location : Entity { //properties } public Facility : Entity { public virtual Location Location { get; set; } } ``` Everything works just dandy, until I change facility to this ``` public Facility : Location { } ``` Now I ge...
Fluent nHibernate Automapping not creating Plural table name
CC BY-SA 2.5
0
2010-08-26T21:48:59.723
2013-05-28T17:07:51.667
2010-08-26T22:29:33.463
128,968
128,968
[ "fluent-nhibernate", "automapping" ]
3,580,023
1
3,580,050
null
4
1,889
This is probably best explained with a visual. As shown below, I have two `<input>` elements for the user to enter dates. ![alt text](https://i.stack.imgur.com/39fs9.png) Is there a CSS or HTML attribute that will allow me to center the contents (in my case, the dates) horizontally in the displayed input areas inste...
Is there a css or html attribute to center the contents of an input tag?
CC BY-SA 2.5
0
2010-08-26T22:22:36.473
2010-10-29T21:59:42.363
null
null
30,018
[ "html", "css", "alignment" ]
3,580,051
1
3,585,062
null
19
12,688
As per the [original question](https://stackoverflow.com/questions/3567312/android-drop-shadow-on-view/3568992#3568992), The end result is a rounded-rect `png` in an `ImageView` with a natural looking drop shadow. I have the shadow working, but when it draws, it makes the entire image black. ![alt text](https://i.sta...
How to prevent Android's drawBitmap from only drawing black images?
CC BY-SA 2.5
0
2010-08-26T22:26:31.780
2010-08-27T17:24:31.090
2017-05-23T12:13:30.460
-1
69,634
[ "android", "paint", "blur", "shadow", "drawbitmap" ]
3,580,159
1
3,582,795
null
0
779
I've created a form with code and I have a big problem. Every element aligmented to the bottom. I painted the clear and aligned space blue on the picture. How can I set every alignment to top? If you need the code in this question you'll find it: [Qt heap memory corruption](https://stackoverflow.com/questions/3574147/...
QT widget alignment problem
CC BY-SA 2.5
null
2010-08-26T22:47:10.840
2010-08-27T09:22:30.700
2017-05-23T12:07:06.850
-1
305,604
[ "qt", "qt4" ]
3,580,178
1
null
null
0
2,289
I need to incorporate file uploads into my website, and after a few hours of thinking I came up with a pretty good way I think. The page with the upload form will be served by a front end web server. To make sure it uploads the file to my remote storage server I'll do this in the markup: ``` <form action="http://stor...
File upload to remote server with progress bar
CC BY-SA 3.0
null
2010-08-26T22:52:08.803
2011-12-04T12:15:00.057
2011-12-04T12:15:00.057
84,042
415,617
[ "jquery", "file-upload" ]
3,580,500
1
3,583,903
null
8
5,288
I have two images: ![Mask](https://i.stack.imgur.com/WvtLs.jpg) ![Texture](https://i.stack.imgur.com/GLKrZ.jpg) I'd like to essentially 'cut out' the black shape from the texture tile so that I end up with something along these lines: ![Cutout](https://i.stack.imgur.com/jNxHh.jpg) Except transparent around the sha...
Active texturing with pygame (possible? what concepts to look into?)
CC BY-SA 2.5
0
2010-08-27T00:16:03.423
2010-09-16T09:07:07.227
null
null
60,739
[ "python", "pygame" ]
3,580,706
1
null
null
4
1,872
In my current project I need to be able to have both editable and read-only versions of classes. So that when the classes are displayed in a List or PropertGrid the user is not able to edit objects they should not be allowed to. To do this I'm following the design pattern shown in the diagram below. I start with a rea...
Creating read-only versions of classes in a complex object structure
CC BY-SA 2.5
0
2010-08-27T01:22:51.020
2013-02-13T21:50:23.650
null
null
88,427
[ "c#", ".net", "interface", "class-design", "readonly" ]
3,580,822
1
3,582,214
null
1
1,114
Hey. Nooby question but new with Entity. I am trying to create a new user object and some details in some additional tables which have a foreign key of the newly created user id. I've attempted to do this in one round trip. Do I have to add the user to the database first and then go back, set the userid's on the othe...
Entity DB Adding New User and Other Related Data to DB
CC BY-SA 2.5
null
2010-08-27T01:57:22.180
2010-08-27T15:52:49.197
2010-08-27T15:52:49.197
423,079
423,079
[ "c#", "entity-framework" ]
3,581,108
1
3,582,924
null
0
217
So I'm writing up a CV and I would like to use the nifty `itemize` environment to list some things within a `tabular` environment. Unfortunately, things end up looking a bit ![this](https://i.stack.imgur.com/TqN2h.jpg), which isn't at all what I want. Specifically, I want to the itemize environment to hug closely to...
Lists in Tabular Environment
CC BY-SA 2.5
null
2010-08-27T03:19:04.893
2010-08-27T09:37:20.480
null
null
128,580
[ "latex", "pdflatex" ]
3,581,668
1
3,581,700
null
0
555
i have this code for a CSS Menu... i got it generated by using a CSS Menu Generator tool ... its not working with IE6... what to do... ![alt text](https://i.stack.imgur.com/dAFHo.png) HTML is here ``` <table border="0" cellpadding="0" cellspacing="0" height="30"> <tr> <td> <div class="mainmenu"> <ul> ...
CSS Menu code not working in IE6
CC BY-SA 2.5
null
2010-08-27T05:55:29.677
2010-08-27T06:36:31.077
null
null
158,455
[ "css", "internet-explorer-6", "compatibility" ]
3,581,824
1
3,581,830
null
11
37,243
How can I implement a search button inside the search box, as seen on a site like Bing? ![search box with graphic for button](https://i.stack.imgur.com/FBeJx.png)
Search button inside the search box like Bing
CC BY-SA 3.0
0
2010-08-27T06:22:28.827
2016-02-08T00:05:40.050
2011-07-02T18:16:02.027
9,314
206,613
[ "css", "bing", "search-box" ]
3,582,230
1
3,582,543
null
2
455
I wanted to achieve the following layout. ![2 divs](https://i.stack.imgur.com/FvEuT.png) basically 1 div placed inside the other. Div1 has circle as .(size of div varies) I want to position Div2 so as i always get the above layout I tried using [centering a div inside another](https://stackoverflow.com/questions/114...
Placing and centering div inside a div
CC BY-SA 2.5
null
2010-08-27T07:41:37.013
2010-08-30T13:03:12.560
2017-05-23T12:07:06.850
-1
158,297
[ "javascript", "jquery", "css" ]
3,582,304
1
3,658,605
null
2
7,830
How to fix building workspace problem in Zend Studio? I'm trying to rename project and rename folder of project, however nothing: > Errors occurred during the build. Errors running builder 'JavaScript Validator' on project 'PROJECT'. java.lang.NullPointerException![alt text](https://i.stack.imgur.com/LGErT.png)
How fix building workspace error in Zend Studio?
CC BY-SA 3.0
0
2010-08-27T07:57:36.590
2011-12-15T18:51:40.463
2020-06-20T09:12:55.060
-1
324,189
[ "zend-studio" ]
3,582,443
1
null
null
1
162
> SELECT instmax, r FROM (SELECT instmax, rownum r FROM ( SELECT instmax FROM pswlinstmax ORDER BY instmax DESC NULLS LAST ) WHERE rownum <= 10 ) WHERE r >=6; # Output ![alt text](https://i.stack.imgur.com/pOuQu.jpg) > > SELECT instmax, r FROM (SELECT inst...
why there's a difference of performance gain among both these queries?
CC BY-SA 2.5
null
2010-08-27T08:26:55.417
2010-08-27T08:59:20.937
null
null
432,584
[ "sql", "performance", "select", "between", "rownum" ]
3,582,524
1
null
null
0
155
Anyone know how I would go about implementing a UI that's very customized, something like this? (Programming in VB.net right now if it matters). Have yet to deviate from the standard windows form look but I've got a project which I would like to visually style out how I want. Thanks in advance :) ![alt text](https:...
How would one create a UI such as this for an application?
CC BY-SA 2.5
null
2010-08-27T08:38:02.587
2011-12-21T20:13:21.453
2011-12-21T20:13:21.453
3,043
324,426
[ "vb.net", "user-interface" ]
3,583,371
1
null
null
2
2,090
I'm trying to record video from the Camera using the MediaRecorder. Here's a code snippet snip.. ``` mr.setAudioSource( MediaRecorder.AudioSource.MIC ); mr.setVideoSource( MediaRecorder.VideoSource.CAMERA); mr.setOutputFormat( MediaRecorder.OutputFormat.THREE_GPP ); mr.setAudioEncoder( MediaRecorder.AudioEncoder...
Android: recorded video seems *distorted*
CC BY-SA 3.0
0
2010-08-27T10:40:43.040
2012-11-29T23:35:11.167
2011-12-23T13:54:39.497
476,681
393,827
[ "android", "video" ]
3,584,019
1
3,584,749
null
1
5,892
I want to draw text to a GDI Surface and rotate this text by 90 degrees counter clockwise. I would prefer to use DrawText to draw the text because it supports carriage return. I tried to use a font with lfEscapement (see the code below) but the line is not rotated - one line gets rendered over the other. Is there any p...
Rotate Text by 90 degrees with GDI
CC BY-SA 3.0
null
2010-08-27T12:20:05.770
2016-08-04T12:51:57.150
2016-08-04T12:51:57.150
366,904
193,049
[ "c++", "windows", "winapi", "gdi" ]
3,584,297
1
3,584,488
null
9
11,949
I am facing this problem and finding solution for this issue since last 2 weeks. Right now i have developed an android application for the client perpose, whose size is 54 MB, from which 52 MB of only Images/Photos. So i want to install it in sd-card on Android SDK 2.2 for that i have already set `android:installLo...
Installing application on SD-card in Android sdk 2.2
CC BY-SA 2.5
0
2010-08-27T12:52:27.563
2014-01-06T14:39:17.680
2010-12-21T15:11:45.883
213,269
379,693
[ "android", "installation", "apk", "sd-card" ]
3,584,329
1
3,584,394
null
14
21,253
I am in my way of finishing the graphs for a paper and decided ([after a discussion on stats.stackoverflow](https://stats.stackexchange.com/questions/2067/follow-up-in-a-mixed-within-between-anova-plot-estimated-ses-or-actual-ses)), in order to transmit as much information as possible, to create the following graph tha...
How to avoid overplotting (for points) using base-graph?
CC BY-SA 3.0
0
2010-08-27T12:56:20.967
2013-05-31T09:54:58.517
2017-04-13T12:44:13.497
-1
289,572
[ "r", "graphics", "plot", "points" ]
3,584,805
1
3,584,933
null
571
479,270
Sometimes I come across code such as this: ``` import matplotlib.pyplot as plt x = [1, 2, 3, 4, 5] y = [1, 4, 9, 16, 25] fig = plt.figure() fig.add_subplot(111) plt.scatter(x, y) plt.show() ``` Which produces: ![Example plot produced by the included code](https://i.stack.imgur.com/yCOG3.png) I've been reading the ...
What does the argument mean in fig.add_subplot(111)?
CC BY-SA 4.0
0
2010-08-27T13:50:42.520
2022-09-16T22:17:39.620
2022-09-16T22:17:39.620
7,758,804
361,427
[ "python", "matplotlib", "subplot", "figure" ]
3,584,837
1
3,584,888
null
0
308
Hey all, weird question. My company has an application from another company that records an image taken by a camera connected via Ethernet. Their app is written in C++ and I've been trying to convert/hack it using Java. I'm able to receive images, but the quality is not the same. The photo on top is from their app and...
Artifacts when receiving image from camera in Java
CC BY-SA 2.5
null
2010-08-27T13:55:00.457
2010-08-27T14:01:06.727
null
null
285,476
[ "java", "image", "camera", "artifacts" ]
3,585,009
1
3,585,405
null
10
15,456
I want to raise a notification showing an icon in the status bar - so far so good, but actually I would like this icon to be a 3 character String. So my question is: Is there a way to convert my String into a `Drawable` to display it as Icon in the status bar? EDIT: I recently found an app which does something simila...
Convert String to Drawable
CC BY-SA 2.5
0
2010-08-27T14:13:19.020
2017-08-10T03:21:50.913
2010-08-28T09:28:18.547
415,347
415,347
[ "android" ]
3,585,049
1
3,585,070
null
0
3,517
how do I stretch a form submit button using CSS? I'd like to have some kind of horizontal padding between the text inside the button and the button left and right end. Is this possible, and if so, how? ![alt text](https://i.stack.imgur.com/2g5VU.png) Tips for making the button prettier (without using images) are also...
How to stretch the form submit button using CSS?
CC BY-SA 2.5
null
2010-08-27T14:18:55.997
2010-08-27T14:30:20.763
null
null
408,089
[ "html", "css", "button", "padding", "stretch" ]
3,585,261
1
3,586,358
null
2
215
following background: i have a Table-valued Function that returns a Table that is a kind of filtered view(views can not be parameterised) on a large table. Now i need many row count values on different conditions. Is it possible to get all count values in one query without having to query this function for every condit...
Calculations on Subquery in strong typed dataset
CC BY-SA 2.5
null
2010-08-27T14:38:47.363
2010-08-31T16:19:08.180
2010-08-31T16:19:08.180
284,240
284,240
[ ".net", "sql", "sql-server", "subquery", "strongly-typed-dataset" ]
3,585,314
1
3,585,860
null
2
443
I can't get the correct transformation in OpleGL. I have point3D - P(X,Y,Z), and projection matrix M, which equal to K*(R|T) where K - camera calibration matrix ![alt text](https://i.stack.imgur.com/alJOE.gif) (R|T) - point (object) coordinate system transformation (R - rotation matrix, T - translation vector) As...
Geometry -> OpenGL
CC BY-SA 3.0
0
2010-08-27T14:44:26.593
2012-06-13T13:55:25.950
2012-06-13T13:55:25.950
44,729
299,785
[ "c++", "opengl", "opencv", "glut", "camera-calibration" ]
3,585,490
1
3,585,620
null
0
3,398
I am having this issue and I am hoping that it is so simple and that is why I can not figure it out. I want to use an image divider inbetween navigation `<li>` elements. Here is my CSS: ``` #nav { width:70.5%; padding-left:29.5%; list-style: none; margin: 0px auto; float:left; background-imag...
CSS Cross-Browser Image Divider within Navigation
CC BY-SA 2.5
null
2010-08-27T15:04:20.313
2010-08-27T15:23:27.230
2010-08-27T15:22:21.387
316,429
316,429
[ "css" ]
3,585,907
1
3,586,499
null
2
702
I'm attempting to parse an Oracle trace file using regular expressions. My language of choice is C#, but I chose to use Ruby for this exercise to get some familiarity with it. The log file is somewhat predictable. Most lines (99.8%, to be specific) match the following pattern: ``` # [Timestamp] [Thre...
Matching everything between two specific words using regular expressions
CC BY-SA 2.5
0
2010-08-27T15:48:09.393
2010-08-27T18:40:21.300
2010-08-27T17:43:26.323
145,831
145,831
[ "c#", "ruby", "regex", "text-parsing", "logfiles" ]
3,586,235
1
3,589,352
null
3
5,308
I have a relative layout which looks like this: ![alt text](https://i.stack.imgur.com/6MSWm.png) Here is the code: ``` <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" > ...
How to create column-like layout for ListView rows?
CC BY-SA 2.5
null
2010-08-27T16:25:14.403
2012-08-14T20:01:06.613
null
null
19,875
[ "android", "listview", "layout", "textview", "android-relativelayout" ]
3,586,287
1
null
null
2
2,304
I have a PNG file to which I want to add the properties 1. Pixels per unit, X axis 2. Pixels per unit, Y axis 3. Unit specifier: meters These properties are explained in the PNG specification: [http://www.w3.org/TR/PNG-Chunks.html](http://www.w3.org/TR/PNG-Chunks.html) I have programmatically read the properties of...
How to add a property to a PNG file
CC BY-SA 4.0
null
2010-08-27T16:33:56.003
2021-10-26T15:16:23.247
2021-10-26T15:16:23.247
16,587,746
223,755
[ "c#", ".net", "png", "file-properties" ]
3,586,362
1
3,586,369
null
0
1,243
Not sure if I'm having a stupid day or not but wondering if there is a hack around this. When I have a multi-line list item with no list style, I get this indent as if the bullet should be there. Anyway arond this? ![alt text](https://i.stack.imgur.com/8Ni9e.png)
Multi Line list items indent
CC BY-SA 2.5
null
2010-08-27T16:43:50.617
2010-08-27T16:52:31.360
null
null
157,503
[ "css" ]
3,586,377
1
3,600,767
null
5
508
I have the following situation between these three tables: ![alt text](https://i.stack.imgur.com/D8IAJ.png) Before I start explaining what I'm trying to accomplish here, let me clarify three things: 1. I drew the model on EntityFramework, but this is actually the database view. Just assume that the fields type matc...
Is it possible to create an association between two normal fields in Entity Framework, thereby ignoring the primary key?
CC BY-SA 2.5
0
2010-08-27T16:46:00.247
2010-08-30T13:27:40.850
null
null
415,778
[ "c#", ".net", "entity-framework" ]
3,586,740
1
3,586,778
null
0
3,217
how can i make this.... [goto this link and see the text sliding after regular intervals](http://www.scriptocean.com/dticker.html) well i want to learn to make this so that i could make ![alt text](https://i.stack.imgur.com/XURwg.png)... it is supposed to be a dynamic news scroller.... but to make this i know i wi...
HTML\JavaScript - News Scroller - Sliding Text Effect
CC BY-SA 2.5
0
2010-08-27T17:32:32.327
2010-08-27T17:38:28.903
null
null
158,455
[ "html", "css", "dhtml", "slideshow" ]
3,586,871
1
null
null
261
160,428
How would it be possible to include both bold and non-bold text in a uiLabel? I'd rather not use a UIWebView.. I've also read this may be possible using NSAttributedString but I have no idea how to use that. Any ideas? Apple achieves this in several of their apps; Examples Screenshot: ![link text](https://i.stack.img...
Bold & Non-Bold Text In A Single UILabel?
CC BY-SA 3.0
0
2010-08-27T17:52:43.083
2022-02-09T08:53:22.067
2019-05-09T20:16:38.623
1,085,736
433,213
[ "ios", "objective-c", "swift", "uilabel", "nsattributedstring" ]
3,587,333
1
3,587,398
null
0
1,824
![alt text](https://i.stack.imgur.com/3HurK.png) I am reading a text file line by line with VBA into a worksheet. it's often returning these characters. Does anyone know how to remove them? this is how i am reading it: ``` Sub ReadAsciiFile() Dim sFileName As String Dim iFileNum As Integer Dim sBuf As S...
Getting questionmark characters (?) when reading file line by line into worksheet
CC BY-SA 2.5
null
2010-08-27T19:03:45.793
2018-11-20T14:09:20.850
2010-08-27T20:26:27.413
258,127
117,700
[ "excel", "vba" ]
3,587,747
1
3,587,817
null
1
68
![alt text](https://i.stack.imgur.com/zmMGt.png) I receive this error when files are loading and sometimes after they have stopped loading. It only happens with this site, not with my other django sites. I can't make any sense of this one. Can anyone tell me what's going wrong here?
Python error, only in the command window. Causes site to hang when loading
CC BY-SA 2.5
null
2010-08-27T20:03:58.767
2010-08-27T20:20:55.807
null
null
355,697
[ "python", "django" ]
3,588,103
1
3,589,127
null
0
1,134
I'm having trouble with this dropline menu - how can I get the subnav to line up with the right edge of the parent item? what I'm trying to achieve would look something like this: ![alt text](https://i.stack.imgur.com/3Bi69.jpg) If I were hovering over the first item on the left of the nav item. Here is a link to sam...
Right-aligned CSS / jQuery dropline menu
CC BY-SA 3.0
0
2010-08-27T21:03:58.460
2012-04-14T16:26:57.820
2012-04-14T16:26:57.820
201,255
201,255
[ "css" ]
3,588,293
1
3,589,047
null
14
17,964
Tick labels for ticks bigger than about 10'000, get formatted to 1x10^4 for example. Whereas the exponential part appears above the corresponding axes. This misbehavior has been well described on [on matlab central](http://www.mathworks.com/matlabcentral/newsreader/view_thread/270088) as well, but without a solution. ...
Suppress exponential formatting in figure ticks
CC BY-SA 2.5
0
2010-08-27T21:34:34.630
2014-06-18T15:18:21.873
2014-06-18T15:18:21.873
2,982,225
426,834
[ "matlab", "plot", "label", "number-formatting" ]
3,588,351
1
3,634,210
null
2
522
I have a to-one relationship between a Document and Settings model: ![alt text](https://i.stack.imgur.com/DRen1.png) On creation of a Document, a corresponding Settings object is created. The models are persisted to core data. When relaunching after creating a few documents (and the associate settings), the applicat...
Core Data Relationship Failing to Load To-One Relationship
CC BY-SA 2.5
null
2010-08-27T21:48:08.173
2010-09-03T08:45:45.690
null
null
259,900
[ "iphone", "objective-c", "cocoa-touch", "core-data" ]
3,588,653
1
3,588,731
null
9
6,270
This is somewhat related to another question I asked: [Translate GPS coordinates to location on PDF Map](https://stackoverflow.com/questions/2870166/translate-gps-coordinates-to-location-on-pdf-map). That got me to this point, now I'm stuck on the math. Let's say I have a floor plan of a building, I've taken gps coor...
Convert GPS coordinates to coordinate plane
CC BY-SA 2.5
0
2010-08-27T22:56:48.473
2022-09-30T18:18:09.013
2017-05-23T12:16:24.547
-1
114,696
[ "iphone", "math", "dictionary", "gps", "coordinate-systems" ]
3,588,950
1
null
null
0
2,618
I'm new to AS3. Learning how to create classes. Is `comp = new HouseObjects` creating a new class? Is comp creating an instance of the HouseObjects? I realize that this is inside public class TreeHouse. I'm thinking that HouseObjects, how I set it up is not a class...not sure what the correct way to set up classes and ...
Creating Classes and Properties in AS3
CC BY-SA 2.5
null
2010-08-28T00:38:24.147
2010-08-28T17:45:12.270
2010-08-28T01:02:25.307
422,157
422,157
[ "actionscript-3", "function", "properties", "class", "object" ]
3,589,274
1
3,589,486
null
1
315
I want a Flash Builder plugin that takes ugly unformatted mxml and makes it beautiful ![alt text](https://i.stack.imgur.com/Fb1gA.png) +1 if you would like something like this also. Edit: noticed that screenshot is barely legible. Larger version here: [http://dl.dropbox.com/u/672147/mxmlFormatterDream.png](http://dl...
What's an awesome formatter for MXML/AS3?
CC BY-SA 2.5
null
2010-08-28T02:58:24.697
2014-01-10T06:22:12.207
null
null
66,584
[ "apache-flex", "flash", "actionscript-3", "mxml", "flash-builder" ]
3,589,578
1
null
null
0
2,170
Wondering how I can do this with CodeIgniter? ![alt text](https://i.stack.imgur.com/KgAvi.png) Any help is greatly appreciated! Thanks.
Alphabetical lists in CodeIgniter
CC BY-SA 2.5
null
2010-08-28T05:18:26.817
2010-08-28T06:00:34.937
null
null
266,889
[ "php", "list", "codeigniter" ]
3,589,587
1
3,589,605
null
4
2,511
I'm building a database and have run into a problem that I can't seem to wrap my mind around. The database is much more complex than what is pictured, but the problem can be distilled into the table structure below. The issue is that every employee has a manager and every manager is an employee. It would seem that t...
How to design a database with a table that needs to reference itself?
CC BY-SA 2.5
0
2010-08-28T05:21:44.503
2010-08-28T13:41:10.453
2010-08-28T13:41:10.453
null
124,725
[ "database-design" ]
3,589,646
1
3,589,717
null
10
996
My designer believes this cannot be done, however it seems possible to me. (Although I have limited CSS experience). However, he also said the background couldn't be fixed, and stackoverflow has proved his wrong in the past; so I question his knowledge. JQuery can be used if this cannot be done in pure CSS. ![alt text...
2 part CSS "wallpaper" that resizes to browser
CC BY-SA 2.5
0
2010-08-28T05:44:56.550
2010-09-10T06:21:33.893
2010-09-06T16:02:13.933
130,204
130,204
[ "javascript", "jquery", "html", "css", "layout" ]
3,589,738
1
3,589,951
null
2
979
I am new to cakePHP and I am trying to figure out how to create the following relationship: ![alt text](https://i.stack.imgur.com/JAuus.jpg) The employees.manager_id will point to the employees.id of their manager. So, in other words, employee Jason will have a manager of Jill. Jason is employees.id 1 with employee...
How to setup relationship in cakephp for a one-to-one recursive relationship?
CC BY-SA 2.5
0
2010-08-28T06:29:01.377
2010-08-28T07:55:58.250
null
null
124,725
[ "cakephp" ]
3,590,368
1
null
null
1
421
i have one table with two columns as shown in picture ![alt text](https://i.stack.imgur.com/ja1CB.jpg) table columns names are (MAXDATE,AMOUNT). if you see we have ``` first date range (from current date to 20-jan-2010) second date range from 20-jan-2010 to 30-jan-2010 3rd range is from 20-jan-2010 to 31-j...
calculate total number of days in specied dates
CC BY-SA 2.5
0
2010-08-28T10:20:27.353
2010-08-28T11:32:45.330
null
null
172,319
[ "php", "sql", "mysql", "date" ]
3,590,427
1
3,608,744
null
0
1,645
I have a tabbar application. Second tab had a drill down table list with Navigation Controller. I also want to implement a segmented control inside a tool bar that shows different table entries as per the selected switch in segmented control. I am a little confused as to how to implement this? Screen-shot - ![alt tex...
UINavigationBar with TableView and Segmented Control inside UITabBar
CC BY-SA 2.5
null
2010-08-28T10:41:54.463
2010-08-31T11:58:24.380
2010-08-28T10:50:58.360
154,967
154,967
[ "iphone", "uitableview", "uinavigationcontroller", "uitabbarcontroller", "uitoolbar" ]
3,590,456
1
3,621,168
null
1
2,671
The demo page: [CLICK HERE](http://meyers.ipalaces.org/WIP_BRIAN/) I have made a picture to show: ![alt text](https://i.stack.imgur.com/DmfdV.png) As clearly seen in the picture, there is a gap from the div `left_bg` and the div `middle_bg`. The `left_bg` has no content, and its width should be fluid and fit inside i...
How to make div expand all the way to the right
CC BY-SA 2.5
0
2010-08-28T10:52:55.583
2010-09-02T15:43:15.463
2010-09-01T13:07:04.720
130,204
130,204
[ "xhtml", "html", "css" ]
3,590,521
1
3,590,525
null
0
92
I hope someone can help me since I have no clue whats going on here. I have a table with an image in each row (at the beginning). Each image has tooltip (title attibute). HTML looks lie this: ``` <td align="center"> <input type="hidden" value="0" /> <img src="/img/prognosis/2green.png" title="Augsburg-Göggingen "> ...
HTML: Missing image resource has strange effect on ToolTip
CC BY-SA 2.5
null
2010-08-28T11:11:30.610
2010-08-28T11:12:56.463
null
null
338,476
[ "html" ]
3,590,572
1
3,590,589
null
0
1,123
I am looking to make video thumbnails like on facebook but I am not able to get that play button over the thumbnail like on facebook. ![alt text](https://i.stack.imgur.com/16hr1.png) ``` <a href="watch-video.php?c=1244"> <img src="http://img.youtube.com/vi/X0OdLlX-cIw/1.jpg"> <b></b> </a> ``` ``` .wal...
How to make video thumbnails like Facebook [CSS]
CC BY-SA 2.5
null
2010-08-28T11:30:06.597
2010-08-28T11:35:41.503
null
null
205,024
[ "css" ]
3,590,690
1
3,590,755
null
0
1,037
I'm developing a GTK app, and would like to print some messages over existing widgets rather than displaying them in the status bar, kind of like the way Mendeley does it when no document is selected: ![alt text](https://i.stack.imgur.com/HMwbM.png) (as opposed to what is displayed in the right pane when you select a...
PyGTK: adding text over widgets
CC BY-SA 2.5
0
2010-08-28T12:11:11.450
2010-08-28T12:32:26.967
null
null
284,696
[ "python", "gtk", "pygtk" ]
3,590,905
1
3,591,526
null
38
68,668
I'm trying to plot a log-log graph that shows logarithmically spaced grid lines at all of the ticks that you see along the bottom and left hand side of the plot. I've been able to show gridlines by using `matplotlib.pyplot.grid(True)`, but this is only showing grid lines for me at power of 10 intervals. So as an exam...
How do I show logarithmically spaced grid lines at all ticks on a log-log plot using Matplotlib?
CC BY-SA 3.0
0
2010-08-28T13:30:02.783
2020-04-13T16:02:59.403
2018-01-08T23:07:08.063
63,550
129,475
[ "grid", "matplotlib" ]
3,591,374
1
3,591,385
null
2
16,953
![alt text](https://i.stack.imgur.com/Tc3Bm.png) when trying to start eclipse, i receive the message in the image. when trying to start other instance of eclipse, i receive a message saying: "failed to create the java virtual machine". How can i solve it?
Eclipse won't start
CC BY-SA 2.5
null
2010-08-28T15:48:40.350
2010-08-28T16:26:10.210
2010-08-28T16:12:44.000
101,258
243,967
[ "java", "eclipse" ]
3,591,521
1
3,591,566
null
0
92
I am trying to setup a Rails environment via CPanel. I've tried on several distinct hosting environments (on all of which I used CPanel to create the project) and I get the following: ![About your rails environment - Something went wrong](https://i.stack.imgur.com/QWqwy.jpg) Is this something done wrong - I have to...
Setting up Rails for the first time - is this normal?
CC BY-SA 2.5
null
2010-08-28T16:33:04.497
2013-10-26T18:00:13.463
null
null
248,129
[ "ruby-on-rails", "installation", "cpanel" ]
3,591,650
1
3,592,492
null
0
835
I saw many examples of how to draw a rounded rectangle using iPhone SDK. What I really need is a trimmed corner rectangle, something that will look as follows: ![alt text](https://dl.dropbox.com/u/2885291/ImageHosting/image3.png) Thanks, Josh
How do I draw a rectangle with clipped, not rounded, corners on the iPhone?
CC BY-SA 2.5
null
2010-08-28T17:08:46.737
2010-08-29T04:35:36.950
2010-08-29T00:30:58.160
19,679
371,684
[ "iphone", "quartz-graphics" ]
3,592,067
1
3,592,092
null
0
623
![alt text](https://i.stack.imgur.com/GIK0Z.jpg) Just finishing up my college project and I want to place a background image as the div background. The div is on the right hand side, the 'main content' area. Where can I find a notebook type background image to simulate that the forms are in a textbook? Also, how can ...
How to set a background to a div of variable height?
CC BY-SA 2.5
null
2010-08-28T19:08:52.033
2010-08-28T23:04:12.167
null
null
null
[ "css", "html", "background-image" ]
3,592,124
1
3,594,597
null
1
966
i am using PSChildPaneSpecifier on Setting bundle to show Acknowledgements about my application on setting bundle ,so how can handle my plist file to show many texts ? like iwork apps Acknowledgements thank you i mean something like this : ![alt text](https://i.stack.imgur.com/u4EVF.png)
A question about PSChildPaneSpecifier [iPhone SDK]
CC BY-SA 2.5
0
2010-08-28T19:25:47.533
2010-08-29T11:51:19.780
2010-08-29T11:48:39.797
199,173
199,173
[ "iphone" ]
3,592,239
1
3,592,480
null
2
1,359
So I have a bunch of javascript to make some random points, and then connects them via a minimum spanning tree. That all works fine. Then after that it draws the points and paths onto the canvas; and it draws an image like this: ![First example](https://i.stack.imgur.com/EKE64.png) - Randomly generated each time. T...
Javascript Canvas drawing problem
CC BY-SA 2.5
0
2010-08-28T20:05:58.497
2010-08-28T22:00:23.383
2010-08-28T20:53:57.067
2,214
432,913
[ "javascript", "html", "canvas" ]
3,592,365
1
3,592,409
null
2
157
I have two UIImage objects as follow: image1: ![alt text](https://dl.dropbox.com/u/2885291/ImageHosting/image3.png) image2: ![alt text](https://dl.dropbox.com/u/2885291/ImageHosting/image4.png) I wish to combine the two images via code so I can get the following image: ![alt text](https://dl.dropbox.com/u/2885291...
Help needed with UIImage manipulation
CC BY-SA 2.5
null
2010-08-28T20:39:23.910
2010-08-28T20:51:00.497
null
null
371,684
[ "iphone", "uiimage" ]
3,592,748
1
3,593,146
null
0
112
I have this CSS Menu. It's fully functional. ![alt text](https://i.stack.imgur.com/FXBNi.png) But when I put it in my page inside some table cell, it blows up like this. Don't mind the silver and the blue lines, they are from the page. ![alt text](https://i.stack.imgur.com/4d2MQ.png) Now I have debugged the page an...
CSS Menu Problem
CC BY-SA 2.5
null
2010-08-28T22:32:30.873
2010-08-29T06:22:02.267
2010-08-29T06:22:02.267
158,455
158,455
[ "html", "css", "cascadingdropdown", "drop-down-menu" ]
3,593,110
1
3,593,157
null
2
1,910
I'm trying to achieve table similar to this using css/html only. Is it possible ? ![enter image description here](https://i.stack.imgur.com/wtWGA.png) So the white area is the `places` table. This is the HTML for the table : ``` <table class="places"> <tr> <td class="solid">K</td> <td>&nbsp;</td>...
Advanced css/html table styling
CC BY-SA 3.0
null
2010-08-29T00:56:07.200
2017-06-10T12:15:52.960
2017-06-10T12:15:52.960
4,370,109
391,094
[ "html", "css", "html-table" ]
3,593,512
1
3,596,824
null
5
505
Site is located here: [CLICK TO VIEW THE WEBSITE](http://bit.ly/9sjLoS) Here is an image of the problem: ![alt text](https://i.stack.imgur.com/bDrKg.png) As you can see, using CSS3 `border-radius`, and `background: transparent` I was able to make what looks like a "cutout" from the div. The problem should be obvious ...
CSS3: Transparent Rounded Corner Problem
CC BY-SA 2.5
0
2010-08-29T04:26:21.950
2010-08-29T22:52:42.937
2010-08-29T04:48:40.823
130,204
130,204
[ "html", "xhtml", "css" ]
3,594,032
1
3,594,048
null
0
557
I am trying to make my app localized. I have followed this procedure [http://www.switchonthecode.com/tutorials/a-simple-localization-example-for-the-iphone](http://www.switchonthecode.com/tutorials/a-simple-localization-example-for-the-iphone). And have deleted all localization and done it over again. I've seen other t...
Localization of views
CC BY-SA 3.0
null
2010-08-29T08:10:21.600
2012-07-24T17:14:06.810
2012-07-24T17:14:06.810
777,408
229,144
[ "iphone", "objective-c", "localization", "internationalization", "interface-builder" ]
3,594,086
1
3,594,119
null
25
21,832
In Windows 7, the volume mixer windows has a specific style, with a thick, transparent border, but no title bar. How do i recreate that window style in a winforms window? ![volume mixer](https://i.stack.imgur.com/b0Zx6.png) I tried setting Text to string.Empty, and ControlBox to false, which removes the titlebar, but...
How to create a form with a border, but no title bar? (like volume control on Windows 7)
CC BY-SA 2.5
0
2010-08-29T08:32:53.183
2019-02-18T11:27:59.767
2010-08-29T08:54:20.403
62,662
62,662
[ "c#", ".net", "winforms", "windows-7", "windows-style-flags" ]
3,594,236
1
3,596,948
null
12
36,893
I have an entity with a foreign key relationship to an asp.net membership provider users table. This portion of the model looks like this: ![alt text](https://i.stack.imgur.com/sQFsL.png) I can't seem to assign the foreign key relationship when inserting the Users table record, the record containing the foreign key ...
Entity Framework - An item with the same key has already been added. - Error when trying to define foreign key relationship
CC BY-SA 2.5
0
2010-08-29T09:35:23.103
2010-08-29T22:58:31.913
2010-08-29T19:40:18.370
418,716
418,716
[ ".net", "linq", "entity-framework", "linq-to-entities", "entity-framework-4" ]
3,594,659
1
3,594,700
null
2
310
I made an application that uses a `ListAdapter` to display some items. In my `getView` method I use `LinearLayout#setPadding()` to define the indention of each view depending of some object specific states. This worked fine in Android 1.5. Last week I decided to move to 1.6 since it's better suitable for different scr...
ListAdapter in Android 1.5 and 1.6: are there any differences?
CC BY-SA 2.5
null
2010-08-29T12:11:53.767
2010-08-29T17:25:19.273
2010-08-29T17:25:19.273
null
null
[ "java", "android" ]
3,594,792
1
null
null
3
1,697
How to make text wrapping like this with semantic and clean HTML, CSS ? With compatible in all browser. ![alt text](https://i.stack.imgur.com/2FxdE.png) Adding different classes to `<p>` is the only solution I'm thinking if there is no other solution. but with that way every time client would not be able to change ...
How to make uneven text wrapping (not square or round) like this with semantic and clean HTML, CSS?
CC BY-SA 2.5
null
2010-08-29T12:47:48.553
2010-08-29T13:30:18.483
2010-08-29T13:30:18.483
84,201
84,201
[ "jquery", "css", "xhtml" ]
3,594,824
1
3,594,863
null
0
36
How would you display / Echo pictures with a name underneeth in the order shown on the example below in php ? Sort of like echoing a friends list. Im looking for how to structure it with code, I guess thats the correct way to explain what I want to achieve, hope that helps. I tried ``` echo ' <tr> <td ali...
How to structure outputed data in specific table order
CC BY-SA 2.5
null
2010-08-29T12:57:22.330
2010-08-29T13:18:04.513
2010-08-29T13:02:44.253
401,647
401,647
[ "php", "mysql", "html" ]