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,617,843
1
3,617,885
null
0
865
I am using YouTube API to perform simple searches on YouTube. Here's my code : ``` import java.net.URL; import com.google.gdata.client.youtube.YouTubeQuery; import com.google.gdata.client.youtube.YouTubeService; /** * */ /** * @author denzilc * */ public class CollectData { public static String clientID ...
Issue with YouTube Java API
CC BY-SA 2.5
null
2010-09-01T12:13:24.767
2010-09-01T12:18:12.217
null
null
308,254
[ "java", "youtube-api" ]
3,617,877
1
3,618,075
null
3
2,395
what is the equivalent debug tool to FireFox firebug in Internet Explorer ? thanks EDIT: What is this tool ? ![alt text](https://i.stack.imgur.com/akUoJ.jpg)
equivalent to firebug in IE
CC BY-SA 2.5
0
2010-09-01T12:17:25.853
2010-09-01T12:44:52.107
2010-09-01T12:36:23.593
283,322
283,322
[ "internet-explorer", "debugging" ]
3,618,322
1
null
null
7
1,498
![](https://i.stack.imgur.com/54ZkJ.png) What does [Garbage collection] mean in this pic? And the "20 calls" thing? I mean, how can I figure out why GC took so long? Was it collecting a lot of small objects? A single big one? Any hints as to how to optimize this at all? The code in question is: ``` private void Des...
What does dotTrace Performance Profiler mean by [Garbage collection]?
CC BY-SA 2.5
0
2010-09-01T13:09:10.763
2015-02-23T14:27:44.857
null
null
122,687
[ ".net", "optimization", "garbage-collection", "dottrace" ]
3,618,532
1
3,618,807
null
4
1,109
I have a desktop application in C sharp, in which I have to show selected images in thumbnail view ( the view will be some thing like the attached image). The selected image can be deselected using x (cross) button shown on image top. Can someone suggest me how this can be accomplished. I have seen this accomplished in...
Showing thumbnail of selected images in a desktop application using C Sharp
CC BY-SA 2.5
0
2010-09-01T13:27:52.330
2010-09-01T14:01:51.297
null
null
157,861
[ "c#", "image", "thumbnails" ]
3,618,870
1
null
null
2
777
How to open a similar popup like the one that appears when you click on a contact icon in contacts? Is Dialog suitable for that? Or maybe PopupWindow? ![Android screenshot](https://i.stack.imgur.com/TE337.png)
How to create a popup
CC BY-SA 2.5
0
2010-09-01T14:03:53.493
2010-09-01T14:31:39.373
2010-09-01T14:15:20.460
243,225
243,225
[ "android", "popup" ]
3,619,078
1
4,295,818
null
26
8,028
I have some answers! Feel free to contribute your own findings. As far as I know, there are 3 main ways to retrieve a simple list of Team Projects from TFS: - - - The simple tests I conducted compared the three methods when counting the total number of projects returned. ``` public IEnumerable<string> GetTeamPro...
What is the fastest method of retrieving TFS team projects using the TFS SDK API?
CC BY-SA 2.5
0
2010-09-01T14:23:56.683
2011-12-28T01:13:22.423
2010-09-01T15:30:27.187
109,458
109,458
[ ".net", "testing", "tfs" ]
3,619,114
1
3,619,665
null
0
129
Here is a screenshot of the solution explorer: ![alt text](https://i.stack.imgur.com/ObMyF.png) And here is the code I'm using. Note that the RichTextFields do show up, but no picture. I've tried displaying both of the pictures in the res folder but no dice. ![alt text](https://i.stack.imgur.com/VOE8q.png) ``` fina...
Cannot add image to my UI
CC BY-SA 2.5
null
2010-09-01T14:27:25.280
2010-09-01T15:24:46.237
null
null
null
[ "java", "blackberry" ]
3,619,199
1
3,619,441
null
0
538
Any ideas how can I achieve this as posted in the picture? ![alt text](https://i.stack.imgur.com/y0fKy.png) from the three controls in the picture - ignore labels- , the button is fixed meaning that it does not resize but the other two are resizing when I am resizing their form - the same thing ANCHOR does - Thanks
Help to design this TableLayoutPanel
CC BY-SA 2.5
null
2010-09-01T14:36:11.437
2010-09-09T12:24:50.293
null
null
320,724
[ "c#", "winforms", "tablelayoutpanel" ]
3,619,234
1
3,619,264
null
0
134
``` <html> <head> <style type="text/css"> h1{ background-color: red; margin-top : 10px; } div{ background-color:black; height : 100px; } </style> </head> <body> <div> <h1>Hello World!</h1> </div> </body> ``` Starting from the above code, how can I get the h1(Helloworld) to have a margin with the div, not the body?...
How can I have an H1's margin be 10px from its container?
CC BY-SA 3.0
null
2010-09-01T14:39:20.120
2011-07-25T22:17:23.687
2011-07-25T22:17:23.687
327,466
385,335
[ "html", "css" ]
3,619,533
1
3,622,631
null
8
4,874
I want to check my program code for time consuming operations. I thought DDMS is the best tool to achieve that. However, I cant see Threads, Heaps and so on. It tells my to select a client. But I dont know where other than the Devices Tab, which doesnt take effect. What do I have to do? Is there maybe smth wrong with...
Cannot select my Android client in DDMS perspective of eclipse
CC BY-SA 3.0
null
2010-09-01T15:09:50.033
2011-04-29T11:06:04.027
2011-04-29T11:06:04.027
39,648
433,718
[ "android", "android-emulator", "ddms", "performance" ]
3,619,994
1
3,620,221
null
0
726
I have a folder structure like [this](https://i.stack.imgur.com/nbxtQ.jpg) and I'm trying to load the `News` model inside my controller: ``` <?php /** * Login */ class Admin_NewsController extends Zend_Controller_Action { public function preDispatch() { $layout = Zend_Layout::getMvcInstance(); $...
Problem loading models with modules in Zend Framework
CC BY-SA 2.5
null
2010-09-01T16:04:47.840
2013-08-05T14:47:34.740
2013-08-05T14:47:34.740
727,208
336,945
[ "php", "zend-framework", "zend-db-table" ]
3,620,322
1
3,620,389
null
0
223
I'm checking IE 6 issues of a xhtml css page on locally using VPC image of Microsoft Virtual PC. IE6 showing a JavaScript error. In VPC image i doesn't have MS Visual Studio installed. ![alt text](https://i.stack.imgur.com/CBgAb.png) Web-page has many JavaScript. How to know from Which script and where in script th...
IE Javascript error checking on Microsoft virtual PC
CC BY-SA 2.5
null
2010-09-01T16:49:02.870
2010-09-01T16:56:25.983
null
null
84,201
[ "javascript", "xhtml", "internet-explorer-6", "cross-browser" ]
3,620,505
1
3,628,562
null
0
639
I am writing a glassing program, similar to [Glass2k](http://chime.tv/products/glass2k.shtml) (see image below) as I often need to view my pdf tutorials while working on the program in question. I have so far been able to write the program that glasses the windows I want (via a global keyboard shortcut). I now need a...
How Do I Make Any Program's Window TopMost from my Program?
CC BY-SA 2.5
null
2010-09-01T17:12:53.953
2010-09-02T17:27:35.717
null
null
117,870
[ "c#", ".net", "vb.net" ]
3,620,590
1
3,620,698
null
0
292
I've run this code ``` Zend_Loader::loadClass("Admin_Models_DbTable_News"); ``` and my application has this folder structure ![alt text](https://i.stack.imgur.com/JnQwk.jpg) Why do I get this: # An error occurred ## Application error
Why am I getting Application error while trying to load a model?
CC BY-SA 2.5
null
2010-09-01T17:24:28.757
2013-08-05T14:44:17.867
2013-08-05T14:44:17.867
727,208
336,945
[ "php", "zend-framework", "zend-db-table" ]
3,620,663
1
4,353,544
null
26
37,973
I'm looking at at document that describes the standard colors used in dentistry to describe the color of a tooth. They quote , , values, and indicate they are from the 1905 Munsell description of color: > The system of colour notation developed by A. H. Munsell in 1905 identifies colour in terms of three attrib...
Color Theory: How to convert Munsell HVC to RGB/HSB/HSL
CC BY-SA 3.0
0
2010-09-01T17:34:38.937
2021-03-28T19:24:23.237
2011-06-21T23:09:08.137
12,597
12,597
[ "colors", "rgb", "hsl", "hsb", "color-theory" ]
3,621,269
1
3,622,330
null
5
3,367
During some analysis I had this situation on a Windows 7 64-bit machine: I loaded notepad.exe with depends and it shows me dependencies located on System32 as being 64 bit! Is is something buggy in depends or something else like redirection of dependencies? Any idea on how to interpret the output of depencency walker? ...
why does dependency walker shows 32 bit dll as 64 bit?
CC BY-SA 2.5
null
2010-09-01T19:03:50.457
2010-09-01T21:44:44.983
2010-09-01T19:16:15.227
21,234
408,285
[ "windows", "dll" ]
3,621,432
1
3,622,094
null
1
1,863
I have downloaded and installed [Python 2.5.4](http://www.python.org/download/releases/2.5.4/) on my computer (my OS is ), downloaded [“Goggle App Engine Software Development Kit”](http://code.google.com/intl/en/appengine/downloads.html) and created my first application in Python, which was a directory named that cont...
Using Twill from Python to open a link: " 'module' object has no attribute 'Popen' " What is it?
CC BY-SA 2.5
null
2010-09-01T19:25:18.140
2010-09-02T09:18:41.743
2017-05-23T12:19:47.753
-1
206,857
[ "python", "google-app-engine", "popen", "twill" ]
3,621,571
1
null
null
1
528
Hi am curious how I would go about implementing a view like (See below) Similar to the one used for the iPhone photo application. My initial idea was a table view with each cell holding 4 images, can anyone point me in the right direction. I am particularly interesting in using APIs from Apple so not too bothered about...
Thumb Nail Gallery?
CC BY-SA 2.5
0
2010-09-01T19:43:15.147
2010-09-02T03:07:57.387
null
null
164,216
[ "iphone", "objective-c", "cocoa-touch" ]
3,621,890
1
3,621,972
null
2
86
Hey so I have a list, with some of the items containing other lists. The first level of lists needs to be inline, but any list a level down should be normal list-item. It works better if I show you. This is what I have:![alt text](https://i.stack.imgur.com/gsoRc.jpg) However, I want Home Profile Groups Events and Freq...
How can I have a list of lists, with the top-level li's being inline, and the lower-level lists being normal lists?
CC BY-SA 2.5
null
2010-09-01T20:23:49.973
2010-09-01T20:37:09.867
2010-09-01T20:30:58.180
82,548
222,622
[ "html", "css" ]
3,621,893
1
3,627,694
null
0
801
Here is my GridView: ``` <div> <asp:GridView ID="MainGridView" runat="server" AllowPaging="True" DataSourceID="GridViewDataSource" EnableModelValidation="True" CssClass="mGrid" PagerStyle-CssClass="pgr" AlternatingRowStyle-CssClass="alt" onpageindexchanging="MainGridView_PageIndexChanging"> <Columns> <asp...
C# GridView On Edit Error
CC BY-SA 2.5
null
2010-09-01T20:24:22.723
2010-09-02T13:45:05.170
2010-09-02T13:16:18.810
316,429
316,429
[ "c#", "asp.net", "gridview" ]
3,621,963
1
3,622,255
null
24
23,998
I'm trying to group one variable of my data by another and then plot a line through the means. It works fine when both variables are numbers. However, I'm having a problem when the grouping variable is a factor. I have a mock up below. ``` x <- sample(1:3, 40, replace=T) y <- rnorm(40) df1 <- data.frame(x, y) qplot(...
ggplot2: line connecting the means of grouped data
CC BY-SA 4.0
0
2010-09-01T20:35:18.087
2019-12-27T16:53:26.707
2019-12-27T16:53:26.707
5,325,862
342,362
[ "r", "ggplot2" ]
3,622,000
1
3,622,066
null
1
662
Simulating Ocean Water: [http://www.finelightvisualtechnology.com/docs/coursenotes2004.pdf](http://www.finelightvisualtechnology.com/docs/coursenotes2004.pdf) I'm trying to simulate ocean and I need your help. Please be patient, I'm newbie to computer graphics but I know basics of physics and mathematics. As you can s...
Simulating Ocean Water, need to compute complicated values
CC BY-SA 2.5
0
2010-09-01T20:42:28.387
2010-09-01T22:30:22.727
2010-09-01T22:05:02.227
103,959
437,339
[ "c#", "math", "graphics", "matrix", "physics" ]
3,621,991
1
3,622,038
null
0
128
Why does an html element (such as a div) that has been styled with ``` position: relative; top: -50px; ``` Still force the parent element to have the same size as if the relatively positioned element were not shifted? Let me provide an example (live example found at [http://jsbin.com/ohebi4/2/edit](http://jsbin.co...
Why does an element shifted with position: relative still contribute to parent dimensions as if it hadn't been moved?
CC BY-SA 2.5
null
2010-09-01T20:41:14.947
2010-09-01T20:48:21.287
null
null
17,803
[ "html", "css" ]
3,622,407
1
3,625,421
null
3
3,715
I have a data frame with (to simplify) judges, movies, and ratings (ratings are on a 1 star to 5 star scale): ``` d = data.frame(judge=c("alice","bob","alice"), movie=c("toy story", "inception", "inception"), rating=c(1,3,5)) ``` I want to create a bar chart where the x-axis is the number of stars and the height of ...
ordered factors in ggplot2 bar chart
CC BY-SA 2.5
0
2010-09-01T21:52:26.483
2010-09-02T08:38:03.093
null
null
231,588
[ "r", "ggplot2" ]
3,622,951
1
3,624,778
null
0
967
I am trying to get the list item's bullets to move up. As you can see in the image below the red is where I would like everything. The bullets and the dropdowns need to move up. These fields are dynamic and come from a db. Pretty much I want it to look centered and nice and can't figure it out. --- ![alt text](https...
CSS vertical alignment problem with list items and textareas
CC BY-SA 4.0
null
2010-09-01T23:57:18.387
2021-07-15T02:06:30.780
2021-07-15T02:06:30.780
12,892,553
413,401
[ "css", "vertical-alignment" ]
3,623,024
1
null
null
1
1,979
In adding a server on Netbeans 6.9.1 when SJSAPS 8.2 is chosen I receive an error. Something to do with the location. Can I use SJSAPS in Netbeans 6.9.1? Or have to use Java EE 5 which comes with Glassfish v2. 6.9.1 also has a choice for Glassfish v2.x but I get the same error. Reading Sun's tutorial on "Servlet Te...
Sun Java System App Server on Netbeans 6.9.1
CC BY-SA 3.0
null
2010-09-02T00:21:50.407
2012-08-03T00:09:18.817
2012-08-03T00:09:18.817
1,288
317,926
[ "java", "netbeans", "servlets", "jakarta-ee", "glassfish" ]
3,623,137
1
null
null
4
12,363
I am trying to intercept mailto: links in an embedded webview in my app. What I have is working ok, except when the user presses the link it is blurred upon returning to the app. Here is what I am doing in my WebViewClient ``` @Override public boolean shouldOverrideUrlLoading(WebView view, String url) { if(url.s...
howto handle mailto: in android webview
CC BY-SA 2.5
null
2010-09-02T00:57:52.250
2021-03-02T11:02:36.103
2010-09-02T06:54:53.057
384,306
384,306
[ "android", "android-webview" ]
3,623,330
1
4,286,577
null
4
4,880
I am looking for an Android open source Calendar control which displays the full month in a grid, much like a real printed-on-paper calendar. It's for an app to show special days. Like this from my iPhone version we are porting: ![alt text](https://i.stack.imgur.com/CF6GB.jpg)
Android Calendar "Grid of Dates"
CC BY-SA 2.5
null
2010-09-02T01:54:54.557
2011-03-09T19:19:39.963
null
null
172,861
[ "android", "controls", "calendar" ]
3,623,703
1
5,533,807
null
22
22,956
As shown below, ![](https://imgur.com/aJ0vF.png) Is it possible to split a Polygon by a Line? (into two Polygons). If the line doesn't go all the way across the polygon it would fail. Is this possible? If so, how would I do this?
How can I split a Polygon by a Line?
CC BY-SA 2.5
0
2010-09-02T03:50:45.010
2023-02-11T00:56:04.100
2011-04-04T02:07:20.610
105,752
437,550
[ "algorithm", "split", "polygon" ]
3,624,192
1
null
null
0
87
I've a JEditPane "jep" to write in it like a document.. I want to add another JEditPane inside this 'jep'. is it possible to add? if so how? Please help me.. Below is an image showing the requirement. The whole image is JEditPane, on the leftside i need another box(yellow box in image) which i can write someting in i...
JEditPane inside another JEditPane in swings(java)
CC BY-SA 2.5
null
2010-09-02T06:02:09.160
2010-09-03T06:12:06.443
null
null
396,530
[ "java", "swing" ]
3,624,477
1
3,712,530
null
1
2,340
How could I create a macro that would check each cell of column A, find the words that are not in the defined dictionary, and write them (separated by space) in the next cell. In the picture below you can see an example of the worksheet after that macro was completed. ![alt text](https://i.stack.imgur.com/uvBH3.jpg) ...
Get in column B the words of column A that are `not in dictionary`
CC BY-SA 2.5
null
2010-09-02T07:03:44.087
2010-09-14T20:19:03.170
2018-07-09T18:41:45.953
-1
170,792
[ "excel", "spell-checking", "vba" ]
3,625,432
1
3,625,724
null
1
471
I'm really stucked and don't know how to implement an idea better. So, we have an XML file: ![alt text](https://i.stack.imgur.com/CxBWh.png) I've got an array by function dom_to_array() ``` function dom2array($node) {$result = array(); if($node->nodeType == XML_TEXT_NODE) { $result = $node->nodeValue; } else...
PHP DOM array - cut the first element - better way to do it
CC BY-SA 2.5
null
2010-09-02T08:39:47.223
2010-09-02T09:22:08.730
2010-09-02T08:43:52.703
204,777
204,777
[ "php", "arrays", "dom" ]
3,625,624
1
6,455,573
null
20
25,150
I'm having problems inserting a new CA certificate with privatekey in the Root certificate store of the localmachine. This is what happens: ``` //This doesn't help either. new StorePermission (PermissionState.Unrestricted) { Flags = StorePermissionFlags.AddToStore }.Assert(); var store = new X509Store(StoreName.Root...
Inserting Certificate (with privatekey) in Root, LocalMachine certificate store fails in .NET 4
CC BY-SA 3.0
0
2010-09-02T09:07:58.423
2017-12-13T13:49:26.760
2017-12-13T13:49:26.760
117,242
117,242
[ "c#", ".net-4.0", "certificate", "x509certificate", "bouncycastle" ]
3,625,664
1
null
null
0
1,153
I have this data that i return with mysql and i add it into a list but it is very long. I want to split data into several columns using php.I am stuck here i need some ideas.One thing i know that there is jquery splitter but i want to use php how can i do it. Thanks in advance for your reply. The data is names of users...
Split list into multiple columns
CC BY-SA 2.5
null
2010-09-02T09:13:56.237
2010-09-05T09:47:50.440
2010-09-05T09:47:50.440
90,231
90,231
[ "php" ]
3,625,896
1
null
null
0
937
Currently, I can create polygon-based selection box that has only one color on dashed stroke like the following photo. ![alt text](https://i.stack.imgur.com/8dgdC.png) In the other hand, all photo editors has selection box like the following photo. ![alt text](https://i.stack.imgur.com/Q3EDF.png) Is it possible to ...
Is it possible to define two-different color for dashed stroke like selection box in Photoshop?
CC BY-SA 2.5
null
2010-09-02T09:46:51.587
2010-12-10T18:32:43.997
null
null
null
[ "wpf", "graphics" ]
3,626,008
1
3,626,289
null
4
2,017
How to programmatically configure a proxy server for connectivity on the local network to the internet using a windows application. Please suggest a good example/reference. Screenshot shows the windows application form for setting proxy server ![Proxy Setting](https://i.stack.imgur.com/8iX63.jpg)
How to programmatically configure a proxy server for connectivity on the local network to the internet using a windows application
CC BY-SA 2.5
0
2010-09-02T10:02:22.533
2010-09-02T10:56:34.650
2010-09-02T10:53:42.563
171,985
171,985
[ "c#", ".net", "windows" ]
3,626,247
1
null
null
2
592
I'm trying to position several text elements using `position:absolute`. However, it seems that both on Firefox and on Chrome, the bounding box of the text elements is of a different size in Windows and in Linux. ![alt text](https://i.stack.imgur.com/luYcL.png) I've extracted a simple test case which is available her...
FF & Chrome: Text bounding box difference in Windows/Linux
CC BY-SA 3.0
null
2010-09-02T10:35:00.753
2012-03-25T06:27:17.720
2012-01-12T20:06:25.950
106,224
252,348
[ "html", "css", "firefox", "google-chrome", "cross-browser" ]
3,626,374
1
3,626,849
null
0
149
I have a table called `Game`, which holds 4 columns for player id's. And I also have a table called `Player`. When I try to count all the games in which a player has been in, I only get the players from the first column in the `Game` table. ``` player.Games.Count(); ``` I have set up foreign keys for all the tables,...
linq to sql not counting all columns
CC BY-SA 2.5
null
2010-09-02T10:50:36.723
2010-09-02T13:39:30.357
2010-09-02T12:00:04.263
59,242
59,242
[ "linq-to-sql" ]
3,626,407
1
null
null
1
218
I am newbie to drupal , I just created a view called "master" and i wanna manipulate the output pro grammatically for creating widget (javascript widget can embed in other website). ``` $view = views_get_view('master'); $view->set_display('page'); $view->execute(); $viewArray = $view->result; $title = $view->...
help me to proceed with drupal views?
CC BY-SA 2.5
0
2010-09-02T10:55:35.340
2010-09-02T23:24:10.037
2010-09-02T11:25:03.270
292,214
292,214
[ "drupal", "drupal-6", "view", "drupal-views" ]
3,626,362
1
3,626,446
null
3
8,530
I have a model object called Problem: ``` [Table(Name = "Problems")] public class Problem { [HiddenInput(DisplayValue = false)] [Column(IsPrimaryKey = true, IsDbGenerated = true, AutoSync = AutoSync.OnInsert)] public int ProblemId { get; set; } [Display(ResourceType = typeof(Resources.Resources), Name...
ASP.NET MVC Form Values not being set on Post
CC BY-SA 2.5
null
2010-09-02T10:49:56.850
2010-09-02T12:33:18.630
null
null
316,619
[ "asp.net", "asp.net-mvc-2" ]
3,626,461
1
null
null
0
123
![alt text](https://i.stack.imgur.com/08Ry7.jpg) See screenshot. When creating a direct link to a file to be downloaded, IE offers a checkbox to remember the setting. When pushing a file to the client using a script, this checkbox never seems be shown. Is there a way to force its visibility? René
File download: show checkbox to remember action if file is not a direct link
CC BY-SA 2.5
null
2010-09-02T11:04:14.027
2010-09-02T11:10:31.743
null
null
304,870
[ "c#", "javascript", "internet-explorer" ]
3,626,790
1
3,626,816
null
0
69
I am thinking of applying a new page to the admin section on my website and I wanted to make one page with three tabs ( picture should be included ) is this possible using jQuery. Thanks a lot. ![alt text](https://i.stack.imgur.com/XWazx.jpg)
Switch information using jQuery
CC BY-SA 2.5
0
2010-09-02T11:49:56.303
2010-09-02T11:54:21.717
2010-09-02T11:52:22.060
313,758
368,975
[ "javascript", "jquery", "html", "css" ]
3,627,265
1
3,630,429
null
2
949
I've been using this method (I think I got it from one of Apple's example code projects): ``` - (void)loadTexture:(NSString *)name intoLocation:(GLuint)location { CGImageRef textureImage = [UIImage imageNamed:name].CGImage; if(textureImage == nil) { NSLog(@"Failed to load texture!"); return; } NSInteger te...
iPhone OpenGLES texture loading issue with transparency
CC BY-SA 2.5
null
2010-09-02T12:54:43.340
2010-09-03T08:32:12.073
2010-09-03T08:32:12.073
143,979
143,979
[ "iphone", "objective-c", "opengl-es", "textures", "transparent" ]
3,627,272
1
4,533,050
null
7
2,215
I'm interested in adding to some of my sites the official [Tweet button](http://twitter.com/goodies/tweetbutton) which Twitter have recently released. For those unaware, the tweet button is a simple bit of JS which you can drop in to a page and it allows your users to easily tweet about the page in question, much like ...
Tweet Button - hiding zero count
CC BY-SA 2.5
0
2010-09-02T12:54:54.837
2010-12-26T07:57:43.467
2020-06-20T09:12:55.060
-1
2,287
[ "twitter", "button", "social-networking" ]
3,627,460
1
null
null
2
11,299
I am a lone developer, and I am now using TFS 2010, having until recently used VSS. I have not found it easy to get any books for beginners to help me use this. So I have now got my project in source control. But when I check in I get references to a number of files that I no longer use. How do I remove files from the ...
Using TFS source control - how to remove files
CC BY-SA 4.0
null
2010-09-02T13:19:05.320
2020-07-13T10:12:53.590
2020-07-13T10:12:53.590
10,967,889
125,673
[ "tfs", "tfs-2010" ]
3,627,471
1
3,627,668
null
1
1,888
I have a DotNetNuke website that by default people use anonymously. When they want to login they click a link which takes them to `/DesktopModules/AuthenticationServices/ActiveDirectory/WindowsSignin.aspx` and then redirects them back to the front page. On the front page is some jQuery which is designed to change the ...
Can't read cookies (Using jQuery and cookies plugin)
CC BY-SA 2.5
null
2010-09-02T13:20:24.380
2010-09-02T13:42:13.283
null
null
86,218
[ "jquery", "cookies", "dotnetnuke" ]
3,627,477
1
3,628,209
null
3
1,191
The following code gives me a nodeList to itterate over: ``` XPathNavigator thisNavigator = thisXmlDoc.CreateNavigator(); XPathNodeIterator dossierNodes = thisNavigator.Select("changedthisname/dossiers/dossier"); ``` I am processing this nodeList, and i need to grab another nodelist out of this list. I am trying to...
Grabbing a nodelist from a nodelist c# .net
CC BY-SA 2.5
0
2010-09-02T13:21:11.730
2010-09-02T14:41:23.617
2010-09-02T13:51:39.100
81,892
81,892
[ "c#", ".net", "xml", "xpath" ]
3,627,575
1
3,749,526
null
2
3,447
I have a telerik grid, ![alt text](https://i.stack.imgur.com/8bjPz.jpg) when I edit a row: ![alt text](https://i.stack.imgur.com/FMcx1.jpg) but if i pressed the update button or even cancel(watch the mid column): ![alt text](https://i.stack.imgur.com/P5uel.jpg) here is the declaration: ``` <%= Html.Telerik().Grid<A...
ajax editing in Telerik Grid, Display Templates are not rendered when update the row
CC BY-SA 2.5
0
2010-09-02T13:32:39.083
2010-09-20T07:53:03.710
null
null
336,271
[ "asp.net-mvc", "templates", "telerik-grid" ]
3,627,616
1
3,627,644
null
1
482
i have put in a css box colored red and for some reason the very bottom left is cut off is there an explanation (picture below) ``` <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equ...
CSS box being cut off?
CC BY-SA 2.5
0
2010-09-02T13:36:46.687
2010-09-02T13:47:45.970
null
null
368,975
[ "jquery", "css" ]
3,627,667
1
3,628,256
null
0
742
![alt text](https://i.stack.imgur.com/utGy4.png) How can I add a textbox so a user can enter numeric values into my form? I need the borders of the textbox control to be visible at all time. Thanks.
How can I show a textbox on my BlackBerry application?
CC BY-SA 2.5
null
2010-09-02T13:42:06.970
2010-09-02T15:55:13.257
null
null
null
[ "blackberry", "textbox" ]
3,627,679
1
3,629,433
null
3
1,639
I dumped some frames of a video and would like to generate a cuboid out of them, like in the following sample image: ![alt text](https://i.stack.imgur.com/sMqZO.png) I was wondering if there exists a MATLAB function to do such a plot?
How can I reproduce this cuboid plot in MATLAB?
CC BY-SA 2.5
null
2010-09-02T13:43:28.607
2010-09-03T16:01:48.633
2010-09-02T17:31:48.433
52,738
324,081
[ "matlab", "3d", "plot" ]
3,627,683
1
3,686,998
null
6
3,135
As a pet project, I've been playing with the concept of integrating Aero Glass effects into my SWT application. [Łukasz Milewski has an excellent blog post](http://www.milewski.ws/2009/02/vista-glass-in-swt-application/) explaining how this can be accomplished, which pretty much boils down to this: ``` final Display d...
Combining Aero Glass effects and SWT
CC BY-SA 2.5
0
2010-09-02T13:43:37.903
2012-05-27T11:09:16.433
null
null
154,306
[ "java", "windows", "swt", "aero", "aero-glass" ]
3,628,088
1
null
null
2
157
![enter image description here](https://i.stack.imgur.com/sISN6.gif) This is an animation I made using . As can be seen by highlighting the image, the margins at both the left and right sides are too wide. I don't want to have to submit the image to another program just for the cropping, so what do I do to eliminate t...
($VersionNumber < 6) Cropping an exported image in Mathematica
CC BY-SA 3.0
0
2010-09-02T14:28:18.620
2012-02-05T14:57:12.123
2012-01-02T22:24:48.863
615,464
null
[ "graphics", "wolfram-mathematica" ]
3,628,311
1
null
null
14
18,356
i am using left floating DIVs to simulate a two column layout (each div contains textfield to edit different data, like name, hobbies,...). So it should look like this ``` 1 2 3 4 5 6 ``` Now my div-boxes aren't always the same, since some DIVs have more elements than the other ones. Now my layout looks likes this ...
CSS Floating Divs with different height are aligned with space between them
CC BY-SA 2.5
0
2010-09-02T14:53:15.990
2015-01-17T18:30:33.217
2012-05-10T19:50:51.247
44,390
417,177
[ "css", "html", "css-float" ]
3,628,348
1
3,630,675
null
22
39,736
I've recently switched from a Windows XP machine to Windows 7. I use Subversion and TortoiseSVN. I cannot publish my .NET application in Visual Studio. I get over a thousand errors like this: > Unable to delete file "obj\Debug\Package\PackageTmp\Views\ViewName.svn\text-base\ActionName.aspx.svn-base". Access to th...
Visual Studio Publish Failed: "Unable to delete file ... Access to the path ... is denied."
CC BY-SA 3.0
0
2010-09-02T14:57:20.763
2020-07-02T13:44:55.803
2011-09-15T13:49:58.677
54,680
83
[ "visual-studio", "svn", "tortoisesvn" ]
3,628,449
1
3,631,592
null
1
393
![alt text](https://i.stack.imgur.com/Tuq8T.png)Hi there, I am trying to build a web page and i have the following problem. I tried to upload a photo but I cannot because I don't have enough votes. I have a contacts page and my problem is that there is a huge gap between the contacts (little photos with people) and th...
Structure of web page. Huge gap. HTML or CSS issue?
CC BY-SA 2.5
0
2010-09-02T15:07:20.020
2010-09-02T21:54:48.183
2010-09-02T19:36:29.390
206,019
206,019
[ "html", "css" ]
3,628,626
1
3,628,648
null
2
686
I have this table: ![alt text](https://i.stack.imgur.com/5dS2o.png) I need to query the table and ask the following questions: How many rows matching uri 'x' exist with unique IP addresses between 'y' and 'z' dates. I was experimenting with COUNTs but I couldn't seem to get the result I needed...
Getting unique values from a mySQL table between a date range
CC BY-SA 2.5
null
2010-09-02T15:27:32.080
2010-09-02T15:35:28.563
null
null
339,876
[ "php", "mysql" ]
3,628,662
1
3,641,834
null
2
1,688
I'm seeing my app being killed by iOS with an out of memory message, however, while tracing the progress of the app in the Allocations Instrument, I see lots of mallocs that seem to be occurring outside of the code I've written. I'm not seeing any leaks being caught, so I assume these allocations are supposed to be th...
Seeing malloc allocating large chunks of memory - trying to track down why (iPhone)
CC BY-SA 2.5
null
2010-09-02T15:31:24.983
2016-06-17T00:40:14.940
2010-09-03T08:34:07.273
12,037
12,037
[ "iphone", "core-graphics", "ios", "quartz-2d" ]
3,628,853
1
3,629,113
null
1
627
I have a code that fetches a list from DB. . Now, the code is working fine for first time. I can also able to add new entry to the database and show it in the grid. Now the problem is with the combo box. Whenever i add a new entry, by deleting the previous content in the table and fetching again from the DB along wit...
How to make a selection list to null in runtime?
CC BY-SA 2.5
null
2010-09-02T15:54:59.457
2010-09-02T16:26:01.890
null
null
null
[ "javascript", "html" ]
3,628,928
1
3,857,068
null
2
870
I have written a Outlook 2007 Add-In. I added a Setup Project to it, and it built the dependencies itself. When installed on a computer without visual studio, I get the following error message in the "Trust Center COM Add-in Manager": "Load Behavior: Not Loaded. The Managed Add-In Loader Failed to Initialize" ![al...
VSTO Deployment not working on Computer without Visual Studio
CC BY-SA 2.5
null
2010-09-02T16:02:11.057
2010-10-04T16:16:20.197
2010-09-02T16:13:40.813
48,943
48,943
[ "c#", "visual-studio", "deployment", "vsto" ]
3,628,955
1
3,629,436
null
1
794
I've come across a weird discrepancy between `BigInteger`s used by .Net 4.0 and Silverlight 4.0; In [.Net](http://msdn.microsoft.com/en-us/library/system.numerics.biginteger_methods(v=VS.100).aspx), `BigInteger` has a `Parse` and `TryParse` method where as in the [Silverlight](http://msdn.microsoft.com/en-us/library/sy...
Why does System.Numerics.BigInteger not have a Parse method in Silverlight 4.0, but does in .Net 4.0?
CC BY-SA 2.5
null
2010-09-02T16:05:12.133
2010-09-02T18:23:59.260
2010-09-02T16:27:47.387
139,766
139,766
[ "c#", ".net", "silverlight", "silverlight-4.0", ".net-4.0" ]
3,629,042
1
3,630,916
null
1
1,007
how can I get this exchange rates from a web service using htm and javascript? ![alt text](https://i.stack.imgur.com/6x8zE.png) > Türkiye = Turkey | Dünya = World | Son güncellenme = Last updating date
getting data using javascript
CC BY-SA 2.5
null
2010-09-02T16:15:20.620
2010-09-02T20:22:41.297
null
null
173,718
[ "javascript", "asp.net", "html", "web-services" ]
3,629,181
1
5,254,968
null
3
1,989
I need WPF component (beter if it will be free) for easy drawing such process graphics like on the image. Can you give an advice what to use? Thanks. ![http://img842.imageshack.us/img842/3444/40560107.png](https://i.stack.imgur.com/teujt.png)
.NET WPF Diagrams/Graphs
CC BY-SA 3.0
null
2010-09-02T16:33:48.283
2013-10-01T14:24:37.547
2013-10-01T14:24:37.547
438,180
438,180
[ "wpf", "graph", "components", "diagram" ]
3,629,331
1
3,629,442
null
19
8,590
I'm trying to divide a page in three parts. I'd like to do it in percentage values, however that is not supported by Android. Instead I have to use `android:layout_weight`. But I have a hard time understanding it and getting it right. Especially how the actual size gets calculated. Is there a way to get a percentage va...
Android: trying to understand android:layout_weight
CC BY-SA 2.5
0
2010-09-02T16:55:44.357
2019-05-16T20:31:11.337
2019-05-16T20:31:11.337
8,366,499
184,367
[ "android", "layout", "android-layout-weight" ]
3,629,744
1
3,631,624
null
1
2,264
Looked at other posts but, haven't seen the answer I'm looking for... I have two layouts: layout-port and layout-land. If I run the app with emulator or device, either vertically or horizontally, the app runs fine with the correct layouts. I have other app's with similarly defined layouts that work fine without...
Android - Orientation Change - exits app but w/o crashing
CC BY-SA 2.5
null
2010-09-02T17:49:20.263
2010-09-14T17:00:43.707
2010-09-14T17:00:43.707
382,200
382,200
[ "android", "orientation", "android-layout" ]
3,629,792
1
null
null
0
202
I am using Three20's TTThumbViewController. Everything works fine except for a padding on top of the thumbnail table which appears to be reserved for the navigation header, except that it takes the place right below the header. How can I get rid of this white space? ![alt text](https://i.stack.imgur.com/vwLSw.png)
Why Extra Padding on top of ThumbnailView?
CC BY-SA 2.5
null
2010-09-02T17:55:21.113
2012-01-19T08:07:26.753
null
null
5,304
[ "iphone", "three20" ]
3,629,783
1
3,686,152
null
1
1,235
Take the following simple source (name it test.cpp): ``` #include <windows.h> void main() { DebugBreak(); } ``` Compile and link this using the following commands: ``` cl /MD /c test.cpp link /debug test.obj ``` If TEST.EXE is now run (on a 64-bit Windows 7 system), you get the following dialog: ![DebugBreak in...
Behavior of DebugBreak differs between unmanaged and mixed (unmanaged+managed) application?
CC BY-SA 2.5
null
2010-09-02T17:53:25.970
2010-09-10T15:53:55.570
2010-09-03T09:29:35.973
17,034
163,551
[ ".net", "debugbreak" ]
3,630,012
1
3,630,060
null
0
123
I'm using [jsvalidate](http://www.jsvalidate.com/docs/) and I want to require some fields only when the user selects a yes (Sí) on my form here: ![alt text](https://i.stack.imgur.com/n6Lf6.png) A required validation field on jsvalidate is implemented writing `class="jsquerired"` on the select element. How can I make `...
custom validation with jsvalidate
CC BY-SA 2.5
null
2010-09-02T18:24:57.263
2010-09-02T18:32:11.613
null
null
45,963
[ "javascript", "validation" ]
3,630,126
1
3,663,499
null
0
536
I have a UIView subclass that I'm drawing a PDF onto (using a CATiledLayer). I also need to draw on a specific region of that PDF, however the coordinate plane of the CATiledLayer when using CG to draw is way screwy. See image: ![alt text](https://i.stack.imgur.com/aYtJl.png) I have a point (200,200), that I need to...
Convert CGPoint between iPhone & CA planes
CC BY-SA 2.5
null
2010-09-02T18:40:13.830
2010-09-07T23:33:48.000
null
null
114,696
[ "iphone", "core-animation", "core-graphics", "cgaffinetransform", "catiledlayer" ]
3,630,162
1
3,630,219
null
1
844
I absolutely love the Source Code Ouliner power toy that I use in VS2005 but am upgrading to 2010 and it seems they haven't yet released a new version. Is there anything similar that shows you a basic outline of the file you are currently navigating? ![alt text](https://i.stack.imgur.com/jIZS1.png)
Is there something similar to Source Code Outliner Power Toy for VS2010?
CC BY-SA 2.5
null
2010-09-02T18:44:03.167
2011-03-18T23:49:09.140
null
null
176,755
[ "vb.net", "visual-studio-2010", "ide" ]
3,630,720
1
3,630,752
null
1
1,272
I've made gradient images using PHP GD horizontal and vertical but how can you get images like these. ![alt text](https://i.stack.imgur.com/6yxfU.png) ![alt text](https://i.stack.imgur.com/2WBnA.png) These are example images [for the Emulate Gradient Fill PHP class](http://planetozh.com/blog/my-projects/images-php-gd...
PHP GD center gradient
CC BY-SA 2.5
null
2010-09-02T19:57:14.040
2010-09-02T20:17:07.933
2010-09-02T20:07:07.083
1,246,275
1,246,275
[ "php", "image", "gd", "center", "gradient" ]
3,630,951
1
3,631,047
null
1
3,620
here is the live link: [http://mrgsp.md:8080/a/Account/SignIn](http://mrgsp.md:8080/a/Account/SignIn) the main div (green one) doesn't take 100% of the screen height you will notice this only if you have a big screen![alt text](https://i.stack.imgur.com/C47Fk.gif) and the code is basically ``` <body> <div class="lo...
div doesn't take the whole height / is not 100%
CC BY-SA 2.5
null
2010-09-02T20:26:02.483
2022-04-21T03:20:42.877
2010-09-02T20:36:25.173
112,100
112,100
[ "html", "css" ]
3,631,034
1
28,005,601
null
6
1,968
I need same output from Inkscape and Imagick. This is the expected result, exported from Inkscape. ![corect image](https://i.stack.imgur.com/RMTx8.png) However, the PHP code below outputs the following faulty result. ![wrong image](https://i.stack.imgur.com/imNEX.png) ``` <?php $im = new Imagick(); $im->setReso...
Imagick doesn't render svg opacity properly
CC BY-SA 3.0
0
2010-09-02T20:36:18.387
2015-01-17T23:44:27.570
2013-06-20T05:20:29.340
1,608,072
160,386
[ "php", "svg", "opacity", "imagick" ]
3,631,325
1
3,631,776
null
4
600
I try to recognize pictures of every digit. I have removed everything else than the digit so that there is almost no noise other than the digit is placed differently on the pictures. I use Neuroph's image recognizing gui and have some questions about training. It seems that the larger resolution I use for the picture...
Neural Network Training
CC BY-SA 2.5
null
2010-09-02T21:13:19.780
2010-09-03T17:11:23.430
2010-09-02T21:52:40.483
407,120
407,120
[ "java", "neural-network", "image-recognition" ]
3,632,016
1
3,637,630
null
0
4,695
We're developing a web application using Tomcat and a number of other libraries, and we're having issues using the "Java EE Module Dependencies" page in Eclipse to assign dependencies to be placed in the lib/ directory of the webapp. (See screenshot) The issue we're having is that while most of our projects show up as...
Java EE Module Dependencies page in Eclipse missing projects
CC BY-SA 2.5
null
2010-09-02T23:25:49.730
2010-09-03T16:18:30.067
null
null
88,111
[ "java", "eclipse", "tomcat", "jakarta-ee", "dependencies" ]
3,632,253
1
3,635,184
null
1
4,269
I am trying to make an AlertDialog that scales in size to the content. The textual content can be larger than the dialog, so it has to be able to scroll. If I use a RelativeLayout everything renders properly no matter how much info there is, but when there is not enough text to fill up the TextView it leaves a lot of e...
RelativeLayout in dialog has extra space
CC BY-SA 2.5
null
2010-09-03T00:31:55.677
2011-05-26T22:48:13.833
2010-09-03T15:10:16.597
32,965
32,965
[ "android", "android-relativelayout" ]
3,632,338
1
null
null
8
5,593
I have a WCF client/service with net.tcp transport. When I turn on the WCF tracing on client side I am seeing the following errors in trace (see screenshot from service trace viewer). The strange thing is that WCF is handling and recovering this error and my client doesn't receive any exception and it continues to work...
Strange WCF net.tcp exception
CC BY-SA 2.5
null
2010-09-03T00:54:35.637
2010-11-04T23:51:32.330
2010-09-03T01:33:16.747
11,711
11,711
[ "wcf", "tcp", "wcf-security" ]
3,632,368
1
3,634,089
null
8
2,993
FIXED by setting near clipping plane to 1, rather than 0 (not sure why it was like that to start with). See the question for skeleton code, and Adrian's answer for how and why this works. I have a few different camera positions, and my scene consists of a single quad. The quad is such that it projects exactly onto th...
Projecting a texture in OpenGL
CC BY-SA 2.5
0
2010-09-03T01:03:01.400
2013-10-16T07:24:15.043
2010-09-04T17:46:13.700
428,481
428,481
[ "c++", "opengl", "3d", "graphics" ]
3,632,751
1
3,632,768
null
2
815
I've got a path that is made up of multiple points - i.e. 0,0 0,50 50,50 70,20 If I just draw this line on the screen it looks quite harsh as it puts a sharp angle at the joining of each point. Hence I was wondering what the bezier curves algorithm/method would look like which I could call that automatically chang...
Bezier curves algorithm - maybe Canonical Splines?
CC BY-SA 2.5
0
2010-09-03T02:46:56.237
2010-09-03T15:36:11.350
2010-09-03T14:56:11.520
90,922
90,922
[ ".net", "wpf", "algorithm", "path-finding", "bezier" ]
3,632,928
1
3,654,408
null
1
2,108
i have created a `RibbonGallery/ComboBox` to display a list of installed fonts. ![alt text](https://i.stack.imgur.com/H48Vv.jpg) but sometimes after entering say "V" this is what i get ![alt text](https://i.stack.imgur.com/kUF04.jpg) look at the text in the menu. ``` [Font Family: Name=... ``` why is that happ...
WPF: Data binding & Display member path
CC BY-SA 2.5
0
2010-09-03T03:45:38.320
2010-09-06T21:29:48.743
null
null
292,291
[ "c#", "wpf", "ribbon" ]
3,633,238
1
3,633,250
null
1
10,710
I may be asking something silly but I don't see any sql*plus or any GUI kind of interface to connect my Oracle server remotely. I tried SQL Plus but it's a command line interface, don't know what to do with that. ![alt text](https://i.stack.imgur.com/seeD3.png)
How to use Oracle 11g client?
CC BY-SA 2.5
null
2010-09-03T05:26:10.223
2010-09-04T13:12:27.053
null
null
263,357
[ "oracle", "oracle11g" ]
3,633,370
1
3,793,561
null
5
9,221
I am a newbie to android development.Now i would like to do gallery view as circular like image as below.The things is that i want to enlarge the center image when user scroll from left to right and right to left. Is there any tutorials for that ? ![enter image description here](https://i.stack.imgur.com/zcYhp.png) wh...
android circular gallery?
CC BY-SA 3.0
0
2010-09-03T06:00:12.590
2012-02-07T06:44:47.080
2012-02-07T06:44:47.080
379,693
405,219
[ "android", "android-gallery", "android-image" ]
3,633,558
1
null
null
2
9,267
i got the alert as an error occurred when open the eclipse... that log file contains the following error... ``` !SESSION 2010-09-03 11:59:03.157 ----------------------------------------------- eclipse.buildId=I20090611-1540 java.version=1.6.0_11 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=...
eclipse problem
CC BY-SA 2.5
0
2010-09-03T06:46:32.487
2013-04-12T15:58:40.040
2010-09-03T07:00:11.427
421,645
421,645
[ "eclipse" ]
3,633,580
1
3,635,704
null
1
319
I have developed a cake php application. In this there are tables like students,placements,batches,companies In placements table there is student_id,company_id and in students table there is batch_id column. In placements index page i have applied jq grid. Here is the screen shot. ![alt text](https://i.stack.imgur.c...
How do i implement search on third level using containable behavior
CC BY-SA 2.5
null
2010-09-03T06:51:55.810
2010-09-03T12:48:13.180
2010-09-03T11:15:11.443
104,698
146,192
[ "search", "jqgrid", "cakephp-1.3", "containable" ]
3,633,670
1
null
null
-1
260
I 've installed magento and it seems to work, but if I want to save a new Catalog_product_set with different attributes then I get Internal Error Message with Status Code 500 Does anyone have the same problem? Thanks in advance cheers tabaluga ![alt text](https://i.stack.imgur.com/qAgb2.png)
Magento doesn't save my catalog_product_set, what can I do?
CC BY-SA 2.5
null
2010-09-03T07:06:11.767
2011-05-11T07:33:05.937
2010-09-03T09:27:54.773
383,695
383,695
[ "magento" ]
3,633,797
1
3,633,934
null
0
601
I got this mockup, I need to load dynamically pictures from a db and once loaded I need to click on each picture in order to mark what scholar will be promoted to the next grade, I'm figuring out mark it with a star image when I click on the picture, maybe an overlay div on each image that it is activated when I do cli...
Dynamic Ordered list with jquery selectable control
CC BY-SA 3.0
null
2010-09-03T07:31:22.400
2018-04-15T14:04:44.263
2018-04-15T14:04:44.263
1,033,581
114,747
[ "jquery", "jquery-ui", "html-lists", "jquery-ui-selectable" ]
3,633,823
1
6,584,597
null
4
2,571
Im trying to implement an activity that uses ExpandableListView and I have gotten so far but now I have found some strange behavior. My activity is meant to record food intake as specified by the user. they have a choice of menus (breakfast, lunch and dinner - the outer group) which expand to show their contents. when...
Strange behaviour in Expandablelistview - Android
CC BY-SA 2.5
0
2010-09-03T07:37:09.010
2019-05-15T12:59:21.230
2010-09-03T07:43:23.630
409,826
409,826
[ "java", "android", "expandablelistview", "expandablelistadapter", "settext" ]
3,634,086
1
3,861,600
null
9
2,643
I've added some buttons to my app with a background image (RESET button below), but the corners are quite as expected. See below: ![alt text](https://i.stack.imgur.com/U4wG4.png) The bottom left and right corners of the RESET button seem to be squared. My original image has rounded corners. Anyone come across this ...
iPhone - Buttons background image
CC BY-SA 2.5
null
2010-09-03T08:24:55.987
2010-10-05T11:10:52.760
null
null
387,552
[ "iphone", "button" ]
3,634,444
1
3,751,585
null
6
4,863
I am drawing some textures with alpha channel, but when they are displayed it looks like the alpha channel is only binary. So a pixel is either transparent or opaque, although in the texture file itself the pixel is half-transparent. The blending is set up like this: ``` gl.glEnable(GL10.GL_BLEND); gl.glBlendFunc(GL...
android/opengles alpha textures not semitransparent but binary transparent
CC BY-SA 2.5
0
2010-09-03T09:21:22.590
2010-09-20T14:58:51.853
2010-09-12T01:51:18.353
105,170
97,688
[ "android", "opengl-es", "transparency", "textures", "alphablending" ]
3,634,538
1
3,641,853
null
6
2,427
I'm seeing my app being jettisoned due to low memory. In trying to track down the problem, I ran the app through the Allocations instrument. Unfortunately, I couldn't see any problem with the memory usage when it was killed. At the time of ejection, the app was playing a video, and had been for about 45 seconds. There...
iPad Application jettisoned while Allocations Instrument shows no unusual memory usage
CC BY-SA 2.5
0
2010-09-03T09:39:46.057
2010-09-04T10:25:20.610
2010-09-03T12:35:09.100
12,037
12,037
[ "iphone", "ipad", "memory-management", "instruments" ]
3,634,634
1
3,658,885
null
0
343
I'm developing a [Struts2](http://struts.apache.org/2.x/index.html) application that uses [Sitemesh](http://www.opensymphony.com/sitemesh/) as template engine. What I need is a list of all the templates (JSP) that are used by request. In other projects I use [Django Framework](http://www.djangoproject.com/), with it I...
Django debug toolbar template listing feature for Struts2
CC BY-SA 2.5
0
2010-09-03T09:54:22.720
2010-09-07T13:01:28.267
2010-09-06T10:12:30.020
151,918
151,918
[ "java", "debugging", "servlets", "struts2", "sitemesh" ]
3,634,663
1
3,636,303
null
9
4,933
One neat typographic effect often seen headlines in magazines etc, is to select a really bold font and put an image inside of the text. Here's a random example of the effect: ![alt text](https://i.stack.imgur.com/1ieF4.jpg) In web design, there is no way to do this with plain html/css/js. It could be done with flash o...
Masking an image with selectable text with SVG - possible?
CC BY-SA 2.5
0
2010-09-03T09:59:49.597
2013-12-24T22:45:32.283
null
null
313,910
[ "svg", "masking" ]
3,634,775
1
3,763,851
null
2
655
Does anybody knows if the TFS 2010 Warehouse database (the one supposed to be used for reporting) keeps any information about the checkin comments for a changeset? I can see the information via the TFS Explorer, like this ![image of tfs comments](https://i.stack.imgur.com/nulWI.gif) But if I try to extract the same ...
Find checkin comment info in TFS2010 Warehouse
CC BY-SA 2.5
null
2010-09-03T10:14:54.730
2020-07-14T18:17:24.053
2020-07-14T18:17:24.053
3,744,182
11,673
[ "tfs", "tfs-2010" ]
3,634,828
1
3,635,524
null
0
175
someone would have a script idea to place an info bubble from right to left when it has no place in the browser window? thank you for your answers ... ``` // Detection du navigateur ns4 = (document.layers)? true:false; ie4 = (document.all)? true:false; // Decallage de l'infobulle par rapport au pointeur en X et en ...
Place an info bubble from right to left when it has no place in the browser window?
CC BY-SA 2.5
null
2010-09-03T10:24:15.560
2010-09-03T12:07:08.220
2010-09-03T11:54:39.600
296,635
296,635
[ "javascript", "html" ]
3,635,031
1
3,635,093
null
5
2,249
![Breadcrumb trail](https://i.stack.imgur.com/YHEEa.jpg) I have a breadcrumb structure similar to the image above. It displays the progress trail of the forms, the form names and the current page being displayed and it also gives the user a guide to the start and end of the process. This was originally put together i...
Creating a graphical breadcrumb or process trail in .NET MVC 2
CC BY-SA 2.5
0
2010-09-03T10:54:20.760
2010-09-21T10:09:47.417
2010-09-21T10:09:47.417
199,028
199,028
[ "c#", "asp.net-mvc-2", "breadcrumbs" ]
3,635,608
1
3,730,408
null
7
10,726
I have an with 4 columns. One of the columns contain text which extends the width of the column, thus some of the text are located beneath the next column. ![Example image](https://i.stack.imgur.com/pspZv.jpg) How can I set `white-space` to `normal` for the cells in the listview?
ExtJS: How to wrap text in a ListView with columns?
CC BY-SA 2.5
0
2010-09-03T12:16:53.487
2012-10-18T10:56:17.160
null
null
62,361
[ "listview", "extjs", "word-wrap" ]
3,635,760
1
null
null
0
950
I need to develop a user admin application. My schema looks like the following: ![alt text](https://i.stack.imgur.com/nuH4O.gif) [See full size](https://i.stack.imgur.com/nuH4O.gif) As you can see I've got my own version of the user table and profile tables to store my data with a one-to-one mapping with aspnet mem...
ASP.NET Dynamic Data? Real world user admin application
CC BY-SA 2.5
null
2010-09-03T12:36:35.983
2014-02-01T13:06:08.513
2010-12-12T11:57:20.783
21,234
358,297
[ "asp.net", "dynamic-data" ]
3,636,202
1
3,637,819
null
0
772
OK - at the moment, to validate my pages I am using [Required] in my model in an MVC2 C# project. For eg in my model I have: ``` [DisplayName("Username")] [Required(ErrorMessage = "Please enter a Username")] public string UserName { get; set; } ``` ... and in my view I have ``` <%=Html.ValidationMessageFor(x => x...
Form Validation Messages in ASP.NET MVC2 - using images instead of text for error messages
CC BY-SA 2.5
0
2010-09-03T13:29:34.413
2010-11-10T18:29:52.213
2010-09-03T16:12:34.587
199,028
199,028
[ "asp.net-mvc-2", "validation" ]
3,636,251
1
3,823,299
null
36
7,767
I have a 9-patch image file which looks like this: ![alt text](https://i.stack.imgur.com/uNIMS.png) When I use it it appears like this: ![alt text](https://i.stack.imgur.com/UfIXq.png) What I actually wanted to achieve is the complete dot in the center instead of . I hope that it's possible.
Android: 9-patch repeat pattern instead of stretching
CC BY-SA 2.5
0
2010-09-03T13:34:28.790
2018-01-11T11:37:32.373
null
null
184,367
[ "android", "nine-patch" ]
3,636,914
1
3,637,039
null
697
561,345
Is there a way to see what would be pushed if I did a `git push` command? What I'm picturing is something like the "Files Changed" tab of Github's "pull request" feature. When I issue a pull request, I can look and see what will be pulled in if they accept my pull request: ![github example of aggregate changes](https:...
How can I see what I am about to push with git?
CC BY-SA 3.0
0
2010-09-03T14:51:54.020
2020-10-13T12:01:12.100
2014-03-21T20:22:32.297
128,421
58
[ "git" ]