Posted by Dwayne on January 13, 2012 – 2:10 am
Most of my current work has been focused on SEO setup. While I still do consider graphic design an important part of what I do, the main focus is to drive more traffic. I like to utilize art and good design principles to produce better work. Design comes into play still because although much of the production work I do involves adding information or elements to existing web site designs. I still use design integrity to make these elements look pleasing to the eye and in theme with what is already in place.
How does this affect this blog? I am still considering that. I think though that I may perhaps consider posting any futre tips on both SEO and design.
SO 1st graphic / SEO tip . Use CSS (external styles) to style elements as much as possible instead of using images for text. Otherwise the relevant information may not get spidered, and therefore indexed. Which is to say it may not rank / show up in the search engine results.…. Using text and CSS will also be lighter in file size typically.
Posted by Dwayne on August 15, 2011 – 1:09 am
Filed under ART, paintings
I am scheduled to start some painting classes soon with an Absract artist named Don Localio. It should be fun. He will be teaching at my Friend Juan’s Art Gallery / Frame shop on Yale in Houton, Texas. I plan on posting the results here. I will probably start using Acrylics due to drying times. However I really want to get my head wrapped around oil painting.
Posted by Dwayne on July 22, 2011 – 3:37 am
Its confirmed. All new SEO projects going forward will utilize the new +1 tags to our code? Here is the code:
<!– Place this tag in your head or just before your close body tag –>
<script type=“text/javascript” src=“https://apis.google.com/js/plusone.js”></script>
<!– Place this tag where you want the +1 button to render –>
<g:plusone size=“small”></g:plusone>
<!– Place this tag in your head or just before your close body tag –><script type=“text/javascript” src=“https://apis.google.com/js/plusone.js”></script>
<!– Place this tag where you want the +1 button to render –><g:plusone size=“small”></g:plusone>
Its pretty straightforward. Add the <script > code right before the closing </head> tag. And then the : <g:plusone size=“small”></g:plusone> around the area you want it to display. If need be you can enclose it into a <div> tag and style it with css to moce it around and such.
To implement, we add the code