FinderJS is a small UI component that allows you to browse tree-like data in columns, similar to the file manager in OS X. It supports both static and asynchronous data sources and is easy to customize.
by via jQuery-Plugins.net RSS Feed
"Mr Branding" is a blog based on RSS for everything related to website branding and website design, it collects its posts from many sites in order to facilitate the updating to the latest technology.
To suggest any source, please contact me: Taha.baba@consultant.com
FinderJS is a small UI component that allows you to browse tree-like data in columns, similar to the file manager in OS X. It supports both static and asynchronous data sources and is easy to customize.
In December 2014, I published Would You Implement Passwordless Login? It expanded on articles such as Justin Balthrop's Passwords are Obsolete and Ben Brown's Is it time for passwordless login? The Passwordless project for Node.js has inspired others, including options for PHP and Ruby.
I mentioned considering passwordless authentication for a client project. I'm pleased to say it's been operating for several months and has been a revelation. More about that shortly -- but first, let's recap …
We're using the same authentication methods devised at the dawn of the web. Unfortunately, passwords are increasingly broken:
Continue reading %Why Passwordless Authentication Works%
This article was sponsored by AppFog. Thank you for supporting the sponsors who make SitePoint possible.
In today's world of SaaS products, a common methodology has emerged with the purpose of providing an outline for building well structured and scalable applications. It's called the "12-Factor App" methodology, and it's about to change the way you approach the architecture of your next app.
If you've had a lot of experience deploying applications, then you may be well aware that the deployment process can be complicated and extensive to say the least. Virtualization, networking, and setting up runtime environments are just a few of the headaches involved. The 12-Factor App methodology doesn’t eliminate the complexity altogether, but it does create a framework for organizing the process in order to maintain a healthy and scaleable application.
But how should these difficult architecture necessities be handled, in such a way that each of the 12-Factor App principles can be met? The following paragraphs explain how you can meet the standards of the 12-Factor App methodology, while easily overcoming the difficult realities involved in your application infrastructure and deployment setup.
A key tool in this process is AppFog, a Platform-as-a-Service product offered by CenturyLink Cloud to allow application developers to build software without having to focus on infrastructure.
[author_more]
As made apparent by the title, the 12-Factor App methodology is a list of principles, each explaining the ideal way to handle a subset of your application. The 12 factors are as follows:
The first principle of the 12-Factor App methodology is related to your application's codebase. The most important point here is to ensure that your application is tracked with revision control, and that it sits in a central repository that is accessible to your developers. This is most commonly handled by using Git or SVN to store your code.
Continue reading %The 12-Factor Apps Methodology: Implement It in Your Own Apps with AppFog%
Creating personal connections with your customers is one of the most impactful things you can do to be successful—even more impactful than improving your product’s quality or credibility.
Why? Because people don’t make decisions rationally; they make them emotionally. That means if you can develop a relationship with your customers, they’ll be far more likely to forgive mistakes, make additional purchases, continue their subscription, recommend you to their friends, family, and acquaintances, and so on.
To get you started, I’ve rounded up four creative ideas for creating those personal connections.
Continue reading %How To Win Customers And Influence Them%
It’s that time again to choose the tool or technology that you want to brush up on. If you feel like you’ve been working hard at building but maybe not learning as much as you’d like, I’ve got your back.
Please enjoy the sixth installment of our Docs and Guides series and don’t forget to let us know of any others that we haven’t yet included in this or a previous post.
An interactive site that demonstrates how to use the new animation-related features present in Firefox Developer Edition.
A good HTML/CSS styleguide to help developers write “durable, reliable” code, loosely inspired by NASA’s Workmanship Standards Program.
I don’t think we can have too many ES6 learning resources, so here’s another one. ES6 is a huge step forward in JavaScript’s history and this reference will give you ‘everything about the latest version of the ECMAScript standard’.
React is officially the “current big thing” so this quick reference should be a big help. The page is filterable using a search form at the top and each feature includes a link to the official docs.
A chart that displays performance report information for different ES6 features relative to the ES5 baseline operations as rendered by various transpilers (Babel, Traceur, etc).
“Open source UI components and visual style guide to create consistency and beautiful user experiences across U.S. federal government websites.”
Another nice ES6 learning resource. What’s really great about this one is the fact that it has two code examples for each feature, including how the same thing is accomplished in ES5.
Continue reading %20+ Docs and Guides for Front-end Developers (No. 6)%
Maps have become an essential part of app use cases from tourist guides, to business directories and social recommendations. Unsurprisingly, the Windows Phone platform supports Bing maps by default and makes it easy to implement.
Continue reading %Adding GeoLocation and Maps to Windows Phone Apps%