It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Has anyone had any problems with the captcha module in combination with the webform module? I am not sure if it's something that I can use for work if spam bots can overpass the captcha... Thanks.
I would recommend the use of the Mollom module:
http://drupal.org/project/mollom
It's spam protection is much better than that of Captcha:
http://drupal.org/project/captcha
Once setup, Mollom spam protection can be added to Webforms.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
is there any way to use asp.net and node.js together?
I don't thinks so because node.js is a whole different webserver?
Edit for clarification: i want to add websites, based on node.js to an existing asp.net web forms application
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I just downloaded ASP.NET along with some other things(SP1 and such) Total: 9XX MB.
I had to restart my computer and now when I try to open a new project via my VS2010, I see nothing different, I can't find the Web Form option, Here's the URL I downloaded from:
http://www.asp.net/downloads
Thanks!
Now you need to go to http://www.asp.net/get-started and start learning. (Of course, there are other places you can go to learn, but this is an obvious choice).
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
We have a lot of media posts by users in the site. I just don't know where to begin. Is there any book or site you would recommend that provides the Wordpress schema and elaborates on a "porting process?"
Tx
WordPress does include plenty of import tools for the content that you might be hosting elsewhere.
http://codex.wordpress.org/Tools_Import_Screen
http://codex.wordpress.org/Importing_Content
I am currently migrating a site myself that was in plain-old static html to WordPress.
And my nifty little plugin has been extremely helpful.
http://wordpress.org/extend/plugins/csv-importer/
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Is there any way to authenticate user through Cookies....
That's exactly what the Forms Authentication module in ASP.NET uses to track authenticated users.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
how i create express checkout paypal in asp.net ?
Take a look at this CodeProject article about integrating various PayPal features into ASP.NET (there's a whole section for Express Checkout):
Introduction to PayPal for C#