how do i start learning jquery with asp.net? [closed] - asp.net

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
pls recommend good resources/books to start learning jquery with asp.net

You don't need books. There are so many good tutorials on the web.
First you should start by reading the info at jQuery.com. Start with "Getting started with jQuery".
Then you can have a look at other tutorials. Here are some good ones:
- jQuery UI
- Learninig jQuery
- www.webdesignerwall.com
jQuery is platform independent. So it doesn't matter if you are coding in PHP or .NET.

I'm currently reading jQuery In Action and I find it easy to read with great examples.
There are other questions on SO that provide many other resources.
https://stackoverflow.com/questions/881002/jquery-resources
jQuery & ASP.Net Resources & Gotchas

Tekpub has a great JQuery series.
http://tekpub.com/preview/jquery

If you also need to learn Java Script (not just JQuery), then check out the Head First series of books. The Java Script book is awesome.
http://headfirstlabs.com/books/hfjs/

The jquery tutorial here is helpful for learing how to manipulate DOM elements using jQuery, but the ajax section of the tutorial assumes you are using PHP:
http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery
Here are several free resources for using jquery for ajax with asp.net:
http://www.misfitgeek.com/2011/05/calling-web-service-page-methods-with-jquery/
http://www.seoasp.net/post/2008/07/16/jQuery-To-Call-ASPNET-Page-Methods-and-Web-Services.aspx
http://www.west-wind.com/weblog/posts/2008/Apr/21/jQuery-AJAX-calls-to-a-WCF-REST-Service
http://encosia.com/using-jquery-to-consume-aspnet-json-web-services/

Related

Regarding YUI3 for begineers [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
May be this question is not appropriate for this forum , but i tried a lot on google but didnt found any good book for YUI3 for begineers except cookbook.
I need help, thats why i am posting.
I am looking for a good book or tutorial (except YUI3 library) that explains complete website development using YUI for front end and spring framework for server coding. It it includes a complete project like building any forum or e-commerce site , it will be very helpful for me.
Thanks, and apologies if i posted asked something wrong on this forum,
If you ever did some web project using jquery, I recommand the javascript Rosetta stone for documentation
The tutorials in YUI3 library are also a good way to learn the basics
However, it was announced that active development by Yahoo! would end. So it's up to you if you want to start with a framework that could be no longer maintained
For YUI3 there are some nice videos on youtube. Actually playlists by the YUI3 team members. They are good in understanding the architecture of YUI framework. Also if you google you can find a good book online named 'YUI3 cookbook'. That is also a good read. I am also new to JS and YUI3. I am also going to read JS book 'Javascript the good parts'.

responsive web design: where to start (css modules) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Lately i've been reading a lot about RWD (responsive web design), and would like to try to develop a template (for starters). The books that i'm reading are quite outdated (published in the end of 2011), so obviously some code provided doesn't work properly as for the case of css3 flex box module. After researching for a while i found out on Mozzila's developers that Flex Box module will be changed soon.
My question is: What are the most time and performance efficient CSS3 modules to work with for RWD? and any heads-up that i should be careful with?
Besides CSS3PIE are there any good solutions to add css3 functionalities to outdated browsers?
At the risk of sounding mean, SO shouldn't be used to solicit opinions.
However, in the spirit of learning and sharing knowledge, a couple of great places to start would be taking a look at Twitter Bootstrap or Zurb Foundation.
Both are two really great frameworks that will help you create responsive sites. Although they do pretty much the same thing, they are actually two very different frameworks. I'll let you decide as to which one to use.
Another great resource I've found is looking at RWD pattens. Both HTML5 Rocks and Brad Frost's Blog have certainly helped me out.
Good luck.

How to do automated UI testing of devexpress controls? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to do automated testing of DevExpress control.
I have found some frameworks like guia, NUnitForm etc. but they all are for standard WPF controls.
Is there any other framework which can help me to test DevExpress control?
If you are using the DevExpress XAF framework, then DevExpress provide EasyTests. There is some evidence that you could get EasyTests working with non-XAF applications - I'd ask in the Support Center.
Another option: DevExpress have recently launched TestCafe which is definitely worth a look, but I don't have any experience with it yet. It is commercial software, but there is a free evaluation available. It is not XAF-specific (nor even DevExpress-specific) and can target any web application.
You can also use Selenium. It's not very easy because the DevExpress controls are complex and it's sometimes hard to find the right element to click on. Also, since a lot of AJAX calls take place you end up with a lot of waitForElementPresent() and so forth. For instance, your code might end up looking like this
selenium.type("xpath=//input[contains(#id,'_xaf_dviUserName_Edit_I')]", username);
selenium.type("xpath=//input[contains(#id,'_xaf_dviPassword_Edit_I')]", "");
selenium.click("Logon_PopupActions_Menu_DXI0_T");
That example is taken from my blog post about automating testing against DevExpress expressAppFramework. I use the Firefox Selenium-IDE plugin to help find working syntax and then write scripts accordingly.
Finally, a commercial product called Ranorex claims to support DevExpress controls. I do not have any experience of it.
You can also use Microsoft Coded UI Tests. Disadvantage is that you need Universal-Licence of DevExpress and at least Visual Studio (2012) Premium. Works fine in your projects.

Web UI framework without JavaScript [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm a programmer at heart. I am not great at UI development and it takes 90% of my time.
I'm wondering if there is a UI framework which uses only CSS and no JavaScript. I found http://www.gantry-framework.org but it seems to be targeted at Joomla and Wordpress.
Any suggestions will be very welcome. It will help me with my development.
Thanks.
ADDITION
I'm looking for a framework that allows me to easily design and deploy a user interface for my website. Something that reduces the time it takes to make them manually.
I'm not looking to make effects or other special stuff like modal windows etc. (I use Qooxdoo and jQuery UI for advanced UI). Just basic layout and nice looks.
Check out http://purecss.io/. It's a Yahoo project.
There are CSS frameworks available to use, if that's what you're interested in:
960 Grid
YAML
BlueprintCSS

Classic ASP Twitter Libraries [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Does of anyone know of any Classic ASP (VBScript) Twitter libraries? Thanks.
http://scottdesapio.com/VBScriptOAuth/
Not a twitter library but rather a true VBScript OAuth interface. That help?
Made one in VbScript as well http://sitejunction.awardspace.com/vbscript_tweets/
I write my own Twitter API implementation with VBScript,
http://asp.web.id/asp-twitter
it is currently support
user show
user timeline
friends timeline
statuses mentions
statuses update
and i am intend to add more implementation of api methods especially for twitter search
Please have a look at the following:
http://code.google.com/p/twitter-oauth-in-classic-asp/
http://groups.google.com/group/twitter-oauth-in-classic-asp

Resources