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,870,519
1
null
null
2
409
Email Match field = '@hotmail.com' Email Match field entered: Results 1199 - speed of return 40 seconds Email Match field not entered: Results 429 - speed of return 1.6 seconds ``` SELECT * FROM emails e where e.[From] like '%@hotmail.com%' OR e.[To] like '%@hotmail.com%'order by [id] DESC ``` I have to use % at s...
Search results are very slow when retrieving Varchar Records using like operator
CC BY-SA 3.0
null
2010-10-06T08:06:01.070
2016-12-28T14:11:18.457
2016-12-28T14:11:18.457
1,033,581
467,710
[ "sql-server-2005" ]
3,870,748
1
3,944,712
null
11
5,749
I'm trying to find out what effects the Photoshop "Poster edges" filter is composed of. It seems it's a combination of edge detection and posterization, but I haven't been able to duplicate it, not even close, with these so I guess I'm missing something. The image below shows the same image before and after the Poster ...
Implementing Photoshop's "Poster edges" -filter
CC BY-SA 2.5
0
2010-10-06T08:37:26.377
2013-02-06T15:30:58.333
2010-10-14T15:28:55.523
319,618
251,455
[ "java", "image-processing" ]
3,871,424
1
3,871,582
null
3
2,152
Instead of spawning a separate command window as a child window, is it possible to host a command console as a child control of a form? Example: ![alt text](https://i.stack.imgur.com/e01NA.png)
Is it possible to display a command window inside a windows form?
CC BY-SA 2.5
0
2010-10-06T10:10:19.347
2017-02-27T14:00:37.910
null
null
98,389
[ ".net", "winforms", "command-line" ]
3,871,505
1
3,871,574
null
2
2,100
I write code in isolation, that is I work for myself. I need some advice on how you might implement the following functionality or if there are some tools that already exist to help make this task easier to accomplish. I have a scenario (C# application) in which I would like the user to be able to enter conditional ru...
C# Allow user to enter conditional rules
CC BY-SA 2.5
0
2010-10-06T10:21:13.430
2010-10-07T11:59:33.403
2017-05-23T12:24:45.570
-1
467,820
[ "c#", "user-interface", "business-logic", "conditional-operator", "conditional-statements" ]
3,871,506
1
3,871,660
null
0
403
I'm working on a simple widget for the Wordpress CMS. The widget just supposed to render some database records. I put the widget file (`function.php`) into the theme folder (`themes/vigilance/`): ``` if (function_exists('register_sidebar_widget')) { register_sidebar_widget('TwiMoldova','twimoldova'); } function tw...
Simple Wordpress widget: resolving MySQL error
CC BY-SA 3.0
null
2010-10-06T10:21:17.663
2017-08-12T21:29:05.507
2020-06-20T09:12:55.060
-1
211,848
[ "php", "mysql", "wordpress" ]
3,871,656
1
null
null
1
6,575
As every web-developer I'm tired of Internet Explorer... I'm working on a new website and use font-face (the problem may not be related but just in case...): ``` @font-face { font-family: 'ArabicTypesettingRegular'; src: url('arabtype-webfont.eot'); src: local('☺'), url('../../../partilhado/fontes/arabtype...
IE8 - Font anti-alias strange behaviour (w/ prints. example)
CC BY-SA 2.5
0
2010-10-06T10:43:53.290
2010-10-06T12:57:52.770
null
null
444,340
[ "css", "internet-explorer", "internet-explorer-8", "font-face", "antialiasing" ]
3,871,689
1
null
null
1
716
I am a newbie to Android Development, and facing this particular problem while changing TabBackground Image. As you can see in the attached Image, there is a thin gray line. And I am unable to figure out where is it coming from. Can you please assist me in removing it. I have checked there is no padding anywhere, an...
How to properly change Tab Background in Android
CC BY-SA 2.5
0
2010-10-06T10:48:42.437
2013-03-21T12:25:35.460
null
null
204,501
[ "android", "user-interface", "tabwidget" ]
3,871,873
1
null
null
0
411
I have a asp.net page (page1.aspx), inside that I have a iframe, Inside the iframe I am loading another page(page2.aspx). Inside that page(page2.aspx) I have a button. When I click on that button jqModal pops up. It comes up covering the iframe which is in page2.aspx. How can i make the jqModal div to allocate parent p...
jqModal iframe issue
CC BY-SA 2.5
null
2010-10-06T11:16:22.087
2011-08-07T21:57:25.537
null
null
192,901
[ "asp.net", "jquery", "jqmodal" ]
3,872,112
1
3,891,968
null
10
12,568
At my work place, passport sized photographs are scanned together, then cut up into individual pictures and saved with unique file numbers. Currently we use Paint.net to manually select, cut and save the pictures. (from: google image search multiple sources, fairuse) ![picasa screenshot](https://i.stack.imgur.com/...
Automatic face detection using Picasa API to extract individual images
CC BY-SA 2.5
0
2010-10-06T11:52:21.217
2011-03-08T16:42:06.790
2017-05-23T12:00:17.880
-1
405,861
[ "php", "api", "picasa", "face-recognition" ]
3,872,209
1
3,873,684
null
1
686
I am doing research about network traffic characterization. While processing collected data (captured by tcpdump and saved to a database), I stumbled over the weird phenomenon with packet (or flow) inter-arrival times: Of course, without a DAG card (which would do hardware time stamping of the packets), I can't rely...
libpcap inter-arrival times and scheduler
CC BY-SA 2.5
null
2010-10-06T12:05:34.780
2010-10-06T14:41:19.240
null
null
400,222
[ "linux", "networking", "pcap", "libpcap", "tcpdump" ]
3,872,920
1
null
null
0
311
When I try to run my app on the iPad the buttons are too big. Below is two images One is of the app running on the iPHone sim. The other is the app running on the iPad sim. Notice the button in the iPad apps left hand corner. The button is too big. This is the code I use to create nav buttons. Any help appreciated. ...
iPhone SDK: Button appears too stretched for iPhone app running on iPad
CC BY-SA 2.5
null
2010-10-06T13:26:38.017
2011-01-21T10:51:27.153
2010-11-18T07:09:04.910
58,014
352,285
[ "iphone" ]
3,872,940
1
3,872,984
null
5
9,626
In the attached picture there's a symbol I don't understand. To understand additive functional dependency I need to know what the symbol means. Please advice? ![alt text](https://i.stack.imgur.com/smmm8.jpg) It's the symbol where it says: "Suppose that X Y and that..." = ? Thanks!
What does the symbol "⊇" mean?
CC BY-SA 2.5
null
2010-10-06T13:28:25.227
2021-03-03T10:52:49.413
2010-10-06T13:35:15.753
224,671
264,557
[ "normalization", "database-theory", "functional-dependencies" ]
3,873,307
1
3,873,467
null
2
1,530
These questions relate to the basics of networking, but I have not found an answer yet! Can a 100Mbps switch handle 2 simultaneous TCP streams running at 100Mbps? To illustrate this if you have 4 PC's on 1 switch (100Mbps with no other connections) and you had two separate streams, what speed would they reach? Would ...
1 Linux PC with two network cards cannot produce network traffic for test system
CC BY-SA 2.5
null
2010-10-06T14:05:22.530
2010-10-06T14:30:59.420
null
null
429,383
[ "linux", "networking", "network-programming" ]
3,873,565
1
3,873,612
null
23
23,960
how can I produce long negation lines in latex. It should look like on the left of the following equations ![alt text](https://i.stack.imgur.com/EHnNB.png) I used `\[ \bar{(A \land B)} \]` but that just added a bar over the `\land` Thank you for your help
Long Negation Bar in LaTeX
CC BY-SA 2.5
0
2010-10-06T14:29:31.337
2012-01-20T18:27:17.543
null
null
328,991
[ "latex" ]
3,874,059
1
3,893,195
null
0
677
I installed [NetBeans](http://en.wikipedia.org/wiki/NetBeans) 6.9.1 with C++ support. I also installed [MinGW](http://en.wikipedia.org/wiki/MinGW). When I create a C++ project and run it, I get this: ![Compile Error Screenshot](https://i.stack.imgur.com/WEZFW.png) I checked the C++ configuration in NetBeans (looks g...
NetBeans fails to execute a Perl script when compiling C++ project
CC BY-SA 3.0
null
2010-10-06T15:17:16.643
2011-12-30T11:04:47.893
2011-12-30T11:02:40.997
63,550
373,207
[ "c++", "perl", "netbeans", "compilation", "mingw" ]
3,874,424
1
3,875,064
null
36
38,628
I have the following custom view: ![alt text](https://i.stack.imgur.com/boJS4.png) This I have achieved by using the Canvas' `drawArc()` method. However, with this `drawArc()` method I cannot limit the arc's inner radius. What I'd like to have is something like this: ![alt text](https://i.stack.imgur.com/c1eqe.png)...
Android: looking for a drawArc() method with inner & outer radius
CC BY-SA 3.0
0
2010-10-06T15:54:18.750
2019-02-25T07:34:06.707
2014-07-15T16:40:56.343
85,661
184,367
[ "android", "2d", "draw", "geometric-arc" ]
3,874,436
1
3,874,569
null
52
32,699
I got a line in fiddler2 looking like this: ``` ICON # status protocol host url XXX 3 200 HTTP www.myserver.com /images/save.png ``` The icon shown is a forbidden icon like this: ![enter image description here](https://i.stack.imgur.com/NbG7z.jpg) Actually i am analizing a loading problem i...
What is the meaning of this fiddler icon?
CC BY-SA 3.0
0
2010-10-06T15:55:29.550
2017-07-12T16:29:28.167
2013-03-13T12:40:44.650
425,736
346,063
[ "icons", "fiddler" ]
3,874,512
1
8,607,768
null
7
3,059
We have clustered MSMQ for a set of NServiceBus services, and everything runs great until it doesn't. Outgoing queues on one server start filling up, and pretty soon the whole system is hung. More details: We have a clustered MSMQ between servers N1 and N2. Other clustered resources are only services that operate d...
MSMQ messages bound for clustered MSMQ instance get stuck in outgoing queues
CC BY-SA 2.5
0
2010-10-06T16:03:04.110
2021-12-24T06:50:54.303
2012-07-02T11:41:15.210
97,160
10,039
[ "msmq", "message-queue", "nservicebus", "cluster-computing", "msdtc" ]
3,874,548
1
3,874,576
null
2
3,083
I'm using following jQuery function to change the opacity of text (it's color: #999999) ``` $('.small_buttons').css('opacity', 0.3); ``` The effect looks good in Chrome or even Internet Explorer 8, but in current version of Firefox (3.6.10) this text gets really strange greenish colour, instead of nice pale gray. ...
CSS gray text opacity and Firefox color issue
CC BY-SA 3.0
null
2010-10-06T16:06:22.777
2011-12-15T23:37:55.863
2011-12-15T23:37:55.863
84,042
229,695
[ "css", "firefox", "opacity" ]
3,874,689
1
null
null
0
3,689
``` if (!(char.IsDigit(e.KeyChar))) { e.Handled = true; } ``` The above code is not working properly Below is the image error : ![error](https://i.stack.imgur.com/cTQv0.jpg) The problem space is "Clipboard"
Only numbers in the text box
CC BY-SA 2.5
null
2010-10-06T16:21:06.967
2017-05-15T02:09:54.933
null
null
461,057
[ "c#" ]
3,874,706
1
8,313,987
null
3
639
After doing some reading on the Model View Controller pattern it seems that the pattern is implemented quite differently in web frameworks vs desktop frameworks. With web based MVC frameworks the view and model never communicate directly. They can only communicate with the controller. But in desktop implementations, it...
What are the differences in the MVC pattern on the web vs desktop?
CC BY-SA 2.5
0
2010-10-06T16:22:35.373
2011-11-29T16:12:23.990
2011-07-05T22:13:14.683
446,591
202,240
[ "model-view-controller", "design-patterns", "desktop" ]
3,875,942
1
null
null
0
163
First of all some notes: 1. As I realize I'm asking for relatively a lot, I shall offer a (humble 50 rep) bounty ASAP, even if I'll get an answer before doing that. 2. I'm noob at this, so any direction would help. 3. I'd like only Linq2Sql designer or association properties solution, as it seems most elegant. 4. this ...
CRUDing composite object using association properties / LINQ2SQL desginer
CC BY-SA 2.5
null
2010-10-06T18:55:45.590
2011-06-24T11:54:55.523
2017-05-23T12:13:39.697
-1
424,952
[ "c#", "linq", "linq-to-sql" ]
3,875,981
1
null
null
4
871
I'd like Textmate to highlight Ruby syntax inside `<% %>` tags in *.js.erb files (like it does in *.html.erb files). Right now it looks like this: ![alt text](https://i.stack.imgur.com/GU5wj.png) As you can see, everything within the quotes is treated like a regular JS string – annoying.
Better syntax highlighting for js.erb files in Textmate
CC BY-SA 2.5
0
2010-10-06T18:59:22.513
2011-02-05T14:12:41.557
null
null
25,068
[ "javascript", "ruby-on-rails", "syntax-highlighting", "textmate", "erb" ]
3,876,216
1
3,876,335
null
1
301
Starting today, I noticed that the Exceptions dialog within VS2010 appears empty, and I can therefore not make any selections within it. I am not sure where to go to begin trying to fix this, as I see no error or anything. This has previously worked. Following is a screenshot: ![alt text](https://i.stack.imgur.com/5Hc...
Visual Studio 2010 Exceptions dialog is empty (as of today)
CC BY-SA 2.5
null
2010-10-06T19:35:42.013
2010-10-06T19:55:14.847
null
null
467,210
[ "visual-studio", "visual-studio-2010" ]
3,876,228
1
null
null
3
1,334
I have a long text message followed by a link and have put this inside a TextView. It's simply like this: ``` <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content"> <LinearLayout and...
TextView getting highlighted after using linkify or autolink
CC BY-SA 2.5
0
2010-10-06T19:36:46.037
2015-08-05T15:20:16.490
null
null
109,603
[ "android", "textview", "linkify" ]
3,876,299
1
3,876,446
null
81
116,322
I'm trying to merge two images together with PHP. For example... how would I go about placing image one on top of image two or merge, with basic PHP? I have tried something such as watermarking, but it doesn't seem to be working. ![alt text](https://i.stack.imgur.com/F1wV3.jpg) ![alt text](https://i.stack.imgur....
Merging two images with PHP
CC BY-SA 2.5
0
2010-10-06T19:48:23.000
2020-05-05T12:54:53.637
null
null
161,920
[ "php", "image", "merge", "resize", "overlay" ]
3,876,376
1
3,876,392
null
0
84
![What are those chars in the upper left corner?](https://i.stack.imgur.com/5xz72.png) I used `svcutil.exe /t:metadata <url-to-xsd>` to download an xsd file. Question: What are strange chatacters in the resulting file as displayed by using the 'type' command from the VS CMD prompt?
What are the strange characters in the XSD downloaded by svcutil.exe
CC BY-SA 2.5
null
2010-10-06T20:00:57.877
2010-10-06T20:03:24.813
null
null
398,546
[ "xsd", "svcutil.exe" ]
3,876,383
1
3,879,697
null
0
470
I would like to know how would i create rollovers for my navigation bar, and also apply some JQuery to set the opacity 0 to 100 once the navigation has been hovered if that is possible. My navigation when hovered. The glow in the letters. ![alt text](https://i.stack.imgur.com/osEHj.png) HTML: (ignore the empty divs)...
Navigation Rollovers with CSS and apply jQuery
CC BY-SA 2.5
null
2010-10-06T20:02:11.857
2010-10-07T07:54:43.810
null
null
363,551
[ "jquery", "css", "navigation", "rollovers" ]
3,876,642
1
3,876,670
null
2
1,096
In a .NET 4 web application I've set the property "renderAllHiddenFieldsAtTopOfForm" to "false" in the web.config. Unfortunately the hidden fields are still at the top. Why is this? Does some other setting override it? !["pages" property in web.config](https://i.stack.imgur.com/3hFnU.png) ![Screenshot of top of th...
Why isn't "renderAllHiddenFieldsAtTopOfForm" not working?
CC BY-SA 2.5
null
2010-10-06T20:35:31.657
2010-10-06T20:39:37.510
null
null
12,252
[ "asp.net", "forms", "seo", "asp.net-4.0" ]
3,876,646
1
null
null
5
3,096
I'm trying to build a grouped UITableView cell like the table in user details in Twitter's app (former Tweetie app). It's a cell with two sides, and you can select any of them separately (and the background turns blue, like a rounded button). Anyone did something like it or know how they made it? A screen shot from ...
Two cells in one row in UITableView
CC BY-SA 2.5
0
2010-10-06T20:35:59.547
2011-03-20T08:21:58.933
null
null
421,827
[ "iphone", "uitableview" ]
3,876,888
1
3,876,912
null
2
780
How do you correctly output PNG images with PHP so their shading, and other transparent effects don't fail. ![alt text](https://i.stack.imgur.com/CAzJQ.png) seems to be outputting as ![http://i.stack.imgur.com/AoIdy.png](https://i.stack.imgur.com/2ss5V.png) ...is there a way so this doesn't happen? I merged two i...
Output PNG images with transparency in PHP
CC BY-SA 2.5
0
2010-10-06T21:05:49.737
2010-10-06T21:11:51.100
2010-10-06T21:11:51.100
102,441
161,920
[ "php", "image", "transparency", "effects" ]
3,877,323
1
3,877,401
null
3
7,297
Am I missing something here? I follow the instructions exactly on this page (and some of the other tutorials) but they always seem to be missing some key information as they don't work out of the box. I added a bunch of packages that seemed like were missing, but now I'm stuck. [http://developer.android.com/resource...
Why doesn't the code from the Android SDK tutorials work out of the box?
CC BY-SA 3.0
0
2010-10-06T22:16:26.643
2013-08-14T15:55:11.790
2013-08-14T15:55:11.790
null
177,389
[ "android", "sdk" ]
3,877,619
1
3,877,838
null
0
1,174
Anyone know how facebook did this:![alt text](https://i.stack.imgur.com/2pJkn.jpg) From what I know we cannot change the height of tabhost. I'm guessing that they laid the "Frank Cho" view over the tabhost to give it the appearance of being shorter but I may be wrong. Anyone know what's going on?
TabHost on Facebook for Android
CC BY-SA 2.5
0
2010-10-06T23:24:44.393
2010-10-07T00:22:14.313
null
null
392,178
[ "android", "height", "customization", "android-tabhost" ]
3,877,656
1
3,879,453
null
1
5,001
Trying to run the following HQL with NHibernate: ``` select count(distinct t) as TweetCount from Tweet t join t.Tweeter u left join t.Votes v left join t.Tags tag where t.App = :app having count(distinct v) > 0 ``` But for some reason the having clause is being ignored and it's counting all tweets when o...
NHibernate HQL - select count(*) with having - can't get it to work
CC BY-SA 2.5
null
2010-10-06T23:35:07.607
2010-10-07T07:17:25.933
null
null
143,253
[ "nhibernate", "hql", "aggregate", "having-clause" ]
3,877,671
1
4,263,319
null
2
860
I developed a desktop application, it's almost done but still contains some bugs which I'm eliminating. I use a general [try...catch] block wrapped around my application ``` [STAThread] static void Main() { try { program = new Program(); // ... } catch (Exception x) { // ... ...
Exceptions not caught in release build (WinForm desktop app, C#, VS 2010)
CC BY-SA 2.5
0
2010-10-06T23:39:21.183
2010-11-24T03:56:16.273
null
null
168,719
[ "c#-4.0", "release", "try-catch", "unhandled-exception" ]
3,878,061
1
null
null
2
4,300
I have the following Oracle SQL: ``` Begin -- tables for c in (select table_name from user_tables) loop execute immediate ('drop table '||c.table_name||' cascade constraints'); end loop; -- sequences for c in (select sequence_name from user_sequences) loop execute immediate ('drop sequence '||c.sequence_name); end l...
Oracle performance when dropping all tables
CC BY-SA 3.0
0
2010-10-07T01:20:34.327
2020-04-17T12:34:45.553
2013-12-13T13:04:43.100
6,742
2,598
[ "sql", "oracle", "sql-drop" ]
3,878,354
1
3,878,459
null
2
4,216
``` CREATE TABLE [dbo].[MembershipModule]( [Id] [uniqueidentifier] ROWGUIDCOL NOT NULL, [ParentId] [uniqueidentifier] NULL, [TargetId] [int] NULL, [WebContentId] [uniqueidentifier] NULL, [Name] [varchar](35) NOT NULL, [NameUpper] AS (isnull(upper([Name]),'')) PERSISTED NOT NULL, [UriPrefix] [varchar](max) NULL...
TSQL Computed column limitations
CC BY-SA 2.5
null
2010-10-07T02:56:22.470
2010-10-07T03:29:09.173
2010-10-07T03:29:09.173
135,152
389,745
[ "sql", "sql-server", "tsql", "sql-server-2008", "calculated-columns" ]
3,878,789
1
3,878,833
null
0
38
I just want to have a check to make sure the user picked a number in the 2x2. So if the user doesnt pick a number in one of the boxes then I want a messagebog to popup telling the user to fill in all boxes. ![alt text](https://i.stack.imgur.com/pK9wm.png)
Check to make sure a number has been picked in each box
CC BY-SA 2.5
null
2010-10-07T04:54:21.470
2010-10-07T05:02:21.923
null
null
770,022
[ "c#" ]
3,878,936
1
3,879,976
null
0
1,373
I spent hours trying to get this right, but it just doesn't work for me.... As you can see in the image: ![alt text](https://i.stack.imgur.com/DF6Nz.png) The navigation just isn't right. Maybe you can help me? The site is [http://elektrikhost.com](http://elektrikhost.com).... I used the Web dev extension fore firefox...
Navigation will not align right
CC BY-SA 2.5
null
2010-10-07T05:29:10.917
2010-10-08T13:08:50.117
2010-10-07T05:50:25.990
1,688,440
363,551
[ "css", "navigation" ]
3,879,319
1
null
null
0
2,000
I ran the command: ``` EXEC sp_spaceused ``` The output was: ![alt text](https://i.stack.imgur.com/uRHOY.gif) So what is the size of my database? Is it - 4768.25 - 4076.57 = 691.68 MB (1st table) OR 19896 KB (2nd table)? I'm using SQL Server 2005 Express which has a "database size" limit of 4 GB. So in this c...
SQL Server - what is the size of my database if this is the output from sp_spaceused
CC BY-SA 2.5
null
2010-10-07T06:52:11.033
2010-10-07T09:54:56.383
2010-10-07T09:19:35.253
41,745
41,745
[ "database", "sql-server-2005", "size" ]
3,879,371
1
3,879,511
null
5
2,331
I have a MongoDB collection which has a `created_at` stored in each document. These are stored as a MongoDB date object e.g. ``` { "_id" : "4cacda7eed607e095201df00", "created_at" : "Wed Oct 06 2010 21:22:23 GMT+0100 (BST)", text: "something" } { "_id" : "4cacdf31ed607e0952031b70", "created_at" : "Wed Oct 06 2010 21:2...
Map-Reduce count number of documents in each minute MongoDB
CC BY-SA 3.0
0
2010-10-07T07:03:05.427
2017-06-23T21:54:06.193
2017-06-23T21:54:06.193
2,313,887
45,350
[ "mongodb", "mapreduce", "statistics" ]
3,879,662
1
null
null
11
39,801
``` int main(void){ printf("Hello World"); return 0; } ``` How is passed as return value in assembly level? Is there a dedicated CPU register for this job? Here's the 2 tables on passing/return data in the pdf, but doesn't seems to have the exact info on how the calling convention of an API is determined and w...
How's return value implemented in assembly level?
CC BY-SA 2.5
0
2010-10-07T07:50:03.693
2010-10-10T09:47:45.867
2010-10-10T09:47:45.867
417,798
417,798
[ "assembly", "return-value" ]
3,879,856
1
3,880,008
null
16
2,190
Being used to how ClearCase draw graphs I find Mercurial's and TortoiseHg's way confusing at first glance. [This](http://nvie.com/posts/a-successful-git-branching-model/) is how I'd like it to be represented: ![Static position for branches (good)](https://i.stack.imgur.com/AzrAc.png) With static positions for branches...
Is there any way to change how graphs are drawn in TortoiseHg?
CC BY-SA 3.0
0
2010-10-07T08:25:16.327
2017-06-20T08:06:49.137
2015-07-06T08:05:18.567
109,747
351,696
[ "mercurial", "graph", "tortoisehg" ]
3,879,880
1
3,879,916
null
7
17,592
I'm not able to see "Database Explorer" link in view or view-other menu. ![alt text](https://i.stack.imgur.com/4n9Hc.png) Rishi
Database Explorer option missing in view menu
CC BY-SA 2.5
null
2010-10-07T08:29:01.437
2013-11-15T13:52:32.433
null
null
263,357
[ "visual-studio-2010" ]
3,880,078
1
3,922,563
null
0
118
![alt text](https://i.stack.imgur.com/qG9Oh.jpg) Hello, this is the second time that I ask a question about this:( I think a photo may better explain to you what I want. Since the last time I asked the question, I have tried several tutorials, but I didn't manage to set up a menu as the photo shows. In fact, I don't...
Custom menu as the photo
CC BY-SA 2.5
null
2010-10-07T08:54:22.230
2010-10-13T10:09:21.077
null
null
453,676
[ "android", "user-interface" ]
3,880,252
1
3,880,426
null
0
262
I have a text field have value `http://localhost/Send/test.php?s/?a=1&o=2`. Another three text boxes. If we enter three values the above url will change like `http://localhost/Send/test.php?s/?a=1&o=2&s1=a&s2=b&s3=c` . The value for `s1,s2` and `s3` will not save anywhere. My question is how we check is the value for `...
Regular expression for url matching
CC BY-SA 4.0
null
2010-10-07T09:17:49.843
2020-10-17T13:13:30.907
2020-10-17T13:13:30.907
4,370,109
171,995
[ "javascript", "jquery", "regex" ]
3,880,323
1
3,880,393
null
1
1,940
My current Web Site does not have any designer.cs files. (Yes it is not a Web Application) The site is complete but now I added 2 Clases to my site and all good but when I want to make use of my GridView it tells me this: ![alt text](https://i.stack.imgur.com/GmTAQ.png) This is because I wrapped my code with the sam...
No Default.aspx.designer.cs files in my ASP.NET project
CC BY-SA 3.0
null
2010-10-07T09:28:12.463
2015-04-19T19:32:05.990
2015-04-19T19:32:05.990
4,099,593
33,584
[ "c#", "asp.net", "class", "gridview" ]
3,880,337
1
null
null
1
2,264
I try to custom my pickerview to be checkable like when you click dropdownlist on webview as in the picture (youtube website). ![enter image description here](https://i.stack.imgur.com/GbCzb.png) [http://img830.imageshack.us/img830/3747/screenshot20101004at606.png](http://img830.imageshack.us/img830/3747/screenshot201...
Checkable UIPickerView in iPhone Safari
CC BY-SA 3.0
0
2010-10-07T09:31:28.040
2012-02-18T12:22:47.663
2011-11-29T04:24:21.530
234,976
468,887
[ "iphone", "uipickerview", "checkmark" ]
3,880,925
1
3,881,948
null
1
818
I've found Tapku Graph [http://duivesteyn.net/2010/03/07/iphone-sdk-implementing-the-tapku-graph-in-your-application/?utm_source=twitterfeed&utm_medium=twitter](http://duivesteyn.net/2010/03/07/iphone-sdk-implementing-the-tapku-graph-in-your-application/?utm_source=twitterfeed&utm_medium=twitter) ... which looks cool ...
iPhone Tapku Graph, how can I use dates instead on numbers?
CC BY-SA 2.5
0
2010-10-07T10:55:09.137
2010-10-07T13:09:51.170
null
null
450,456
[ "iphone" ]
3,880,974
1
3,881,675
null
0
157
I have Windows 7 box. I want to install SQL Server 2005 on it. The box has following programs already installed: - - - I had SQL server 2008 which I uninstalled. When I try to install SQL Server 2005, I get the following warning message: ![alt text](https://i.stack.imgur.com/53fAj.jpg) If I click on "Check for so...
Problem installing SQL Server on Win 7 with Visual Studio
CC BY-SA 2.5
null
2010-10-07T11:01:32.690
2010-10-07T12:36:15.177
null
null
442,465
[ "visual-studio", "sql-server-2005", "windows-7" ]
3,881,780
1
3,886,997
null
3
4,544
I am trying to rotate vectors using matrices, but got confused. I thought all I needed to do is create a rotation matrix and multiply it to a vector to get the rotated vector. [Here](http://lifesine.eu/processing/RotationMatrix/) you can see a simple test I've done using [Processing](http://processing.org/): ![proce...
How do I rotate vectors using matrices in Processing?
CC BY-SA 3.0
0
2010-10-07T12:50:41.840
2018-04-02T21:55:45.803
2018-04-02T21:55:45.803
873,165
89,766
[ "3d", "vector", "matrix", "geometry", "processing" ]
3,882,071
1
null
null
0
993
I have a development directory that contains checkouts from svn repositories that stays in non svn directories. I would like to update all of dirs being in the svns. Dir structure is similar to one below: ![alt text](https://i.stack.imgur.com/g96zj.png) How would you solve the issue? I am came with "brute force"...
svn update of directory with muliply repositories checkouts
CC BY-SA 2.5
null
2010-10-07T13:24:50.853
2016-06-28T14:52:25.233
null
null
410,737
[ "svn", "bash" ]
3,882,178
1
3,894,219
null
0
106
I need to get the latest records, which are repeated more than two times. structure: ``` CREATE TABLE IF NOT EXISTS `tags` ( `tag_n` int(10) NOT NULL AUTO_INCREMENT, `post_n` int(10) NOT NULL, `tag` varchar(30) COLLATE utf8_bin DEFAULT NULL, PRIMARY KEY (`tag_n`), KEY `tag` (`tag`), KEY `post_n` (`post_n`...
MySQL latest records with condition
CC BY-SA 2.5
null
2010-10-07T13:36:56.547
2010-10-08T20:50:13.720
2010-10-07T13:59:55.450
272,762
272,762
[ "mysql" ]
3,882,628
1
null
null
1
3,710
> I accept both C# and VB.NET If you visit this [http://www.eol.org/pages/983558](http://www.eol.org/pages/983558) and then click on the link like the image below you'll see in-line pop-up DIV which displays a busy status of Ajax callback before it displays the information. So, the information is not there yet until y...
Making AJAX call back in ASP.NET with jQuery
CC BY-SA 2.5
null
2010-10-07T14:24:52.663
2010-10-07T14:54:04.520
null
null
270,536
[ "c#", "asp.net", "jquery", "vb.net", "asp.net-ajax" ]
3,882,994
1
3,883,659
null
6
1,926
I have an application which uses Spring 2.5 and Hibernate 3. There's a web application with a presentation layer, a servive layer and a DAO layer, as well as some Quartz jobs sharing the same service and DAO layers. Transactions are initialized in different layers with @Transactional annotations, like this: ![alt ...
How to set-up transactions for both web application and batch jobs using Spring and Hibernate
CC BY-SA 2.5
0
2010-10-07T14:59:59.623
2010-10-07T20:11:54.473
2017-05-23T10:30:23.117
-1
271,887
[ "hibernate", "spring", "web-applications", "transactions", "jobs" ]
3,883,038
1
3,883,721
null
2
1,040
I need to write an application with Silverlight 4 and need to show images like wrapped on cylinder. I need some HLSL code, as I wont to do that with Effects of Silverlight. I don't wont to do that with 3D libarries for silverlight. I only need HLSL code for changing pixels. I need for my image to look like [this](https...
HLSL for getting cylinder effect
CC BY-SA 2.5
0
2010-10-07T15:04:08.840
2010-10-07T16:25:59.937
2010-10-07T15:50:33.320
205,595
205,595
[ "silverlight", "silverlight-4.0", "directx", "hlsl", "pixel-shader" ]
3,883,048
1
3,883,374
null
0
1,636
I haven't been able to find anyway to dynamically add a border around a column in a silverlight datagrid. Here is my xaml of my datagrid: ``` <sdk:DataGrid x:Name="PlannedAndBookedMonthlyTable" ItemsSource="{Binding}" AutoGenerateColumns="False" Margin="5,0,5,5"> <sdk:DataGrid.Columns> <sdk:DataGridTextColumn...
Silverlight 4 DataGrid border around a column
CC BY-SA 2.5
null
2010-10-07T15:05:33.850
2010-10-07T15:43:00.663
null
null
299,592
[ "silverlight", "datagrid", "silverlight-4.0", "border" ]
3,883,308
1
3,904,596
null
16
6,192
I need to capture a screenshot of the scrolling window's client area, using .NET. My first priority is capturing web page screenshots. But this can be not the only one use case. For example it can be also a text area in the Notepad. Some applications (FastStone Capture, PicPick) can emulate user behavior to reach hidd...
Capture a scrolling window contents screenshot
CC BY-SA 2.5
0
2010-10-07T15:36:32.110
2010-10-11T08:25:04.513
null
null
177,194
[ "c#", ".net", "browser", "scroll", "screenshot" ]
3,883,388
1
3,906,464
null
3
966
This ``` [MetadataType(typeof(Area_Validation))] public partial class Area { ... } public class Area_Validation { [Required(ErrorMessage = "Please add this field.")] public int Email { get; set; } [Required(ErrorMessage = "Please add this field")] public string Name { get; set; } } ``` if `Area_Va...
Dynamic validation on MVC 2
CC BY-SA 2.5
0
2010-10-07T15:44:55.997
2010-10-13T08:28:39.713
2010-10-10T07:14:55.160
28,004
28,004
[ "asp.net-mvc-2", "asp.net-mvc-validation" ]
3,883,793
1
3,883,969
null
1
2,178
I have follow an example of an opengl application and I don't know why is this thing happening... I have a GLSurfaceView with it's corresponding renderer drawing a triangle. But, instead of getting the whole view on screen, I have just the upper half, and it's also duplicated as you can see on the picture. I'm using a...
Android OpenGL only renders half the screen
CC BY-SA 3.0
null
2010-10-07T16:36:03.353
2014-01-06T06:52:29.083
2013-01-02T22:21:02.950
125,389
366,253
[ "android", "opengl-es", "glsurfaceview", "nexus-one" ]
3,883,854
1
3,883,890
null
2
3,885
I think I could be doing something wrong in photoshop. I'm trying to create a banner for my website. I created a new image in photoshop, then filled the background with a color I picked #E06205 I then saved the image as a jpeg. On my webpage, I created a div and gave it a background color background-color:#E05206; ...
Why doesn't my image color match background color in FireFox?
CC BY-SA 2.5
0
2010-10-07T16:43:51.653
2010-10-11T12:48:32.687
2010-10-07T16:51:39.250
28,351
28,351
[ "firefox", "colors", "jpeg", "photoshop" ]
3,883,935
1
3,884,781
null
13
5,068
I have a JTable as follow. ![alt text](https://i.stack.imgur.com/LWHzn.png) So, while the JTable is still in editing mode (There is a keyboard cursor blinking at Dividend column), clicking OK directly will not commit the data into table model. Clicking OK merely close the dialog box. I need to press ENTER explicitly...
Force JTable to "commit" data to model while it is still in editing mode
CC BY-SA 2.5
null
2010-10-07T16:53:35.697
2019-06-04T18:33:48.507
2010-10-07T16:58:55.793
72,437
72,437
[ "java" ]
3,883,955
1
3,884,063
null
1
4,309
This is the first time I've posted a pic, so hopefully it turns out well (a picture is worth a thousand words, and I don't want to type a thousand words). But, the image below is what I'm trying to accomplish. I have a collection of objects that I'm needing grouped by property "Group". I'm using a CollectionViewSource...
WPF ItemsControl ItemTemplate border with GroupStyle
CC BY-SA 2.5
null
2010-10-07T16:55:50.607
2021-08-03T13:00:34.800
null
null
21,828
[ "wpf", "grouping", "itemscontrol" ]
3,884,337
1
3,884,363
null
1
140
I download my code repository from: hg clone [https://sergiotapia@bitbucket.org/sergiotapia/sharpdic](https://sergiotapia@bitbucket.org/sergiotapia/sharpdic) And now I have the folders on my machine; I can open the solution and develop on it. Now when I run hg log I don't see the initial push I made. Shouldn't I be a...
Pulled a repository using hg clone, but when using hg log can't see revisions
CC BY-SA 2.5
null
2010-10-07T17:47:02.450
2010-10-07T17:51:11.943
null
null
null
[ "mercurial", "bitbucket" ]
3,884,525
1
null
null
4
5,823
I'm working with some windows API to create a little application. I already created the buttons, windows, alright. But the problem is the components I created don't look like the OS theme. They look very simple: ![As you can see on image](https://i.stack.imgur.com/EJh9n.png) See the button as example. How do I enab...
How do I make my application use the Windows theme?
CC BY-SA 2.5
0
2010-10-07T18:08:28.027
2015-04-16T12:38:30.153
2010-10-09T15:58:39.320
33,732
225,010
[ "c++", "c", "delphi", "winapi", "themes" ]
3,884,559
1
3,884,956
null
1
186
A generated utf-8 file displays properly in the terminal: ![alt text](https://i.stack.imgur.com/hLS75.png) but not in Firefox or gedit: ![alt text](https://i.stack.imgur.com/FbINS.png) It looks like the characters are doubled with weird ones? The file: [http://maestric.com/shared/other/2004_10_14.txt](http://maestri...
utf-8 file displays doubled characters
CC BY-SA 2.5
null
2010-10-07T18:12:14.767
2010-10-07T19:02:10.380
null
null
91,225
[ "linux", "unicode" ]
3,885,045
1
3,885,079
null
1
3,646
What's wrong with this code ``` import java.io.IOException; import java.net.ServerSocket; import java.net.Socket; /** * * @author Master */ public class Server { try { ServerSocket S = new ServerSocket(3333); Socket So = S.accept(); } catch(IOException e) { System.out.println("I...
unreported exception java.io.IOException
CC BY-SA 2.5
null
2010-10-07T19:12:31.527
2010-10-07T19:19:14.777
null
null
405,539
[ "java", "exception" ]
3,885,104
1
3,885,190
null
1
1,541
![alt text](https://i.stack.imgur.com/pN2CV.png) I have a UIButton of fixed width and I want to place text in it. Since the size of the String is unknown in advance, I will have to resize the font as I read the String from a flat file. How can I do that? A function similar to the following will be great: ``` UIFont r...
objective c finding pixel width of a string
CC BY-SA 2.5
0
2010-10-07T19:19:39.783
2010-10-07T20:24:45.600
2010-10-07T20:24:45.600
302,351
302,351
[ "objective-c", "fonts", "size", "pixel" ]
3,885,245
1
3,885,370
null
0
2,425
I'm on Vista and I'm using `Microsoft.Win32.OpenFileDialog` class. When I call `ShowDialog()` I get XP-style dialog: ![alt text](https://i.stack.imgur.com/FyBgp.png) How do I get Vista-style dialog with fallback to on WindowsXP? ![alt text](https://i.stack.imgur.com/oY6jf.jpg) A bit of rumble: I don't really und...
How to open new OpenFileDialog automatically in Vista/Win7?
CC BY-SA 2.5
null
2010-10-07T19:37:25.850
2010-10-07T23:18:31.917
2010-10-07T19:48:56.527
177,591
177,591
[ "c#", "windows-7", "windows-vista", "openfiledialog", "savefiledialog" ]
3,885,395
1
3,885,481
null
11
30,846
I have a screen shot I take in my mobile app. The screen shot takes about 32 KB when saved as a png on a disk. I am sending these to a central SQL Server and 32 KB is too big for that amount of times I will need to store that screen shot (approx 2500 times a day). Is there any kind of trickery that I can do to get i...
How to reduce the size of an image in C# and .NET 3.5?
CC BY-SA 2.5
0
2010-10-07T19:56:40.580
2010-10-12T19:09:05.173
2010-10-07T20:45:07.887
16,241
16,241
[ "c#", "image", ".net-3.5", "compact-framework", "image-manipulation" ]
3,885,866
1
null
null
0
1,130
Here is my settings in set.js. I basically don't want the H1 - H3 tags, images etc. So I deleted those lines but my markitup text area appears to not like the settings and shows up like following. I am using the textile set with a basic simple skin. Also, is there a sprited version of the images? ![alt text](https://...
markitup settings issue
CC BY-SA 2.5
0
2010-10-07T21:02:41.357
2012-12-05T13:35:52.890
null
null
444,875
[ "jquery", "textile", "markitup" ]
3,886,526
1
3,887,831
null
3
3,481
I am developing my first Android App. I have an application already running on emulator (Eclipse + Android dev. tools) on Ubuntu 10.04 LTS - the Lucid Lynx - released in April 2010. I have already tryied the [steps provided on Android Developers Portal](http://developer.android.com/guide/developing/device.html) on this...
How to develop Android Apps using a Samsumg Galaxy 5 device?
CC BY-SA 2.5
0
2010-10-07T23:02:26.603
2012-09-03T18:25:14.063
null
null
442,041
[ "android", "linux", "ubuntu", "device" ]
3,886,649
1
3,888,747
null
0
79
I have the following sql query for a SQL Server 2008 db. ``` SELECT TOP(@NumberOfStreetResults) LocationType, LocationId, Name FROM [dbo].[LocationNames] WHERE CONTAINS(Name, @SearchQuery) AND LocationType = 7 ``` Notice how I'm using the `CONTAINS` keyword? I have an on the `Name` field. I'm not sure what index...
What indexes will I need to make on this SQL Server table?
CC BY-SA 2.5
null
2010-10-07T23:24:14.687
2010-10-08T08:06:35.030
2020-06-20T09:12:55.060
-1
30,674
[ "sql-server", "sql-server-2008", "full-text-search", "indexing" ]
3,886,978
1
null
null
2
10,802
Suppose I have a simple code like this: ``` public class ExternalizeStringDemo { public static void main(String[] args) { System.out.println("Hello world"); } } ``` Now, I want to externalize the greeting, perhaps to facilitate internationalization/localization/etc. Using Eclipse, I can use the Strin...
Configuring string externalization in Eclipse to use ${key} as field name
CC BY-SA 2.5
0
2010-10-08T00:56:43.473
2011-02-10T04:15:37.547
null
null
276,101
[ "java", "eclipse", "internationalization", "string-externalization" ]
3,887,427
1
null
null
5
3,890
I encountered a table border line CSS problem in Firefox, when the CSS border-collapse is collapse, and have 2 merged cells, one of them has a 1px border. An extra unwanted border line exists on the right. This problem does not exist in other browsers, IE and Chrome don't have the problem. FireFox version is > Mozil...
FireFox CSS Table Extra Border Line
CC BY-SA 3.0
null
2010-10-08T03:09:20.540
2017-06-11T11:44:18.533
2017-06-11T11:44:18.533
4,370,109
315,314
[ "css", "html-table", "border", "firefox3.6" ]
3,887,626
1
3,887,725
null
0
2,012
Is it possible ? I used 3 label in cell of UITableView. I want to make to first row is a header and fixed position always when scroll. Section header can't show right position of label. ![alt text](https://i.stack.imgur.com/jNCIC.png) Lost Angeles, U.S.A should be show on second column but first columns text is too ...
Top row fixed in UITableView
CC BY-SA 2.5
0
2010-10-08T04:09:43.467
2010-10-08T04:50:52.913
2010-10-08T04:50:52.913
215,939
215,939
[ "iphone", "uitableview" ]
3,887,853
1
5,778,345
null
1
1,491
I have this frame: ![alt text](https://i.stack.imgur.com/mTwst.png) Here is what happens: 1. When I'm over the Pinkish panel, the scroll pane works just fine. 2. When I put the mouse over the Darker gray JTextArea the scroll pane does not get the event. In general my question is how can I make sure the parent of...
Allowing parent to process mouse event if event was not consumed by child
CC BY-SA 2.5
null
2010-10-08T05:08:17.983
2011-04-25T12:32:01.280
null
null
348,189
[ "java", "events", "swing", "parent-child" ]
3,887,892
1
3,887,911
null
4
3,755
How to change the property of a control in a flowlayoutpanel assuming that you add the controls programatically and assuming that the name of each controls are the same? For example this image shows you that there are 2 text boxes and two buttons, how would I change the back color of button 2? Assuming the controls ha...
How to change the property of a control from a flowlayoutpanel?
CC BY-SA 2.5
0
2010-10-08T05:17:13.257
2010-10-08T07:01:38.530
null
null
416,801
[ "c#", "winforms", "user-controls", "flowlayoutpanel" ]
3,888,241
1
3,898,151
null
2
945
I am working on converting a legacy system to use hibernate (version 3.3.x) instead of using hand crafted SQL. I have run in to some problems mapping my datamodel that pertians to composite keys. I've created a solution I think works, but I am not overly fond of it. Hence, I would like to see how the diagram below coul...
Mapping entities with composite keys
CC BY-SA 2.5
null
2010-10-08T06:38:04.943
2010-10-09T22:33:51.173
null
null
355,499
[ "java", "hibernate", "annotations" ]
3,888,611
1
3,888,696
null
5
10,333
Greetings all, Is there any widget to separate two QWidgets and also give full focus to a one widget. As shown in following figure ? ![alt text](https://i.stack.imgur.com/k45X5.png) Thanks in advance, umanga
QT separator widget?
CC BY-SA 2.5
0
2010-10-08T07:48:50.790
2015-08-24T15:45:44.193
null
null
180,904
[ "c++", "qt", "qt4" ]
3,888,711
1
3,906,888
null
5
755
In a simple canvas test I created for performance and quality measurement purposes, a `canvas` is painted with randomised colors and images during an unlimited period. A sample is shown here: [http://litterific.com/minisite/](http://litterific.com/minisite/) > : Only open this in Opera or Chrome, the script is pret...
HTML5 canvas: Same code outputs different results in different browsers
CC BY-SA 2.5
0
2010-10-08T08:00:48.567
2010-10-11T14:13:15.487
2010-10-11T08:24:13.363
313,758
400,223
[ "javascript", "html", "google-chrome", "canvas", "opera" ]
3,888,852
1
3,888,897
null
0
71
![alt text](https://i.stack.imgur.com/q2zJg.jpg) I use thrown in visual studio 2005 while debugging a project to get the possible error. But when I do it, it stops with an green arrow pointing the error line that is happening, but I want to skip that error to get the next possible error. How can I skip and set the yel...
put an exception to an exception to get the next exception on .net
CC BY-SA 2.5
null
2010-10-08T08:27:24.343
2010-10-08T09:31:23.597
2020-06-20T09:12:55.060
-1
173,718
[ "c#", ".net", "debugging", "exception" ]
3,888,932
1
3,889,317
null
18
713
I'm going through [Bitbucket](http://bitbucket.org) and I can't seem to find any [Mercurial](https://www.mercurial-scm.org/) repositories that look like what I suspect our repository would look like, provided we switch to Mercurial. As such, I'm wondering, is there a workflow that we're not considering here? The thin...
Mercurial repositories with many active developers?
CC BY-SA 4.0
0
2010-10-08T08:39:17.000
2019-08-16T07:27:37.050
2019-08-16T07:27:37.050
267
267
[ "mercurial" ]
3,889,347
1
3,889,587
null
0
374
I have a function ``` function setbid(catid) { if(catid == 30) { document.getElementById('bannerid').value = 1; } else if(catid == 31){ document.getElementById('bannerid').value = 2; } else if(catid == 32){ document.getElementById('bannerid').value = 6; } } ``` this function is being called onchange event of sele...
IE6 displays JavaScript error for below given function and error is also mentioned below
CC BY-SA 2.5
null
2010-10-08T09:38:28.567
2010-10-08T10:57:55.577
2010-10-08T10:38:32.867
184,814
184,814
[ "javascript", "internet-explorer" ]
3,889,479
1
3,889,744
null
4
2,215
i search through the google maps api reference, but they provide no method or property for creating a new type of navigation control. i wonder how to create navigator control like image below. ![alt text](https://i.stack.imgur.com/LRzXX.jpg)
how to modify google maps navigator control style
CC BY-SA 2.5
0
2010-10-08T09:57:57.580
2010-10-08T10:42:51.300
null
null
381,351
[ "google-maps", "navigation" ]
3,889,728
1
3,889,877
null
0
10,111
Im trying to change the default highlight colour of a tab item in a tab control in WPF. In the image the highlight colour is orange, I just want to know if there is away to change it to another solid colour? ![alt text](https://i.stack.imgur.com/xel2O.png) Here is my XAML which declares the TabControl and 2 TabItems...
Change default highlight colour of TabItem in TabControl WPF
CC BY-SA 2.5
0
2010-10-08T10:38:41.540
2010-10-08T11:06:25.757
null
null
333,943
[ "c#", ".net", "wpf", "xaml", "tabcontrol" ]
3,889,785
1
3,889,823
null
0
212
I'm having difficulty with building a HTML email. I currently have converted my entire email to an 8 row table in the below order: 1. Header (image) 2. Date Field 3. Content Field 4. Content Base (rounded bottom image) 5. Footer top (rounded top image) 6. Footer 7. Footer Base (rounded bottom image) As you can see...
Issues with Images on HTML Emails
CC BY-SA 2.5
null
2010-10-08T10:50:36.553
2010-10-08T11:21:23.947
2010-10-08T11:21:23.947
418,146
418,146
[ "html", "image", "email", "margin" ]
3,889,965
1
3,890,026
null
4
7,343
I just start to learn web programming using IIS 7.5 in windows 2008 R2, and ASP.Net 4. I notice that both IIS and ASP.Net can define Authentication rules. In IIS, there is a form authentication setting where I can redirect user to specified page for authentication, like below: ![alt text](https://i.stack.imgur.com/3R...
Authentication settings in IIS 7.5 and ASP.Net, what is difference?
CC BY-SA 2.5
null
2010-10-08T11:19:37.147
2010-10-08T12:43:25.557
2010-10-08T12:43:25.557
451,875
451,875
[ "asp.net", "authentication", "iis-7", "web-config" ]
3,890,070
1
3,891,163
null
1
475
![alt text](https://i.stack.imgur.com/8GiKq.jpg) i need this set RED color. how to do it? DataTable dtSet = new DataTable(); ``` string sql = @"requevst"; using (MySqlConnection connection = ConnectToDataBase.GetConnection()) { ... int count = adapter.Fill(dtSet); } double total...
How set color for cell (DataGrid WPFtoolKIt)?
CC BY-SA 2.5
null
2010-10-08T11:36:06.797
2010-10-08T13:46:52.193
null
null
450,466
[ "wpf", "xaml", "datagrid", "wpftoolkit" ]
3,890,149
1
null
null
0
384
I use Chrome, background = CSS3 ``` <h4 class="title-name clearfix"><a href="****************">Fairy Tail - LUCY</a> </h4> ``` why when i hover mouse over title, background change , it happen only in Chrome. ![alt text](https://i.stack.imgur.com/k1bfa.jpg) I found out solve, If `title-name{padding: 7px 15p...
background change in Chrome when mouse hover
CC BY-SA 2.5
null
2010-10-08T11:46:28.017
2010-10-14T10:23:35.317
2020-06-20T09:12:55.060
-1
329,424
[ "html", "css" ]
3,890,171
1
3,890,548
null
1
803
I have written some matlab code for image analysis that searches for clusters in an image and that builds an adjacency matrix for those clusters, discribing which clusters are touiching eachother in the image. I can use this adjacency matrix to derive a graph. For completion of my algorithm I would now have to mine t...
Graph mining matlab
CC BY-SA 2.5
0
2010-10-08T11:49:58.803
2011-09-17T15:33:27.537
2011-09-17T15:33:27.537
97,160
101,812
[ "image", "matlab", "graph", "graph-theory" ]
3,890,659
1
null
null
-1
1,583
`document.getElementById('grand_total_display).innerHTML = "Total is : $"+variable;` is displaying error in IE6 and IE7 I have an `<li>`with id as with some text displayed in it. ``` <li class="bannerprice" id="grand_total_display">TOTAL PRICE : $0</li> ``` I am executing a jjavascript function to insert some oth...
document.getElementById('grand_total_display').innerHTML = "Total is : $"+variable; is displaying error in IE6 and IE7
CC BY-SA 2.5
null
2010-10-08T12:56:37.313
2010-11-18T14:11:27.337
2010-11-18T14:11:27.337
288,773
184,814
[ "javascript", "internet-explorer-6" ]
3,890,967
1
3,891,010
null
0
2,199
I have a web application that utilizes the ReportViewer control in ASP.NET. The reports are defined in the web application, in .rdlc files. The reports work great, except for the printing functionality. When the user clicks the "print" icon in the header section of the report, it appears that the web app tries to inst...
Problem printing from ReportViewer control in ASP.NET web application
CC BY-SA 2.5
null
2010-10-08T13:26:50.913
2011-11-02T07:31:13.057
null
null
111,234
[ "asp.net", "sql", "reportviewer", "report" ]
3,890,986
1
11,184,073
null
2
14,706
i try to use : Microsoft.Exchange.WebServices.dll to use outlook. but connection return error Error return line: my codes: ``` using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net.Mail; using System.Net; using Microsoft.Exchange.WebServices.Data; using Microsoft.E...
How to use Microsoft.Exchange.WebServices?
CC BY-SA 2.5
null
2010-10-08T13:29:15.607
2020-03-13T17:32:54.837
2010-10-08T17:09:33.727
151,249
52,420
[ "c#", "visual-studio", "exchange-server", "exchange-server-2007", "ews-managed-api" ]
3,891,406
1
3,891,453
null
1
375
In Visual Studio 2010 I have applied a different color scheme and installed a productivity tool (Teleriks JustCode)... now where every my cursor is the background color of the entire line is light gray. It's really annoying and I'm not sure what is causing it. Has anyone seen this? If so do you know how to turn it off?...
Annoying Visual Studio IDE Highlighting Question
CC BY-SA 2.5
null
2010-10-08T14:11:26.083
2010-10-08T14:16:15.900
null
null
137,575
[ "visual-studio" ]
3,891,505
1
3,891,566
null
-4
144
As shown in this screenshot: ![http://imgur.com/fgyjr.png](https://i.stack.imgur.com/S49Mi.png) I tried looking in the source code , but couldn't find it myself.
How does google add the light blue colored vertical and horizontal bars (html/Css)
CC BY-SA 3.0
null
2010-10-08T14:22:50.767
2011-12-07T22:45:11.417
2011-12-07T22:45:11.417
84,042
161,179
[ "html", "css" ]
3,891,559
1
3,891,606
null
0
3,889
I have a sql statement that pulls infomration about tagnum's for individual pidm's. Every pidm can have multiple tagnum's so I am dropping the information into an arraylist. I want to display the contents of this arraylist in a dropdown box on a html page. Here is the code for the arraylist: ``` <table style="border...
How to display the contents of an arraylist in a drop down box
CC BY-SA 2.5
null
2010-10-08T14:28:23.063
2010-10-08T16:26:24.747
2010-10-08T16:26:24.747
157,882
171,025
[ "html", "jsp", "arraylist" ]
3,891,603
1
3,939,202
null
4
1,417
There seems to be a bit of an issue with two grids containing elements specified in a certain way, and the SharedSizeGroup. This question is in response to an [earlier question](https://stackoverflow.com/questions/3865033/grid-height-not-adjusting-properly-when-a-row-height-with-sharedsizegroup-changes/3865406#3865406...
Measure/Arrange Of Grids with SharedSizeGroup
CC BY-SA 2.5
0
2010-10-08T14:34:10.553
2010-10-15T13:19:56.530
2017-05-23T12:13:54.673
-1
285,417
[ "wpf", "measurement", "measure" ]
3,891,707
1
3,895,943
null
1
1,583
We are trying to setup Jboss 4 to authenticate users using Microsoft Lightweight Active Directory Service (aka ADAM) user name: admin CN=admin,CN=Users,CN=donLaptop,DC=don,DC=com JBoss can connect to ADAM, but somehow cannot validate the password (fig4) Using Apache Directory Studio, I can verify that CN=admin,CN=Use...
JBoss Ldap Auth LdapExtLoginModule problem
CC BY-SA 2.5
0
2010-10-08T14:48:57.840
2010-10-09T06:29:20.490
2010-10-09T05:15:49.403
115,988
115,988
[ "java", "authentication", "jboss", "ldap" ]
3,891,850
1
null
null
15
11,949
Images who are projected on the MKMapView using a MKOverlayView use the [Mercator projection](http://en.wikipedia.org/wiki/Mercator_projection), while the image that I use as input data uses a WGS84 projection. Is there a way to convert the input image, to the right projection WGS84 -> Mercator, without tiling the i...
How to display an image on a MKOverlayView?
CC BY-SA 2.5
0
2010-10-08T15:07:18.127
2011-09-11T08:22:53.133
2010-11-13T00:40:32.913
281,057
281,057
[ "iphone", "objective-c", "cocoa-touch", "core-graphics", "mapkit" ]