Tagged Questions

10
votes
12answers
368 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 se …
1
vote
1answer
52 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 …
3
votes
3answers
112 views

Client details in webservice

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

Master Details using jQuery Tabs

Hello, 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 w …
-4
votes
1answer
80 views

project on online councelling [closed]

i'm doing a project on online councelling? can any one please give me source code and documentation for this project???
0
votes
6answers
197 views

Javascript: Optimizing details for Critical/Highly Processed Javascript code

Hi, 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 mo …