Our Blog

From tips and tricks to projects and lessons, we are here to help you out.

HTML 5 Canvas Tag

HTML5

A lot of people have been throwing the HTML 5 canvas element <canvas> into their web vocabulary.  The website development industry has already been implementing this great tag in a lot of very progressive projects, but rarely in a main stream website yet.  The reason being support for HTML 5 is just not available in all browsers, and developers want…

read more

Small Business Rocks!

SMBsRock

According to several sources, many within our own government, Small and Midsize Businesses (SMBs) make up “99.7 percent of all U.S. employers” [1]. Micro-Businesses, usually 10 or fewer employees, “represent as much as 15 percent of the U.S. economy” [2] and have been cited as making up 78.8 percent of all U.S. employers [3]. Those are some pretty amazing numbers…

read more

Intro To Graphic Design… & Dave

Graphic Design Lessons, Tips, and Tricks

What’s up everyone!  This is Dave LaHaye, Bullfrog Sweatshop’s lead Graphic Designer and Client Side Developer.  I have been a graphic artist for the last 17 years… starting at the age of 15 I emersed myself into a little art software title known as Photoshop.  I had been spending most of my free time airbrushing sci-fi and nature scenes as well…

read more

Improve Your SEO With A Few Quick Tips

Search Engine Optimization

Search Engine Optimization or S.E.O. is a constantly changing area in the web world.  It is the most important thing you can do to have your customers reach you when they are looking for the goods or services you provide.  Old ways, also known as black hat S.E.O. no longer wors and your site is being judged for its actual…

read more

How to build a simple web page from scratch – Part 1

Website development, building a simple web page 1

If you search the web for “how to build a web page” you’ll be inundated with links to websites that want to sell you their product or are promoting someone else’s product.  While we here at Bullfrog Sweatshop absolutely love WordPress, Drupal, Joomla, Magento and the like we also know that these applications aren’t always the right fit for everyone.…

read more

How to build a simple web page from scratch – Part 2

Website development, building a simple web page 2

Ok great, we have an open text editor; what do we do with it?  Well, we are going to do a scary thing called programming.  We are going to program (type) special words in a specific way into our text editor to make our web page do what we want.  I have to admit that most of what I am…

read more

How to build a simple web page from scratch – Part 3

Website development, building a simple web page 3

We last left off by adding a div with an id of “content” to the body of our HTML document.  Now we are going to start adding actual content, since we have a good place to put it.  Content, with regard to web pages, is essentially anything that the viewer would see; text, pictures, video, etc. and that is why…

read more

How to build a simple web page from scratch – Part 4

Website development, building a simple web page 4

Remember how I said in part 2 that we are going to discuss not 1, but 2 languages of the web in this guide?  Well, I did, and that other language is called CSS which stands for Cascading Style Sheets.  The name doesn’t really imply that it’s a language so what does Cascading Style Sheets mean?  I’ll spare you the gory details…

read more

How to build a simple web page from scratch – Part 5

Website development, building a simple web page 5

In  this final phase of our tutorial we are going to build on what we’ve done so far.  If you’ve been following along then your web page should look like the image below.  If it doesn’t I would retrace your steps. This time around I am going to make the final changes to our sample page and let you figure…

read more