hi,
i am getting this
2
Internal Server Error
utf-8
http:http-response-code500
What does the transport response code 2 mean?
I have seen many others as well, Can someone tell me what they mean?
Hi,
I have created a standalone XUL application, and I copied "NPSWF32.dll"(flash plugin dll) to the "plugins" folder under the browser. When I launch the application, flash content is not getting displayed.
If I set the MOZ_PLUGIN_PATH to the "plugins" directory before launching the application, everything is working as expected.
Could someone tell me, what I needs to do in order to load the flash plugin automatically from the "plugins" folder.
Thanks,
Rajeesh
Hi,
i just saw a code sample of uiwebview on icodeblog. It has a Address bar button. When i tap over that it displays a white light in the background of button. The image is flashy and looked good to me. Can some one tell me how to do that??
thanks
While using the .Net client TIBCO EMS, How to monitor outgoing messages from my .Net Tibco client?
I'm going to send Application-level, not jms-level, acknowlegements and replies.
How can I tell If the application sent them or not? If the client failed to send a message will it throw an exception or store the message to try again later?
Bottom line, Is there any tool enables me to monitor activities(outgoing) from client point of view?
A big company says "Minimal knowledge not to ask why don't you use C#" in its job requirements. And as a C# coder I wonder why do they prefer vb.net instead of C#.
Also a Microsoft MVP uses vb.net in his Silverlight applications. Is there something Microsoft won't tell us?
I'm using LaTeX and I would like to have vertical rule along left side of page, topmargin to bottommargin, 0.5in from the left edge of the page. Can someone tell me how to do that?
Hello
I didn't see a question on this subject in the archives, so here goes: For those of you experienced Mercurial users, is this a correct .hgignore file to tell VB.Net Express to ignore files/sub-dirs when adding items in a new repository?
bin
obj
temp
*.user
*.suo
*.ncb
Thank you.
Hello,
I'm trying to figure out how to know if a node is the last child of another, or not.
I know how to retrieve the parent's lastChild name ($node-parentNode-lastChild-nodeName), but as sometimes there's many same node names within the same parent, the name is definitly not the way to find the last child.
I'm looking for some kind of iterator which can retrieve the number of childs, and depending of the position of the current node, tell if the current node is the last child.
Thanks!
Hi,
In my site I have a list of categories and I have to put meta keywords and description for them.I have a single page where I will retrieve the categories from the database.
Can anyone tell me how to make this much simpler to put meta tags for all the categories.
Regards,
Rekha
http://hiox.org
Can someone tell me how to install this? I go here: http://api.jquery.com/browser/ and click the INSTALL NOW button. After that it says "Download and open the AIR file to begin the Installation". I have AIR installed but can't figure out where the file is for the API Browser.
I'm definitely missing something obvious...
Tell why you think Python, Perl, Ruby, etc is easiest for plugging in modules from other languages with minimal thought.
To clarify, an example: I want to write business logic in Python, but use functionality that conveniently exists as a Perl module.
In other words, which language "just works" with the most modules?
Am new to using SAX parser .Can anyone tell me how to run it .and what all are required to run it (jdk )..Can i have a sax parser that can parse both android xml and a normal xml
Hello everyone,
I am new to programming. I have lots of interest in networking and want to be network programmer can someone please tell me, "what are the qualities and skill set you should have to be network programmer"?
Thanks & Regards,
Rupesh
This may be a dumb question...but I was just looking into the Mono project and they have a section about installing Mono on Windows. But, since Windows obviously already has the .NET runtime can anyone tell me what exactly is the point of having Mono for Windows? Does it help with cross platform development or something?
Dear,
I have created a HL& response message(ADR_19), by using nHAPI in c#. Please tell me how to add
ACK message in response HL message
Thanks for your Kind Cooperation
Hi,
I am trying to compile my c program in ubuntu 9.10 (gcc 4.4.1).
I am getting this error:
Rect.cpp:344: error: ‘memset’ was not declared in this scope
But the problem is I have already included in my cpp file:
#include <stdio.h>
#include <stdlib.h>
And the same program compiles fine under ubuntu 8.04 gcc 4.2.4).
Please tell me what am i missing.
Thank you.
Hello,
I am trying to develop an application which uses storekit api. The document (Store Kit guide) suggests that the api will not work on a simulator. I found out that memory leaks will not be able to work on a device. I was wondering if any one can tell me how to check for memory leaks while using a store kit api on a project?
How is it possible?
can someone please look at page 1789 of this paper and tell me how to calculate pi_i in python? i have no idea what is going on
other references:original paper, pages (according to adobe, not the physical pages) 43 and 86
My terminal is 160 characters wide.
I use VIM.
Is there a way to tell vim:
when you see "//", autoindent it to start @ width 80?
(And haave it also affected when I highlight a region and hit =)
Thanks!
Hi,All
I want to know the validity of the Enterprise iPhone developer program.
is it also one year only ?
i have asked this question at Apple form but didn't get any reply yet.
if any one knows then tell me please...
Thanking you...
I use C- standard with standard lib to write a program to read sectors on harddisk on non-OS
Please tell me more details how can I specify and read all part of sectors on partition of harddisk?
E.g : how can I read all MBR, DBR, FAT, Root and Data part and get all information value?
I'm building a simple site that allows users to post text content and I want to add it to a search index as it gets posted, so my site search is up to date. From what I can tell Lucene.NET is a good full text search framework. I've found very few examples of how to use it though. Can anyone post some good references for learning about Lucene?
I have read somewhere that using the class instances as below is not a good idea as they might cause memory leaks. Can someone tell me if if that is a valid statement? Or are they any problems using it this way?
Map<Class<?>,String> classToInstance=new HashMap();
classToInstanceMap.put(String.class,"Test obj");
Please tell me how can i add such a launch condition to my desktop application setup (.net) so that, Only install the software if the revision level is high than that shown in the registry file. Where installation occurs update the registry file.
Please help me out.. i am using VS2005 (c#.net)