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,637,620 | 1 | 3,642,841 | null | 1 | 91 | 
At top there is some most useful info about foo.
Between horizontal lines there is some immediate actions, if they are available, to perform on/with foo.
And below is thing that bothers me. There goes tabbed, detailed information about foo.
Those tabs can hold some... | How to structure views/controllers/actions(/areas?) in asp.net mvc app in this context? | CC BY-SA 2.5 | 0 | 2010-09-03T16:16:28.727 | 2010-09-04T19:58:22.127 | 2010-09-04T19:58:22.127 | 82,062 | 82,062 | [
"asp.net-mvc",
"project-structuring"
] |
3,638,551 | 1 | 3,648,368 | null | 7 | 1,672 | I have this table:
```
CREATE TABLE `categories` (
`id` int(11) NOT NULL auto_increment,
`category_id` int(11) default NULL,
`root_id` int(11) default NULL,
`name` varchar(100) collate utf8_unicode_ci NOT NULL,
`lft` int(11) NOT NULL,
`rht` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `category_id` (`cat... | How to generate a tree view from this result set based on Tree Traversal Algorithm? | CC BY-SA 2.5 | 0 | 2010-09-03T18:29:04.530 | 2010-09-06T00:11:28.027 | 2017-05-23T12:09:11.587 | -1 | 260,610 | [
"php",
"sql",
"mysql",
"html",
"modified-preorder-tree-t"
] |
3,638,573 | 1 | 3,638,602 | null | 0 | 794 | I have searched and no one else seems to have my particular problem. The scroll bar shows up, but without arrows on the side.
And I am shifting the page over so I can hide a side launch menu on the side of my Intranet site.
My code is:
```
<html>
<body>
<div style="overflow:hidden; width: 300; height:1000; positio... | How do I remove this horizontal scroll bar from my div/iframe? | CC BY-SA 2.5 | null | 2010-09-03T18:31:09.323 | 2010-09-03T18:34:40.203 | null | null | 400,636 | [
"html",
"scrollbar"
] |
3,638,688 | 1 | 3,664,019 | null | 3 | 1,125 | I'm editing the entire post to show the problem:
```
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<link type="text/css" href="./jQuery/jQueryUI/css/ui-darkness/jquery-ui-1.8.4.custom.css" rel="stylesheet" />
<script type="text/javascript" src="./jQuer... | jqueryUI autocomplete suggestions misplaced in Chrome | CC BY-SA 2.5 | 0 | 2010-09-03T18:47:33.810 | 2010-09-08T01:28:28.263 | 2010-09-07T14:43:12.337 | 257,493 | 257,493 | [
"html",
"css",
"jquery-ui",
"jquery-autocomplete"
] |
3,638,773 | 1 | 3,638,931 | null | 13 | 16,464 | I'm trying to output 6 figures into one image, in a 3x2 layout. I'd like to place extra space between the top row and the bottom two rows. Is this possible using R? I've looked through the documentation for par and plot and can't seem to find an appropriate option.
Here's some example code:
```
a = rnorm(100,100,10)... | Add extra spacing between a subset of plots | CC BY-SA 3.0 | 0 | 2010-09-03T19:03:55.240 | 2022-03-15T17:24:48.490 | 2013-01-02T09:49:06.540 | 429,846 | 152,159 | [
"r",
"graphics",
"plot",
"spacing"
] |
3,639,212 | 1 | null | null | 1 | 386 | I have a ListSelectionDialog. Something like this for instance:

Now what I'd like to do is to have some items permanently selected and disabled (Basically I'd like to indicate to the user that these are part of the "core" selections and ar... | JFace question: Disable some entries in ListSelectionDialog? | CC BY-SA 2.5 | 0 | 2010-09-03T20:01:56.193 | 2010-09-03T22:19:51.320 | 2017-02-08T14:30:19.073 | -1 | 2,288,585 | [
"java",
"eclipse",
"user-interface",
"dialog",
"jface"
] |
3,639,342 | 1 | 3,639,387 | null | 512 | 161,675 | I've always thought of `git reset` and `git checkout` as the same, in the sense that both bring the project back to a specific commit. However, I feel they can't be exactly the same, as that would be redundant. What is the actual difference between the two? I'm a bit confused, as the svn only has `svn co` to revert the... | What's the difference between "git reset" and "git checkout"? | CC BY-SA 4.0 | 0 | 2010-09-03T20:21:43.267 | 2021-10-02T05:46:52.980 | 2019-04-08T20:10:24.393 | 260,127 | 260,127 | [
"git",
"git-checkout",
"git-reset"
] |
3,639,468 | 1 | 3,639,746 | null | 14 | 4,290 | I'm relatively new to Qt, and am not entirely familiar with the out-of-the-box widgets. I have a somewhat (but not very) complex widget to create, and don't want to reinvent any wheels. What is the best QWidget to use as a starting point to subclass and/or QWidgets to use to compose my widget. Here is the end-result I ... | What Qt widget(s) to use for read-only, scrollable, collapsible, icon list | CC BY-SA 2.5 | 0 | 2010-09-03T20:46:51.073 | 2010-09-07T19:46:54.100 | null | null | 183,339 | [
"user-interface",
"qt",
"widget",
"qwidget"
] |
3,639,649 | 1 | null | null | 3 | 4,306 | The Blackberry 9800 simulator is crashing when launching the browser, throwing
> JVM Error 104: Uncaught
IllegalStateException.
This is a clean install of the simulator with no 3rd party applications installed to it. I strictly wanted to use it for testing web applications. All other applications on the device se... | Blackberry 9800 Simulator Crashing When Launching Browser | CC BY-SA 3.0 | 0 | 2010-09-03T21:21:07.720 | 2013-01-02T09:20:03.687 | 2013-01-02T09:20:03.687 | null | 439,327 | [
"blackberry",
"jvm",
"blackberry-simulator",
"jvm-crash",
"blackberry-torch"
] |
3,639,758 | 1 | null | null | 0 | 1,045 | I wrote a Jquery function that blacks out the screen after a certain amount of inactivity, creates a pop-up that allows the user to click a button to stay logged in, and logs them out (closing the application window) if they do not respond in time.
The environment is ASP.NET (VB). We don't technically use master pages... | Integrating Jquery timeout code into a classic ASP form in an ASP.NET application | CC BY-SA 2.5 | null | 2010-09-03T21:45:16.597 | 2011-02-02T03:00:41.877 | 2010-09-07T18:07:24.387 | 430,984 | 430,984 | [
"jquery",
"asp-classic",
"timeout",
"parent-child"
] |
3,640,367 | 1 | 3,640,399 | null | 14 | 20,073 | I need to use double quotes in a string that uses the @ symbol. Using double quotes is breaking the string. I tried escaping with \, but that doesn't work. Ideas?

| How to use double quotes in a string when using the @ symbol? | CC BY-SA 2.5 | null | 2010-09-04T00:14:22.717 | 2012-10-19T15:22:31.583 | null | null | 402,098 | [
"c#",
".net",
"string",
"escaping",
"literals"
] |
3,640,546 | 1 | 3,640,570 | null | 0 | 656 | 
See the menu where it says Home. Can this menu bar be replicated using CSS 3 only?
| Can I create a Mac like menu in CSS 3? | CC BY-SA 2.5 | null | 2010-09-04T01:27:15.303 | 2010-09-04T01:38:17.830 | 2010-09-04T01:36:58.630 | 157,882 | 437,650 | [
"javascript",
"html",
"css"
] |
3,641,145 | 1 | 3,647,813 | null | 1 | 2,315 | 
First off, sorry about the large screen. I am trying to get the text to wrap but am currently unable to do so. I have tried android:layout_width="fill_parent", android:scrollHorizontal="false", android:width="0dip" all of which suggested in another question. Does anyone... | Text wrap in TextView within a Tab | CC BY-SA 2.5 | null | 2010-09-04T06:21:17.240 | 2011-02-17T20:24:53.857 | 2010-09-05T20:58:12.463 | 423,519 | 423,519 | [
"android",
"xml"
] |
3,641,676 | 1 | 3,698,254 | null | 0 | 2,670 | I've created a WebService in VS2008,
How Can I publish it with VS2008 ?

| How can we publish a WebService in Visual Studio 2008? | CC BY-SA 2.5 | null | 2010-09-04T09:37:32.640 | 2013-01-22T12:33:51.027 | null | null | 191,647 | [
"c#",
"web-services",
"publish"
] |
3,641,694 | 1 | 3,650,223 | null | 4 | 2,858 | I've created an asp.net website with VS2008, how can I publish it in VS2008?
P.S:
I've used `Right Click -> publish` but, I've used a Database in my project, but VS2008 doesn't publish it.
P.S: I'm using SQL Express 2008

| How can we publish an asp.net website with Visual Studio 2008? | CC BY-SA 2.5 | null | 2010-09-04T09:40:38.797 | 2012-10-30T15:59:07.947 | 2010-09-04T18:50:23.943 | 191,647 | 191,647 | [
"c#",
"asp.net",
"publish"
] |
3,641,997 | 1 | 3,642,216 | null | 6 | 5,258 | I follow by entity framework example :
[http://msdn.microsoft.com/en-us/library/bb399182.aspx](http://msdn.microsoft.com/en-us/library/bb399182.aspx)
and I have problem with Identity Columns.
Here is part of code of creating database:
```
CREATE TABLE [dbo].[Person](
[PersonID] [int] IDENTITY(1,1) NOT NULL,
... | Identity column in EF 4 | CC BY-SA 2.5 | 0 | 2010-09-04T11:11:17.453 | 2010-09-04T20:10:02.253 | 2010-09-04T12:00:36.323 | 278,618 | 278,618 | [
"c#",
"entity-framework-4",
"primary-key"
] |
3,642,129 | 1 | 3,642,159 | null | 0 | 566 | 
HI all,
can we post images with tweets in twittter through code in iphone????
Check the screen shots
I am using busyAgent.this helps me to tweet wiothout posting images, i need to send images to at the time of tweeting
Guidence
regards
 images for the atoms, and a [big background image](http://www.google.co.uk/logos/2010/buckyball10-hp-bond.png), which is used rather strangely to create the bonds.
There are some things that... | How is Google's buckyball doodle implemented? | CC BY-SA 3.0 | 0 | 2010-09-04T11:58:47.660 | 2011-06-18T07:36:38.317 | 2017-02-08T14:30:19.763 | -1 | 102,441 | [
"javascript",
"css",
"google-doodle"
] |
3,642,555 | 1 | 3,642,593 | null | 1 | 227 | I'd like to determine if a given x509 Certificate is an EV cert using C#. Since there are no properties available to me in the .NET API and I'm not sure where to get more information on this standard, I'm a bit stuck.
Does anyone have the answer, or know where I should start looking inside the binary blob?
![alt te... | How do I validate and access EV properties of a EV Certificate? | CC BY-SA 2.5 | null | 2010-09-04T13:52:32.330 | 2010-09-04T14:02:38.873 | null | null | 328,397 | [
"c#",
"cryptography",
"certificate",
"ssl-certificate",
"x509certificate"
] |
3,642,932 | 1 | 3,643,059 | null | 0 | 5,916 | I would like to add facebook multi-friend-selector in my facebook iframe appplication that using PHP.
Can i add it to my application? on anyway?
Thanks!

| Facebook multi-friend-selector for iframe application? | CC BY-SA 2.5 | 0 | 2010-09-04T15:48:14.167 | 2011-01-12T09:10:08.327 | null | null | 286,090 | [
"php",
"facebook",
"iframe"
] |
3,643,020 | 1 | null | null | 7 | 2,540 | I can set background color for NSTextView, also insertion color, but when I try to change text color it just doesn't work.
I can set the color programmatically before each insert of text, but I'm probably doing something wrong, since Interface Builder offers this options.
Here's what my inspector looks like:
![alt t... | Changing text color of NSTextView in Interface Builder won't work | CC BY-SA 2.5 | 0 | 2010-09-04T16:10:00.093 | 2020-07-29T04:30:05.110 | null | null | 304,321 | [
"cocoa",
"interface-builder"
] |
3,643,106 | 1 | 3,643,322 | null | 0 | 2,833 | I have a thread running on a child form, I want to activate a control on the parent form but cannot. It works fine if It's done from the child forms UI thread:
(FormMain.SetControlPropertyValue(FormMain.RBSQL2005, "Checked", True))
but not from a thread running on the child form:
```
Public Class FormRestoreDB
Priva... | Accessing controls between forms | CC BY-SA 2.5 | null | 2010-09-04T16:32:59.727 | 2011-04-20T15:35:33.053 | 2010-09-04T18:43:25.227 | 2,278,201 | 2,278,201 | [
"vb.net"
] |
3,643,142 | 1 | 3,643,334 | null | 0 | 340 | I've seen a lot of applications where they have for example a login page.
The username field and password are in a grouped (rounded) tableview.
Is it possible to do this with interface builder alone? If yes what's the trick?
Or does it have to be generated by code?

| iPhone - How can i create a tableview with rows in interface builder? | CC BY-SA 2.5 | null | 2010-09-04T16:41:42.080 | 2011-03-23T15:53:14.747 | 2010-09-04T16:47:22.770 | 242,769 | 242,769 | [
"iphone",
"uitableview"
] |
3,643,267 | 1 | 3,644,355 | null | 1 | 144 | Question update: I'm almost there, just missing dotted line style for the grid.

grid: [1100 600]
step-grid: 5
max-n-points: grid/1 / step-grid
x-axis-border: 20
Y-margin: 10
max-random: 1000
n-points: 300
```
get-random-data: func[n p][
block: copy []
repeat i n... | How to control the space between boxes in rebol draw? | CC BY-SA 2.5 | null | 2010-09-04T17:19:50.103 | 2010-09-05T15:26:42.863 | 2010-09-05T15:26:42.863 | 2,687,173 | 2,687,173 | [
"functional-programming",
"rebol"
] |
3,643,633 | 1 | 3,643,662 | null | 21 | 8,608 | Take a look :

Result should be

| How to change width to fill the remaining space (CSS) | CC BY-SA 2.5 | 0 | 2010-09-04T19:12:53.000 | 2015-10-02T14:58:34.130 | 2010-09-05T15:20:18.520 | 423,903 | 423,903 | [
"css",
"width"
] |
3,644,037 | 1 | 3,644,076 | null | 1 | 346 | I am trying to translate a function in a book into code, using MATLAB and C#.
I am first trying to get the function to work properly in MATLAB.
Here are the instructions:

The variables are:
```
xt and m can be ignored.
zMax = Maximum Sensor Range (100)
zkt = Sensor... | Help understanding a definitive integral | CC BY-SA 2.5 | null | 2010-09-04T21:14:45.590 | 2010-09-05T16:40:43.490 | null | null | 282,090 | [
"math",
"matlab"
] |
3,644,070 | 1 | 3,644,117 | null | 0 | 302 | I'm subclassing `InputMethodService` to create my own personal keyboard. A lot of stuff already works quite nice. But now I'm playing around with the suggestion bar (also called "candiate view"). For now I'm just trying to load a static layout with one button in it:
```
@Override public View onCreateCandidatesView() {... | Android: button in IME's suggestion bar not clickable | CC BY-SA 2.5 | 0 | 2010-09-04T21:28:32.667 | 2010-11-13T10:43:06.283 | 2010-11-13T10:43:06.283 | 49,246 | 184,367 | [
"android",
"layout",
"ime",
"android-input-method"
] |
3,644,512 | 1 | 3,648,258 | null | 4 | 7,771 | here is my code?
```
FB.login(function(response){
console.log(response)
if(response.session){
connectFacebook();
}
},{perms:'email,read_stream,publish_stream,offline_access'});
```
I need to permissi... | can FB.login() display as page for facebook iframe application? | CC BY-SA 2.5 | 0 | 2010-09-05T00:23:58.890 | 2010-09-05T23:34:59.707 | 2020-06-20T09:12:55.060 | -1 | 286,090 | [
"javascript",
"facebook"
] |
3,644,734 | 1 | null | null | 1 | 604 | learning Cocoa can be pretty tough for web developers. Some things are so simple in HTML, and I have no idea, how to do this in Cocoa.
Let me just show you an image here, to show you what I have on my mind.

So it's kinda like a blog. Each post has variable length, so ... | HTML-like view in Cocoa? | CC BY-SA 2.5 | null | 2010-09-05T02:09:42.060 | 2010-09-05T22:44:34.447 | 2010-09-05T22:44:34.447 | 304,321 | 304,321 | [
"cocoa"
] |
3,644,846 | 1 | 3,722,508 | null | 0 | 15 | When I exit and reopen my application, it immediately kills itself off, stating in the logcat:

I cannot for the life of me figure out why it would be running out of resources, when there is pretty much nothing that it does when resuming the application, other than set ... | createNormalSurfaceLockedFailed Android | CC BY-SA 2.5 | null | 2010-09-05T03:04:21.853 | 2010-09-15T23:04:18.067 | null | null | 118,241 | [
"java",
"android"
] |
3,645,156 | 1 | 3,645,166 | null | -1 | 457 | I have customer details , have lastname column ,
Some of records contain white space in the name front and back ,
i want to do the alphabetical order , but not working properly,
plz chk this screen shot , i cant able to guess wha tis the exact reason ,

| alphabetical order not working | CC BY-SA 2.5 | null | 2010-09-05T05:49:10.873 | 2010-09-05T15:01:12.763 | 2010-09-05T15:01:12.763 | 73,226 | 246,963 | [
"php",
"mysql"
] |
3,645,386 | 1 | 3,645,713 | null | 2 | 626 | I have a Django admin page for a nested category list like this:

I wrote this script to sort the list and present it hierarchically:
```
{% extends "admin/change_list.html" %}
{% load i18n %}
{% block footer %}
<script>
(function(){
var rows=document.getElementById... | Prevent memory leaks in this javascript code? | CC BY-SA 2.5 | 0 | 2010-09-05T07:53:57.103 | 2010-09-21T00:12:06.917 | 2010-09-21T00:12:06.917 | 886,931 | 886,931 | [
"javascript",
"garbage-collection",
"django-admin"
] |
3,645,809 | 1 | 3,645,904 | null | 1 | 376 | I've updated my theme at my main site, [TweaksForGeeks.com](http://www.TweaksForGeeks.com), but as you can see in the image below I'm having an issue with my bottom AdSense block.

The AdSense block overlays the tags if it is an article that has enough tags (or long eno... | CSS Overlay Issue - AdSense Block lays over my tags (Screenshot included) | CC BY-SA 2.5 | null | 2010-09-05T10:56:14.647 | 2010-09-05T11:31:00.057 | 2010-09-05T11:01:17.073 | 313,758 | 297,092 | [
"php",
"html",
"css"
] |
3,646,231 | 1 | 3,646,902 | null | 1 | 1,069 | I am using a book with a function I would like to use. However I don't think I am getting the correct values from my function.
Here is the instruction from the book:

Here is the function as I have created it in MATLAB:
```
function [ shortProbability ] = pShort( zkt,... | How to implement this function in MATLAB? | CC BY-SA 2.5 | null | 2010-09-05T13:37:29.287 | 2010-09-05T17:19:25.190 | 2010-09-05T14:17:19.020 | 282,090 | 282,090 | [
"math",
"matlab"
] |
3,646,331 | 1 | null | null | 2 | 306 | am rendering around 3000 records ,
So row like
Customer Profile edit
Customername , Action
```
1 john editimage | Delete image
2 john editimage | Delete image
3 john editimage | Delete image
4 john editimage | Delete image
5 john editimage | Delete im... | How to load image once | CC BY-SA 2.5 | null | 2010-09-05T14:10:38.830 | 2012-12-24T21:40:43.103 | 2012-12-24T21:40:43.103 | 367,456 | 246,963 | [
"php",
"javascript"
] |
3,646,714 | 1 | 3,646,733 | null | 2 | 73 | I need some help with an RSS feed I'm working on. This is the code of an item:
```
<item>
<title>Team Fortress 2</title>
<link>http://wormgineers.com/index.php?page=File&id=228</link>
<description><[CDATA[Map with characters from Team Fortress 2.]]></description>
<guid>2... | Some help with an RSS feed | CC BY-SA 2.5 | null | 2010-09-05T16:05:27.333 | 2010-09-05T16:14:36.653 | null | null | 377,618 | [
"php",
"html",
"xml",
"validation",
"rss"
] |
3,646,807 | 1 | null | null | 5 | 1,812 | Hi i have a form where user can select start date and end date of a leave. For example when the no of days is 3, there will be 3 row of date generated. Each date,day and period (am/pm) will be stored in the hidden field. So 3 days will generate a hidden field with name date_1, day_1, period_1, date_2, day_2, period_2, ... | How to deal with dynamic number of form input using PHP? | CC BY-SA 2.5 | null | 2010-09-05T16:31:16.127 | 2010-09-05T17:04:28.177 | 2010-09-05T17:04:28.177 | 417,899 | 417,899 | [
"php",
"javascript"
] |
3,647,099 | 1 | 3,664,447 | null | 1 | 452 | I have this code to create a candlestick chart in rebol. Now I'd like to use over feel [http://www.rebol.com/how-to/feel.html#section-6](http://www.rebol.com/how-to/feel.html#section-6) to show info on each candlestick but my box is drawn with draw dialect and it doesn't seem to accept event ?
```
plot: [
pen gree... | How to create interactive chart with Rebol | CC BY-SA 2.5 | 0 | 2010-09-05T17:54:45.513 | 2010-09-10T06:30:49.280 | 2010-09-10T06:30:49.280 | 211,160 | 2,687,173 | [
"event-handling",
"mouseover",
"rebol",
"google-visualization"
] |
3,647,319 | 1 | null | null | 15 | 6,023 | I've run into this really strange phenomenon that I can't quite figure out. I have a UITableViewController that manages a UITableView. Pretty simple. I also have a UISearchDisplayController for searching the contents of the table view. The searching functionality will be able to delete items of the content displaye... | Reloading UITableView behind UISearchDisplayController | CC BY-SA 3.0 | 0 | 2010-09-05T18:54:56.727 | 2016-10-09T22:46:58.027 | 2016-10-09T22:46:58.027 | 4,370,109 | 432,479 | [
"ios",
"uitableview",
"reload",
"uisearchdisplaycontroller",
"behind"
] |
3,647,448 | 1 | 3,647,527 | null | 1 | 1,480 | First i need some background color on the text only. Like the headers in the F-Script Browser

Setting [cell setBackgroundColor: [NSColor blueColor]]; colors the whole cell space not only the text. Also i would need underlined and strikeout text. And to make things rea... | I need to do some advanced text styling of NSTextFieldCell | CC BY-SA 2.5 | null | 2010-09-05T19:30:49.360 | 2010-09-05T19:50:16.387 | null | null | 155,082 | [
"cocoa",
"nstextfield",
"nstextfieldcell"
] |
3,647,532 | 1 | 3,670,524 | null | 1 | 1,885 | I'm developing a turn-by-turn navigation software and I'm using the following solution to make my lines of roads into 2.5D or 3D View
[Draw 2.5D or 3D Map with C# from lines](https://stackoverflow.com/questions/2808393/draw-2-5d-or-3d-map-with-c-from-lines)
However, above solution is quite okay for lines within the v... | Problem with bird's eye view or 2.5D rendering of Map | CC BY-SA 2.5 | 0 | 2010-09-05T19:51:01.910 | 2010-09-11T17:26:13.253 | 2017-05-23T12:13:31.967 | -1 | 337,827 | [
"dictionary",
"geometry",
"navigation"
] |
3,647,676 | 1 | 3,648,683 | null | 0 | 99 | I'm having trouble trying to understand what to do here.
My objective isn't as simple as a regular old CRUD form to create a new entity, but rather a browse index page that will list all of the Evaluations in my database.
Each evaluation is attached to a RegisteredCourse which in turn has a Teacher attached to it.
H... | Having trouble starting my very own MVC tutorial-sans web application | CC BY-SA 2.5 | null | 2010-09-05T20:28:47.663 | 2010-09-06T02:20:38.767 | null | null | null | [
"c#",
"asp.net",
"asp.net-mvc-2",
"viewmodel"
] |
3,647,797 | 1 | 3,647,910 | null | 1 | 1,230 | I have a question regarding this database design. I am a bit unsure of the difference between identifying and non-identifying relationships in a database leading me to some puzzles in my head.
I have this database design:

I somewhat understand how it works. Howeve... | What would it mean If I change the identifying relationship from this part of a database design to a non-identifying relationship? | CC BY-SA 3.0 | null | 2010-09-05T21:03:04.353 | 2011-10-28T21:09:46.293 | 2011-10-28T21:09:46.293 | 757,830 | 374,399 | [
"sql",
"database",
"database-design",
"data-modeling"
] |
3,647,821 | 1 | 3,721,880 | null | 1 | 4,178 | In my Android app I use a TabWidget without any special customization. I'd like Android to take care of the specific appearance, which works fine if you compare Android 1.6 with 2.1 for example. By just using a TabWidget the same code leads to different forms of tabs because the SDK defines how to draw it.
Here is how ... | Android: Highlighted tab of TabWidget not readable on HTC Sense | CC BY-SA 2.5 | 0 | 2010-09-05T21:10:58.157 | 2014-03-10T07:09:07.667 | 2010-09-18T10:07:52.330 | 388,826 | 388,826 | [
"android",
"layout",
"colors",
"tabwidget",
"htcsense"
] |
3,647,871 | 1 | 3,647,931 | null | 0 | 288 | My website is in the root directory, which is `/www.lebmotor.com/web/content/`.
I am using this:
```
Dim appPath As String = HttpContext.Current.Request.ApplicationPath
Dim directory As String = appPath & "/upload/" & Left(TableName, 2) & "/"
```
to get the path and it's working very well.
But when I create a ne... | Why the links are not working when moving a page outside the root directory? | CC BY-SA 2.5 | null | 2010-09-05T21:26:58.810 | 2010-09-05T21:43:31.177 | 2017-02-08T14:30:20.200 | -1 | 414,933 | [
"asp.net",
"vb.net",
"path",
"root"
] |
3,647,970 | 1 | 3,648,000 | null | 2 | 596 | Orginal CSS Code
[http://www.faressoft.org/BlueCristalTheme/postView.php](http://www.faressoft.org/BlueCristalTheme/postView.php)

Result should be

| how to change height of div to covered the text area (CSS) | CC BY-SA 2.5 | null | 2010-09-05T21:53:19.873 | 2010-09-05T22:04:56.633 | null | null | 423,903 | [
"css",
"width"
] |
3,648,324 | 1 | 3,648,332 | null | 0 | 114 | How do I implement this menu in the iPhone SDK?

| How to implement a selection menu on the iPhone | CC BY-SA 3.0 | null | 2010-09-05T23:57:05.773 | 2011-11-27T07:47:29.063 | 2011-11-27T07:47:29.063 | 234,976 | 440,261 | [
"iphone",
"select",
"sdk"
] |
3,648,798 | 1 | null | null | 3 | 1,783 | i have a CSS Drop Down Menu...
what i am doing with this in a certain portion of my website is that i am using its links to call AJAX-jQuery to change the contents of a DIV on the page without reloading...
```
<script type="text/javascript">
function load_editor(id)
{
$('#myDIV').load('editor.php?id=' + id);
}
</... | CSS Drop Down Menu - Stays HOVER state when clicked | CC BY-SA 2.5 | null | 2010-09-06T03:05:02.463 | 2010-09-06T08:09:57.427 | 2010-09-06T05:27:08.657 | 158,455 | 158,455 | [
"html",
"css",
"jquery",
"drop-down-menu"
] |
3,648,831 | 1 | 3,649,924 | null | 3 | 124 | I know there are plenty of resources on this but I'm having a tough time relating any of them to my situation so I was hoping someone could help me clarify how this works:
Basically I have a model `Action`, (which gets created anytime a user does something that affects another user, like commenting on their article or... | Help understanding polymophic associations (rails) | CC BY-SA 2.5 | 0 | 2010-09-06T03:17:59.510 | 2010-09-06T15:57:28.417 | 2010-09-06T03:31:18.803 | 103,739 | 103,739 | [
"ruby-on-rails"
] |
3,648,917 | 1 | 3,649,035 | null | 5 | 8,549 | I start using classifier for classification (Weka), however I have some problems to understand while training the data. The data set I'm using is weather.nominal.arff.

While I use use training test from the options, the classifier result is:
```
Correctly Classifi... | interpreting Naive Bayes results | CC BY-SA 3.0 | 0 | 2010-09-06T03:54:23.017 | 2016-09-12T06:26:06.503 | 2012-12-05T13:52:22.353 | 453,596 | 169,895 | [
"machine-learning",
"classification",
"weka"
] |
3,648,926 | 1 | 8,438,768 | null | 0 | 2,078 | I just started using Aptana Studio. The first thing I did was import my php from svn repository and install the PDT tools. But whenever I open the php file, it always displays following message.

I had the PHP perspective open when I tried opening the file. Also I check... | Aptana Studio php files not opening in PHP Editor | CC BY-SA 2.5 | null | 2010-09-06T03:59:08.453 | 2011-12-08T22:44:35.573 | null | null | 206,613 | [
"php",
"aptana"
] |
3,649,485 | 1 | 3,649,538 | null | 59 | 148,785 | I use `GZIPOutputStream` or `ZIPOutputStream` to compress a String (my `string.length()` is less than 20), but the compressed result is longer than the original string.
On some site, I found some friends said that this is because my original string is too short, `GZIPOutputStream` can be used to compress longer string... | How to compress a String in Java? | CC BY-SA 3.0 | 0 | 2010-09-06T06:40:09.163 | 2019-06-07T11:41:43.487 | 2015-11-28T12:05:38.443 | 1,351,298 | 421,851 | [
"java",
"string",
"compression",
"zip"
] |
3,649,534 | 1 | 3,663,943 | null | 0 | 1,534 | For some reason, the text has 0 width in the second row.

Code:
```
public LinearLayout getView(int position, View convertView, ViewGroup parent){
LinearLayout rowView;
if(convertView==null){
rowView=(LinearLayout) mActivity.getLayoutInflater().inflate(... | Android Listview - first item is different | CC BY-SA 2.5 | 0 | 2010-09-06T06:49:26.087 | 2010-09-08T01:14:18.510 | 2010-09-07T00:44:21.647 | 165,495 | 165,495 | [
"android",
"listview"
] |
3,649,588 | 1 | 3,649,605 | null | 0 | 149 | 
I'm confused what the line in bold means?
| Anyone knows what does highlight mean in svn revision view of zend studio? | CC BY-SA 2.5 | null | 2010-09-06T06:56:36.353 | 2010-09-06T06:59:26.203 | null | null | 339,038 | [
"svn",
"zend-studio"
] |
3,649,670 | 1 | 3,656,291 | null | 0 | 3,119 | I have created a COM add-in for Excel 2003 using Visual Studio 2005 Tools for Office. The add-in code looks like this:
```
[Guid("EAC0992E-AC39-4126-B851-A57BA3FA80B8")]
[ComVisible(true)]
[ProgId("NLog4VBA.Logger")]
[ClassInterface(ClassInterfaceType.AutoDual)]
public class Logger
{
public double Debug(string co... | Accessing COM add-in code from VBA | CC BY-SA 2.5 | null | 2010-09-06T07:14:25.360 | 2010-09-07T06:40:05.443 | 2018-07-09T19:34:03.733 | -1 | 181,452 | [
"com",
"excel",
"vsto",
"vba"
] |
3,649,743 | 1 | null | null | -4 | 156 | i need to create a task list in the html page.using only css . i try using jquery,but it is not filled my requirement.for reference please check the image attached 
thank you
| creating chart with css and javascript | CC BY-SA 2.5 | null | 2010-09-06T07:34:08.897 | 2010-09-06T10:00:21.680 | 2010-09-06T10:00:21.680 | 318,493 | 70,900 | [
"css"
] |
3,649,889 | 1 | null | null | 2 | 376 | `multiple photos``multiple videos``inline`
So for example, I get `2 photos` a `video` and again a `photo`.
I have a parent `news` table and 2 secondary table `news_photos` and `news_videos` and I want to get in `one query` the `photos` and `videos` for the `news`.
Is this somehow possible?
```
mysql_query("
SEL... | MySQL: Multiple Photos and Videos for News with Joins | CC BY-SA 2.5 | null | 2010-09-06T08:04:39.513 | 2010-09-06T12:53:38.613 | 2010-09-06T12:53:38.613 | 380,562 | 380,562 | [
"php",
"mysql",
"database",
"join"
] |
3,650,293 | 1 | null | null | 4 | 1,625 | I often have lots of whitespace-only changes (spaces turning to tabs or vice versa etc.) and I generally don't care about these changes. I know that whitespace could be important (i.e. some whitespace changes can be breaking), but it would be very useful if there was a way to tell when looking at huge lists of files wh... | How can I make Tortoise SVN's commit dialog indicate non-whitespace versus whitespace-only changes? | CC BY-SA 2.5 | 0 | 2010-09-06T09:16:03.733 | 2014-03-12T17:28:30.603 | null | null | 64,519 | [
"tortoisesvn",
"whitespace"
] |
3,650,354 | 1 | 3,650,370 | null | 20 | 10,355 | i want to set first text on my UISearchBar -the text is "Search"-, and the text will disappear when user start typing.
just like this:


how it could be.???
thanx
| set first text on UISearchBar | CC BY-SA 2.5 | 0 | 2010-09-06T09:28:43.900 | 2016-05-19T16:41:43.647 | null | null | 408,434 | [
"iphone",
"objective-c",
"uisearchbar"
] |
3,650,595 | 1 | 3,685,105 | null | 0 | 1,734 | I've written a small form that reads the data from a database table (SQL CE 3.5) and displays it in a DataGridView control. This works fine. I then modified it to make a change to the data before displaying it, which also seems to work fine with the exception that it doesn't seem to actually commit the changes to the d... | Cannot commit DataSet changes to database | CC BY-SA 2.5 | null | 2010-09-06T10:09:27.527 | 2015-06-15T19:04:13.480 | null | null | 41,348 | [
"c#",
"visual-studio-2008"
] |
3,650,862 | 1 | 15,821,706 | null | 70 | 25,879 | I would like to know if it is possible to get a profile from `R`-Code in a way that is similar to `matlab`'s Profiler. That is, to get to know which line numbers are the one's that are especially slow.
What I acchieved so far is somehow not satisfactory. I used `Rprof` to make me a profile file. Using `summaryRprof` I... | How to efficiently use Rprof in R? | CC BY-SA 2.5 | 0 | 2010-09-06T10:50:15.633 | 2015-09-23T14:50:31.683 | 2010-09-07T13:49:23.630 | 289,572 | 289,572 | [
"r",
"profiling",
"profiler"
] |
3,651,005 | 1 | 3,651,068 | null | 0 | 1,455 | I want to show hidden `div` on hover of `<div class="thumb">` and i have multiple `div` on page each thumb `div` has different content images. `width` is fix for all `div` but `height` of large div `<div class="large" style="display:none">` can be extended upon content after the image inside div.
Text of `h2` will be ... | How to show hidden div on mouse over using jquery? | CC BY-SA 2.5 | null | 2010-09-06T11:18:47.593 | 2010-09-06T12:43:37.280 | 2010-09-06T11:25:04.130 | 84,201 | 84,201 | [
"javascript",
"jquery",
"css",
"xhtml"
] |
3,651,401 | 1 | 3,656,365 | null | 7 | 10,530 | I've got the below screen that contains some images (6 per visible page). Scrolling up and down seems quite laggy to me. It's like it's rendering the images again. Scrolling back up seems worse than scrolling down.
Anyone know how to increase performance in such an area to create a nice smooth scroll?
: The images an... | Scrolling through ListView with some images very laggy | CC BY-SA 2.5 | 0 | 2010-09-06T12:21:41.460 | 2014-08-07T10:59:12.603 | 2012-01-27T08:43:36.810 | 114,066 | 149,166 | [
"android",
"performance",
"android-listview"
] |
3,651,497 | 1 | null | null | 6 | 4,301 |
Note: I am aware that the activity property `android:windowSoftInputMode="adjustResize|adjustResize|adjustUnspecified"`
exists, as described here [http://developer.android.com/guide/topics/manifest/activity-element.html#wsoft](http://developer.android.com/guide/topics/manifest/activity-element.html#wsoft)
, but in my... | How does Android determine whether to move the layout up when showing the softkeyboard? | CC BY-SA 2.5 | 0 | 2010-09-06T12:37:14.843 | 2011-04-17T15:42:33.827 | 2010-09-06T13:56:37.820 | 241,475 | 241,475 | [
"android",
"android-manifest"
] |
3,651,561 | 1 | 3,651,594 | null | 2 | 338 | I have a list of students that are being added via a form inside the admin area. I'm trying to come up with a password generating solution for each addition that will be both secure and viewable from the admin panel (like below).

I need it to be viewable so that the ad... | How to generate secure passwords for new users? | CC BY-SA 2.5 | null | 2010-09-06T12:48:26.380 | 2010-10-25T04:30:07.240 | 2010-09-06T13:09:56.470 | 244,296 | 161,619 | [
"php",
"mysql",
"database",
"encryption",
"passwords"
] |
3,651,737 | 1 | null | null | 32 | 12,602 | I'm working on some `SocketChannel`-to-`SocketChannel` code which will do best with a direct byte buffer--long lived and large (tens to hundreds of megabytes per connection.) While hashing out the exact loop structure with `FileChannel`s, I ran some micro-benchmarks on `ByteBuffer.allocate()` vs. `ByteBuffer.allocateD... | Why the odd performance curve differential between ByteBuffer.allocate() and ByteBuffer.allocateDirect() | CC BY-SA 2.5 | 0 | 2010-09-06T13:15:23.833 | 2014-08-24T13:52:00.557 | 2010-09-06T15:34:06.170 | 2,961 | 2,961 | [
"java",
"nio",
"bytebuffer"
] |
3,652,128 | 1 | 3,654,480 | null | 1 | 1,735 | I've just downloaded the dynamic object framework [Clay](http://clay.codeplex.com/) and am running into issues regarding [castle project](http://www.castleproject.org/container/index.html) versions. Clay uses functionality from v2.0 of "castle" whilst I have a project which has been started referencing v2.5. Needless ... | Clay and Castle Windsor 2.5 | CC BY-SA 2.5 | 0 | 2010-09-06T14:10:33.200 | 2011-02-21T09:25:06.403 | 2010-09-08T14:49:09.433 | 385,544 | 385,544 | [
"c#",
"dynamic",
".net-4.0",
"castle-windsor"
] |
3,652,419 | 1 | 3,652,438 | null | 0 | 69 | How do I clean up the toolbars (see the figure) from the UI of NetBeans?

| Cleaning up the UI of NetBeans | CC BY-SA 2.5 | null | 2010-09-06T14:59:56.153 | 2010-09-06T15:01:53.457 | null | null | 200,145 | [
"user-interface",
"netbeans"
] |
3,652,818 | 1 | 3,652,928 | null | 1 | 1,121 | my `<fb:request-form>` show incorrect size (width).
here is my code:
```
<fb:serverFbml style="width:600px;">
<script type="text/fbml">
<fb:fbml>
<fb:request-form
action="<?= BASE_URL; ?>/pages/eid/inc/_send_card.php?ctid=<?= $card_type_id; ?>"
target="_top"... | <fb:request-form> show as not correct size | CC BY-SA 2.5 | 0 | 2010-09-06T16:06:45.363 | 2010-11-22T11:56:46.053 | 2010-09-06T16:09:59.927 | 222,159 | 286,090 | [
"css",
"facebook",
"fbml"
] |
3,652,982 | 1 | 3,653,050 | null | 2 | 2,996 | Using ReSharper, I occasionally get quick-fix suggestions for importing a namespace for a LINQ operation. So given the following code in a brand-new class:
```
linqToSqlDataContext.Customers.Count();
```
I get a quick-fix drop down as follows:

Which should I choose... | Difference between System.Linq.Dynamic and System.Linq? | CC BY-SA 2.5 | 0 | 2010-09-06T16:38:31.353 | 2018-12-08T00:11:26.230 | null | null | 26,414 | [
"c#",
"linq"
] |
3,653,288 | 1 | 3,653,352 | null | 1 | 110 | >
[Need help with a SQL query that combines adjacent rows into a single row](https://stackoverflow.com/questions/1132560/need-help-with-a-sql-query-that-combines-adjacent-rows-into-a-single-row)
So this is how my table looks.

..and I need to write a query to get the ou... | Help writing SQL query | CC BY-SA 2.5 | 0 | 2010-09-06T17:34:27.303 | 2010-09-06T19:46:12.543 | 2020-06-20T09:12:55.060 | -1 | 338,292 | [
"sql",
"sql-server",
"tsql",
"pivot"
] |
3,653,431 | 1 | null | null | 2 | 695 | 



I want to display image in center and top and bottom in same size refer bellow screens,anybody know please give the cod... | how to set image's top and bottom in same size for android? | CC BY-SA 2.5 | null | 2010-09-06T18:05:56.490 | 2010-09-06T23:03:48.770 | 2010-09-06T18:07:42.870 | 21,234 | 410,757 | [
"android",
"imageview"
] |
3,653,594 | 1 | 3,657,126 | null | 1 | 820 | I randomly get this error, and I can't figure out a way to fix it: the variables pane (top right) is blank, and the gdb "po" command can't print any variables.

The "po" command doesn't even know about "self":
. And of course, I have another SSH access to this server.
Is ... | How can I connect to Oracle Database 11g server through ssh tunnel chain (double tunnel, server in company network)? | CC BY-SA 3.0 | 0 | 2010-09-06T19:10:01.867 | 2020-08-13T17:48:56.227 | 2014-01-19T18:04:25.640 | 400,571 | 400,571 | [
"oracle",
"ssh",
"database-connection",
"ssh-tunnel"
] |
3,654,220 | 1 | 3,654,231 | null | 20 | 9,959 | I'm trying to draw an image, with a source `Bitmap` and an alpha mask `Bitmap`, using the `System.Drawing.Graphics` object.
At the moment I loop X and Y and use `GetPixel` and `SetPixel` to write the source color and mask alpha to a third `Bitmap`, and then render that.
However this is very inefficient and I am wonderi... | Alpha masking in c# System.Drawing? | CC BY-SA 2.5 | 0 | 2010-09-06T20:48:32.543 | 2011-09-29T14:47:03.547 | 2010-09-06T21:11:09.407 | 252,817 | 252,817 | [
"c#",
"alpha",
"masking"
] |
3,654,737 | 1 | 3,654,783 | null | 0 | 234 | How to create new wordpress widgets for my themes ?

| How to create new wordpress widgets for my themes | CC BY-SA 2.5 | null | 2010-09-06T23:01:31.677 | 2016-01-29T12:43:03.310 | null | null | 423,903 | [
"wordpress-theming",
"wordpress"
] |
3,655,059 | 1 | 3,655,064 | null | 70 | 261,916 | Let's say following is the directory structure of my website :

Now in `index.html` I can simply refer images like:
```
<img src="./images/logo.png">
```
But I want to refer the same image from `sub.html`. What should be the `src`?
| Pick images of root folder from sub-folder | CC BY-SA 4.0 | 0 | 2010-09-07T00:39:00.870 | 2020-06-12T17:10:04.353 | 2019-08-12T10:40:28.140 | 4,157,124 | 158,455 | [
"html",
"reference",
"directory",
"src",
"subdirectory"
] |
3,655,209 | 1 | 4,917,365 | null | 5 | 1,179 |
Analysis of Zend_Log reveals following Class Diagram
- - -
- -

1. Zend_Log_Filter_Interface relates with Zend_Log_Filter_Suppress, Zend_Log_Filter_Message & Zend_Log_Filter_Priority as depicted, is this correctly laid out in Class Diagram?
2. Is it okay to... | Is UML Class Diagram of Zend_Log correct? | CC BY-SA 2.5 | 0 | 2010-09-07T01:30:38.950 | 2011-02-07T01:01:50.497 | null | null | 166,910 | [
"zend-framework",
"class",
"uml",
"class-diagram",
"zend-log"
] |
3,655,310 | 1 | 3,655,328 | null | 1 | 60 | How would code this in css and html? Should I do it with absolute? Or float it somehow? Any Ideas?

| Image with images around it in css | CC BY-SA 2.5 | null | 2010-09-07T02:07:37.353 | 2013-02-12T13:58:13.937 | 2013-02-12T13:58:13.937 | 274,350 | 348,843 | [
"html",
"css",
"image"
] |
3,655,340 | 1 | 3,655,403 | null | 1 | 318 | ```
<input type='text' name='one' id='oneID' maxlength="150">
```
i need the JS to display the number of characters left that user can input

a picture is worth a 1000 words so no more explanation required...
| HTML - Text Box - JS Function for Characters Left like SO | CC BY-SA 2.5 | 0 | 2010-09-07T02:16:43.407 | 2010-09-07T03:46:06.070 | 2010-09-07T02:29:49.483 | 158,455 | 158,455 | [
"html",
"webforms",
"textbox",
"limit"
] |
3,655,316 | 1 | 3,658,735 | null | 86 | 110,257 | I'm having trouble with loading CSS and images and creating links to other pages when I have a servlet forward to a JSP. Specifically, when I set my `<welcome-file>` to `index.jsp`, the CSS is being loaded and my images are being displayed. However, if I set my `<welcome-file>` to `HomeServlet` which forwards control t... | Browser can't access/find relative resources like CSS, images and links when calling a Servlet which forwards to a JSP | CC BY-SA 3.0 | 0 | 2010-09-07T02:09:28.277 | 2020-04-26T02:35:08.500 | 2017-08-20T11:09:22.983 | 157,882 | 221,564 | [
"css",
"image",
"jsp",
"servlets"
] |
3,655,552 | 1 | 3,655,656 | null | 16 | 3,011 | I'd like design a chart and set the colors
from a single exemplar. Same way as in Excel's:

Is there some sort of a formula or algorithm to
generate the next shade of color from a given
shade or color?
| How can I generate multiple shades from a given base color? | CC BY-SA 3.0 | 0 | 2010-09-07T03:26:58.223 | 2011-06-03T13:07:38.473 | 2011-06-03T13:07:38.473 | 33,732 | 129,663 | [
"delphi",
"colors"
] |
3,655,733 | 1 | 3,655,792 | null | 5 | 426 | Is there a `<hr></hr>` like in winforms? I just saw this line in a property window of an icon, is it a control or what? How can I add it into my form? Please see image:

| Is this a control? (C# Winforms) | CC BY-SA 2.5 | null | 2010-09-07T04:18:59.283 | 2010-09-07T06:09:14.363 | 2010-09-07T04:21:26.553 | 2,598 | 396,335 | [
"c#",
"winforms"
] |
3,655,811 | 1 | 3,656,058 | null | 1 | 10,775 | I have fieldset and legend. fieldset border is coming in the middle of the legend like below

But I want border like below

I am using below css.
```
.fieldSet
{
width: 97%;
margin-left: 10px;
border-color... | How to set fieldset border from legend bottom? | CC BY-SA 2.5 | null | 2010-09-07T04:35:54.580 | 2011-06-10T20:18:53.490 | 2011-06-10T20:18:53.490 | 213,269 | 158,008 | [
"css",
"forms",
"stylesheet",
"legend",
"fieldset"
] |
3,655,903 | 1 | null | null | 4 | 109 | Sorry for my English.
A friend of mine asked me to help him to build a HTML page. I just know a little bit of CSS, and know absolutely nothing about JavaScript or jQuery. All the code I wrote was from Google.
You can get what I really want in the picture, and I just finish the first step, the rollover animation works... | CSS and JavaScript problem | CC BY-SA 2.5 | null | 2010-09-07T04:59:27.413 | 2010-09-07T05:15:39.297 | 2010-09-07T05:08:19.973 | 383,547 | 383,547 | [
"javascript",
"jquery",
"css"
] |
3,655,979 | 1 | 3,656,819 | null | 0 | 909 | I've got a little objective-c utility program that renders a convex hull. (This is to troubleshoot a bug in another program that calculates the convex hull in preparation for spatial statistical analysis). I'm trying to render a set of triangles, each with an outward-pointing vector. I can get the triangles without ... | Can't correctly rotate cylinder in openGL to desired position | CC BY-SA 2.5 | null | 2010-09-07T05:21:01.407 | 2010-09-07T08:02:04.410 | null | null | 271,626 | [
"objective-c",
"opengl"
] |
3,656,184 | 1 | 3,658,099 | null | 0 | 52 | I can't see how to position a new panel4 across panel1, panel2, panel3 on the right side for drawing my y-axis:

```
plot: [
pen green line 5x404 5x440 pen gold fill-pen 0.255.0 box 3x424 7x418 line 10x396 10x422 pen gold fill-pen 0.255.0 box 8x418 12x402 line 15x39... | How to create a panel on the right side of the layout for drawing a chart y-axis? | CC BY-SA 2.5 | 0 | 2010-09-07T06:16:52.430 | 2010-09-07T16:04:46.737 | 2010-09-07T16:04:46.737 | 2,687,173 | 2,687,173 | [
"functional-programming",
"rebol"
] |
3,656,387 | 1 | 3,904,738 | null | 0 | 2,794 | I'm building a drop down menu which resides in program menu bar and pops up a JPopupMenu if a JButton gets clicked. In the JPopupMenu there are multiple JMenuItems.
However, beside every JMenuItem it shows a checkbox! Which looks like this:

I don't think it should, an... | JMenuItem shows checkbox on the left, how to disable it? | CC BY-SA 3.0 | 0 | 2010-09-07T06:57:25.167 | 2015-11-03T21:42:16.193 | 2015-11-03T21:42:16.193 | 1,555,990 | 284,811 | [
"java",
"swing",
"checkbox",
"jmenuitem"
] |
3,656,416 | 1 | 3,656,833 | null | 5 | 1,586 | I got the code for the new google.com's doodle: [http://gist.github.com/567948](http://gist.github.com/567948)
The problem is, all the values in the `<div id="hplogo">` is changing dynamically, but not when I copy the code in my local machine.
It seems only JS + DIV, anything missing?
But now able to replicate it on... | How is the new google logo (moving balls) implemented? | CC BY-SA 2.5 | 0 | 2010-09-07T07:02:34.103 | 2010-09-07T09:23:52.650 | 2010-09-07T08:54:57.487 | 231,917 | 231,917 | [
"javascript",
"google-doodle"
] |
3,656,615 | 1 | 3,656,844 | null | 118 | 309,118 | ```
<html>
<head>
<title>Table Row Padding Issue</title>
<style type="text/css">
tr {
padding: 20px;
}
</style>
</head>
<body>
<table>
<tbody>
<tr>
<td>
<h2>Lorem I... | Padding a table row | CC BY-SA 3.0 | 0 | 2010-09-07T07:33:33.707 | 2021-05-20T08:26:12.463 | 2017-06-10T16:01:56.190 | 4,370,109 | 336,528 | [
"html",
"css",
"html-table",
"row",
"padding"
] |
3,656,908 | 1 | null | null | 3 | 3,670 | when the process run in the same browser, to open a new TAB and check the session variables there, in this situation.
But when a webpage runs inside a `WebBrowser` Control (under Windows Forms) for example, any Session Variable that process is using.
> Does anyone have an idea on how to get the variables?
before... | Debugging ASP.NET Session Variables | CC BY-SA 2.5 | null | 2010-09-07T08:15:51.107 | 2010-09-07T09:06:16.840 | 2010-09-07T09:06:16.840 | 28,004 | 28,004 | [
".net",
"asp.net",
"debugging",
"session-variables"
] |
3,657,122 | 1 | null | null | 16 | 39,434 | I'm trying to create a layout with a 'header' area which contains a logo and some links, and then a content area which needs to extend to the bottom of the page. This is where I'm getting stuck.
I've surrounded the header and content with a container div which has a height of 100%, this works fine. But I can't then ge... | CSS Layout Help - Stretch div to bottom of page | CC BY-SA 3.0 | 0 | 2010-09-07T08:44:13.173 | 2015-07-04T16:10:16.933 | 2013-11-26T21:17:55.907 | 1,366,033 | 228,929 | [
"css",
"html"
] |
3,657,128 | 1 | null | null | 0 | 1,301 | Problem with `<div>` tags
Works fine:
Text "Whatever" is in column 1, followd by a radiobutton:

Works also fine (no radio button with text):

The next cell AFTER the text "Whatever" should be displayed in column 1 of th... | asp-net MVC2: <div> tag - "float: left;" - Problem? | CC BY-SA 2.5 | null | 2010-09-07T08:45:30.120 | 2011-02-16T10:26:54.103 | 2010-09-07T09:54:20.453 | 415,876 | 415,876 | [
"html",
"css",
"asp.net-mvc-2"
] |
3,657,515 | 1 | 3,657,598 | null | 7 | 12,608 |  
I want to display the image like first image but my images are displaying like second image.
I want to display images like first image, like center in screen and equal spaces top and bottom look first image, but my image... | How can I display image in screen center? | CC BY-SA 3.0 | 0 | 2010-09-07T09:45:46.353 | 2014-06-05T12:10:22.523 | 2014-06-05T10:52:59.873 | 1,904,504 | 410,757 | [
"android",
"android-layout"
] |
3,657,801 | 1 | 3,662,990 | null | 7 | 8,118 | I wrote a [k-Means clustering](http://en.wikipedia.org/wiki/K-means_clustering) algorithm in MATLAB, and I thought I'd try it against MATLABs built in `kmeans(X,k)`.
However, for the very easy four cluster setup (see picture), MATLAB [kMeans](http://www.mathworks.com/help/toolbox/stats/kmeans.html) does not always con... | MATLAB kMeans does not always converge to global minima | CC BY-SA 2.5 | 0 | 2010-09-07T10:30:54.383 | 2011-01-12T17:01:42.820 | 2010-09-07T21:55:15.937 | 97,160 | 441,337 | [
"matlab",
"machine-learning",
"cluster-analysis",
"k-means"
] |
3,657,837 | 1 | 5,447,044 | null | 3 | 8,254 | I have just finished incorporating a jQuery accordian with a jQuery Slider.
I.e.
3 pictures are displayed. The user can either use `PREV` or `NEXT` buttons to view the next/prev 3 images. They can also navigate through all the images with the slider.
The next step is to make this slider look like a timeline. The left... | jQuery slider as a timeline | CC BY-SA 2.5 | 0 | 2010-09-07T10:36:33.263 | 2011-03-28T10:42:01.857 | 2011-03-28T02:20:01.987 | 50,776 | 405,529 | [
"jquery",
"slider",
"timeline"
] |
3,658,355 | 1 | 3,658,700 | null | 0 | 72 | I have a table made of of several records, with the rows having different number of records per row. What I'd like to have is for the rows with less records, I want to have them being equal in length to the longest row. Currently what I have comes out like below:

I'v... | Equal row lengths in a table | CC BY-SA 2.5 | 0 | 2010-09-07T11:46:27.513 | 2010-09-07T12:36:09.597 | null | null | 217,647 | [
"html",
"django-templates"
] |
3,658,373 | 1 | null | null | 0 | 347 | We use in our application cells in a grouped tableview as buttons. Therefore we set a backgroundimage to look the cells like buttons. We used the following code:
```
cell.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"bg_gradient_mainmenu_2.png"]];
cell.textLabel.textColor = [UIColor whiteColor... | weird background in grouped table cell | CC BY-SA 2.5 | 0 | 2010-09-07T11:50:27.660 | 2011-05-12T23:36:42.120 | 2010-09-07T11:52:19.917 | 106,224 | 155,663 | [
"iphone",
"objective-c",
"uitableview",
"background-color"
] |
3,658,513 | 1 | 6,155,997 | null | 5 | 5,742 | If I host an ASP.NET page with:
```
<%@ Page Language="C#" %>
<!DOCTYPE html>
<script runat="server">
protected void btn_Click(object sender, EventArgs e)
{
lbl.Text = HttpContext.Current.Session["a"] == null ?
"null" :
HttpContext.Current.Session["a"].ToS... | IE8 does not keep Session Variables | CC BY-SA 3.0 | null | 2010-09-07T12:08:24.700 | 2011-08-17T21:25:27.657 | 2011-08-17T21:25:27.657 | 318,465 | 28,004 | [
"iis-7",
"internet-explorer-8",
"session-state",
"session-variables"
] |
3,659,141 | 1 | 3,659,224 | null | 1 | 323 | I am rotating an image around it center point but need to track a location on the image as it rotates.
Given:
1. Origin at 0,0
2. Image width and height of 100, 100
3. Rotation point at C(50,50)
4. Angle of "a" (say 90 degrees in this example)
5. Point P starts at (25,25) and after the rotation it is at Pnew(75,25)
... | Image rotation & tracking locations | CC BY-SA 2.5 | null | 2010-09-07T13:42:26.240 | 2010-09-07T13:52:42.420 | null | null | 64,262 | [
"math",
"trigonometry"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.