Review and Giveaway: Mechatars

Mechatars logo

Recently I had the opportunity to review a new robot toy: Mechatars, and you know we do love the robots around here, so how could I resist?   Plus, you guys get a chance to win one, and a coupon code MECHMOM for 10% off at iloverobots.com, valid until November 30, to buy your own if you don’t!

The Review

Basically, a Mechatar is a toy that is part remote control robot, and part video game.  Which is pretty much right up my 6 year old’s alley.  So I had him actually do the review on this… see the video below!  But to summarize:

You have 3 Mechatar toys to choose from: a raptor/dino/dragon looking thing, a wolf, and a bear (which the Boy decided was a Polar bear.) The toys have a simple to use remote so you can drive them around, and engage in battles with other Mechatars, or do ‘missions’ which apparently involve beeping.  We didn’t have another Mech to battle with, so I can’t attest to that portion, but the driving around was a little clunky and difficult to control.  Though The Boy didn’t seem to mind.  So your ‘offline’ mode is basically a fighting toy.

The ‘online’ mode is a computer game where you fight with your Mechatar in the virtual world.  The boy and I agree this was the best part of the game.   The fighting game itself was fun, complex enough to be interesting, but not so complex that a six year old couldn’t handle it.  See a little bit of it in action in the video below.  It’s an online game, played in the web browser.  As far as I could tell, there is no interaction with other actual players, so it’s not really a virtual world, but you can play against your friends’ mechatars by allying with them for training missions.  You’re not actually playing against the friend, but you are pitting your Mech against the friend’s Mech, which is being played by the computer.

There are some other pieces to the online game, like Challenges, but The Boy didn’t find them very interesting.  However he LOVED the battles.

From a technical perspective, the game suffers from an unfortunately common problem for kids’ games, of requiring Administrator access to run.  Like many smart parents, we prefer for our son’s computer account to be restricted in what he can run and install (who knows where he might accidentally click when out on the web!) , and his account does not have Administrator privileges.  This means that the program which allows you to sync and auto-connect to the online game doesn’t work automatically – it has to be run as an administrator by us.  It also meant we had problems on the initial install-make sure install the game as an administrator to avoid failures.  If you were doing a lot of syncing between the offline and online this would be an issue, however since you don’t even have to have a Mechatar to play the online game, and syncing isn’t a real big deal if you’re not doing a bunch of offline battles, it hasn’t been a big problem with the way the The Boy is playing the game.

But all in all, The Boy is really enjoying the toy, and definitely recommends it. He loved the battling, but he did wish there were more mechs to battle, not just the 3 styles.

See the video below to see the toy in action, and to see the video game in action!

Giveaway!

So, wanna win one for yourself?

Here’s the rules:

  • Visit www.Mechatars.com
  • Review the Mechatar lineup and check out which one you think your kid would like.  (To see the Mechatar line up, click on “play now” then “register” but no information needs to be submitted)
  • Leave a comment on this post with which Mechatar you’d most like to win!
  • See?  Easy Peasy.

Leave your comment, following the rules above, and I’ll pick a winner this Friday!

Small Print

Age range: 6-12
Availability: Mechatars is launching nationwide in Fall 2011 at stores like Target, Radio Shack, Amazon, Toys R’Us and iloveRobots.com (MSRP: $39.99)

I was selected to participate in this sponsored post series by Clever Girls Collective.  I was compensated for my time for  this review, but my opinions are always my own. 

New Halloween Projects Page at Dabbled

Halloween is coming up guys, and you know that’s the best time of year around here at Dabbled. So I created a new Halloween Projects page to collect a bunch of past halloween posts in one spot.  You’ll find costume ideas, food, halloween crafts and decor, and all kinds of tutorials, both from Dabbled and from elsewhere around the web.

So go check it out — You’ll find it in the main menu bar above under “Go Halloween!”

And if you have a cool halloween tutorial or created a cool costume, be sure to either leave a comment or send me the info (if you don’t blog, send me pics and a write up), and I’ll include it in this year’s halloween roundup.

 

Dragon*Con 2011 Costume Photos

Finally getting around to posting photos from dragoncon, and there were a ton of great costumes… Here are a few. I’m sure I will never top the popularity of my most famous flickr photo, the Cookie Monster Slayer, but I can dream, right? You can see more at flickr or on my google+ feed.

Dragon*con this Weekend!

I’ll be getting my geek on at Dragon*Con this weekend in Atlanta, and I’ll be posting photos throughout the weekend to my Google+ (nancydorsner.com/plus) and probably to the Dabbled Facebook page (facebook.com/dabbledblog) as well–but that’s harder to do from my phone.

Besides being an all around good time, Dragoncon is also a great place to get inspiration for Halloween costumes, like the REAL Iron Man !>>

I’ll also be on the lookout for cool artists…. so stay tuned.

Some past DragonCon posts:

