Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
14answers
1k views

What is a very practical C++ book?

While I agree reading books is always a learning experience, sometimes you'd like to skip the theory and just jump till you reach the practical aspects. For example, I'd like to see a book that tells ...
6
votes
2answers
805 views

How can you hide the arrow that is displayed by default on the HTML5 <details> element in Chrome?

I now its still early but I also know you guys are on top of it. I want to use the HTML5 details element: <details> <summary>What's the HTML5 details element?</summary> ...
4
votes
2answers
391 views

LINQ to SQL context.SubmitChanges - How to get error details?

I'm working on an application where a lot of data is inserted into an SQL database at once. I use LINQ to SQL, and have something like this as my insert operation: foreach (var obj in objects) { ...
3
votes
3answers
2k views

Youtube Data API: Retrieving multiple Video entries by IDs in a single request

I am wondering if there is a way to query YouTube for multiple random videos (video id's are known) in a single query? I am storing video id's in the local db and need to show multiple details(list ...
3
votes
3answers
604 views

Client details in webservice

How can i access client details like IP,Browser etc in a web service in java?
2
votes
2answers
59 views

Detecting the opening or closing of a details element

How can I detect when a details element is opened or closed in Javascript? Other than attaching a listener to the click function and checking if the open attribute is set or not.
2
votes
1answer
36 views

Looking for free web service to get ebook details

I'm looking for free web service to get ebook details (By ISBN, author, title etc.) Thanks.
2
votes
2answers
465 views

Android launch applications detail page

I'm working on an application where I list the installed applications with the package manager. I can get the package name of the item clicked, but I'd like to then launch the details screen based on ...
2
votes
5answers
733 views

How to edit mp3 file details (Delphi)

How can i edit mp3 file details , such as Description , Title , Subtitle , Rating , Artist , ... using delphi . is there any component to do this ? Thank you
2
votes
1answer
3k views

Where can I find WebSphere configuration files?

I would like to know where are the WebSphere configuration details saved? Specifically, configuration details that are shown in the Administrative Console (from the web) or from the console using ...
2
votes
7answers
520 views

Javascript: Optimizing details for Critical/Highly Processed Javascript code

I've been looking through a lot of Javascript Optimizing and most of them talk about string concatenation and a few other big ones found here, but I figured there had to be more details that you can ...
2
votes
1answer
104 views

Reading proxy details in a vcl.net application using Rad Studio 2007

How to read the proxy details (address and port) from a vcl.net application (Rad Studio 2007) ?. Heard about InternetGetProxyInfo. But didnt find the details any where. Thank you.
1
vote
0answers
33 views

Matlab: Displaying class-file details in file browser

I'm wondering why matlab does not display access types of class methods and attributes in the preview detail window when selecting a file in the file browser!? Is this the default behaviour?
1
vote
1answer
55 views

How to see exactly what happend in git merge

I'm in branch_X I do git log -p lib/foo to see differences in the file foo, but the interesting thing I want to see is just written as: commit aaaaaaaaaaaaaaaaaaaa Merge: bbbbbbbb cccccc ...
1
vote
1answer
34 views

How can I override the browser-generated triangle icon in a <details> element?

I'd like to change the icon with CSS for this snippet of HTML5: <details> <summary>Hello</summary> <p>The details</p> </details> Any clues?
1
vote
2answers
966 views

Listview Details view not displaying anything

I'm trying to use a details view mode of a ListView in winforms, but none of the items are displaying. The listview itself is growing as items are added, but nothing is being displayed. It is ...
1
vote
2answers
543 views

How to get .exe file properties details in c?

I am writing a c application in Visual Studio 2008, and need to grab some information from the executable to send to another application. The info I need is what you get when you right click on an ...
1
vote
2answers
335 views

Stop browser from filling textboxes with details

I've run into a really annoying problem, and I'm hoping it's just a setting I've missed. I've got an ASP.NET application which allows users to enter their username/password in various places (e.g. ...
0
votes
1answer
18 views

Get contact details from contact id in Android

I want to get several contact details from a contact list view. I have this code: list.setOnItemClickListener(new OnItemClickListener() { @Override public void onItemClick(AdapterView<?> arg0, ...
0
votes
0answers
11 views

How to add jquery transition effects to html5 details tag

I wished to use HTML5 <details> for my FAQ page where i need to display only the questions at the begining. and for this've found a jquery fallback plugin for other browsers (currently only ...
0
votes
2answers
83 views

Spring Security salt for custom UserDetails

I would like to add salt like: PasswordEncoder encoder = new ShaPasswordEncoder(); userDetails.setPassword(encoder.encodePassword(userDetails.getPassword(),saltSource.getSalt(userDetails)); ...
0
votes
1answer
99 views

PayPal API : How to integrate it in my App? IOS5

I have been checking around the PayPal API and got this, a webView displaying a quite nice interface to pay through PayPal, the thing is : I don“t know how to modify it in order to show several items ...
0
votes
0answers
15 views

Financial Details of iTunes Account Programmatically

I want to know the financial details of my iTunes Accounts i.e programmaticaly . Want To Know How Many Apps Being Downloaded and From Where(Country). Does Apple Provide Any Web Service/API Which ...
0
votes
1answer
220 views

Jasper report iterate over array list

how can I create report that will iterate over arraylist in detail section that is passed as parameter in Jasper report? Is that even possible? I searched and I found soloution that you have to add ...
0
votes
0answers
44 views

How to format data with WPF like the windows explorer detailsview, using treeview & gridview

I want to be able to display data like the windows explorer detailsview as done here As far as I can tell this is done by grouping using the treeview and displaying data using gridview, with the ...
0
votes
0answers
49 views

SplitView with interchanging details and root view on left/right hand side

In objective C, can I make a view with a table on the left and a UIView with button on the right, where user clicking on different row of table will change the appearance on the right. But when user ...
0
votes
0answers
12 views

How to access description section in a file properties?

Could someone please hint me on how to get descriptions of a file. I mean the description in Properties>Details. Cheers,
0
votes
0answers
103 views

Multiple details sections in a Crystal Report

I have a single result set from a stored procedure that I would like to display in multiple detail sections in a Crystal Report. The report is summarized sales information. Each row has a customer, a ...
0
votes
1answer
118 views

Details view C#

Virtually everything i have googled describes the above perfectly in master/details view on one form. Is there anyway to do this on two forms? Basically what i want to achieve is to have my Main Form ...
0
votes
2answers
166 views

comand to find physical memory details of a process in Solaris

How to find total physical memory and available physical memory of a process(for e.g. sched process) in Solaris. Is there any command available. Please provide with an example. Thanks in advance.
0
votes
1answer
48 views

When appending a <details> element to a div with innerHTML the div goes “down” too

The problem is easily pictured with an example here. The code goes like this: HTML: <div id="example">Hello </div> JS: document.getElementById('example').innerHTML += '<details ...
0
votes
1answer
328 views

HTML5 details element for accordion

Is the details element semantically appropriate to markup an accordion? Example: <div class="accordion"> <details open> <summary>Section 1</summary> </details> ...
0
votes
1answer
94 views

xml sdk 2.0 to read Office 10 file details/properties

I need to read file details, especially, Authors, Title, Subject, from new Office files (.docx, .xlsx). I found this article from MS, which also has some methods - ...
0
votes
1answer
287 views

changing …/details?id=xxx in android market with upgrade?

is it possible to change the id (in this case xxx) in the url https://market.android.com/details?id=xxx for one app only with an update? For example to https://market.android.com/details?id=aaa. Or is ...
0
votes
0answers
121 views

how to fetch user details from facebook using java

I have got success in fetching up user's first name and last name. But I cant fetch user's email and date of birth and other details from facebook. How to do that. Anybody? Please Help..
0
votes
1answer
141 views

How to upload an app to itunes connect, no “upload now” button on View Details page

I came to this page for answers on how to upload my app to Itunes Connect. There was some good advice, which said that you should log in to Itunes Connect, go to manage your app, then go to view ...
0
votes
2answers
964 views

How can I login into my asp.net website using gmail account?

I have an asp.net website with login form and I want every visitors can able to login into my website using their gmail account.... Is there any one who can assist me on this or send some examples ...
0
votes
1answer
284 views

Select item in details form dropdown when datagrid item is selected

I have this datagrid: <mx:DataGrid id="dgCompetenteN" includeIn="Test" left="10" right="472" top="69" bottom="149" dataProvider="{colCompetente}" editable="false"> ...
0
votes
0answers
94 views

how do i get account details(email) by providing username & password?

Is it possible to get user email account details by providing username and password through any API?
0
votes
1answer
213 views

How to fetch application icon and application description from iTunes store?

How could I fetch application icon and application details from iTunes store if I have app id? Thx a lot, Mladjo
0
votes
0answers
359 views

FileNotFoundException: path (reason) - where can I find all possible “reason” messages?

Starting from Android 2.2, the FileNotFoundException contains additional information about problem: java.io.FileNotFoundException: /foo/bar (No such file or directory) The error message format is: ...
0
votes
1answer
92 views

finding the server spec. on which my website runs

i need to find out what are the details of the processor the server has. i need to know which kind of processor, type of OS, RAM etc. i've got a reply from one webhosting company: "This is a shared ...
0
votes
1answer
998 views

problem loading data in details jqGrid from master grid?

When I am making a call first time it shows data in my details grid from master grid but when selecting other row its not populating the new data in the details grid.. jQuery("#list10").jqGrid({ ...
0
votes
1answer
1k views

jqGrid master grid problem

I have a master grid and want to display the results on row click from master grid in detail grid.. I am not able to fetch the data on my detail grid .... $(document).ready(function(){ { ...
0
votes
2answers
3k views

Master Details using jQuery Tabs

I am trying to implement a master details solution using the jQuery Tabs. Two tabs, first tab contains Northwind Customers, selecting customer command should display tab2 with the orders for the ...