Tag Archive | springwolf

Internet Wide Security Issues: HeartBleed

Transaction Security

Transaction Security

Doing Any Business/Transactions Online

You may have noticed your internet connection is slow today, or you’re having problems sending eMail this week. You’re not the only one. That’s because there’s a bug in a piece of software that is widely used by many companies across the board for internet connectivity. It’s called OpenSSL.

It’s important to understand how THIS AFFECTS YOU as a casual user of the internet and why it’s so serious.

OpenSSL manages security behind the scenes for your secured connections while you’re surfing on the internet and doing your day to day business or personal activities. That’s social media, logging into your own blog, even your email servers probably run on OpenSSL.

It most probably also affects your Bank Account, and potentially any secured transaction you use online, from paying a bill, looking at your checking account balance, or buying that perfect Teapot on eBay. Even paying for an app on your phone could be impacted. It’s that wide spread. Continue reading

We Simply Love Racing

20090911-08

Our Little Man At Our Local Track – Richmond! September 2009.
He’s been a Ryan Newman fan for a long time, but jumped at the chance to get in Carl Edwards Nationwide Ride!

It’s NASCAR, Everything Else Is Just A Game!

We are simple fans of Nascar, and racing in general. Sprint cup, NNS, Dirt, Late Models, Sprint Cars etc. Our “home” track is Richmond International Raceway. What better place to have as your “hometrack”?

My partner and I have been fans since we were in our teens. That was a very long time ago and enough said about that. He was born and raised in Charlotte and cheers on his hometown favorite DaleJr.

My guy is The People’s Champion, 3-Time Champion Tony Stewart. Became a diehard Smoke fan since his first win in 1999 at, Richmond of course.

And our man-child decided he was a Ryan Newman fan at the tender age of 5. We walked into a Nascar store at our local mall and within 5 minutes he was pulling the T-shirt of what was to be his favorite driver. The #12 Altel shirt for Ryan Newman. Continue reading

HTML 105 – Using Graphics

imgconstructionPulling In Visitors

A picture can speak 1,000 words. Graphics can add a lot of flair to your web site. They put your words into images and grab the attention of the reader. How many articles have you clicked on, because the picture was intriguing?

Too many graphics can also be a deterrent to visitors. The more graphics you have, the longer your web page takes to load. In a world of instant gratification, if users have to wait, they cancel your page and go on to something else. You must use your own judgment to find that happy medium.

You also don’t want to use graphics that are too large for you article. I don’t mean taking up white space, and condensing your paragraphs to a tiny column next to the image. I mean taking up disk space which affects load time when you’re page is accessed through a browser. Remember not everyone is on a high speed internet connection. But even if they were, you don’t want people waiting for your page to load, because the image files are too large. Continue reading

HTML 104 – Creating Links

linkconstructionWebsite Navigation

If you’re on the web, you already know what a LINK is. It’s highlighted words, phrases or images that take a reader to another page, on your website or blog, or to another website entirely.

They can be used to add information to an article, to categorize information, group services or products for a company, or a variety of other points of interest.  They can even be used to set up any easy method for visitors to send you email.

Links are pretty simple things to code, but they do have a few parameters that are worth noting. Continue reading

Baby Wolf’s First Lesson

wolfhowlsLearning To Howl

Wolf researcher Shaun Ellis, best known for his “A Man Among Wolves” documentary film helps to teach a baby wolf how to howl!

When we brought Merlin home from the Wolf Rescue, he was already talking with the pack. But all babies have to learn how to communicate with their families. Wolves have a complex language with varying yips, yelps, barks, whines and of course howls. But even the howls aren’t all the same.

Like any baby a, wolf pup begins learning how to communicate with the pack as soon as it begins to recognize sound. Even though howling comes naturally to wolves, they still need to learn the subtle language of their pack. No different from a baby born in the U.S. or one born in France. We all have differences in the language we use to speak with others in our region or pack. All babies mimic their parents and I believe wolves are no different in that respect. Continue reading

HTML 103 – Setting Font Styles

fontconfigsFont Color and Size

Everyone wants to highlight words or sentences in their text when writing the Great American Blog Post or New Article on their website. Businesses want to grab attention for sales or marketing campaigns to highlight key components of their new product or services.

For websites using HTML editors, these types of configurations are often built into the tool that allows you to increase font size, change colors for certain words or designate certain font sets be used for browsers that support them.

Blogs provide these abilities to, but sometimes what’s in the “Kitchen Sink” tool set lacks some of these potential settings. So it’s good to know what you can do with the behind the scene code, that you may not be able to do from the upfront Visual editor.

In the HTML 101 – The Bare Minimum Basics I shared how you can modify the code behind your page. But to share a bit of that here so you don’t have to go back and look it up, let me duplicate a piece of that article here. Continue reading

HTML 102 – Setting Backgrounds

bgconstructionPersonal vs Business

Backgrounds can be a wonderful way to spruce up a personal web page or create a specific look for a business. Backgrounds can be solid colors or graphics.

Graphics can be used in three different ways.

  1. Tiled Graphics – Vertical and Horizontal
    Small graphics can be used to set a common background that is tiled across the screen both vertically or horizontally. The width and height of these graphics are often small, but they can be any size. They’re usually smaller than 1366 wide x 768 high.
  2. Tiled Graphics – Vertical
    A wide graphic can be used that defines a common width, but is tiled vertically. The typical width of these graphics are 1366 wide, but the height can vary.
  3. Anchored Graphics
    A full size background image can be used to fill up the entire screen, and allows the text and graphics on your page to scroll over that image. This is a common practice for blogs, but there are many websites who use this method as well. The typical size for these graphics are 1366×768. Continue reading

HTML 101 – The Bare Minimum Basics

htmlSimple HyperText Markup Language

HTML or HyperText Markup Language is the main markup language for creating web pages and other information that can be displayed in a web browser.

If you’re creating a website or even a blog, knowing some of the basics of the code can help you alleviate a lot of frustration when you’re trying to format your text and it simply won’t work properly! Grr!

The best thing to do in these cases, is not get frustrated, but look at the code behind the text. Whither you’re using a HTML editor, or adding a new post or page to your blog, both editing systems will have a way to look at the code. When you have a general idea of what you’re looking at, you can find the issue and make attempts to fix it. Continue reading

Web Design Tools

webtoolsWhat Tools You Need

No matter what kind of site you’re going to be putting up on the internet, there are tools you’re going to need to make it easier to post articles and pictures.  You may want an HTML editor to help you design web pages, or you’ll need an FTP package to help you transfer files to your web space.

All websites and blogs will use graphics, so a good graphics editor will also come in handy. But which ones do you need and which ones are free and easy to use? I have a few suggestions. Continue reading

Creating Your Own Website

techinfo3To Website or Blog

Ok, you have an idea and a vision for sharing your knowledge on the web or you’re starting a small business and want to create an online presence where people can find you. As long as you have little patience, and an attitude to stick with it, even you can create a web presence.

You don’t have to know HTML, although it is helpful. You don’t have to be a computer artist, just resourceful. You don’t have to be a computer programmer, you just need some of the same tools they use.

But before you begin any of that, you need to decide two things. Do you create a website or do you create a blog? That depends on what you want to do. And what are you going to call your new web space? Continue reading