Maybe I’ll see you there?

Torn Page Tutorial Part 2: Put a cool graphic on your 404 page (WordPress).

The code

In part 1 we created a cool graphic to put on your 404 page.  (Part 1: Photoshop tutorial to make a “torn out” image)

Now, you need to integrate it into your 404 page, which is the page that comes up when a page is not found on the website. Again, I’ll be using the 404 page for Foodwhirl.com in this tutorial.

This tutorial will be written from a WordPress point of view, but I would assume if you have a bit of knowledge, you could use similar steps on any blogging platform.  Also, there are multiple ways to accomplish this, I just tried to come up with a way that is easy to explain and doesn’t require a ton of knowledge.  You should be able to do this without being an expert at getting into the code on WordPress, but be aware this does require some messing with code.

This is also a great tutorial if you’ve always wanted to know a little more about how to change your wordpress theme a bit.

If you’re going to be messing around with your CSS, a great tool to have is Firebug.   You install it on Firefox and then right click and choose Inspect Element.  That lets you view and change (temporarily) your css on the fly. 

I also recommend you install an FTP program, like Filezilla, or Fireftp, to make it easy to upload files.

Part 2:  Adding the graphic to your website 404 Page

Get set up

First off, take a look at your current 404 page.  If you want to know what it looks like, just type your web address, slash a page that doesn’t exist.  So for example:  http://Dabbled.org/sldalkgj will take you to Dabbled’s 404 page (which is what inspired this tutorial!) .

Note: If you don’t get a Page Not Found when you try this on your own site (like the homepage just reloads) then you’re missing your 404.php template in your WordPress theme.

So, we’ll need access to 2 files to fancy up our page:  style.css and 404.php.  You’ll find them in the wp-content/themes/yourthemename directory.   I recommend any time you’re going to mess around with your theme files, getting them via FTP and saving a local copy to work on, as well as a backup copy in case you screw up royally.

You’ll need a text editor.  I always use Notepad++, but regular Notepad or any plain text editor will work.  DO NOT use Word or anything like that.

So, we now both of our files open in our text editor.

Upload your image

You image must be on your server.  I would normally put it in wp-content/themes/yourthemename/images, and that’s what this tutorial assumes.  So upload 404image.png (or whatever yours is called) to this directory.

404.php

The 404.php page is what loads when you get a page not found error.  It will look different depending on your theme, but they will all pretty much have the same elements.

What we are basically going to do here is use the new graphic as a background on a div on the 404 page.  Don’t worry if that doesn’t make sense, I’ll walk you through.

Here is the code in my 404.php file for foodwhirl.com.  Yours probably looks similar.

<?php get_header(); ?>  

        <div id="container">    
            <div id="content">

            <div id="post-0" class="post error404 not-found">
                    <h1><?php _e( 'Not Found', 'your-theme' ); ?></h1>
                    <div>
                        <p><?php _e( 'Apologies, but we were unable to find what you were looking for. Perhaps searching will help.', 'your-theme' ); ?></p>
                    <?php get_search_form(); ?>
                    </div><!-- .entry-content -->
                </div><!-- #post-0 -->            

            </div><!-- #content -->        
        </div><!-- #container -->

<?php get_sidebar(); ?>    
<?php get_footer(); ?>

Look for the part of the page that has the 404 error text.  Something like “We’re sorry, but your page cannot be found”.  You can change this to something clever if you like by just modifying the text.  Note, to be safe, I’d stay away from special characters, apostrophes, and so forth in the error text.

Now, look for the div that surrounds your error text.  In the case of what I pasted above, div id=”content” is what we’re looking for (container would likely work too), and change it like so:

<div id="content">  becomes  <div id="content404">

(Techie note: there are more elegant ways to do this, but this is the easiest to explain in layman’s terms)

style.css

Next on to your style.css file.

You’re going to add this to the end of your css file.

 
#content404 {
    background: url(images/404image.png) no-repeat transparent;
    border: none;
    float: left;
    width: 653px;
    min-height: 600px;
}

The important parts of this are background (that sets the background to our new image), and min-height which i set to taller than my image.  The other items I got from the #content section of the css file.  Start with just adding the background, and if things look wonky go in and search for #content, and copy lines to your new #content404.

Now my 404 page looks like this:

The torn section looks fine, but the words are not in the right place, and it’s only showing up in that small section of the page.

So, improvements.

I decide I don’t want to show the sidebar, so I go to 404.php and remove the line:

<?php get_sidebar(); ?>

Then I centered the image, so my css now looks like this:
#content404 {
    background: url(“images/404image.png”) no-repeat scroll center 0 transparent;
    border: medium none;
    float: left;
    min-height: 600px;
    padding: 5px;
    width: 900px;
}

If you want your 404 image to overlay the header area (like it does on the Dabbled.org example) just move it up a little on the screen by adding something like:  margin-top: -50px;  to the #content404 section.

