I am wanting to start Web Development and I was wondering what languages I would want to learn and what (if at all possible) free tools I would want to use.
from flex, when calling a .net web method that returns a custom class, I always recieve an ObjectProxy, even if I have the same class created on flex. How do I manage this ObjectProxy as the class I have?
thanks.
i have a java method that is part of an web service interface and that takes a byte array parameter like this
public int computeSomeThind(byte[] data) {
if(data != null) {
// ... do what ever
} else {
return -1;
}
}
When a generate the wsdl with axis 1.3 the data parameter will appear as not nullable. Is there a way to define this as nullable?
I need to be able to load web pages from different sites within a page on my site. I am using C# .NET and master pages. Within the content page, I want to be able to load an arbitrary page and display it without any of the browser controls appearing - just the page content.
Is there a way of running an ASP.NET website in a subfolder of the website?
As an example, say I wanted to run the screwturn wiki (http://www.screwturn.eu/) in a folder called "wiki" on my website, can I alter the web.config of the screwturn website to tell it that it is running in the "wiki" folder? (like saying that "~/" = "/wiki/")
The wiki would then find its assemblies that are in "~/bin" in "/wiki/bin" and the same for all other folders below the new root.
Wondering the pros and cons for MVC architecture in terms of web application development? And What is the difference between MVC and 3-tire architecture?
I am passing variable to template in web.py and have the same condition in some places. Like this:
$if myvar=="string1":
$passed argument1
............
$if myvar =="striung2":
$passed argument2
If say myvar is "string1" and I pass passed = "AAA" then I have AAA argument1 on my page, but the other if statements get replaced by empty string?
How to avoid that? I.e. how to leave other statements intact?
I've stopped the website in IIS, made a change in Web.config, but the damn thing keeps writting my log events into my database! The only solution I've found is to restart IIS completely. This isn't a very good solution because then all my websites have to stop/restart.
I have been approached to create a website using Sabre Web Services to power the reservations system. All documentation I have seen refers to .NET or Java solutions, I was in doubt whether PHP can be used as access is performed using SOAP. I have found no further information about this, I assume the answer is yes, but wonder why there is not a single reference to this being possible - all solutions seem to be .NET
Any suggestions?
Thanks!
I'm hunting a Javascript error related to form submission (more importantly preventing it). I see the error appear in the Web Inspector but it disappears immediately since the form submits and refreshes the page. Is there a console history or scrollback? How can I see what the error is?
I've inherited a web site I'm editing in dotnet and it won't compile because the class in one file (say class1.vb) refers to a class in another file (say class2) (like Dim m_c As class2) , but the compiler says "Type Class2 is not defined".
when I look in the object browswer the classes are listed separately (i.e. not all grouped under the same namespace) and appear as:
Public Class Class1
Inherits System.Object
Member of C:...\mywebsite\
Help!, thanks.
Hi,
I've installed and tested Wordpress configurations on my home server which I use as my test server.
Is it possible to upload everything, including Wordpress, from my home web server to my hosting account so it will work instantly there?
Of course I need to change the database name, password, but that's about it.
thanks!
What is the most up-to-date way to write JAVA web-based applications and front-end ?
What is it? JSF, JSF2 or some framework like Spring MVC or Tapestry?
What are pros and cons of each framework?
Hello Friends,
there was a web application, that you could configure so that
over the api, your app could post the error logs into that
application.
it was a paid service and the free version allowed you to do like
1 report a minute.
if any of you remember this service, please post it as an answer.
thank you :)
Hey all!
My web.config no longer has Intellisense nor colour highlighting. It looks like a regular text document. Any idea why this would occur?
Thanks!
Hi, I just need to be able to open a .NET app (click once) from within an ASP.NET web page, and pass 2 string parameter to the app.
How can I do this? Any example please, with any method to do it. Thank you in advance.
Are there any web search APIs or search engines that allow automated queries?
Engines that forbid automation in their terms of use:
DuckDuckGo
Google
Bing
Yahoo
AltaVista
DogPile
Engines where the terms of service do not explicitly prohibit automation:
I have created listview web part do display infopath form . When i open the forms using adminstrator login everything works fine but when i login using normal user account the fallowing error is displayed .
"Error: Access denid"
Can anyone give solution for this..
There is a web game that I play and I used fiddler to see what temporary files it downloaded. While I was playing I deleted all those temporary files including the sounds and flash files. But it didn't affect the game at all. Why is that? I checked in fiddler and it doesn't look like the files were redownloaded.
Is there any API or webservices that allows us to manage online Office web apps documents (on sky drive)?
What I would like to do is to use this API (or webservice) in order to create some reports in excel format without the need to use the HTML table trick, neither to have the Excel Com components installed on my server.
hello, can't understand why the credentials of my fedex web services test account won't work for the create shipping service and work for the track package service.
any ideas?
I want to download web pages that use javascript to output the data. Wget can do everything else, but run javascript.
Even something like:firefox -remote "saveURL(www.mozilla.org, myfile.html)"
would be great (unfortunately that kind of command does not exist).
Hi,
I would like to ask about how to check a web developer productivity?
what are the keys to check a developer productivity?
and how to balance between productivity and performance?
thanks
This is the web service
https://secure.kashflow.co.uk/api/service.asmx
Now I want to generate a proxy. But it should use Generic List (List) instead of arrays(T[]).
I'm using C# and .NET 3.5
Thanks in advance.