-
Featured
My First Blog Post
I have a plan for where I want to take this podcast. The first three episodes are outlined, the next step is to actually write. Update will continue.
-
JS-jquery Assignment 1 //alert(“alert1”); var initialCost =200; var discountRate =.10; var taxRate =.0725; var shippingCost =5.50; var discountAmount = initialCost * discountRate; //alert(“discounted Amount”+discountAmount); var discountCost = initialCost – discountAmount; //alert(“discount Cost”+discountCost); var tax = discountCost * taxRate; var finalCost = discountCost + tax; //alert(“final cost is “+finalCost); var finalShip = finalCost + shippingCost; //alert(“final… Read more
-
Introduce Yourself (Example Post)
This is an example post, originally published as part of Blogging University. Enroll in one of our ten programs, and start your blog right. You’re going to publish a post today. Don’t worry about how your blog looks. Don’t worry if you haven’t given it a name yet, or you’re feeling overwhelmed. Just click the… Read more
Follow My Blog
Get new content delivered directly to your inbox.
