Life
Sites
-
Recent Posts
Log In
Categories
Category Archives: Web
Creating a new Angular Site on Google Firebase
Angular is a framework for creating front-ends for websites. Technically, the site is static from a web hosting perspective, meaning that in and of itself it does not have a database, but rather only serves static files from the web … Continue reading
Posted in Angular, Development, Technology, Web
Tagged angular, development, firebase, hosting, web
Leave a comment
Using JSONP in Angular 8
JSONP is one way to get around CORS when getting data from a REST service. It does require a callback feature on the part of the service, which isn’t readily clear in some of the blogs and samples online for … Continue reading
Added Charting to Automated Trading System
This is a continuation of Developing an Automated Trading System. Many of us use very robust charting software, including the popular thinkorswim platform, that does more than I plan to create in my system. The requirement I ran into that … Continue reading
Created Backtesting of Signals and Algos
This is a continuation of Developing an Automated Trading System. Began algorithms with simple strategies. This tests a range of inputs for a strategy. For example, you can test a range of trailing stops from 1 to 15% with 0.5% … Continue reading
Posted in Business, Finance, Investing, Technology, Trading, Web
Leave a comment
Developing an Automated Trading System
It has been my dream since I was a kid and I saw the Matthew Broderick movie War Games in a theater in 1983 to build an automated trading system using AI. This year I have begun to live that … Continue reading
Posted in Business, Finance, Investing, Technology, Trading, Web
Tagged algo, invest, java, R, trade, web, WebSockets
Leave a comment
FBLA e-Business team created how-to order YouTube video
In order to help people reserve seats for their high school graduation, the Harvey High School FBLA e-Business team of 2013 created this YouTube video: HarveyGrads.com Tutorial – How to select a graduation seat
Posted in Web
Leave a comment
Firefox Improving privacy
It used to be that the only way to track visitors was via web logs. No visitor can escape them. If they request a page or any content from your site, you have a log of it along with any … Continue reading
Posted in Web
Leave a comment
Enterprise Website Look-and-feel Options
Executive Summary You have a company site that the public visits and your customers come to regularly for self-service options such as order entry or checking on the status of a claim. In addition to hosting these on-line customer applications, … Continue reading
Posted in Web
Leave a comment
Unified Look-and-Feel on Enterprise Websites
Over time, your enterprise customer facing sites can become a hodge-podge of content hosted by various web and application servers. Due to lack of infrastructure and a plan, you can find the components used to define your common enterprise look-and-feel … Continue reading
Learning SAML and OpenID
Here is a good whitepaper comparing the SAML to OpenID. SAML It points to this tutorial to help you begin to learn SAML, as well as these open source implementations of it.
Posted in Web
Leave a comment