Archive

Archive for the ‘Technology’ Category

WordPress How To’s for Beginners

Monday, June 13th, 2011

How to Add Pages or Posts

Images

WordPress and Web Design How To’s for Developers

Thursday, June 9th, 2011

WordPress Maintenance

Images

How Customize Your Facebook Page with Iframes

Wednesday, May 18th, 2011

Great Article by Social Mouth

HTML Basics for WordPress Users

Monday, November 8th, 2010

I understand coding is scary for those not used to it. I avoided it myself for a long time. Knowing some basic HTML can help you manage your website, saving you time and money.   Here are a few basic rules to get you started.

  1. HTML tags are wrapped in these < > symbols. For example, a paragraph tag looks like this <p>. We’ll call the “p” the tag label for now.
  2. The majority of tags have an opening tag <p> and a closing tag </p>. Adding the /before the label means that it is a closing tag.
    1. Regular HTML tags wrap around some sort of content, usually text, or more code. Here is an example of paragraph tags wrapping around text:
      <p>This is my first sentence. This is my second sentence.</p>
      The above example would display as:

      This is my first sentence. This is my second sentence.

  3. There are a couple tags that are self closing. The main ones you’ll see are a <br />, <img /> and <meta />. The self closing tags end in a space, then />. These tags don’t have a closing tag, because they are self closing.
  4. You can add additional information inside an opening tag called an attribute, or one that is self closing. It would look like this:
    <p class="myclassname">This is my paragraph,<br clear="left" /> it has a page break in it that will clear items that have been left aligned. </p>
    Note that we have added an atrribute called a class to the paragraph, and we have told the page break to clear any left aligned items. The above example will display as: 

     

     

    This is my paragraph,
    it has a page break in it that will clear items that have been left aligned.

  5. If you forget to add your closing tag, it can cause the page to display improperly.
  6. Keep your tags lowercase. Like this <p>, not like this <P>.

See, it’s not that complicated. Now rather than learning all of the HTML language, we are just going to focus on a couple basic tags.


The Paragraph Tag

 

<p> begins a paragraph

</p> ends a paragraph

More information about the paragraph tag here.


The Page Break Tag

<br /> this adds a page break. It normally goes within the paragraph tags. See this example:

<p>This is my paragraph,<br /> it has a page break in it that will clear items that have been left aligned. </p>

The above example will display as:

This is my paragraph,
it has a page break in it that will clear items that have been left aligned.

More about the Page Break Tag.


The DIV Tag

A div is essentially a container or a box. It can be used to organize information and for display purposes.

<div> this is begins the div/box

</div> this ends the div/box

You might put a paragraph within a div like this:

<div align="center"><p>This is my paragraph,<br /> it has a page break in it that will clear items that have been left aligned. </p></div>

The above example will display as:

This is my paragraph,
it has a page break in it that will clear items that have been left aligned.

You can use a stylesheet to tell the <div> to do things like be somewhere special on the page, have a border or background color, etc.. Your web designer will create the stylesheet, but that is something we are not going to talk about here as it would be too complicated.

More about the DIV tag.


The Image Tag

<img src="my_image.jpg" /> This is an image tag. As you notice it is self closing. The src tells where the location of the image is. Often times it may look like src="http://www.mywebsite.com/images/my_image.jpg. This tells us that the image named my_image.jpg is located on the www.mywebsite.com website and in the images folder. Search engines like you to add alt text to the image tag so that search engines know what the image is of. This is also helpful to blind folks or those needing screen readers. The alt text is merely a description of the image. It would look like this: <img src="my_image.jpg" alt="I would put my image description here" />. You can also specify a height and/or width to your image. Images are measured in pixels. An image with height and width attributes would look like this: <img src="my_image.jpg" alt="I would put my image description here" height="100" width="100" />

Additional information about image tags here.


The Anchor Tag

The anchor tag is most commonly used to link text or images to another file, website, or email address.

