Hi guys i'm trying to connect asmx web services in Eclipse Enterprice Edition. i cant make it .it wants to wsdl. Any help will be appreciated.I just want to be client of the web services.
Assuming there are a number of load-balanced web servers in a web farm, is it safe to use DateTime.Now in the application code for getting the system date/time or should we leave this responsibility to the database server?
Would there be a chance that machine date/time settings on all servers in the webfarm are out of sync?
If date/time will be the responsible of the DBMS, how will this strategy work if we have load-balanced replicated DBs?
I am interested in knowing if there are any server-side webapplication frameworks which integrate nicely with CouchDB? Does anyone have any experience in doing this? It seems like a dynamic language would be well-suited for playing with the JSON, but I am more interested in hearing about how it would fit in with the framework and the application's design.
I was reading a tutorial on ASP.NET and third party API's and it mentioned that the API KEY and SECRET KEY should be stored in the web.config file, for security on production servers, instead of in the classes that use them. However, I'm not quite sure what's more secure about a web.config file than a class? I understand the convenience of storing it in a config file, but I don't see the security benefit?
hi , i am new to web programming in java , i want to know how to use web api such as google api ,
facebook api in my code
so i need to know how to begin and what i need to do that .
thanks
What resources do you use to make a good and beautiful web site design?
Do you use templates?
What patterns you use?
Are there any web site with good resources and ideas?
i wonder if large web applications like twitter and facebook have admin panels to handle CRUD for users, posts, images, themes and so on just like in CMS like drupal?
so programmers have to code the front for the regular users AND back for the administrators?
if i develop an webapplication is it recommended that i also code the admin part? or is it unnecessary since i can handle all directly in mysql and by editing php scripts directly?
share your thoughts!
thanks
Hi,
Can anyone recommend a good FREE shipping application where I can get rates from different courier services, and perform tracking of packages.
If there aren't any free ones, do the courier services themselves have API's or webservices of their own? We were thinking of creating an ASP.NET webapplication in C# that got quotes from FedEx, Purolator, and Canada Post for a specified package.
Any help/suggestions are welcome
Thank you
Our company needs to build web solution and we're somewhat short on time. We use Java and do not have a design yet.
We're looking for some tools/plugins for:
GUI-like web design (drag and drop components)
WYSIWYG
The tools must be *free
We like GWT but any other UI framework is fine. Plugins for NetBeans or Eclipse would be great. Any ideas?
Hey,
I have a Java desktop application I wrote, and I would like a recommendation about a monitoring application that can spot bottlenecks in the code and real time memory consumptions.
As I was developing for J2Me, the WTK then, had a memory monitor, and I found it really useful, I would like to know which monitoring program you think is best to use.
Thanks,
Adam.
i'm an absolute newbie to webapps, so please forgive if my question is quite naive or not upto the mark.i have been assigned a task to develop a web app which integrates the twitter pull request with another application using the particular application APIs.basically i dont know what it means.Can anyone explain what is intended to be done and if there is any example of such web apps if any,it will be most appreciated, so that i can get an idea of what is to be actually done.i'm planning to do this using ruby
In a new Rail app I have to consider 2 differents user's type: basic and Advanced
and I have to create smartphone views( unique view for both user's type).
Then I have 3 view/layout:
- web advance
- web basic
- smartphone
I already have the adv/basic flag for the user,
and I followed the RBates tutorial http://asciicasts.com/episodes/199-mobile-devices.
What is the best way to manage the 3 views/layout ?
I’m a fan of the new VS 2010 Web.config transformations. I use this feature for deployment purposes and wondered if it is possible to use them for debugging too.
I think of using them in the IDE: I want to create different built configuration (with linked transformation configurations); choose one of them; start the web site in the IDE and debug the different configuration this way.
Hi,
I'm interested in developing webapplication and networking application. For that what
is the best script language to learn. Which one is effective for this two. So for, i don't
know even a single syntax of any scripting language. Which is the best script for
understanding, maintainable, effective and simple (may not).
Please don't say what are all you know. Please tell me the best
Are there any tools that can recreate webapplication flow..
for example i open www.abc.com and do some transactions in the application(basically i navigate between pages).....
So can i recreate the same transaction automatically using any tool .....
THanks in advance....
I need to make available to browsers data file produced by my web service method. Indeed the web service method should return url to produced file. Im working with axis2 on tomcat.
s
Thanks in advance.
Is there anyway to make web service calls from a Java client app. (Apache Axis based) in parallel? Does async style Web Service client (Apache Axis based) help?
I would like to know about JavaScipt. Is Javascipt is available only for web browsers? Because I used some JavaScript code for Firefox Plugin development and Thunderbird.
Help me to find out more about this: where can I use JavaScript other than web browsers, and how?
I have a webproject consisting of only web services. I need a global way of handling errors on the server so I can send emails, log in event log, etc. Global.asax doesn't work according to MSDN. How should I go about this? I have tried creating a soapExtension, but it is never hit.
Hi,
I've got an web user control with an updatepanel. On my mainpage I got like 3 of those controls. Now I want to have an timer in the mainpage which would trigger the updatepanels in the web user controls.
How can I manage this?
Thanks in advance.
What should a complete emacs setup have if you want to use it for web development?
This SO question is about using emacs for Rails, however it mostly leaves out things like HTML, CSS, and JavaScript.
This emacs wiki page has suggestions for emulating aspects of TextMate, but isn't specific to web development.
I have functionality built in python on a central server. I wish to expose this api over the network to an iphone application. What would be the best way to do that?
Is it possible to create web services in python and have the iphone app use those? If so could anyone give me pointers as to how to create web services in python.
If someone has a better idea on how to go about doing this let me know =)
Hi
I am using System.IO.Directory.GetCurrentDirectory() to get the current directory in my web service, but that does not give me the current directory. How do I get the current directory in a web service?
Thanks
Stuart