Front end development best practices [closed] - web-frontend

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 7 years ago.
Improve this question
I want to build a web application. I'm wondering how I can find the best practices for front end development.

Although this is a general question.And Full answer to this question should be a big article that i will not be able to add in answer.But i can include some information that is useful.There will be lot of Information available on Web to learn and do best practice for Front end developer.Most of best practice you will learn by following blogs and by your own practice.
Few Tips that i would add are below.
Correct Syntax Makes Beautiful Code
Testing Your Site in Different Resolutions of screen size Desktop and Mobile
Test site using different Environments and browsers
Think about Future usability of the Site
Try to make it more responsive,fast and User friendly
Here are few Helpful Articles
http://www.sitepoint.com/20-docs-guides-front-end-developers/
http://taitems.github.io/Front-End-Development-Guidelines/
http://www.catswhocode.com/blog/top-10-best-practices-for-front-end-web-developers

Related

Which one is better and cheaper for rails apps? Heroku or Google App Engine? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
I am beginner in ROR. I am working on one project. I want to know the better option between for deployment of the app.
My answer will be more conceptual, rather then technical.
This is the first time I hear about Google App Engine in case of Rails. This is mostly a crucial reason, why I would say, that you definitely better go with Heroku.
While you are a beginner, it's better to use the most widely spread solutions and tools. Heroku has a huge history and you can find any answers in the internet very easily. It's well known among rails community and everyone can make a small consultation according to it.
Even if Google App Engine would be better or cheaper (haven't checked it), you shouldn't start such experiments until you have good deploy/rails knowledge.

Q&A sites like StackExchange: Should I build a rails engine or a single multi-tenant app? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 years ago.
Improve this question
I want to create several niche Q&A sites similar to StackExchange.
Which approach is best?...
A) Rails mountable engine. New sites would be full rails apps that would use this engine. The mountable engine would provide the complete Q&A site (code, visual styling, etc).
B) Single multi-tenant app. A single rails app where each new site would be added as a tenant. In this approach, something would be needed to customize the styles for each new site (logo, header, etc).
Which approach would you recommend?
I would suggest you go with Single app multi-tenant.
I had implemented this in an old project on http://mentii.com. This is a mentoring platform, but I guess similar challenges as Q&A apply.
Here, each community would get a version of the app whitelabled to their needs. I found the approach to be scalable as well as well as maintainable.

Images for iOS and Web App [closed]

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
I'm developing web-application (and also native iOS app) that uses images from different websites. I can't avoid using these images, so I need to know more about copyright and authorship.
So, the question is: how can I use images from other websites legally? (these images, of course, not from photostocks or other paid-sites). Interested in fashion industry, I need to use images of clothes of famous designers. If I would declare source link to each pic, will it be ok? Or may be use "User Agreement" that tells full list of used sources?
For better understanding my question, some examples: websites - news aggregators, blogs and so on.
This is a topic that books have been written about, and law school courses taught about. It's not something you're going to find a definitive answer for here.

Building a Code Generator in ruby.. Where to start? [closed]

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 6 years ago.
Improve this question
I've been thinking about starting an open source admin panel for rails using the cappuccino JavaScript / Objective-J web framework..
How would I get started?
Are there any resources you can point me to, that explain dynamic scaffolding like code generation?
Thanks and looking forward to collaborating if anyones interested?
Daniel
You may want to take a look # rails_admin. It is a port of Merb Admin. It's still pretty young, but may give you ideas on the approach.
ActiveScaffold has been around for a while too which may be another good reference project.

Any good tutorials on creating blackberry web and native applications? [closed]

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

Resources