<a> begins the anchor

</a> ends the anchor

The most common attribute that you’ll see in an anchor tag is the href. This is the location you are linking to. Here are a few examples.

<a href="about.html">link to the about page</a>

In this above example, the “link to the about page” text would be linked to a page called about.html that is located in the same folder as the page you are viewing.

<a href="about.html" target="_blank">link to the about page</a>

In this above example, the “link to the about page” text would be linked to a page called about.html that is located in the same folder as the page you are viewing. In this case, the target="_blank" has been added which tells the browser to open the file in a new window.

<a href="mailto:john@gmail.com">send me an email</a>

In this example, mailto: has been added along with an email address. maito: tells the browser to use the computers default email program to create an email. In this case to go to john@gmail.com. If you are on a public computer, like at a library, there is probably not going to be a default email program, and thus the link will not work. Therefore, it may be better to write the link like this so that the user can write down the address. <a href="mailto:john@gmail.com">send me an email at john@gmail.com</a>

Additional Information about anchor or link tags here.


Other Resouces

There are many other resources available on the web. Here are a few to get you started:

10 website blunders that users hate

Tuesday, October 19th, 2010

10 website blunders that users hate

No introduction needed.
These things make me want to stick needles in my eyes.  So, in no particular order…here we go!

  1. Don’t let the design over rule the content. We all know designers love to showcase their skills, but if I’m so distracted by things that are jumping around on the page that I can’t focus on the content. You have lost me. This is especially true for the landing page.
  2. Make your company name and purpose clear, especially on the home page. I kid-you-not, I recently visited a website where I could not find the company name…on the home page!  They used an acronym several times, but no company name.
  3. Invest in a decent logo. Ok, this one makes my husband/partner really nuts. Folks spend upwards of $2k on a website, but have a logo that looks like clip art and sticks out like a sore thumb. Really folks…this is the cornerstone of your company. Spend a few bucks and have it done right.
  4. Make sure your site loads quickly. This is a no brainier…I wait about 5 sec and then move on.
  5. Date your blog posts and make them easy to share. There are lots of plug ins for cool and creative ways to do this.
  6. If you are selling a service or a product, make it easy for folks to contact you. I hate looking for an email address or phone number. Put it on every page with a link to your email. Unless, of course, you don’t want to hear from your customer/clients.
  7. Make the navigation easy to follow. I don’t want to guess how to get back to the home page from your store.  Make it easy for me and label it “home”.  Save the creative writing for the content.
  8. Turn off the music. I know it sets a mood, but it’s distracting….and not everyone LIKES the same music as you.

Ok…so maybe that’s nine things….taking submissions for the 10th.

For some additional entertainment and information about how to ruin your website, enjoy this cartoon about “How a Web Design Goes Straight to Hell.

Hosting Help

Tuesday, August 31st, 2010

Hosting Company Review

With so many hosting companies out there it’s hard to know which one to choose for your website.  When choosing a hosting company it may seem like the convenient choice would be to use the same company you bought your domain name from. However, this is often not the best choice. In this post I’m going to review 5 of the many companies I’ve worked with in hopes to save you time and money in your project.

So let’s get to it.  Drumroll…

Network Solutions (networksolutions.com) – This companies hosting control panel frequently locks you out when you make updates to your hosting package for no reason.  Also their domain names cost about three times more than other companies.  They do offer one valuable service which is the WHOIS service ,which allows you to look up domain name information.

WebHost4Life (webhost4life.com) – Extremely slow response time when using the WordPress Admin. Their servers must be either on the other side of the globe, or are just overburdened. Plan on doubling your site development time.

GoDaddy (godaddy.com) – The issue with GoDaddy is the time it takes to complete each task.  You spend one day setting up your hosting account, wait one day. Then Install WordPress, wait one day. In my opinion it shouldn’t take a whole day to do either of these tasks. With other hosting services it takes minutes or seconds. Two days to get WordPress installed? C’mon GoDaddy, get with the program. People want their websites yesterday!

