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
4,273,460
1
5,023,153
null
0
996
How do you sort the class, element, or element id's in the css outline window? Is this possible? I've used the NetBeans IDE recently and I noticed that feature was present by default: ![enter image description here](https://i.stack.imgur.com/JMv6n.jpg) Here is what I see in visual studio 2010 ![enter image descript...
is there a way to sort css class names, ids, and elements in the css navigator window in visual studio 2010
CC BY-SA 2.5
0
2010-11-25T03:17:51.317
2011-02-17T03:40:58.380
2011-02-17T03:40:58.380
185,961
185,961
[ "asp.net", "css", "visual-studio-2010" ]
4,273,484
1
4,274,159
null
0
1,408
Briefly described, I have 2 tables that have 'equivalent' rows in each other. The equivalencies are maintained in a 3rd Mapping table (which maps ID A to ID B). In a view I want to create a consolidated view that shows: - - - It's easier to explain graphically... I have the following scenario (shown in picture link...
Consolidate 2 tables via a mapping table - Full Joins?
CC BY-SA 2.5
0
2010-11-25T03:22:21.153
2010-11-25T06:00:30.553
2010-11-25T04:26:37.920
372,871
125,430
[ "sql", "teradata", "multiple-tables" ]
4,273,509
1
4,273,585
null
0
46
I just recently found out how to add an icon to a win32 project after I tried it out the base icon on my application worked fine but when I open the application the actual 16x16 icon in the top left corner is a question mark in a bubble the odd thing is when I accidently forgot to put -mwindows in my compile code the ...
icon working as base weird icon appearing inside window
CC BY-SA 2.5
null
2010-11-25T03:28:01.570
2010-11-25T03:46:59.220
null
null
null
[ "c++", "winapi", "mingw" ]
4,273,525
1
4,273,546
null
2
110
So I have a `<div>`. I would like to turn the css style `overflow:visible` on all content that pass through the top of the `<div>` and turn `overflow:hidden` on all content that is below the div. Is this possible? ![alt text](https://i.stack.imgur.com/1scl6.jpg)
CSS Overflow Property Question
CC BY-SA 2.5
null
2010-11-25T03:32:49.673
2010-11-25T04:32:08.727
2010-11-25T04:04:37.460
463,065
404,760
[ "html", "css" ]
4,274,441
1
4,274,491
null
0
2,384
I have a report choosing start date and end date. I tested at the office and it is working fine. When it is installed at the user's place, the following error pops up. ![alt text](https://i.stack.imgur.com/IjMUh.jpg) I wonder why is that? I bring back the database and run at the office. Still working fine.
system argument out of range exception
CC BY-SA 2.5
null
2010-11-25T06:54:33.527
2010-11-25T07:28:56.380
null
null
398,909
[ "c#", "crystal-reports" ]
4,274,458
1
4,274,498
null
3
5,956
I have set my `ListBox.ItemTemplate` to something like below ``` <ListBox.ItemTemplate> <DataTemplate> <StackPanel Margin="10"> <TextBlock Text="{Binding Args}" /> <ProgressBar Value="{Binding Progress}" Height="10" /> <TextBlock Text="{Binding Status}" /> <T...
WPF ListBox ItemTemplate: How to make contents fill available space?
CC BY-SA 2.5
null
2010-11-25T06:57:52.903
2010-11-25T07:09:11.073
null
null
292,291
[ "wpf", "listbox", "itemtemplate" ]
4,274,543
1
4,274,565
null
0
34
i have seen people using these kind of images then positioning them so that they are single buttons, you know what i mean ![alt text](https://i.stack.imgur.com/xvTMH.png) ![alt text](https://i.stack.imgur.com/fEC6U.png) - -
PNG\Images - Positioning
CC BY-SA 2.5
null
2010-11-25T07:18:16.203
2012-04-05T15:22:20.557
2012-04-05T15:22:20.557
50,776
158,455
[ "language-agnostic" ]
4,274,831
1
4,274,844
null
0
554
I have a ASP.NET web application, when I click menu "report", it will download an microsoft office excel template from server, and when the excel file opened, there is an "retrieve data" button, by clicking this button, excel with vba script will download the data from webservice. I'm sure nothing wrong about vba scrip...
Error retrieving data in Excel
CC BY-SA 2.5
null
2010-11-25T08:01:57.000
2010-11-25T08:04:50.510
null
null
454,786
[ "web-services", "excel", "iis", "vba" ]
4,275,432
1
4,275,605
null
0
360
I write the following code on my main form to show the help file when i click on F1. This works fine but i am getting it as maximized i don't want this and also only after selecting the contents on the opened one i am able to see the contents by default i am unable to view My code is as follows ``` private void frmMa...
Need guidance regarding Helpprovider
CC BY-SA 2.5
null
2010-11-25T09:21:53.933
2010-11-25T09:44:05.867
2010-11-25T09:30:30.347
388,388
388,388
[ "c#", "winforms" ]
4,275,436
1
4,276,058
null
5
1,843
The [MSDN Docs](http://msdn.microsoft.com/en-us/library/system.componentmodel.backgroundworker.dowork.aspx) says > If the operation raises an exception that your code does not handle, the BackgroundWorker catches the exception and passes it into the RunWorkerCompleted event handler, where it is exposed as the Error p...
BackgroundWorker & Exceptions
CC BY-SA 2.5
null
2010-11-25T09:22:13.877
2012-02-29T04:49:28.493
2010-11-25T09:43:27.163
292,291
292,291
[ "c#", "exception", "backgroundworker" ]
4,275,724
1
null
null
0
1,396
i wont to add a new Link on /wp-admin/edit.php by using a plugin. I wont to have on every post a Link to a page of my plugin and passing the postid any idea to do this? ![alt text](https://i.stack.imgur.com/ZfQgW.gif) thx
Add new Button to a page in Wordpress
CC BY-SA 2.5
null
2010-11-25T09:54:03.367
2010-11-25T10:31:52.003
2010-11-25T10:31:52.003
290,326
290,326
[ "wordpress" ]
4,275,727
1
4,275,876
null
0
79
I am trying to learn about ways to layout my data from a database using ASP.NET and C# I can layout my data without any problem in rows using things like the GridView control, as the below image illustrates. ![alt text](https://i.stack.imgur.com/ghQml.jpg) However I want to layout all of the information that would n...
Laying out data with the ASP.NET data controls
CC BY-SA 2.5
null
2010-11-25T09:54:37.417
2017-01-17T18:24:44.200
2017-01-17T18:24:44.200
4,370,109
467,732
[ "asp.net", ".net", "database", "tablelayout" ]
4,275,741
1
4,887,138
null
1
5,404
I'm using an `UpdatePanel` to swap the `ActiveView` of a `MultiView`. In IE6, 7 and 8 and Chrome 7 I get a JavaScript error when the UpdatePanel returns. In Firefox 3.6.1 there is no error reported (in the error console or in Firebug). The error is on line 3621 of ScriptResource.axd ``` function Sys$_ScriptLoader$_l...
JavaScript error when using ASP.NET UpdatePanel
CC BY-SA 2.5
null
2010-11-25T09:55:48.500
2018-03-29T13:38:00.050
null
null
1,741,868
[ "asp.net", "asp.net-ajax", "updatepanel", "asp.net-3.5" ]
4,276,056
1
4,276,181
null
1
755
I need to add cancel button in numeric keyboard. How to customize the following keyboard? When I click by cancel button, the keyboard will be hide. ![alt text](https://i.stack.imgur.com/avsO2.png)
Customize numeric keyboard in iPhone
CC BY-SA 3.0
0
2010-11-25T10:33:01.330
2017-09-05T21:05:51.797
2017-09-05T21:05:51.797
472,495
409,571
[ "iphone", "iphone-softkeyboard" ]
4,276,044
1
4,276,133
null
7
4,543
I am trying to automate a website using WatIN IE. As the website bans the ip after few request .So I am setting a bool ipbanned =true when ip gets bannned. In that case and i wish to change the IP. The SetProxy method successfully changes the ip adress with port. but on next request I am getting this screen :- ![alt ...
How to handle Windows Security alert dialog box using Watin IE
CC BY-SA 2.5
0
2010-11-25T10:30:57.837
2013-08-20T21:44:27.047
null
null
418,281
[ "c#", ".net", "proxy", "dialog", "watin" ]
4,276,168
1
4,276,221
null
0
42
The only difference I can think between a project that WAS working to now this new project that's NOT working is the fact that one may have been a normal MVC 2 project whereas this new one is an Empty MVC 2 project. I'm unaware of the differences other than some helper files... nevertheless, I get this error and I'm a...
ASP.NET MVC 2: Odd Error
CC BY-SA 2.5
null
2010-11-25T10:47:52.370
2010-11-25T19:52:46.503
2010-11-25T19:52:46.503
337,806
337,806
[ "linq-to-sql", "asp.net-mvc-2" ]
4,276,196
1
4,279,268
null
0
953
I am trying to install my program via ClickOnce on a clients PC - it has Win XP with .Net 2.0 runtime. It comes up with a problem during installation - saying that something went wrong during installation see below: ![alt text](https://i.stack.imgur.com/HW6rJ.jpg) I looked at the event viewer and I saw the following...
Problem with installing program on PC with ClickOnce
CC BY-SA 2.5
0
2010-11-25T10:51:51.330
2010-11-25T18:52:46.967
2010-11-25T11:16:49.173
5,175
5,175
[ "clickonce" ]
4,276,210
1
4,276,302
null
0
300
i had to reset my computer to factory settings yesterday and reinstall visual studio now before the clean start when i created a mvc2 application everything appeared correct but now i get a parser error when opening with iis7 and i set the application pool to asp.net v4.0 i would be able to fix this if what was in th...
visual studio iis7 parser error?
CC BY-SA 2.5
null
2010-11-25T10:53:06.363
2010-11-25T11:03:34.183
null
null
474,691
[ "visual-studio", "iis" ]
4,276,224
1
4,286,175
null
0
256
why do I get the "-1" string displayed below, even though I submit an underscore "_" to indicate missing data value here? [My bar chart - please click to see the URL parameters](http://chart.apis.google.com/chart?chs=700x280&cht=bvo&chco=3399FF,CCCCFF&chd=t:_,_,_,-2064|3927,6133,8053,2802&chxl=0:|2010-44|2010-45|2010-...
Google bar chart: getting -1 for underscore data values
CC BY-SA 2.5
null
2010-11-25T10:54:40.330
2010-11-26T14:40:11.487
2010-11-25T20:45:30.217
165,071
165,071
[ "google-visualization" ]
4,276,325
1
4,276,717
null
2
19,211
I want a table to have fixed width but dynamic height because content may be of various length. Here is an example: ![alt text](https://i.stack.imgur.com/R6EDu.png) I have fixed width but the content is overlapping. What I am doing wrong? Here is my code: ``` <table width="60%" align='center' cellpadding='2' ...
Create HTML table with fixed width columns with CSS
CC BY-SA 2.5
0
2010-11-25T11:07:11.767
2017-06-14T19:23:55.443
2017-06-14T19:23:55.443
4,370,109
401,025
[ "html", "css", "html-table" ]
4,276,535
1
4,277,209
null
5
4,218
If I'm not really fussy about the exact tone etc of the dimmed image, is there a quick and dirty way to draw an NSImage slightly dimmed, like this? I've searched online and can't really find what I'm looking for (but I'm not very good when it comes to understanding graphics and the correct technical terms). ![Non-dim...
Easiest way to draw an NSImage dimmed out (like a disabled view)
CC BY-SA 2.5
0
2010-11-25T11:31:45.390
2020-04-14T17:14:32.620
null
null
322,122
[ "objective-c", "cocoa", "macos", "nsimage" ]
4,276,577
1
null
null
4
2,529
for a 3d imaging software i am coding: I need to define an ellipsoid E, which can have any radii, centers and rotations in space ![alt text](https://i.stack.imgur.com/V1Nfr.png) the user interface allows the user to control 3 ellipses, which are "slices" of the ellipsoid (red,green,blue in the image) ,and are paralle...
3d imaging: defining an ellipsoid based on 3 given ellipses which are parallel to the Cartesian planes
CC BY-SA 2.5
0
2010-11-25T11:35:48.563
2010-12-21T16:01:53.240
2010-11-25T13:03:50.103
161,631
161,631
[ "math", "3d", "geometry", "equation", "ellipse" ]
4,276,677
1
null
null
2
382
please help me to create the following xml layout for the row of my listview ![alt text](https://i.stack.imgur.com/4zXBY.jpg) Here the Text is written in a textview and remaining 5 boxes are 5 different ImageView, and the Images should be clickable. Main problem is how thetext comes over the images.
How to create such layout for each row of Android Listview?(Tricky Layout :) )
CC BY-SA 2.5
null
2010-11-25T11:45:32.647
2010-11-25T11:57:29.247
null
null
152,867
[ "android" ]
4,276,734
1
null
null
0
2,145
I have all MySQL dbs, tables and cols set to `utf8_general_ci`. If i use phpMyAdmin to put a `£` symbol into a row, when i display it on a utf-8 charset page i get the good old question-mark-diamond. However on the same page, if i put `<?php echo 'pound symbol test: £' ?>`, the symbol displays correctly, so the probl...
How do i store £ symbols in UTF-8 MySQL
CC BY-SA 2.5
null
2010-11-25T11:52:44.443
2013-10-03T11:43:43.717
null
null
289,666
[ "php", "mysql", "utf-8" ]
4,276,732
1
null
null
0
321
I have created Xcode iPhone project using TabBarController template. ![alt text](https://i.stack.imgur.com/sgNGi.png) I hope FirstViewController links to an UIView(View1). shown as picture below ![alt text](https://i.stack.imgur.com/Ecrci.png) Then I set as ad hoc version and build&Run It installed on my ipod, bu...
IPhone tabbar application error
CC BY-SA 2.5
null
2010-11-25T11:52:29.440
2011-04-21T10:08:01.663
null
null
262,325
[ "iphone" ]
4,277,023
1
4,282,327
null
0
279
is there any way to remove the red marked "select column" from an dojo grid? ![alt text](https://i.stack.imgur.com/sreo4.png)
Remove "column" form DojoX Grid 1.2
CC BY-SA 2.5
null
2010-11-25T12:24:16.267
2010-11-26T03:21:58.380
null
null
118,027
[ "dojo" ]
4,277,444
1
22,209,454
null
1
351
Does anybody please have an advise on what to do with the too close values in different series, which overlap - like in the right bar below? [My chart URL - please click to see the parameters](http://chart.apis.google.com/chart?chs=700x280&cht=bvo&chco=3399FF,CCCCFF&chd=t:1552,1885,3451,2745|3927,6133,8053,2790&chxl=0...
Google bar chart: what to do with too close values
CC BY-SA 3.0
null
2010-11-25T13:15:47.603
2014-03-05T22:38:08.403
2014-03-05T22:38:08.403
165,071
165,071
[ "google-visualization" ]
4,277,632
1
4,277,711
null
0
48
I have a mysql table like that ![alt text](https://i.stack.imgur.com/D5Xmb.png) and i need to run a query which will output the following result ![alt text](https://i.stack.imgur.com/dfQlT.png) what will be mysql query for that?any suggestions please?
mysql query data group
CC BY-SA 2.5
null
2010-11-25T13:35:50.050
2010-11-25T13:47:49.567
2010-11-25T13:46:23.140
52,598
223,596
[ "sql", "mysql" ]
4,278,821
1
4,485,732
null
4
7,977
I'm using the WPF WebBrowser to display online help inside an app (just a few small web pages). Some of those pages use cookies to display items only for the first few times the pages are viewed (it's a "Why not try X" type of thing). However, for some reason the cookies don't seem to be working inside the WebBrowse...
Persistent cookies in WPF WebBrowser control?
CC BY-SA 2.5
0
2010-11-25T15:56:38.490
2010-12-19T23:24:02.587
2010-12-16T11:22:20.853
1,367
1,367
[ "wpf", "cookies", "wpf-controls", "browser" ]
4,279,260
1
null
null
0
296
Hey guys, I want to build a `UITableView` cell to look something like this that is used in the new vBulletin iPhone app. Here is a picture. Any help would be highly appreciated. Thanks in advance. ![alt text](https://i.stack.imgur.com/N7DSf.png)
iPhone - build a cell to look like this
CC BY-SA 2.5
0
2010-11-25T16:47:22.320
2010-11-26T10:56:15.840
2010-11-25T17:24:49.673
253,056
442,994
[ "iphone", "ios" ]
4,279,398
1
4,279,744
null
8
24,327
How can I center these buttons on Android? ![alt text](https://i.stack.imgur.com/QjCIj.png) The code I'm using in the `layout` is: ``` <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_p...
Center layout Android
CC BY-SA 3.0
0
2010-11-25T17:06:01.463
2015-05-08T18:03:40.367
2015-05-08T18:03:40.367
3,810,333
143,979
[ "android", "xml", "button", "android-layout", "android-sdk-1.6" ]
4,279,864
1
null
null
10
2,480
Good day! I'm developing an application that plays a MIDI. It plays fine, but I often get quasi-bug reports: 'there is no sound playd'. The answer is always, to enter into volume controller and turn the synthesizer sound on (make it not muted). The question is - how to change it automatically - by software? Till now ...
Setting volume with java
CC BY-SA 2.5
0
2010-11-25T18:15:30.560
2013-01-02T08:25:14.233
2010-11-28T07:51:59.330
520,521
520,521
[ "java", "audio", "volume" ]
4,280,507
1
4,493,294
null
11
9,649
I am unable to run my signed, release keystore in Eclipse: I get the error: ``` Keystore was tampered with, or password was incorrect ``` How can I resolve this? Here is the error: ![alt text](https://i.stack.imgur.com/KO0NX.png) Here is me successfully signing the keystore: ![alt text](https://i.stack.imgur.com/...
Problem running my signed, release keystore in Eclipse
CC BY-SA 2.5
0
2010-11-25T20:05:21.883
2013-05-16T17:47:35.590
2010-11-26T17:06:47.243
19,875
19,875
[ "java", "android", "eclipse", "keystore", "keytool" ]
4,280,805
1
4,280,811
null
5
1,917
I have 2 points `P1` and `P2`. I need to find the `P3`, in order that - - `P3``d``P2``P1` I started a complicated system apparently hardly to resolve... ![alt text](https://i.stack.imgur.com/mNdlf.jpg) Vectorial answers is cool, but I use C# and don't know how to add vectors over there.
Find the third point
CC BY-SA 2.5
null
2010-11-25T20:56:58.353
2011-10-16T11:07:19.170
2010-11-25T21:15:43.250
185,593
185,593
[ "math", "drawing" ]
4,281,056
1
4,281,094
null
2
398
I have spent a lot of time reading questions and answers about Big-Oh on both here and math.stackexchange and seems that this is the best place for it as math.stackexchange don't seem to like questions of this sort. So I have been given some coursework at uni on my CS course and I don't fully understand it and was hopi...
Big-Oh, Concequence of a Definition
CC BY-SA 2.5
null
2010-11-25T21:45:47.080
2010-11-29T08:13:03.660
null
null
501,145
[ "big-o", "asymptotic-complexity" ]
4,281,974
1
4,282,741
null
6
2,576
We're working on a new project (re-writing existing app), and I'm running into problems with my domain model / repository design. Here is a (simplified) version of two key portions in our domain model: ![alt text](https://i.stack.imgur.com/oKi1l.png) As you can see, I have an abstract concept of a , which can be thi...
DDD - How Can I Avoid Crossing Aggregate Boundaries Here?
CC BY-SA 3.0
0
2010-11-26T01:29:44.823
2015-06-08T15:14:25.470
2015-06-08T15:14:25.470
4,370,109
321,946
[ "domain-driven-design", "ddd-repositories", "domain-model", "aggregateroot" ]
4,281,983
1
4,282,651
null
0
6,498
Ey guys, I am reading in from a plist structured like so: ![property list](https://i.stack.imgur.com/ponE5.png) As you can see, it is a plist that contains annotation information of different types(C,Visitor). I can display each annotation type just fine, but I am attempting to loop through all types and display all ...
Looping Through an NSDictionary Read in From Property List Prooving Troublesome
CC BY-SA 2.5
null
2010-11-26T01:31:51.003
2010-11-26T05:50:29.257
2010-11-26T04:37:56.063
347,339
347,339
[ "ios", "annotations", "mkmapview", "property-list" ]
4,282,036
1
4,282,210
null
8
9,553
How do I render 2D sprites in OpenGL given that I have a png of the sprite? See images as an example of the effect I'd like to achieve. Also I would like to overlay weapons on the screen like the rifle in the bottom image. Does anyone know how I would achieve the two effects? Any help is greatly appreciated. ![alt ...
Rendering 2D sprites in a 3D world?
CC BY-SA 2.5
0
2010-11-26T01:53:52.063
2016-04-12T09:04:00.470
2010-12-14T20:03:10.090
44,729
256,062
[ "opengl-es", "webgl" ]
4,282,143
1
4,288,725
null
3
11,033
I followed [THIS](http://www.roseindia.net/struts/struts2/date/struts-2-datetimepicker.shtml) but had no luck. My . file has in tag: ``` <s:head theme="ajax" /> ``` and in tag ``` <s:datetimepicker name="dateOfBirth" label="Format (yyyy-MM-dd)" displayFormat="yyyy-MM-dd"/> ``` But it is not showing, here is th...
Struts2 datetimepicker not showing
CC BY-SA 2.5
0
2010-11-26T02:25:20.190
2010-11-27T21:23:57.843
2010-11-27T21:23:57.843
365,011
365,011
[ "java", "jsp", "dojo", "struts2", "datetimepicker" ]
4,282,725
1
4,322,166
null
0
111
![alt text](https://i.stack.imgur.com/p1Yii.png) Hi, I want to display data in format as given in image. I am using GridView to display data. FirstName,LastName etc. columns are binding to Grid. But I have to add row above Header with two columns "Who has changed "Job Role"" and WorkGroup. How can i do it.
How can i display data in given format
CC BY-SA 2.5
null
2010-11-26T05:26:34.070
2010-12-01T07:37:32.100
null
null
503,125
[ "gridview" ]
4,282,895
1
null
null
4
255
I've started using [derobins wmd markdown](https://github.com/derobins/wmd), and I really like the way it performs and integrates with my system. I do however have one MAJOR issue whereby the `<ol>` the `<ul>` and the `<blockqote>` doesn't work in Google Chrome or RockMelt. I see that it's working here on StackOverfl...
Is there a more current version of WMD Markdown other than derobins?
CC BY-SA 2.5
0
2010-11-26T06:05:47.457
2012-07-03T14:09:16.920
2010-11-26T22:09:05.540
124,069
124,069
[ "markdown", "wmd" ]
4,283,069
1
4,283,320
null
8
5,019
Any idea to make one of the options in TRadioGroup component invisible? (Delphi 7) ![alt text](https://i.stack.imgur.com/1EIyU.jpg)
how to Invisible one of the item in TRadioGroup?
CC BY-SA 2.5
null
2010-11-26T06:45:19.113
2010-11-28T22:08:20.070
null
null
367,856
[ "delphi" ]
4,283,401
1
null
null
5
1,359
I need to implement this scenario in C#: ![http://i.stack.imgur.com/Dm6G3.jpg](https://i.stack.imgur.com/Dm6G3.jpg) The matrix will be very large, maybe 10000x10000 or larger. I will use this for distance matrix in hierarchical clustering algorithm. In every iteration of the algorithm the matrix should be updated (jo...
Linked 2D Matrix in C#
CC BY-SA 2.5
0
2010-11-26T07:51:27.927
2015-01-06T01:45:10.667
2010-11-26T09:11:29.833
41,956
521,077
[ "c#", "matrix" ]
4,283,674
1
4,284,727
null
4
2,047
I have the following Javascript/jQuery function: ``` function addEventHandler(){ $("div").mouseenter(function() { $(this).html("Over"); }).mouseleave(function() { $(this).html("Out"); }); } ``` It works, but not perfectly. The divs sometimes overlap slightly (don't ask), and as the pict...
jQuery mouseenter/mouseleave html()-swap issue
CC BY-SA 3.0
null
2010-11-26T08:37:04.530
2016-04-07T03:40:42.810
2016-04-07T03:40:42.810
2,793,619
147,425
[ "javascript", "jquery", "mouseleave", "mouseenter" ]
4,284,197
1
null
null
1
2,339
I want to use the to access Lotus Notes . Because of some reasons I must do this on a . Unfortunately I cannot configure the ODBC datasource on this OS! On XP it works fine! Error message: ![alt text](https://i.stack.imgur.com/Njf93.jpg) Has anybody a solution for this problem?
Lotus Notes: NotesSQL on Windows 2008 - ODBC Problem
CC BY-SA 2.5
null
2010-11-26T09:53:17.407
2011-09-23T13:22:43.277
2010-11-26T10:48:33.840
272,706
272,706
[ ".net", "database", "odbc", "windows-server-2008", "lotus-notes" ]
4,284,233
1
4,284,297
null
1
913
![alt text](https://i.stack.imgur.com/ZDYdH.jpg) I applied the following CSS to the above text. How to make the underline of above hyperlink to be appear as the one below. For example like this one ![alt text](https://i.stack.imgur.com/GDH2s.png) ``` .result-listingext h3 { display:block; margin:0; padd...
How to underline the hyper-link spreaded on two lines. CSS-HTML geeks?
CC BY-SA 2.5
null
2010-11-26T09:59:43.023
2010-11-26T10:11:53.687
2010-11-26T10:07:46.923
395,198
395,198
[ "html", "css", "hyperlink" ]
4,285,201
1
4,286,101
null
0
4,207
I have an application in Visual c++ (Win32 API). In my application the main window boarder is displayed in old windows styled. I have tried changing the wndWc.style values to WS_OVERLAPPED,WS_POPUP and other which are given in WinUser.h but there is no change in the appearance of the main window were as all my pop-up w...
How to change the border style of applications main window in visual c++ win32 API
CC BY-SA 2.5
null
2010-11-26T12:13:11.820
2012-10-12T09:55:30.587
2010-11-26T13:11:42.180
157,861
157,861
[ "visual-c++", "winapi" ]
4,285,483
1
4,285,526
null
4
4,165
How to place two divs side by side with splitter between them? That's what I mean: ![alt text](https://i.stack.imgur.com/4w244.png) I assume that html layout can looks something like this: ``` <div id="container"> <div id="left"></div> <div id="splitter"></div> <div id="right"></div> </div> ``` or ``...
Side by side divs
CC BY-SA 2.5
0
2010-11-26T13:03:46.783
2010-11-26T17:26:13.613
null
null
116,553
[ "css", "html" ]
4,285,787
1
4,285,795
null
2
73
If ISO-8859-1 then (HTML Text: GOOD, MySQL Data: BAD) if UTF-8 then (HTML Text: BAD, MySQL Data: GOOD) What can I do to solve it? ![alt text](https://i.stack.imgur.com/Ux4Gw.jpg)
Data from MySQL CHARSET problems, please look the image!
CC BY-SA 2.5
null
2010-11-26T13:42:43.800
2010-11-26T13:44:21.913
null
null
439,866
[ "php", "mysql", "html", "http", "utf-8" ]
4,285,970
1
4,285,995
null
18
15,123
This click indicator is a disgusting piece for my recent web projects.. I hate this! - How can I say to my Firefox browser that he should not mark the clicked object? ![alt text](https://i.stack.imgur.com/vcs60.png)
CSS Firefox - How to deactivate the dotted border ( firefox click indicator )?
CC BY-SA 2.5
0
2010-11-26T14:11:12.450
2016-02-06T13:31:59.697
null
null
497,060
[ "css", "firefox", "browser", "webbrowser-control" ]
4,285,981
1
8,831,226
null
18
56,190
I am developing one android application which use transparent activity.. I used the following [link](https://stackoverflow.com/questions/2176922/how-to-create-transparent-activity-in-android) as reference but my problem is when i set background color as black i am not able see previous. i need transparent like this . ...
Transparent layout in Android?
CC BY-SA 2.5
0
2010-11-26T14:12:40.097
2023-01-11T17:51:03.910
2017-05-23T11:54:01.217
-1
405,640
[ "android" ]
4,286,047
1
4,286,077
null
1
539
I would like to know how to create buttons like the ones on Apple's [main page](http://www.apple.com/the-beatles/)? ![alt text](https://i.stack.imgur.com/4rSs4.jpg) Can anyone help me get started or point me in the direction of a tutorial?
How can I create buttons like those on the Apple website?
CC BY-SA 2.5
null
2010-11-26T14:20:36.893
2010-11-26T14:59:19.780
2010-11-26T14:51:40.677
434,051
434,051
[ "javascript", "html", "css" ]
4,286,339
1
4,490,248
null
4
892
It seems that you can persist in a settings file PrinterSettings and also PageSettings, they are Serializable etc. Great! Everything was going OK until I tried to persist my PageSettings and the margins. Everytime I change the margins, save the settings and then reload them back into the PageSetupDialog.PageSettings...
PageSettings keep getting modifed unexpectedly
CC BY-SA 2.5
0
2010-11-26T15:01:13.593
2010-12-20T14:45:41.243
2010-12-15T14:23:58.913
5,175
5,175
[ ".net", "settings", "printers" ]
4,286,446
1
4,524,991
null
0
78
We migrated one of our websites from IIS 7.0 to IIS 6.0 and everything seemed to work fine, however we get this strange error now: ![alt text](https://i.stack.imgur.com/aJEcN.jpg) Does this issue have anything to do with this or is it - like I think - the fact that method 'GenerateSynopsis' is called with an empty pa...
XslTransformException after migrating from IIS 7.0 to IIS 6.0
CC BY-SA 2.5
null
2010-11-26T15:17:34.797
2010-12-24T07:50:08.270
2010-11-26T15:29:09.573
null
81,892
[ ".net", "iis", "xslt" ]
4,286,466
1
4,286,493
null
148
332,572
I want to submit a form. But I am not going the basic way of using a input button with submit type but a link. The image below shows why. I am using image links to save/submit the form. Because I have standart css markup for image links I don't want to use input submit buttons. I tried to apply to the a element bu...
Use a normal link to submit a form
CC BY-SA 2.5
0
2010-11-26T15:20:11.697
2021-04-18T01:26:57.803
null
null
401,025
[ "html", "css", "forms", "hyperlink", "submit" ]
4,287,267
1
4,289,313
null
0
1,961
This is not related to any language atm, only math algorithm required. I have some image, lets say this one ![alt text](https://i.stack.imgur.com/mOsUJ.jpg) I need to cut tree ![alt text](https://i.stack.imgur.com/Je5Rd.png) from this image, sky with clouds and grass should be threated as background. Thanks for any h...
How to find shapes on image
CC BY-SA 2.5
0
2010-11-26T17:07:16.137
2010-11-26T23:55:38.653
null
null
183,419
[ "math", "imagemagick", "gd" ]
4,287,346
1
4,288,609
null
0
309
maybe someone is able to explain me why I'm having unhandled exceptions when running unit tests? Is not supposed the environment to handle all the exceptions and just set the test to failed? This can be related to the fact that the unit tests are calling unmanaged code thru C++/CLI? Thanks in advance. EDIT: Just to ...
Why is Visual Studio breaking on an unhanded exception running unit tests?
CC BY-SA 2.5
null
2010-11-26T17:19:13.910
2010-11-26T22:09:49.470
2010-11-26T22:09:49.470
166,452
166,452
[ "visual-studio-2008", "unit-testing", "exception", "unhandled-exception" ]
4,287,401
1
4,292,863
null
0
719
After retrieving search results from a UISearchBar, the results appear in my tableview correctly, but the view is 'greyed out' (see image below)..Any help on this is appreciated, I can't find a solution the Apple documentation. This is my code that is fired upon hitting the Search button: ``` - (void)searchBarSearchB...
After reloading my tableView with content, it still appears greyed-out until I tap it..why?
CC BY-SA 2.5
null
2010-11-26T17:27:32.467
2010-11-27T17:19:26.167
2010-11-26T17:42:34.230
376,107
350,119
[ "iphone", "uitableview", "uisearchbar", "reloaddata" ]
4,287,473
1
4,290,532
null
141
71,384
Whenever the software keyboard appears, it resizes the background image. Refer to the screenshot below: ![](https://i.stack.imgur.com/wXU2h.jpg) As you can see, the background is sort of squeezed. Anyone can shed a light on why the background resizes? My Layout is as follows: ``` <LinearLayout xmlns:android="http:/...
Software keyboard resizes background image on Android
CC BY-SA 3.0
0
2010-11-26T17:38:44.460
2020-02-26T10:50:21.320
2015-03-21T17:35:57.480
2,157,640
135,448
[ "android", "view", "android-linearlayout" ]
4,287,495
1
4,288,549
null
4
17,925
This is really basic question and may be duplicate. Can anyone tell me how useful error info generated by any program in .Net. Today I got an error "Ambiguous match found." while saving entity in database (using EF4) I can't figure out why this error is coming, what is the root cause. Attached is the snap for same. ...
How to read stack trace or error info generated in .Net program to find root cause of exception
CC BY-SA 3.0
null
2010-11-26T17:42:45.983
2013-10-17T20:46:35.650
2013-10-17T20:46:35.650
522,735
341,950
[ "c#", "exception" ]
4,287,646
1
4,287,662
null
2
1,793
I need to implement an "infinite scrolling" timeline, where the pinch-to-zoom will change the scale of the timeline rather than zoom on the underlying view, almost exactly like the scroll view of the app iStreamer (see below). I don't think I can do this with UIScrollView and am considering implementing a custom UIView...
How can I mimic inertial scrolling in a custom UIView when I can't use UIScrollView?
CC BY-SA 2.5
0
2010-11-26T18:14:32.947
2010-11-26T21:01:19.393
2017-02-08T14:31:05.580
-1
5,548
[ "ipad", "ios", "uiview", "uiscrollview" ]
4,289,520
1
4,289,533
null
0
575
Here's the error: ![alt text](https://i.stack.imgur.com/gZbqb.jpg) It says the source of the exception is on Line20 of my class. Here is my class: ``` using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using Syste...
Visual Studio gives a NullReferenceException when trying to add my control!
CC BY-SA 2.5
null
2010-11-27T01:02:43.623
2010-11-27T01:08:42.323
null
null
null
[ "c#", "user-controls" ]
4,289,891
1
4,290,393
null
9
30,023
How do I get control over the axis settings of a pyplot plot. I have simply done ``` pylab.plot(*self.plot_generator(low, high)) pylab.show() ``` and I get this which is what I want ![alt text](https://i.stack.imgur.com/7fLWz.png) but I want the x axis to be at 0 instead of at the bottom. How would I do that?...
change matplotlib axis settings
CC BY-SA 2.5
0
2010-11-27T02:55:55.883
2010-11-28T11:54:55.703
null
null
375,874
[ "python", "matplotlib", "scipy" ]
4,290,363
1
4,292,691
null
19
7,956
Interesting problem I'm having with a ListView. It's using a standard ArrayAdapter, with a custom XML layout for the items within. Simple XML: ``` <?xml version="1.0" encoding="utf-8"?> <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/text1" android:background="@...
Black Line Under Some ListView Items
CC BY-SA 2.5
0
2010-11-27T06:01:08.087
2013-08-06T10:28:36.773
2010-11-27T06:29:04.250
321,697
321,697
[ "android", "listview", "divider" ]
4,290,459
1
4,290,498
null
1
57
![alt text](https://i.stack.imgur.com/vXmTc.jpg) There are one-one relationship between room and application means an application must occupy a room. If I want to get the room that doesn't occupied by application, how to write sql to query
MySQL : query question
CC BY-SA 2.5
null
2010-11-27T06:34:28.550
2010-11-27T06:46:25.107
null
null
480,716
[ "mysql" ]
4,290,477
1
null
null
1
640
I'm looking for some animation ideas to open and close this ancient scroll.. ![alt text](https://i.stack.imgur.com/ymZkB.jpg) Anybody has any idea about it??
Ancient Message Scroll Animation idea
CC BY-SA 2.5
0
2010-11-27T06:39:46.137
2010-11-27T07:17:06.600
null
null
462,533
[ "iphone", "core-animation" ]
4,290,563
1
4,294,394
null
4
423
I am trying to write a query which counts the number of bidirectional (strong) connections between users which represent nodes in the graph. To test the query I have created the following sample ![alt text](https://i.stack.imgur.com/BSTgK.jpg) which is stored in the table monthly_connections_test: ``` calling_party...
How to count the number of common bidirectional connections in graph
CC BY-SA 2.5
0
2010-11-27T07:18:04.107
2010-11-30T14:08:03.653
2010-11-27T12:33:55.230
22,996
22,996
[ "sql", "graph", "social-networking" ]
4,290,656
1
4,290,761
null
5
5,929
I'm trying to write code that will traverse an undirected, unweighted graph. Essentially, the method will be passed a node (which knows all its neighbors). The method then has to build a model of the graph as efficiently* by going from node to node and collecting information which nodes link to each other. At the en...
Traversing an undirected, unweighted graph with a twist: minimum visits to each node
CC BY-SA 3.0
0
2010-11-27T07:54:36.433
2013-08-23T20:50:42.020
2013-08-23T20:48:26.293
603,977
522,091
[ "java", "algorithm", "graph", "graph-theory" ]
4,291,293
1
6,291,897
null
1
1,457
I have this quick query but since my table is named User (SQL keyword), Linqer (a SQL to LINQ converter) fails to convert the SQL query. Here is the query: ``` SELECT TOP (100) PERCENT dbo.[User].OID, dbo.[User].FirstName + ' ' + dbo.[User].LastName AS [User Name], COUNT(dbo.AssignedCounty.OID) AS [Counties Ass...
Linqer won't do this SQL.. :(
CC BY-SA 2.5
null
2010-11-27T11:03:21.150
2018-03-06T19:16:34.797
2018-03-06T19:16:34.797
109,122
481,656
[ "linq-to-sql", "linqer" ]
4,291,379
1
4,291,448
null
8
3,429
I'm creating a simple 3D engine using the HTML5 canvas object. It is working well but I'd like to implement red/blue anaglyph processing, so that one could really see 3D using red/blue glasses. At the moment I have the 3D object rendered twice, the second time from a camera position just next to the first camera positi...
Creating anaglyph 3D image on HTML5 canvas
CC BY-SA 3.0
0
2010-11-27T11:23:53.713
2011-09-30T11:06:30.450
2011-09-30T11:06:30.450
514,749
514,749
[ "javascript", "colors", "3d", "html5-canvas" ]
4,291,555
1
4,291,569
null
15
2,872
I have a linq query that is showing an error: ![alt text](https://i.stack.imgur.com/KE8Qq.png) I see this error any time I try to access the variable I'm iterating over, if the source of the collection is a linq query. I guess this error is just telling me the variable could change, or something like that?
Should I be concerned about "access to modified closure" in a linq queries?
CC BY-SA 2.5
0
2010-11-27T12:07:07.187
2017-07-03T13:08:07.503
null
null
402,098
[ "c#", "linq" ]
4,291,602
1
null
null
2
1,406
Suppose we have a simple HTML page: ``` <html> <body style="background-color: red; width: 100px; height: 100px; border: 1px solid black"> </body> </html> ``` Browsers (except for IE) would render it like this: ![alt text](https://i.stack.imgur.com/4lamZ.png)   The question is why does the area outside the body ele...
Body background-color strange behavior
CC BY-SA 2.5
null
2010-11-27T12:19:01.480
2012-01-03T20:30:40.073
2012-01-03T20:30:40.073
861,565
430,083
[ "html", "css", "background" ]
4,292,307
1
null
null
0
191
Hi am learning C# in VS2008 platform.I have problem with Windows Mobile project which include .NET Compact Framework 3.5. When I adding a web reference or update it,there is an error comes with "'MSDiscoCodeGenerator' failed".Here a snapshot of error: ![alt text](https://i.stack.imgur.com/YqBy7.png) When I look in we...
Creating References.cs problem in VS2008
CC BY-SA 2.5
null
2010-11-27T15:15:11.573
2010-11-27T15:44:11.413
null
null
457,136
[ "c#", ".net-3.5" ]
4,292,606
1
null
null
1
120
Is there a way to perform with OpenID, not just ? With OpenID i give an OpenID-enabled web-site my , e.g.: ![alt text](https://i.stack.imgur.com/Yk4N4.png) And then the asks the OpenID provider if i do, in fact, own the identifier "". But this isn't what i want. i want what Google and Facebook do; which violates ...
Is there a way to use OpenID for identification (not just authentication)?
CC BY-SA 2.5
null
2010-11-27T16:25:06.073
2010-11-27T18:18:58.387
2010-11-27T18:01:50.860
12,597
12,597
[ "openid", "openid-provider", "cardspace", "infocard" ]
4,292,797
1
4,313,350
null
-1
1,211
I have a little problem with the silverlight data grid. I wrote a little sample app to show the problem. (You can download it here: [http://rapidshare.com/files/433480041/DataGridValidationTest.zip](http://rapidshare.com/files/433480041/DataGridValidationTest.zip)). Here you can Add a new Person (has a Name and an Age...
DataGrid validation display error problem
CC BY-SA 2.5
0
2010-11-27T17:08:02.570
2010-11-30T11:46:01.567
null
null
489,360
[ "silverlight", "validation", "datagrid", "silverlight-4.0" ]
4,293,004
1
4,293,052
null
35
84,971
I'm using the following CSS to add checkmarks before my `<li>`list items: ``` ul.checkmark li:before { content:"\2713\0020"; } ``` And then in the HTML: ``` <ul class="checkmark"> <li>Learn the keyboard at your own pace</li> </ul> ``` Works great in Safari, Firefox and Chrome, but displays "freak out boxes...
proper CSS for generating a checkmark li that works cross-browser
CC BY-SA 2.5
0
2010-11-27T17:41:45.750
2017-01-12T05:19:37.383
2010-11-27T19:52:08.387
93,995
93,995
[ "html", "css", "internet-explorer" ]
4,292,998
1
4,335,328
null
0
1,398
I've created a Windows Gadget using JQuery to call the oAuth-Service of Yammer: [https://www.yammer.com/oauth/request_token](https://www.yammer.com/oauth/request_token) [(API Documentation)](https://www.yammer.com/api_oauth.html) ``` $.ajax({ url: "https://www.yammer.com/oauth/request_token", type: "GET", ...
Windows Gadget AJAX Security Warning
CC BY-SA 2.5
0
2010-11-27T17:40:48.847
2010-12-02T13:08:45.837
2010-11-28T12:00:43.133
1,838,492
1,838,492
[ "jquery", "ajax", "security", "windows-desktop-gadgets" ]
4,293,037
1
4,293,059
null
2
132
i have two tables, a) albums ![alt text](https://i.stack.imgur.com/wAClW.png) b)pictures ![alt text](https://i.stack.imgur.com/Uc64P.png) i am using the following query to select the albums.id, albums.cover_picture_id, pictures.url where albums.cover_picture_id = pictures.id, i want to perform the following `sele...
help building the database for picture gallery
CC BY-SA 2.5
null
2010-11-27T17:51:04.873
2010-11-27T17:55:38.487
2010-11-27T17:55:38.487
226,897
396,476
[ "php", "mysql", "database" ]
4,293,508
1
4,293,528
null
1
552
I have just added a new panel to StatusBar1 and it is called . I want to give it a different name but I can't remember how to do this. ![Delphi 2010 StatusBar Panels](https://i.stack.imgur.com/wP7KW.jpg) I want to rename to . As you can see from the image I have done this before (see Num, Caps, AM/PM) but I can't re...
How do you rename a Status Bar Panel in Delphi 2010
CC BY-SA 2.5
null
2010-11-27T19:36:24.350
2010-11-27T21:04:54.593
2010-11-27T19:42:39.517
282,848
195,983
[ "delphi", "ide", "delphi-2010", "statusbar" ]
4,293,569
1
4,294,106
null
2
1,118
How can i customize UIDatePicker for Hijri? Like this ![alt text](https://i.stack.imgur.com/sVHCf.png)
How can i customize UIDatePicker for Hijri
CC BY-SA 2.5
0
2010-11-27T19:53:21.843
2011-11-04T04:50:44.683
null
null
498,137
[ "objective-c", "uidatepicker" ]
4,293,739
1
5,545,707
null
8
10,961
Do you know of any datagrid-like control that also supports a treeview. Like this (but still fully WPF-stylable/templatable): : UI-virtualization would be another important feature. ![enter image description here](https://i.stack.imgur.com/SE1YO.jpg)
DataGrid that also supports a tree view
CC BY-SA 3.0
0
2010-11-27T20:26:26.750
2014-10-31T11:56:11.883
2014-10-31T11:56:11.883
650,492
4,227
[ "wpf", "datagrid", "treeview" ]
4,294,287
1
4,294,348
null
3
11,054
ok not just checkbox, but also radio button. The thing is I have a zillion check-boxes & radio-buttons on my form & it looks ugly as hell. This is not a functionality issue but a purely UI issue. I am looking for some cooler looking ways to implement the same task. Oh I am using jQuery 1.4.3 [jQuery Plugin](http://...
Cool Alternatives to HTML Checkbox
CC BY-SA 2.5
0
2010-11-27T22:35:47.367
2010-11-30T14:29:39.033
2010-11-30T11:27:53.187
427,328
147,019
[ "jquery", "html", "user-interface", "checkbox", "radio-button" ]
4,294,327
1
4,294,349
null
4
1,621
I'm writing a web spider. It works well except there seems to be a memory leak. The program will run fine for about 15 minutes and then it will crash. If I monitor it using the "Profile" function in NetBeans, I can see that the memory is increasing over time until eventually I get a `java.lang.OutOfMemoryError` and th...
How can I investigate a memory leak better in NetBeans
CC BY-SA 2.5
0
2010-11-27T22:46:51.073
2010-11-27T23:36:48.680
2010-11-27T22:49:43.703
427,328
450,164
[ "java", "memory", "netbeans", "memory-leaks", "profiling" ]
4,294,345
1
4,294,938
null
0
1,806
I'm currently developing a small photo cms for a friends, she uses Flickr, so that what i use to get the images, or i use a gem called Flickraw. I have to somehow know when the image is a third in a row out of three, and the second out of three, and so on. Here's an screenshot which illustrates what it does. ![Screen S...
Get the image to be placed right ruby on rails
CC BY-SA 2.5
null
2010-11-27T22:49:57.530
2010-11-28T02:02:40.563
2010-11-27T23:08:58.720
117,104
382,224
[ "html", "css", "image", "frontend" ]
4,294,983
1
4,295,001
null
0
1,855
First off, rest assured that I've read every Oracle Java article & tutorial about 6 times now, so if you can help, you'll have to do better than providing a link to an Oracle page. Sorry if that sounds rude. Apparently I don't know how Strings work. I'm trying to get 4 jButtons to send their value to a string when p...
How do I get a String to show up in a jLabel?
CC BY-SA 2.5
null
2010-11-28T02:19:33.050
2010-11-29T02:59:10.260
2010-11-29T02:59:10.260
230,513
null
[ "java", "string", "swing", "jbutton", "jlabel" ]
4,295,030
1
null
null
1
1,921
I really hope someone can help me here. I have tried applying SP1 to Visual Studio 2008 and SP1 to Crystal Reports Basic that comes with VB2008 to repair this problem, but have had no success. I've tried setting margins, changing paper sizes and default printers too.. No joy. Every time I create a ReportViewer and giv...
Crystal Reports with Windows 7 - Report displays with a huge left margin inside viewer
CC BY-SA 3.0
null
2010-11-28T02:37:51.843
2013-07-26T06:33:02.497
2011-12-01T08:14:01.293
234,976
522,679
[ "windows-7", "crystal-reports" ]
4,295,106
1
null
null
2
1,985
I'm sending an ajax request to my server that updates some data there. Request is sent with jquery's `get` function. On success I'd like te perform some action, but unfortunately whole operation fails since server gives no response, even though firebug clearly shows 200 status: ![alt text](https://i.stack.imgur.com/7c...
Sending GET to server gives no response (but status returned)
CC BY-SA 2.5
null
2010-11-28T03:04:11.810
2017-01-17T09:42:58.993
null
null
463,186
[ "jquery", "ajax", "get", "xmlhttprequest", "response" ]
4,295,660
1
4,295,705
null
0
144
I am developing on Windows 7 platform using my HTC HERO. The original firmware is 1.5. I've heard that 2.2 is new and is faster than 1.5, so I updated the firmware to 2.2. (There are quiet a few concepts here, like SPL, Recovery, ROM, Radio) I think I only upgraded ROM. The phone works fine. However, my windows 7 c...
Cannot connect to phone after upgrading the firm ware
CC BY-SA 3.0
null
2010-11-28T06:17:43.867
2012-01-12T13:01:03.817
2012-01-12T13:01:03.817
1,288
183,828
[ "android", "firmware" ]
4,295,758
1
4,295,803
null
0
751
I have set my compression like this for my on my iphone app (I use Monotouch, but it's a 1:1 API match): ``` var req = new NSMutableUrlRequest (new NSUrl (str), NSUrlRequestCachePolicy.ReloadIgnoringLocalAndRemoteCacheData, 20) req["Accept-Encoding"] = "compress, gzip"; ``` When I download a resource (REST xml file...
iphone NSMutableUrlRequest Compression
CC BY-SA 2.5
null
2010-11-28T07:00:44.537
2010-11-28T07:30:13.313
null
null
172,861
[ "iphone", "nsmutableurlrequest" ]
4,296,188
1
4,314,998
null
1
2,364
I am trying to put some triangles & squares on Android screen in certain way as shown in following figure. I am putting them separately because all shapes are clickable. ![alt text](https://i.stack.imgur.com/RkdYV.png) I used RelativeLayout (other layouts I tried, but they aren't working). Following is xml code for t...
Android: RelativeLayout problem with xml
CC BY-SA 2.5
null
2010-11-28T09:36:26.090
2010-11-30T14:50:29.063
2010-11-28T09:44:41.317
514,235
514,235
[ "android-layout", "android-image", "android-imageview" ]
4,296,196
1
4,297,902
null
2
2,832
The following query counts the common neighbors of two nodes in the graph: ``` DECLARE @monthly_connections_test TABLE ( calling_party VARCHAR(50) , called_party VARCHAR(50)) INSERT INTO @monthly_connections_test SELECT 'z1', 'z2' UNION ALL SELECT 'z1', 'z3' UNION ALL SELECT 'z1', 'z4' UNION ALL SELECT ...
How to use JOIN instead of UNION to count the neighbors of "A OR B"?
CC BY-SA 2.5
0
2010-11-28T09:39:26.923
2010-11-28T17:09:28.397
2010-11-28T14:51:41.970
22,996
22,996
[ "sql", "sql-server-2008" ]
4,296,654
1
4,297,116
null
3
10,980
I have a servlet which receive some parameter from the client ,then do some job. And the parameter from the client is Chinese,so I often got some invalid characters in the servet. For exmaple: If I enter ``` http://localhost:8080/Servlet?q=中文&type=test ``` Then in the servlet,the parameter of 'type' is correct(test)...
encoding problem in servlet
CC BY-SA 2.5
0
2010-11-28T12:08:11.647
2010-11-29T05:48:26.283
2010-11-29T05:48:26.283
306,719
306,719
[ "java", "unicode", "servlets", "character-encoding" ]
4,296,824
1
4,298,929
null
-1
999
I am creating a profile page, and I would like to create a followers list ( similar to twitter ) Max 18 images across , I think 24px x 24px each icon. With padding as per the image attached. What would be the best method for reproducing this using css. That is easily propagated using php from a db. I am looking for ...
creating a profile page, need help ( css )
CC BY-SA 2.5
null
2010-11-28T12:56:00.247
2010-11-29T02:04:27.763
2010-11-28T20:26:58.133
501,173
501,173
[ "php", "css" ]
4,297,444
1
4,297,532
null
2
766
The code is pretty much straightforward: ``` <TextBlock TextAlignment="Center" Text="{Binding TimeAgo}" Foreground="White" FontSize="12" FontFamily="Calibri" Background="Transparent"/> ``` As far as I know, WPF has native support for Calibri font. However, the font renders differently on XP and on Vista/7: XP: ![al...
WPF: font (size) renders differently on XP and Vista/7
CC BY-SA 2.5
0
2010-11-28T15:17:48.510
2010-11-28T15:35:26.180
null
null
478,442
[ "wpf", "fonts", "windows-xp", "rendering", "font-size" ]
4,297,439
1
4,297,836
null
1
259
``` public void Delete(Dinner dinner) { List<RSVP> rsvps = dinner.RSVPs.ToList();// This clone looks inefficient. foreach (RSVP rsvp in rsvps) entities.RSVPs.DeleteObject(rsvp); entities.Dinners.DeleteObject(dinner); } ``` ![alt text](https://i.sta...
In EF, is it efficient to delete a parent row by deleting the child rows referencing it first through the child row clones?
CC BY-SA 2.5
0
2010-11-28T15:16:31.983
2010-11-28T16:54:40.580
2010-11-28T16:54:40.580
397,524
397,524
[ "c#", "entity-framework", "c#-4.0", "entity" ]
4,297,546
1
5,340,032
null
1
1,126
When the the combo contains lots of items, the combo is dropped down and you scroll the drop down list up and down, the items in the drop down get all messed up - it looks like they are overwriting each other. I am running on 64 bit windows 7 with deve studio 2008. I didn't have this problem on windows xp. Have reduced...
Owner Draw Combo Box display messed up while scrolling on Windows 7
CC BY-SA 2.5
0
2010-11-28T15:38:27.580
2011-09-29T18:28:56.783
2011-03-05T12:04:27.743
276,779
276,779
[ ".net", "winforms" ]
4,297,590
1
null
null
2
565
I've trying to setup cache money for rails 3.0, but i am getting the following error![alt text](https://i.stack.imgur.com/DXgDK.png) Gemfile ![alt text](https://i.stack.imgur.com/IwylU.png) environment.rb ![alt text](https://i.stack.imgur.com/mCIjS.png) config/initializers/cache_money.rb ![alt text](https://i.stac...
ngmoco cache money rails 3 ruby 1.9.2 uninitialized constant CacheMoney
CC BY-SA 2.5
0
2010-11-28T15:50:32.157
2011-02-24T10:23:59.663
null
null
328,787
[ "ruby-on-rails-3" ]
4,297,629
1
4,357,048
null
2
2,103
where i can change this stupid formatting, i look at all options in Editor/Format but didn't find anything useful! When i just wrote comment block: ![alt text](https://i.stack.imgur.com/p989L.png) and when i press SHIFT+ALT+F or Source/Format in menu comment block is crashed, and all beauty of phpDoc comment is destro...
Netbeans phpdoc/comment formatting
CC BY-SA 2.5
null
2010-11-28T15:59:01.643
2010-12-05T02:33:57.423
null
null
217,128
[ "netbeans" ]
4,297,667
1
4,305,432
null
-2
94
how i can create the this layout ![alt text](https://i.stack.imgur.com/iI0N0.png)
layout in android
CC BY-SA 2.5
null
2010-11-28T16:09:13.343
2012-03-31T02:04:13.367
2012-03-31T02:04:13.367
1,149,919
510,992
[ "android", "android-layout", "android-listview" ]
4,298,062
1
4,298,817
null
1
6,089
I'm using a Listview Control with two columns, one is text and one has a rectangle init. When an Item is selected I want the content of the item to be white (both the text in column 1 and the rectangle in column 2) but what happens is that only the text is getting white. This is my XAML: ``` <Window x:Class="Selectio...
WPF - ListView Selection style
CC BY-SA 2.5
0
2010-11-28T17:38:22.223
2011-08-12T20:26:46.210
2011-08-12T20:26:46.210
305,637
138,627
[ "wpf", "triggers", "styles" ]