Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Is there any site that offers free jqueryUI templates / demos on jqueryUI being used in Websites. I am a java developer who is working on a web application and know very little about jquery. Going through tutorials is tedious and i prefer learning by examples.
NB: I don't require the whole of jquery, just to add spice to the UI.
So please let me know if there is any such resource as mentioned above. Thanks in advance.
The demos themselves are the best resource IMO, check out the demos section of the jQuery UI site here.
In each demo, let's take for example the dialog demo there's a View Source link with direct code for the example. Also above the demo there's a New Window link to open that sample in a new window to see only that example in action, not the rest of the site, here's what the dialog demo looks like by itself.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm very very very brand new to MVC. I have a basic knowledge of ASP.NET. I'm just started learning MVC. I am having a tough time designing a UI. So please help me to design a page in MVC4. I'm used to drag-and-drop based UI building components but not this HTML based designing a page.
Can you please help me to design a page in Razor View?
I believe you find it difficult because you are focusing on the wrong thing. You don't design a page in Razor, you design a page in html/css, the classical way, THEN you add some razor code for data.
For example, copy _Layout.cshtml to Layout.html, modify it to your heart content. Put the CSS and JS scripts back as you would normally do in HTML, use your favorite tool. Once you are done, copy and paste back the razor stuff for JS and CSS, et voila !
If you don't already have a tool for HTML design, you may want to download Microsoft Expression 4 free version: http://www.microsoft.com/en-us/download/details.aspx?id=36179
Hope this helps,
Bernard
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
Can anyone tell which Javascript framework is being used for http://iphone.paulmillersubaru.com/index.htm#index_p_2Ehtm
Is this based on jquerymobile.com or is it using some other framework?
Thanks,
Jatinder Thind
That site also includes jQTouch. That provides animations.
If I view page source and search for javascript I can see all the libraries it uses. So can you:
<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery-1.4.1.mod.pack.js?1319813505000"></script>
Looks like jQuery to me.
Yes, it is using jquery framework.
Just RightClick and View Page Source.
Search for Jquery. You will find it :)
Its not using jQuery mobile, It's using bootstrap.js and some other js files. As others mentioned its really not to difficult to see exactly which js files the site is using, just view the source or open it up in a debugger (firebug, web inspector etc).
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I needed to make a new custom forum for my mom's website( I have recently learned asp.net and mvc and hence plan to build for my mom and my practice).
I tried some forums on CodePlex.com like nearforums etc. But most doesn't let you modify the controllers and models
The controllers aren't there.. are they compiled in a .dll?
Then i found POPForums v9, which is completely customizable. and i kinda like it.. so..
are there any other mvc forums like POPForums?
Does anyone have experience with POPForums .. is it stable?
about question #1 , maybe you download a published project.look at the bin directory if exist.generally if it is published there is not any way to change it depending on my experience
about question #2 .really i cant help you
and finally about question #3 depending on my knowledge is it not stable.may be you can find some thing else to do that.
If you want the practice why not just write your own? A simple forum isn't very difficult and you'll learn a lot more from doing it yourself.
Also, if you're looking for source code of a forum to customize, you might want to try looking for an open source forum project.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I want to automate the UI Testing of my app.
Please tell me how to use javascripting to automate the process.
Dint get much information after searching on google.
The main resource on Apple's site is the UI Automation Reference Collection which lists the various interfaces, etc. available.
If you click the "more" link at the top of the above link a brief overview is provided, although I'd recommend at least a quick read of a blog such as "How Do I Perform UI Automation Testing in iOS 4" over on The Code Project.
The following is a place for beginners.
http://blog.manbolo.com/2012/04/08/ios-automated-tests-with-uiautomation
One place to look is the UI Automation Reference. It is not really a tutorial but a reference.
In the Instruments User Guide you can read about how to run the scripts. It also walks you through how to script access to elements using the Recepies sample code.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
The tutorials for creating blackberry applications seem to be severely limited. Even on the blackberry site the samples aren't very good. I want to learn about building a user interface with form objects like text boxes, drop downs, and buttons.
I defiantly recommend RIM's Blackberry developer resource. Some really solid documentation on both topics.
Java Development
http://na.blackberry.com/eng/developers/javaappdev/learningresources/
Web Development
http://na.blackberry.com/eng/developers/browserdev/learningresources.jsp
For both links review the Knowledge base and Reference Docs. I would like to add more direct links, but RIM's site has a lot of cruddy user instance specific URL's (hence the edit).
http://supportforums.blackberry.com/rim/board/message?board.id=java_dev&thread.id=13264
Video based tutorial on BlackBerry 10 app development: http://udemy.com/blackberry-10-app-development