The Error Text

I also want to move the text so it displays on top of the image.

To do that I need to target the post text, which in my example would be this:

<div id="post-0" class="post error404 not-found">

You’ll notice there is already a class identified called error404.  If there isn’t one on yours, just add it in.

So in my css file I add:

.error404 {
background-color: rgba(256, 256, 256, .5);
font-size: 1.2em;
padding-left: 300px;
    padding-top: 50px;
    width: 200px;
}
  • The background color setting adds a semi-transparent white box behind my text for better readability against the image.
  • I increased the font-size to my liking, and used the padding settings to move the text to where I wanted it on the screen.
  • I set the width of the text area as well.

Now this is what I have:

new foodwhirl 404 page

Obviously, your settings will be different on your text area to get it to the right spot.  This is where firebug comes in really handy, as you can Inspect Element and change width and padding to get it where you want it, then just copy those settings over to your style.css.

And here it is in action: http://foodwhirl.com/notarealurl

That’s it!

Tutorial: Make a “torn” 404 page for your website. (part 1: photoshop)

The other day I announced that i had a new 404 Page Not Found page for Dabbled. And it’s quite cute if i do say so myself. Just type some gibberish after dabbled.org/ in your address bar and you’ll see it. Or just click this: http://dabbled.org/sjdlfk.

So several people have asked how to do something like this themselves. Obviously you’ll probably want to do something different than I have, using an image or a theme that fits with your site.

So, to show you a slightly different take with this tutorial, I’m going to walk you through doing a 404 page for Foodwhirl.com.  Since foodwhirl is a recipe site, I’ll use a photograph instead of the little robot drawing, and an image more appropriate to food.  A search through Creative Commons licensed (I adore CC licensing!)  images on flickr found me this ‘empty refrigerator‘ image, which I thought would be cute for a Page not Found on a food site.

Part 1 will address how to create the image for use on your webpage.  Part 2 will explain how to make it part of your 404 webpage, even if you’re pretty clueless around code.  It will be written with WordPress websites in mind, but you should be able to take those principles and apply to any website.

Part 1:  Create the Image.

For this step I’m using Photoshop.  You could probably do this with other image software as well*

Get an image to use behind your torn background.

This could be a photograph or a drawing, preferably something funny that relates to your site.  If you have a crochet site, for example, a kitten tangled in yarn could be cute.  (oops, the kitten got into the yarn and now we can’t find your page!).  Maybe you want to have a picture of exposed gears like they are seeing the background machinery that makes your website work.  Use your imagination.

Get your site’s background.

Create a new image in Photoshop, at about 1000×1000 px, at 72 pix per inch, just to have plenty of room to work.

Make a new layer and make that the same color as the background of your site.
Continue reading »

Sushi-themed Baby Shower Gift

Loving this from @dollarcraft a Sushi-themed Baby Shower Gift!

Faux food gifts are a fun idea that’s been floating around out there for a while. You’ve probably seen diaper cakes or sock cupcakes, but here’s a new twist! Jolene from Creative Dollar used an assortment of baby essentials to create “sushi”, which she presented all wrapped up on a plate. Hers was a baby girl gift and included hair bows; for boys, you could use more socks or other small soft goods instead. Sushi-loving moms-to-be will love this creative presentation!

Get the instructions here: http://dollarstorecrafts.com/2011/08/make-a-sushi-baby-shower-gift/

Loving these Star Wars plushies…

Check out the cute and cuddly Yodas and Boba Fetts on display over at Superpunch!

Here is one set, and there are a bunch more at the link.

these are by Deadly Sweet Plushes

 

Re-design update: a new 404 page

As part of the changes I’m working on to dabbled.org, I decided to create a fun 404 page (you know, the Page Not Found thing you get with a bad link). The new background is watercolor paper, so I created an effect of the paper being torn to see what was underneath–and of course some cute robots peeking through. And the effect even covers part of the header. I thought it was a pretty cute trick. You can see it by going to any link on the site that doesn’t exist, like http://dabbled.org/slkdfjs.

I’ve seen several cute 404 pages recently, but mine was inspired by the one on Swiss Miss (great design site). Here’s her’s.

If anyone’s interested, I’ll write up a quick tutorial on how to make the graphic in photoshop, and also how to incorporate it into your 404 page.

PS: you can see another version of the same thing at my sometimes updated art site: http://nancydorsner.com/sdjflk

Excuse the Progress! Making changes around here…

Since I’m a web designer, it’s pretty sad that I haven’t kept up my own blog up as nice as some of the ones I work on! I’ve been meaning to clean up the look of Dabbled for a while now, and I’m finally getting around to making some changes to the look and feel. I haven’t quite figured out the final direction, but for right now, I’ve mostly been just cleaning up the site look, going for a more streamlined feel with more white space. I also stuck up a modified logo.

so stay tuned, this isn’t final… more to come!