Yahoo (yahoo.com) – This biggest issue I see with Yahoo is that they do not allow you to access or edit the .htaccess file.  This means your URL’s will look like “http://www.mysite.com/wordpress/” instead of “http://www.mysite.com”.  Even worse though is that you’re not able to perform 301 redirects which means that when your new sites goes live you can’t redirect from the old site to the new one, which obviously hurts your search engine rankings.

Checking Your Website in Other Browsers

Monday, April 5th, 2010

As a web designer I’ve long struggled with having to test websites in a variety of different browsers.  Technology is a rapidly changing field, and the ways to go about doing things is rapidly evolving as well.  Just a couple of years ago, I bought a Mac so I could test websites.  I had to keep my PC computers though so that I could test the websites on Internet Explorer.  You could only have one installation of Internet Explorer and so I essentially needed two PC computers to test for Internet Explorer 6 and 7.  What a headache it was!  Internet Explorer 6 was long a headache for me, but I no longer support it (nor does Google) so that headache is gone.  I got around that problem on my Mac with Paralells, a Virtual Machine software that allowed you to have multiple operating systems on one machine.  That was great, but each Virtual Machine (or operating system installation) took 10 GB of space.  I could go on and on with my troubles and how I have solved them with various solutions, but only other designers would be able to relate to this painstaking proceedure.

Enter the Future!

Here are two online tools that will allow you to test your website on various internet browsers.  Yes, you can have Safari, Firefox, and Internet Explorer 7 and 8 all in one place!

Adobe Labs
http://labs.adobe.com/technologies/browserlab/

Spoon.net

http://spoon.net/browsers/

Making the Fixes

Internet Explorer: I find using Internet Explorer 8′s Developer Tools to be useful in trouble shooting IE errors (found by pressing F12).

All Other Browsers: Get yourself two firefox plug-ins to make your life a whole lot easier.  The first is Firebug, and the second is Web Developer.  If your site works in Firefox, it will work fine in most other browsers.

Notice a trend here?  All other browsers vs. Internet Explorer.  Yes, it’s been that way for some time now.  IE is a thorn in most web developers sides.

Validate Your Code

