I\'m not sure what it is and what is DotNetOpenAuth. Can you explain itin few words? I am investigating about the management of users in a web application开发者_Go百科 (asp.net mvc)From www.dotnetope
I\'m developing an e-store app using ruby on rails and I\'m a bit confused about the model associations. It would help me if someone could give开发者_开发技巧 me an idea about the tables and their ass
I have a Java web-application. In some places there is showing of dates. I want to display the date according to user timezone. How do I create a date for the show if I know the timezone the user?
I\'ve recently been converting a website project over to a web application project. The old website had a C# file in the App_Code folder which worked fine even though the rest of the project is in VB.
I have a unique challenge that I\'m not sure how to approach: I need to manufacture a new HTML page from scratch, one that contains a script tag and a paragraph tag with some words in it. Very simple!
I have been developing an HTML5 / Javascript webapp for the iOS platform. I am relatively new to Objective and XCode, but I know my way around the program. I am attempting to have the UIWebView open a
How to know if the request is ajax in asp.netinApplication_Error() I want to handle app error in Application_Error().If the request is ajaxandsome exception is thrown,then write the error inlog file
In simple web program I want to block users for some time in log in page if they type incorrect password for 3 times! How can I implement it? Is it good idea that store counter in datab开发者_如何学JA
I\'m about to start a new PHP project of my own, let say is a CRM SaaS. I\'m no PHP expert, I\'ve been developing very simple PHP/MySQL websites for several years. I know CSS, jQUERY, etc. enough to f
I Open and Close ODBC connection while the page is up and running. When and where should i put the Connection.Dispose method? I tried on the Page_Disposed but it never makes it there.