GUIDES & TIPS
Quick And Easy Performance Timing For Your HTML5 Page
When I was a teenager I had a job at Burger King. If you have never noticed it before, there is a large digital clock next to the drive through window, which tells the employee […]
Secure Your Java Spring App With PropertyPlaceholderConfigurer
This is a trick that I have used many times which I first learned about on Mkyong.com – one of my favorite Java/Spring/Hibernate resources. Just about any application will need to connect to external resources […]
The iFrame Is Evil!
So it seems that every job I work on, the same topic comes up. Someone, at some point will say, “just use an iFrame for that”. Then I need to go down the old tired […]
Flutter Animations: Part 3 Transitions
In this post, we’ll want to cover transitions. Moving from explicit animations to transitions animations, the complexity increases. We’ll need a few more items from the Flutter framework.
Learn How To Dynamically Fit A Site Or App On iPhone, iPad, Or Any Small Device
From iPhones to huge monitors, regardless of portrait or landscape orientations, the Craft Profit Calculator HTML5 app now accommodates all screen sizes and shapes.
Calculator App With Waterfall Chart
Anyone who knows me knows that I Iove a good chart. So it was a natural, and fun, next addition to my Crafting Profit Calculator. Adding these charts packs in a ton of information into […]
Flutter Animations: Part 2
In a prior article, we started talking about Flutter Implicit animations. In this post, we’ll continue that subject and talk about AnimatedDefaultTextStyle and AnimatedOpacity widgets before moving on to transition animation widgets.
Crafting Profit Calculator
As a result, and just for a fun little Saturday project, I created a HTML5 Mobile App for Apple and Android tablets. It’s a simple little calculator someone can use to determine the pricing of their Etsy […]