There is web page that displayed file structure - folders and files.
How to emulate Windows Explorer "List" view on this web page?
The order of items should be following: from top to bottom and from left to right.
I can arrange items from left to right only, by it doesn't confirm to Windows "List" view:
Item_1 Item_2
Item_3 It...
Hi All
I'm using WCF to connect to a remote web service (asmx) for testing at this point. The remote web service is unsecured for now (no https, no user name, password). I can add the WCF service reference, and all the classes are generated ok. When I make the call to the webservice, it just hangs.
So I can connect with the SOAP UI t...
I know there are:
.aspx
.php
.html
.htm
This is the first time I'm seeing a website with .sd at the end. What exactly does that mean and is there a wiki that explains a bit more?
For example, this website:
http://www.racingpost.com/horses2/results/home.sd
First time I'm seeing it and I'm just curious.
...
I am looking for a simple easy to use lightweight Web server ( linux/Ubuntu Koala ) for testing some web apps.
On Windows I used Web Savant ( which was rather easy, just enter the html directory and the bin directory and press start ) to give some people an idea of what I'm looking for.
Update:
My apologies. I didn't realise that this...
Hi,
I have made a web page with WIX editor. They do not give you the HTML, but I got it with Mozilla "View""Code Source
I have deleted some Wix adds but could not delete the hyperlink to Wix home.
Does anybody know how to find it in the HTMNL code and remove it?
Other issue: I want to insert a form but seems that all are not compatibl...
I just downloaded the HTMLAgilityPack and the documentation doesn't have any examples.
I'm looking for a way to download all the images from a website. The address strings, not the physical image.
<img src="blabalbalbal.jpeg" />
I need to pull the source of each img tag. I just want to get a feel for the library and what it can offer...
I'm making a small application that is supposed to download info from the web every day at 2am. It will download the information and write the strings to an XML file of my choosing.
Using .NET and C#.
My initial approach was to install a service on the users computer and have that run, but I'm not so sure. I've not even used it so much...
what does ./CoverFlows_files/coverflow.js mean?
I understand ../CoverFlows_files/coverflow.js means [move up one directory]
And /CoverFlows_files/coverflow.js means [go down from here]
Also is there are way to get to the root like in asp.net its ~/ ...?
The other thing I dont quite understand is where to put
<link rel="stylesheet" t...
Hi guys,
I have this strange request from my client and they want to perform video encoding using the clients' machine instead of the server to reduce the workload of the server. I wonder if this is possible? For example I have this video and then I click on the download button to download, which will download the video in its current f...
i have to invoke already built web services from my code and get the response in return.
how can i do it....
(i am working on eclipse for blackberry phone simulator,using j2me)
any help will be greatful........
...
I use the below code within for my JQuery lightbox without include js file AC_RunActiveContent.js or swfobject-1.5.js in the html file. It works fine for IE and Firefox. Just wanna know if there is any problem for not include AC_RunActiveContent.js or swfobject-1.5.js. Is it a must to have AC_RunActiveContent.js or swfobject-1.5.js for ...
I am trying to stream video (or use progressive download) to a Motorola Droid Browser and am not having a lot of luck. With my iPhone, I can direct Safari to http://xxx.xxx.xxx/FileName.mp4 (which is an MPEG-4 video file), and Safari opens quicktime, and the video plays. However, with the Droid, I go to the same web address and am face...
Hi all,
I'm managed to get the userguide/example1 echo web service working for Axis2. However, to validate that the changes I make to the service are actually working, I would like to print something to the tomcat console. So far, it hasn't worked, using a simple System.out.println("xyz"); I grep the logs and it's not there.
Also, I'm ...
Hi everybody!
i have one eclipse project(A) with a small spring application and another one with a web application using GWT (B).
project A exports its ressources via build path / order and export.
project B imports the ressources via build path / projects.
eclipse adds the files to the build path and to the system class path of the r...
I'm trying to write a random wallpaper downloader for my desktop.
The code works fine on the first download, but hangs and throws an exception on the
second attempt. I tried to dipose of the client and start with a fresh Web Client.
I also tried without disposing. Thanks in advance.
public class ChangeWallpaper
{
[DllImport("user32....
I'm a C# programmer and I love the language. I think it's the best thing since sliced bread. Recently I have become real interested in creating a website that offers jobs and allows companies to post jobs for people to navigate through.
This is going to be a nationwide site only, no international connections.
I'm somewhat familiar with...
Hello people from StackOverflow!
I come to you with yet another question. :)
As stated in some of my previous questions, I'm interested in creating a website that handles jobs and company openings for people to browse. I intend to have a way for people to upload CV's, apply to a position, and have companies post jobs as well.
Since I'...
I was wondering if you creative minds out there could think of some situations or applications in the web environment where Neural Networks would be suitable or an interesting spin.
Edit: Some great ideas here. I was thinking more web centric. Maybe bot detectors or AI in games.
...
I'm looking for references stating how to write a web scripting language and interface it with a web-server.
I'm not looking for "how to write the language" or "how to write an interpreter" references rather - I don't know how the basics of a web-script interpreter work? Is it a simply a CGI based interpreter that is passed the HTTP pa...
I am an OOP programmer and have been it for almost two years now. I know Java and C#. What I don’t know is web programming. I know what HTML is but have never really worked with it. What is the best way to get started with web programming?
HTML, CSS, javascript, php, ASP.NET. What should I start with?
The reason I want to learn web pro...