Another great starting place for figuring out how to check for errors is by validating your HTML code.  The W3C has a great online validation tool (http://validator.w3.org/)

Hope this helps! Happy troubleshooting!

Noisy Computer Fan

Monday, April 5th, 2010

fanRight now I have a fan on my computer that is so noisy that I can hardly think.  If you have this problem too, it’s nice to know that there is a solution that doesn’t require replacing the parts.  Essentially, you take the fan out and re-oil it  with either a syringe or a needle and some oil.  Here are the specific instructions to do so:

How to Oil a Video Card Fan

http://www.simplehelp.net/2008/08/26/how-to-silence-a-loud-video-card-fan/

Fans Without Bearings to Lube

I found out that my fan does not have bearings and thus this above tutorial didn’t apply to my situation.  There were no screws to loosen to get the video card fan off of the card.  I was able to pop out the fan and found that it was a magnetic fan.  I washed off the dirt on the fan and took a brush (the one that cleans my shaver) to brush the dust bunnies that had lodged themselves into the cooling fins. I put a tiny amount of oil on the plastic part that connects the fan to the housing, also the rotating point for the fan. Once everything was cleaned out I pushed the fan back into position and re-inserted the video card into the computer.  Note: make sure you make sure you don’t have any static electricity built up when you do this.  Touch something metal to do this. Be careful re-inserting the card so that you don’t damage any of the connections. Once I restarted my computer it purred like a kitten, but quieter!

Power Supply Fans

You can oil a power supply fan just like you would a video card fan.  See the link above.

If a power supply fan is still giving you trouble after oiling it, you can also buy one at radio shack (or a computer parts store) for ten or fifteen dollars and require it into the power supply.  It’s quite simple, and there are only two wires.  If you can match up the red ones and the black ones, you should be all set. Here’s video explaining how to do it:

http://www.youtube.com/watch?v=6ddtAZ6AV7A

Keeping secrets a secret (i.e. encrypting files)

Tuesday, March 24th, 2009

There are lots of scary things that can happen to you with computers. Not only can you have your computer hacked, but what if you lose your computer? For most of us, our computers are like a personal diary with lots of important information, and perhaps information we don’t want others to share. Things like your passwords to websites, bank accounts,  should probably not be left out in the open on your computer.
So how do you go about protecting such information? In most cases, you’ll want to encrypt your data.  File and/or folder encryption (along with an up-to-date firewall) is your first line of defense against unauthorized access.

Here is a list of some ways to go about doing so.

  • HowStuffWorks.com – A detailed article about what encryption is with links to further reading

For the Mac

For the PC

(The below section is adapted from http://answers.yahoo.com/question/index?qid=20080213200436AAAPdY4)
Windows 2000 and XP Professional (XP Home might not have this built in) include built-in encryption for files and folders.

Double-click on ‘My Computer’ to open Windows Explorer. Choose the folder or file you want to encrypt and right-click on it. In the window that comes up, select ‘Properties’ and click on the ‘Advanced’ button. Here, select the ‘Encrypt contents to secure data’ check box, and click OK twice. Click OK again in the next dialog box to accept the default choice, ‘Apply changes to the selected items, sub-folders, and files’.

It’s not recommended to encrypt your whole drive. Your computer may slow down and it may cause other problems.  You may be better off  just adding a log in password for when the computer starts up, if that’s what you need.

A few software options if you’re not able to use the above instructions.

SEO and Links

Thursday, December 11th, 2008

SEO (Search Engine Optimization) is the talk of the town these days. SEO essentially consists of a few attributes applied to building websites.  Here are a few things that should be considered when building a site:

  • Page titles using keywords (this goes in the HTML title tag)
  • Meta Tags for keywords and descriptions should be included in the <head> tags of your HTML page.
  • Heading tags (h1, h2, etc.. HTML tags) should be used and should have relevant keywords included in the headings.
  • A navigation system that search engines can follow.  The days of fancy navigation buttons that hop, skip, and jump are long gone.  These days, a bulleted list is the way to go.  You can then use CSS to style the navigation and make it appear lots of different ways, including drop down or fly out menu’s.
  • Linking text within your page content to other pages on your site is also helpful.
  • Your page content should also be keyword rich, yet be legible and useful to your readers.
  • Web pages should be coded with HTML (or XHTML) and CSS coding techniques should be used to style the page.  Previously, tables were used to organize content and images. Tables are much harder for search engines to follow and they are also much more difficult to make edits to.     You can check this on your web page by going “View Souce” or “View Page Source” (in Internet Explorer and Firefox you can right click on the mouse for this option) and then looking in the HTML code.  If you see a bunch of code below the <body> tag that looks like <div>, </div>, <div class=”header”> then it’s likely you site was created this way.  If you see a bunch of tags like <table>, <tr>, <td> then you are looking at code for tables.
  • Include alt text descriptions for your images.
  • Linking to other sites that have helpful and relevant content is a good thing.
  • Having other sites link to you is even more useful.  That tells the search engines that you have useful content on your web site.  Search engines also put importance on link/site popularity.
  • Creating a Robots.txt file to hide coding and pages you don’t want to have the search engines seeing is a good step to take.
  • Creating a sitemap.xml file to show search engines what pages are on your site.

Search Engine Optimization is just the begining of getting your site indexed and on top of the search results.  This is however, an important first step in getting there.

Here is an article about this topic for further reading.
The New SEO – Let’s Get Real

sub heading

DESIGN INSPIRED BY ADVENTURE | 928.699.1061
facebook paper tear icon