Check it out a website for installing all of that free and important software that we need so much.
www.ninite.com
Check it out a website for installing all of that free and important software that we need so much.
www.ninite.com
Knowitall online is coming right along. Right now we are progressing on the scanning part. We also have a lot of work to do on the visual part of it, but the functionality online is looking really good. Can’t wait to release it to the public, it will be super useful.
I have started using a checklist for my beginning of the day routine, it’s all about using systems to make life easier. I have tried using outlook for some task management stuff, but it always seems like entering too much, it’s just too complicated for who I am.
Here is an example of the checklist that I go through everyday. I use my computer to open up the “Procedure Beginning of day.html” file everytime I log into my computer.
Here is the html that I am using…
<html> <head>
<style type=”text/css”>
.body{ font-family: Calibri; padding: 100px; padding-top:20px;}
</style>
</head>
<body>
<h2>Morning Routine</h2>
<script language=”JavaScript”>
<!–
var stampdays = new Array( “Sunday”,”Monday”,”Tuesday”,”Wednesday”,”Thursday”,”Friday”,”Saturday”);
var stampmonths = new Array( “January”,”February”,”March”,”April”,”May”,”June”,”July”,”August”,”September”,”October”,”November”,”December”);
var thedate = new Date();
document.write(stampdays[ thedate.getDay()] + “, ” + stampmonths[ thedate.getMonth()] + ” ” + thedate.getDate() + “, ” + thedate.getFullYear());
–></script><br><br><INPUT TYPE=”checkbox” id=”Checkbox1″> Open clipper<br><br><INPUT TYPE=”checkbox” id=”Checkbox2″> Make Coffee <br><br><INPUT TYPE=”checkbox” id=”Checkbox3″> Check Email <br><br><INPUT TYPE=”checkbox” id=”Checkbox4″> CheckMessages <br><br><INPUT TYPE=”checkbox” id=”Checkbox5″> Copy P:Vclip.exe <br><br><INPUT TYPE=”checkbox” id=”Checkbox6″> Check StatusCMS’s <br><br><INPUT TYPE=”checkbox” id=”Checkbox7″> EmailCustomers on CMS’s <br><br>
<INPUT TYPE=”checkbox” id=”Checkbox8″> Add 1 page or more to the Help Files<br><br>
</body>
</html>
This is a blog that talks about creating systems that can help you keep a business running even when key people are gone. Basically going over different systems, how to use them, where they come from, and how we have been using them in our business.