Scenario: calling a client web service over SSL (https) with mutual SSL authentication. Different service endpoint URLs and certs (both keystore and truststore) for test vs. production environments. Both test and production environments run tomcat / JBoss clustered. Production environment has load balancing / BigIP, runs Blade and non...
Hi,
I am trying to set different prices for different sizes of a few products I have in my store. I am not really sure how to do that propely.
The problem is that I already have the regular size defined as a simple product. Now, I want to add a smaller size as well, that can be chosen from the same product page, and I need to set the w...
In more details:
I want to build a web service to which users register and by browsing my site, users can send blog posts to their own blogs. Initially wordpress.org is discussed. However, I'll be happy to hear solutions for typepad or wordpress.com as well.
The ideal solution would be a way for my server to simply "tell" their blog wh...
Maybe it's me or maybe it isn't. I don't have a huge amount of experience of developing web based data entry software but do have some. I used to do it quite a bit years ago. Used to use Oracle Forms, Visual Studio, various 4th generation languages, and performing the user interface layout used to be a snap. Now doing the user interfac...
I was looking at the amazon website and was wondering how one of the feature would have been implemented. The feature : what customers buy after viewing a particular item.
If i were to develop such a feature i would probably generate a session id for each user session and store the session id-page id combination in a log file. and if a ...
I am new to android, I just finished Hello gallery tutorial, and a web pciture tutorial.
Now I want to know how can I show some web images in gallery?
the hello gallery code is from andorid tutor
this is Web gallery code, I want to load some pictures from web and then show them in gallery, how can I write it?
public class WebGallery...
EDITORIAL NOTE
The following is my attempt to summarize the question. I'm not replacing the original content because I'm not 100% sure that I'm right.
In many 'scraping' application, the goal is to find the 'payload' text of a web page. Consider a typical, oh, CNN web page. It has a news article. And then it has all sorts of scraps of ...
Is it possible to develop a web-part in ASP.NET (framework > 2.0), to have a sandbox architecture, and deploy those web parts inside Share Point 2010 and/or MOSS 2007
we donot want to use any SharePoint dll reference with web parts we develop.
we refer to the url, section at http://msdn.microsoft.com/en-us/library/ee539417.aspx (secti...
I'm a PHP developer who has to work on ASP.net projects and I'm wondering why every page is wrapped in a form. This just doesn't make sense to me.
Also What's with all the hidden input fields especially the "View State" one.
...
I am building a large application that will be hosted on an AWS server. I'm trying to select a web framework for assisting me with code organization, template design, and generally presentation aspects.
Here are some points of consideration:
Require security/login/user authentication. I may add the ability in the future to allow more...
Have someone there any experience with integrating Tiles into Grails (instead of SiteMesh)?
I found a few articles like this: http://devdevdev.wordpress.com/2009/01/ and as i understand at least one year ago there was no way to use Tiles inside Grails. Maybe something changed last time? Has anyone tried to do it?
ps. or maybe there ar...
Hi All,
I want to create an application for facebook such that
when in some wap enabled handset if i do something like this
http://testhost.com/abc.php?status="someone helped me finally :)"
it opens fb login page and allow access page and update the status that was sent as parameter.
how should i proceed with it i have download fbcon...
Hi,
I am new to CakePHP framework. Does anybody have any experience with a free IDE for Uuntu which can perform code completion and most importantly ability to debug CakePHP code?
Any responses would be greatly appreciated.
Thanks
...
Is it possible to specify the width of a table column in percentages using css?
Also is it possible to specify the text alignment of a specific column?
For example I have a table that has 3 columns.
I would like to say
col1.width = 20%
col2.width = 40%
col3.width = 40%
col1.text-align = left;
col2.text-align = right;
col3.text-align ...
Using ManagedFusion's URL rewriter, I have the following code. When requesting / on the Visual Studio development server, I get a redirect loop, however the same code works on a production IIS server when I upload the site to it... why is this? I have <defaultDocument enabled="false"/> in the web.config.
RewriteRule ^/(Default|index|hom...
Hi,
I have Silverlight problem.
I have to deal with fairly large legacy application that has some web services exposed (regular asmx, not wcf). What I need to do is to build Silverlight app that consumes those web services. Due to business logic I need to have the same web method to be called from Silverlight app synchronously. I was a...
why web service is called asynchronously? What is the reasone behind it?
...
A guy came to me there recently with a half done web app that has been created using VB.NET, nothing major, just a normal site. His original programmer couldn't continue so he wants me to finish it. Problem is I don't program using VB.NET nor have I any intention of learning it for a project this small. Usually I would run from something...
I'm creating a full e-commerce enabled website, and I'm responsible for marketing it also. Looking for any information on good marketing techniques!
...
Hi,
I'm new to android... having trouble trying to open a URL from a live wallpaper..
Code to open the url:
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse(url));
Activity activity = new Activity();
activity.startActivity(intent);
But I just get a Nullpointer...