SignalR Messaging A more complete server with a Console Application | Software Engineering: "SIGNALR MESSAGING A MORE COMPLETE SERVER WITH A CONSOLE APPLICATION"
'via Blog this'
Thursday, June 2, 2016
Build a Real-time SignalR Dashboard with AngularJS
Build a Real-time SignalR Dashboard with AngularJS: "Build a Real-time SignalR Dashboard with AngularJS"
'via Blog this'
'via Blog this'
Wednesday, March 2, 2016
Monday, February 15, 2016
Mastering the scope of the directives in AngularJS - Sending parameters to Scope
Mastering the scope of the directives in AngularJS: "DO. When directive scope is set to “true”, AngularJS will create a new scope o"
'via Blog this'
'via Blog this'
Tuesday, February 2, 2016
Testing meteor apps
http://howwedoapps.com/2015/07/20/how-i-develop-meteorjs-apps-part-2-testing-meteor-packages-for-humans
Thursday, January 14, 2016
Angular Packages
reywood:publish-composite
Publish a set of related documents from multiple collections with a reactive join
Publish a set of related documents from multiple collections with a reactive join
an explenation about Publishing Reactive Joins in Meteor : http://braindump.io/meteor/2014/09/12/publishing-reactive-joins-in-meteor.html
ENVIRONMENT SETTINGS in Meteor AND SECURITY WITH METEOR.JS
ENVIRONMENT SETTINGS AND SECURITY WITH METEOR.JS by Josh Owens : http://joshowens.me/environment-settings-and-security-with-meteor-js/
says to keep the settings in files and not in code.
says to keep the settings in files and not in code.
Monday, January 11, 2016
How to Deploy Meteor to a server
George McKnight has a video, "#24 Deploying Meteor apps to Amazon": https://www.youtube.com/watch?v=11K_DSrhJzQ
Serge Lobatch write an article, using Meteor-UP (mup): Deploying a Meteor app to an AWS server with Meteor-Up, for beginners
similar to this is Curtis Larson article : http://www.curtismlarson.com/blog/2015/11/03/deploy-meteor-to-aws/
using Passenger library, here is how to deploy a package, using Apache server.
Deploying a Meteor app on an AWS production server and
here is the next step : https://www.phusionpassenger.com/library/walkthroughs/deploy/meteor/aws/apache/oss/deploy_updates.html
Wednesday, January 6, 2016
UI Grid : Example to display row information in dialog box
http://plnkr.co/edit/cq7s9lKn90xTVgNxIC6b?p=preview
http://brianhann.com/6-ways-to-take-control-of-how-your-ui-grid-data-is-displayed/
http://brianhann.com/6-ways-to-take-control-of-how-your-ui-grid-data-is-displayed/
Tuesday, January 5, 2016
An angular-dialog-service by Michael Conroy, Has Dialog functions for most uses including wait dialog. Uses Promise to finish actions.
Michael Conroy created a angular service for Dialog messages used for angular+bootstrap = angular UI.
Looks complete enough and has a Wait Dialog which is very nice to implement.
here is an article about it : http://michaeleconroy.blogspot.co.il/2013/10/redux-creating-application-dialog.html
and GitHub project is here : https://github.com/m-e-conroy/angular-dialog-service
Looks complete enough and has a Wait Dialog which is very nice to implement.
here is an article about it : http://michaeleconroy.blogspot.co.il/2013/10/redux-creating-application-dialog.html
and GitHub project is here : https://github.com/m-e-conroy/angular-dialog-service
Angular Adding Dynamic Content Exmaple
another example by alexsuch http://jsfiddle.net/user/alexsuch/fiddles/
Example at : http://jsfiddle.net/alexsuch/G3RJv/
Example at : http://jsfiddle.net/alexsuch/G3RJv/
Angular Bootstrap Dialog Example that uses the same Controller and is very simple to implement
Dialog boxes are expensive to develop in angular and bootstrap, Its OK because of the th overhead needed, but here is an example to display dialog boxes in the same controller using a directive to set the dialog box instead of a template.
Kudos to alexsuch http://jsfiddle.net/user/alexsuch/fiddles/
The example of Fiddler is here : http://jsfiddle.net/alexsuch/RLQhh/
Kudos to alexsuch http://jsfiddle.net/user/alexsuch/fiddles/
The example of Fiddler is here : http://jsfiddle.net/alexsuch/RLQhh/
Subscribe to:
Comments (Atom)