Hello,
Is there anyone who has already tried to use the Microsoft Bing translator web service. if yes, could you please help me. I was not able to find useful information in google
Hi ppl.
I am to finish my social network web-script which should be sold license based.
I wonder such thing. There is a lot of shopping carts there. Is there a one, which is specialized on selling scripts and supportings them?
Or should I part by part put a forum, make an order system, wiki, and so on?
Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
Hello,
Since when I installed Screwturn I used Web Plateform Installer, I though I'd need to go through Control Panel to uninstall it. But, I saw nothing in the Install/Uninstall section of the control. Rather, I found all the ScrewTurn resources inside the C:\inetpub folder.
Clearing everything inside that folder would help get rid of SrewTurn as I didn't copy/paste it there but the WPI did it for me? No side effect to be feared?
Thanks for helping
I have two web applications say App1 and App2. I want to call a servlet which is in App2 from a servlet in App1. I'm using URLConnection for this. I'm able to pass parameters to the servlet in App2 also and I'm also able to receive response from the servlet as string. But I want to send java objects from the servlet in App2 and receive them in servlet of App1. How to achieve this?
I want to make video/audio chat(both one-to-one and chatroom) available on my website through web browser, and no download required. What's the available solutions out there? And what are their pros and cons?
Hi all.
Is it possible to delete some images from the browser (firefox2) memory using javascript? By doing this, I want to save some precious browser memory and let my web app to work better.
I guess that if possible, it will be something like this:
delete (document.images[7]);
document.images[7].src = null;
document.images[7] = null;
Thanks guys!
Hi
I am am running some selenium tests(ruby) on my web page and as i enter an invalid characters in to a text box i have the JavaScript throw a alert like so
if(isNaN($(this).val()) || Number($(this).val().valueOf() <=0)){
alert("Please Enter A Number");
}
how can i handle this alert when its made and close the pop up?
i tried to use the wait_for_pop_up() and close() but i think that's only for browser pop up's and not JavaScript alerts.
any ideas?
thanks
how can i expose description attribute in enum values from service to client or web reference using WCF
or
how can i expose enum with description attribute to client using WCF? while exposing Description attribute is not exposed only enum values are exposed in client. I want value in description attribue in enums.
I'm seeking to display a fixed number of items on a web page according to their respective weight (represented by an Integer). The List where these items are found can be of virtually any size.
The first solution that comes to mind is to do a Collections.sort() and to get the items one by one by going through the List. Is there a more elegant solution though that could be used to prepare, say, the top eight items?
I am new to the language and I need to know what are the top things that are absolutely necessary to know in order to make a fully functional website or web app using the Ruby programming language?
Mainly Ruby on Rails with Rake and other tools that mainly use Rake.
Update: I know many other languages like C++, Java, PHP, Perl, etc, etc ....
Update 2: This is great ... keep 'em coming!
I'm using Suds to access a SOAP web service from python. If I have multiple threading.Thread threads of execution, can each of them safely access the same suds.client.Client instance concurrently, or must I create separate Client objects for each thread?
I am using a table view controller that makes a call to a web service and then parses the XML and display it in the table view. The problem is that the first time that I load it the XML apparently is not finished parsing before the view is shown. How can I reload the view after the XML is done parsing?
I am currently following along with http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/accessing-your-model's-data-from-a-controller to get a grasp of MVC 4.
I am trying to add the MoviesController, but whenever I do I receive an error that says...
"Unable to retrieve metadata for 'MvcMovie.Models.Movie'
unrecognized configuration section entityFramework
(C:\Users\User\AppData\Local\Temp\tmp4FFB.tmp line 76)"
The last thing I did before this was change the Web.config file from the end of the previous page in the tutorial.
Just had my mind going today. I spent some time in IE debug mode, browsing the web as usual, and oh boy do I see many errors :) Most of these errors are because some value are of a different type than expected (at least as far as I interpret the error messages).
What are the reasons JavaScript and similar scripting languages aren't strongly typed? Is it just to make the languages "easier" to understand and more accessable, or is the lack of a "compile-time" the real problem?
Hi,
How to setup virtualhost for multiple domain name on windows ?
I will use it for my own test projects. I have 3 projects that I need to setup and at the moment I'm using xampplite for the portable apache.
www.foo-bar.com -- direct to c:\xampplite\htdocs\foo-bar\
www.abcdef.com -- directo to c:\xampplite\htdocs\abcdef\
www.qwerty.com -- direct to c:\xampplite\htdocs\qwerty\web\
I also need to access on another project but it just like typing
http://localhost/my-project/
how to write the vhost configuration for that ?
I need to retrieve only selected portion of a webpage (user open a webpage in web-browser control, then he/she would select some portion of a webpage, i just need only those selected portion/text) in vb.net in visual basic language. How to do ?
i am using microsoft visual studio 2008
Language: Visual Basic
FrameWork: vb.net 3.5
Our system is written completely in PHP.
For various business reasons (which are a given) I need to build the reports of the system using JasperReports.
What architecture should I use? Should I put the Jasper as a stand alone server (if possible) and let the php query against it, should I have it generate the reports with a cron, and then let the PHP scoop up the files and send them to the web client/browser...
hi all ! i want to download plist from my server usibg http://
i have searched the web and everybody says use that class or that one ... but no example on how to do this.
may be it is really simple but i'm a noob
so if someone can explain or give a link he'll be my heroe thanks to all !!!
can any one please reply why the php session is not properly working on IE7 and IE8 when the web page is navigated to https secured pags?
i have properly used the statement at the begining of my php page
ob_start();
session_start();
Why do browser vendors make their own
css properties, even they know these
will not pass the w3c validation?
What is the purpose? Is for their own
testing, or for web developers, or to
demonstrate browser capabilities
to the world and to the W3C organizations
and to CSS development team of W3C?
is it like a beta version of
demonstration?
if i use any browser specific for now
can they remove that property's
support from future versions.will i have to edit my css in future
For example:
https://developer.mozilla.org/en/CSS_Reference/Mozilla_Extensions
Where does the app.config go when i publish a website using VS IDE.I Cant see it in my Publish output directory
I have the app.config created by VS IDE when i added a web refernce to my class libaray.I want to have a editable app.config so that i dont want to rebuild everytime when i want to switch to another webservice
How can I validate a form using regex in codeiginiter. I'd like to check the input against:
^([0-1][0-9]|[2][0-3]):([0-5][0-9])$
I'm assuming the best way is in some sort of callback. I tried a bunch of ideas on the web but I can't seem to get any working.