Jan 12
24
Underworld Awakening takes place after the original underworld and does a wonderful job of keeping the feel of the first one. Theirs plenty of werewolf verses Vampire action through out the entire movie, of course Kate Beckinsale in a corset is a major plus for those who appreciate that sorta thing. The movie continues to focus on the lycans verses the covenants. The story while overall I found to be highly predictable was still fun and exciting to watch it play out on the big screen. I can’t comment on paying 15 dollars for a ticket to see it in 3D because I can’t watch films in 3D without getting a migraine.
If your a fan of the vampire genre the movie is worth your time, though if your not into vampire movies this film isn’t written for you. Critics may take huge objections at the predictability of the plot. But if you want to see a good action film that may lead up to another one then go see this movie it’s not as entertaining as the original but Awakening certainly doesn’t suck either recurring fans will be pleased.
From a role playing stand point for something like masquerade this is an excellent movie to go this is why you don’t break the masquerade and draw attention to yourselves, humans will try and annihilate you.
Lets talk about SOPA and PIPA and what they could do to destroy small brands like g1eagle. I’ve spent months building my brand, which happens to be me. Well lets look at a hypothetical situation. Say I went on a vacation for a week, and during that week a hacker breaks in and posts pirated information. I come back find the issue and work to fix the issue.
In the mean time someone finds out about this and bam I get a DNS block, I haven’t gone to court yet. I don’t serve the content I’m accused of because someone else did the damage. But my brand is now gone. What do I do? Do I sue? and if so who do I sue? What if I don’t have the thousand of dollars to preform the law suit? What if that thousand of dollars is now held by paypal who can’t pay me? How long would it take to get the DNA records fixed? My brand got destroyed completely at no fault of my own, I certainly couldn’t repair the brand I’d have to start over completely many of man hours gone to waist. These bills are far to deadly to the small guy it’s scary, we have DCMA notices for a reason. They give you an oppertunity to fix the issue, SOPA and PIPA simply destroy the internet.
I personally appreciate the big guys, Google, Wikapedia, and everyone else for there actions against SOPA and PIPA stop destroying the internet. Your not going to stop piracy with these BILLS! Contact your congressman, and senators and take action before it’s to late!
Headings
It’s now more important then ever to do critical things to improve the SEO in your wordpress
blog. Make your Blog name H1 and your blog title H2 on your home page, but on your pages and post they need to be reversed. This allows search engines like google to figure out what’s important on your pages and posts by telling Google what post and page topics are important.
SEO is about defining and spelling out for search engines what is important on the page, semantic web is taking off Google has already said there going to be using rich snippets, that’s semantic web. So with search engines telling you they want this information why not give it to them? Many themes I look at still get the simple heading tags wrong. So how do we fix it? It’s not very easy.. but I’ll give you an example of what I’ve done.
Look for the part that has bloginfo('name') in your theme.
<?php if(is_home()) : ?>
<h1 id="logo">
<?php if (get_option('tbf1_logo_header') == "yes" && get_option('tbf1_logo')) { ?>
<a href="<?php bloginfo('url'); ?>/"><img src="<?php echo get_option('tbf1_logo'); ?>" title="<?php bloginfo('name'); ?> -
<?php bloginfo('description'); ?>" alt="<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>" /></a>
<?php } else { //If no logo, show the blog title and tagline by default ?>
<a href="<?php bloginfo('url'); ?>" id="blogname" style="background:none;text-indent:0;width:auto"><span class="blod"><?php bloginfo('name'); ?></span><br /><?php bloginfo('description'); ?></a>
<?php } ?>
</h1>
<?php else : ?>
<span id="logo">
<?php if (get_option('tbf1_logo_header') == "yes" && get_option('tbf1_logo')) { ?>
<a href="<?php bloginfo('url'); ?>/"><img src="<?php echo get_option('tbf1_logo'); ?>" title="<?php bloginfo('name'); ?> -
<?php bloginfo('description'); ?>" alt="<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>" /></a>
<?php } else { //If no logo, show the blog title and tagline by default ?>
<a href="<?php bloginfo('url'); ?>" id="blogname" style="background:none;text-indent:0;width:auto"><span class="blod"><?php bloginfo('name'); ?></span><br /><?php bloginfo('description'); ?></a>
<?php } ?>
</span>
<?php endif; ?>What that does is pretty much tell Wordpres if your on my home page, Wrap my blog name and discription in H1 tags. Now I don’t use a discription. So if your wanting to just do your blog name I’d narrow it in to the bloginfo(‘name’) portion.
Breadcrumbs
Breadcrumbs help users navigate your website, you can see I use them. They are simple links that tell the user were they are, and how to get back to your home page. Every page should have these and they’ll look something like Home >> Webmaster >> A Simple SEO Toolkit for WordPress this tells you which page your in, which category your under, and where my homepage is listed. This also helps Crawling your website. For this simple SEO tip I recommend finding a breadcrumbs plugin.
Rich Snippets
Google has already declared that your results may begin showing up using this data.. But how do we deploy it in wordpress? Well I used a simple script from yoast to try and it Failed. So I figured out how to fix it, and now my hreview tags work in Google rich snippet tester. The issue lies at least with my wordpress it sets a hentry tag, and then the rich snippet hreview tag doesn’t get recognized. So I had to move the tag to the front of the array. I’m not going to give a code example here. But I will try and make a new post about it soon as it’s a lot of coding to employ rich snippets the first time.
Page Loads
Google has said page loading is going to be a factor in it’s search results. Pages that load fast, also have the added benefit of keeping users on your site longer. So if your wanting faster load times a couple solutions to help you out.
1) W3 total cache.
2) Cloudflare
3) Use less images or convert them to CSS Sprites. (I have not converted mine… yet.) If you know an easy way of doing this. Please drop me a comment.
4) Convert a subdomain to a CDN, then use W3 Total Cache’s features to move images to it. It’ll speed up your page loads.
Google+/Facebook likes
Google is now including social media in there rankings, more + you get. The higher your ranked. Bing I’ve heard is tapped into Facebook likes but I can not confirm this at this time. However both also allow you to easily put your information out there. So why not simply add a couple buttons to your theme, and some java script? Then make sure you toss every post in google+ and facebook, and + and like them all… Perhaps while your stealing my code, why not like and + my post!
Here is how you Add Google plus.
Add this to your post, single post, and pages
<!-- Place this tag where you want the +1 button to render --> <g:plusone annotation="inline"></g:plusone><br>
Then in your footer place
<!-- Place this render call where appropriate -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>Just above the closing body tag, now your plus one buttons will appear on you main page, post and pages. Better yet, if you have javascript file, place the javascript in there and make sure your javascript load is in your footer.
Here is how you Add Facebook.
Add this to your post, single post, and pages
<div class="fb-like" data-href="<?php the_permalink() ?>" data-send="false" data-layout="button_count" data-width="450" data-show-faces="true" data-action="recommend"></div><br>
Then in your footer place:
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>Google + and Facebook will now appear where you wanted them I added mine right above the comments and tags sections. Better yet, if you have javascript file, place the javascript in there and make sure your javascript load is in your footer.
Permalinks
Change your permalinks settings into something easier for a human to type, and better for search engines to index! I find the most common and recommended setting to be /%postname%/ which is what I use. So go fix your permalinks!
Choose WWW or Not to do the WWW
Choose one and leave the setting alone, flipping them back and forth can make search engines think you have more duplicate content then you do.
Stop words
Either strip the stop words from your permalinks, or find a slug plugin that will do it for you. You get a small and simple url to type, they generally aren’t ugly. Plus it narrows down your keywords, which helps your SEO. You can find a Slug plugin that will do this automatically as well.
Configure your titles.
Consider your Titles, many SEO plugins like to help set your titles for you. Make your keywords come first, and your blog name after. Search engines notice early words first, and so do your users! On pages, I take off my blog name it’s my preference but I have noticed better rankings when I’ve done so.
Remove Uncategorized
This isn’t an SEO tip, but why would you want to have any posts as Uncategorized? It doesn’t take that long… and if your posts are mostly News why not change it to that? Many times uncategorized turns me off. Some people find it’s ok, I don’t I suggest you remove it.
That’s all for this post, if you wouldn’t mind leaving a comment I’d appreciate it!
Jan 12
12
So I got Dead Island for Christmas and when I opened it I thought it’d be another game I could kick back and play so split screen with my girl friend. Only to find out yet again games, are trending to have first player and online only modes. What happened to the 4 person split screen we used to try and play on the 20 inch television? My tv is bigger why did you take away this feature?
Next when you get into the game play of Dead Island it quickly gets you into the story line. Which the main story line is well thought out, the side missions are mostly repeats of themselves in a new atmosphere, Retrieve x for person y. Which tend to get boring. The game with out the patch… is playable with far to many issues.. Ever Beta test a game? It’s kinda like that.. Example I lost a good sword, because my inventory was full and I removed it from Jin the storage girl who you have to remember where you left her or track her down, and she’s the only way you can access your storage. Even with all the problems and minor annoyances (Such as Having to search everything, and why do you find a magnet in the computer cases? Which often led me to searching them and going.. I found your problem! There was magnet on your hard drive). I still found the game enjoyable, the graphics looked amazing.
I gave dead island a rating of 3 for a good, but do to technical issues and the feeling the RPG elements were duct taped on I dropped it to a 2 – Nice Effort.
The only other thing I found issue with was dead island’s ending…. Which I nicely put behind a spoiler tag so I don’t spoil anything.
I awhile back posted about 16 plugins I found useful to word press, now I cut the number in half to a slim 8. So now it’s really 8 useful plugins. But since I’m updating an old post, we are using that old url.
Akismet
Anti comment spam, one of the biggest draw backs to blogging. Fight it early and often.
CloudFlare
Cloudflare is an easy CDN solution for FREE. It helps your websites loads faster by bringing the JS scripts and CSS items closer to your users. The pluging helps make sure you get accurate ip addresses and Also fights spam.
Google Analytics for WordPress
Who doesn’t like web stats? This is the big one from google but it’s not good for basic users.
Google XML Sitemaps
Sitemaps are a key to SEO, I use this one because it doesn’t have a link back to the owners site as far as I can tell.. I’ll look into it more though.
StatPress Reloaded
More stats! More web statistics, I like these for the simple stuff.
W3 Total Cache
This plug in speed your website up, taps into cloud flare with out issues. Makes your code smaller, gives strong caches, supports CDN usage for the media library and other images.
WordPress Mobile Pack
Why not have a mobile version of your website? This app does that. Plus you can choose which theme you want to use. Check out mine at m.g1eagle.com on your mobile device.
WordPress SEO
Everyone needs an SEO solution, if your not good with coding and fixing the issues yourself. This app will help with those issues.
Today is the eve of the new year, and g1eagle.com has been down since I left my old powweb domain. The company started applying there own 404 pages with ads… that tanked my site’s ratings. Why a company would fill my 404 pages with there ads is beyond me. When I complained about it I didn’t even get half an apology.
So I left.
The final straw did powweb care? In my opinion no. Now I’m on a new host, the up time seems to be better.. and I’ve bounced back and forth on weather I should update the old website.. or start fresh.. and Really I think I’m going to start a new..
I’ll be doing a bit of everything now.. as I expand the blog into 2012.. I’ll be time for a new start.. Which will include reviews, personal thoughts, and perhaps a few video’s.
Now the website is having some issues, while I work on it’s mobile solution.. I’ll keep at it.. sorry for things going weird in the interim