|
1d
|
|
awarded | Notable Question |
|
Apr
9 |
|
comment |
What release of jQuery is compatible with jQuery UI 1.8.23 You are assuming that.. that is not good. en.wikipedia.org/wiki/JQuery_UI provides exact compatibility list with all versions of jquery. |
|
Apr
9 |
|
comment |
What release of jQuery is compatible with jQuery UI 1.8.23 @Blazemonger, thanks for your comment, but the blog doesn't list down all the compatible jQuery versions, it just mentions about jquery1.8 |
|
Apr
9 |
|
accepted | What release of jQuery is compatible with jQuery UI 1.8.23 |
|
Apr
9 |
|
comment |
What release of jQuery is compatible with jQuery UI 1.8.23 Perfect..Thanks for your help |
|
Apr
9 |
|
asked | What release of jQuery is compatible with jQuery UI 1.8.23 |
|
Mar
25 |
|
awarded | Yearling |
|
Jan
26 |
|
awarded | Popular Question |
|
Sep
11 |
|
asked | Appfabric max object size |
|
Sep
4 |
|
accepted | Google Oauth2.0 authentication in a console application |
|
Sep
3 |
|
comment |
Google Oauth2.0 authentication in a console application @Jason- Thanks for your response. I am trying to code a executable which uploads product data to google commerce search using Google shopping APIs. In order to use this, I need to authorize and get access token using OAuth. All the implementations, I have seen as user interaction. I am wondering how can I implement the whole process as normal executable. |
|
Sep
3 |
|
asked | Google Oauth2.0 authentication in a console application |
|
Sep
2 |
|
asked | How to consume NYC OpenGov data |
|
Jun
25 |
|
asked | Event log message size 31885? Windows 2008 |
|
Jun
25 |
|
asked | Event log message size 31885? Windows 2008 |
|
May
1 |
|
awarded | Critic |
|
Apr
24 |
|
answered | Http Response Code programatically |
|
Apr
23 |
|
answered | GET and POST to ASP.NET MVC via C# |
|
Apr
12 |
|
answered | HttpWebRequest Hanging |
|
Apr
12 |
|
comment |
What's the best way of implementing a thread-safe Dictionary? Instead of using Add method try doing by assigning values ex- m_MySharedDictionary["key1"]="item1", this is thread safe. |