Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
494 views

Delphi - Reverse Lookup ' who includes this unit'

I am debugging a large application distributed over many units. I ran into a compilation error in a low level unit and do not have the slightest idea in which part of the application this unit is ...
4
votes
6answers
672 views

How to check website viewer's operating system?

I'm running Ubuntu 8.04 and I recently received the following error when visiting a website: Please return to www.site.com with a computer running Windows 98, 2000, Me, NT, or XP. How does the ...
2
votes
2answers
188 views

C# tool for webpage “save as” and offline browsing

Is there any opensource tool in C# that can do a webpage "save as" or "save" and download all contents, so that later I can perform an offline browsing? EDIT: As a side note, I want the tool to allow ...
2
votes
0answers
109 views

biztalk administration console crash when browsing for folder

We recently upgraded our biztalk server 2006R2 to SP1. The problem is that we're having some small issues now, for example the administration console crashes when I browse for a folder if I want to ...
1
vote
1answer
215 views

Web scraper for C++ similar to Perl's WWW::Mechanize?

I would like to know if there is a web-scraping library/API for C++ similar to Perl's WWW::Mechanize? I'm not only looking for HTML parsing itself, but also support for stateful HTTP browsing, ...
1
vote
0answers
160 views

Image Browsing using Kohonen's SOM

I am trying to create a visual browsing application for millions of images using Self-Organizing maps(SOM). Does anyone know of the existing image browsing systems that use Self Organizing maps(SOM) ...
1
vote
0answers
241 views

Getting currently playing song name in AVRCP or Establishing browsing channel in AVRCP

I am trying to create a AVRCP app on Andriod, from which I will be connecting to another device (smart phone). Currently I am able to play, pause songs of other device from my app, but I want to get ...
1
vote
5answers
276 views

Download an offline version of a webpage

Duplicate of Suggestions for a site ripper. Hi I need to download an offline version of an specific page. Including all images and CSS files. I need to recreate the entire webpage again in my ...
0
votes
1answer
53 views

Android - Searching and navigating the web

I was wondering if it was at all possible to attempt the following in an Android app: I want the user to be able to enter a few keywords, then in the background (while showing a loading animation) ...
0
votes
2answers
33 views

Javascript browsing through photo-collection

I would like to make a website where I can present some project of my client. He's an architect and wants his customers to be able to scroll through his buildings and projects. Goal is to make a grid ...
0
votes
1answer
92 views

How do I allow users to create their own webpage/personal page? [closed]

I would like to allow my registered users to create their own personal page(s) that they can style and use as they like in php. Their webpage would be www.xyz.com/James where james would be the user ...
0
votes
2answers
186 views

full-screen image browser called from GridView

I have a GridView activity consisting of a single GridView that displays upto 100 image thumbnails from an sdcard location. I am creating another activity which is called when any one of the thumbnail ...
0
votes
1answer
27 views

toolkit/framework for a image-browsing-and-commenting application?

A young start up is looking to build a system that allows browsing of (medical) images, and commenting by (authorized) users... They asked me for some coding/architecture help Can any one point me ...
0
votes
0answers
52 views

faceted browsing + chart plotting for structured data

I'm looking for a web open source solution for browsing a structured dataset, to be integrated in an existing web application Given a structured dataset (a table with 50K rows), user would filter the ...
0
votes
1answer
140 views

IIS Directory Browser Customization

I need to add a link on the default IIS directory page... I have tried to setup a custom footer which would work but I cannot get it to display... Any help or suggestions would be much appreciated!
0
votes
0answers
166 views

Cannot browse to any ip address in Windows 2003 server /network [closed]

I have client where I have configured a small windows 2003 office network. Everything works fine except for the fact that when I put in an IP address in the internet browser (IE, Firefox, etc) it ...
0
votes
1answer
28 views

is it possible browsing with pop up mode in google chrome? [closed]

is it possible browsing with pop up mode in google chrome? pls,,, and thanks :)
0
votes
0answers
91 views

semantic image browsing and search algorithm

I am trying to come up with a Java algorithm for searching and browsing images in a particular repository. How may I come about to make the algorithm?
0
votes
0answers
224 views

j2me Web browsing problem with N8

I developed an application in j2me. The application is accessing the web browser. It works really fine with all nokia editions, except on N8. It keeps on blocking the web browsing. Can any one explain ...
0
votes
2answers
164 views

File browsing in Android

Is there a specific View/Widget available for browsing files on the device? Or is there another solution that has become accepted? Searching has yielded very little useful information for me. Thanks ...
0
votes
1answer
16 views

Software for user monitoring as part of focus group

We are trying to get a focus group running and would need to study browsing behaviors. We are looking for some sort of software/solution to record multiple users browsing sessions. What we would be ...
0
votes
2answers
223 views

Tabbed browsing, programaticaly navigating to another open tab

I'm in a discussion with my co-worker. We have a web application in a tabbed browsing environment, say with 2 tabs open. Tab2 has a link to tab1, when I click the link, it opens tab1 in a new tab. ...
0
votes
0answers
70 views

Browsing a folder

browser.BrowseObject(PIDLFromPath, NativeMethods.SBSP_ABSOLUTE); This works well in explorer and for the common dialog. However, when running Office XP, it goes nuts. The view on the screen is ...
0
votes
1answer
113 views

IIS Directory Browing

If I enable directory browsing in IIS it displays folder contents to user. Is there any way of controlling the way it shows the list. For example, I dont want to show full physical path of the folder. ...
0
votes
3answers
257 views

Automated browsing with javascript?

I'm trying to do some browser automation, but I'm having some problems. Basically, what I'd like to do is load a set pages, set some forms options, click a button and view the results for each page ...
0
votes
3answers
123 views

How does web filtering software hook into outbound browser requests without browser configuration?

I would like to duplicate the functionality of some web filtering software, however I don't want the user to have to configure their browser. Some other products on the market do this without any ...
0
votes
1answer
239 views

C# File Browsing w/ Checkboxes

Ok, so this question kind of builds on my last one. I am trying to build a "file browser" but it will do other things. What I am trying to accomplish: 1)Have a tab dedicated to listing files just ...
-1
votes
1answer
113 views

Browsing source code when project codebase no full

I need understand how work some(5-6) exported function - for easy codejumping if code base is full I build it -and using browsing but code base not full so compiling fail. one road from many: add ...
-2
votes
2answers
152 views

Saving Browsing Sessions in Chrome [closed]

This isn't a programming code question, more of a browser UX issue. I know that in Firefox and Opera (perhaps Safari?), you can save your current browsing session to open later when you quit the app ...