Hi,
Can any body provide me sample code or sample applications to retrieve list of items and list of objects from web service and to parse it.
Thanks in advance
Regards,
Malleswar
I was wondering if somebody use syslog to log his web application errors/warning/info ? It could be quite useful in a deployment environment with a lot of servers.
If yes, what kind of client visualisation you can get to watch errors and grouping the same errors into batch?
Do you use other techniques than syslog to achieve this kind of logging functionality?
Hi,
Just moved a symfony project from local (win) to server (linux), and the icons in the web debug toolbar have disappeared. Only the image alts remain so I guess it's a path issue with the images. Basically, I see "Time 300ms" instead of "[icon] 300ms" for each of the items.
I'm a little worried that some other paths aren't broken as well that are going to be a pain to find.
Has anyone had/resolved this issue?
Thank you.
I noticed in the main Django introductin they show a feature that maps python objects to the database. This doesn't strike me as being mutually exclusive with with development, is there any reason why this can't be used for non web apps? Is it easy to separate out?
Hi,
i would like to set the date format of all the dates in my web application in a central location.
i mean if the website is opened in USA it will have a format such as
3/19/2010 (March/19/2010)
while in Italy will be
19/3/2010 (19/March/2010)
i am no really concerned with how to locate the users but indeed on how to set the different date format for the whole application in one single location in c#.NET
thanks
I wonder which option is more stable (leaving performance aside) and is more widely used (I assume the widely used one is the most stable):
apache - mod_wsgi
apache - mod_fcgid
apache - mod_proxy_ajp
apache - mod_proxy_http
for a project that will serve REST services with small json formatted input and output messages and web pages, up to 100 req/s. Please comment on apache if you think nginx etc. is more suitable.
Thanks.
A very broad question, but how would you handle multiple domain names for different clients? Do you setup a "Web Hosting"-like server where you install Cpanel?
What are other cheaper alternatives to Cpanel?
i have a properties file (under rsources folder) in which i'm stocking a variable (key=value),
i need to update it when a user insert a new value or update the older one , so can i do it ?
i have doubts because it's a web application so it' simply a war deployed in the server so how it is possible to access the .properties file and change it directly from the code .
if it's not possible is there another solution ?
Any Help will be apprecited
Many thanks
I have web services built with ASP.NET and ASP.NET clients consuming them. When consuming the webservices, how would I to force the clients to use https?
I don't want to force the whole site to use https by turning on require SSL in IIS.
Can I use the IIS7 URL rewrite module to re-route http requests to https?
I have an erlang program which runs a server on a local machine and I would like it to start a local web browser and point to itself on startup. How can I do this in a portable way across Windows XP. Vista, and Windows 7?
Basically I want the books to be text book based, ie, author discusses the background,philosophy,syntax,semtantix for every language AND after every section there are questions what you learned so far and mini projects. Is there any books like this, I'm absolutely new to php/mysql/javascript and web development in general. Thanks in advance.
Hello All-
I'm having trouble with a URL string in my Web Application. It's using a UNC path similar to \\houtestmachine\common\File1.pdf My problem is when it encounters files that have a # character. I tried doing a string newstring = originalstring.Replace("#", "%23"); but the # is still there in URL (target of a hyperlink) at runtime in the browser. How can I fix this?
i am trying to extend the listbox control. i tried to override the RenderEndTag and everything worked well.
but when i try to use the contorl in a Web User Control, the code inside the RenderEndTag is not executed.
any help?
In my web application(J2EE), I would like to print a pdf file generated on the server side
on the fly in the client side without opening it, the files could be one or many, Is it possible ? If yes please let me know how ?
Thanks in advance
Can anyone tell me where to find a Java library that does Muslim prayer time calculation based on the city? Maybe a web service? I would prefer a Java library.
Can we write a web service to watch a table in sql server. whenever the corresponding table is populated with new records, the new records should appended to the another table which has the same structure of the old one.
Is this is possible using webservices if not how to perform this.
Before I go off and code this, I thought I'd see if anyone here knows of any open source (or paid for) equivalents already built.
I'm looking for a browser control where users can preview a web page and then highlight elements of it and once highlighted, I can get the div or id of the element selected.
Has anyone seen such a thing?
Is there any way to define a variable that can be used in multiple Web pages? For example, a string variable stores a certain value in page A and that value can be accessed in page B. I know cookies can do it. Is there any other way?
Greetings,
I'm confused as to the best approach to make when consuming REST based web services with .Net. At the moment I'm using the System.net.webclient class. Should I be using Webresponse, webrequest classes in System.Net ?
If I were to use another approach (Other than webclient) what disadvantages / advantages would I gain ?
Thanks,
Hello, I have some text in a web browser on my form in visual studio, this form is going to be displayed on a big screen and it's content need to be mirrored(flipped) in order to be seen on the other place through mirror. It is not rotation actually. I know it is possible to do it with images, but it is not applicable in my case, because browser's document is scrolling.
Any help will be greatly appreciated!
It is necessary to load on one domain name pages from different web servers (apache2). For example, www.somesite.ru/page/ loads from server 12.34.56.78 and www.somesite.ru/another_page/ loads from another server 12.34.56.79.
How to make, what it would work?
i have build script in remote machine.but i want to start the build from my local machine.so for this i need to update the input.properties file in remote machine and then run the batch file to start the build process. For this i have created one web page
so how can i modify the remote input.properties file and run the batch file in C#.
please give me some suggestion for this.
thanks in advance...