• Home
  • About Mitch
  • Speaking
  • Articles
  • Contact
  • Home
  • About Mitch
  • Speaking
  • Articles
  • Contact

Digital Strategist

WordPress Developer

Content Creator

Unapologetic Punk

Mitch Canter

  • X
  • Bluesky
  • GitHub
  • Twitch
  • YouTube
  • LinkedIn
Technology

Google Chrome and Internet Explorer IE8beta2: First Impressions

CMDR Mitchcraft

Reading time: 2 minutes

For those of you who are looking for Google’s next big launch, it just happened.  Google Chrome is out in full force and I’ve got my first impressions.

First of all, the browser is beautiful.  It takes out all of the crap (menu bars, bookmarks) and hides them within the interface.  Want to head to your favorite site on “Nintendo”? Just type in Nintendo and your site will pop up, no matter what the URL.  You even have to tell it to manually add the home button, just in case you’ve never used it on Firefox or IE.

My one complaint, however, is that (just like most browsers), Google’s browser has styles built in that provide structure to the site.  While a padding here or a margin there may not be the end of the world for a normal site, highly-specialized sites may not like the formatting that Chrome throws in (just like it doesn’t like the formatting that IE throws in).

The main juiciness in Chrome is not what it looks like, but how it runs.  Whereas most browsers are single threaded (allowing one part of the site to run), Chrome is multi-threaded.  If there’s a hefty javascript that needs to be ran on-site, the rest of the page will load first and the javascript will fall into place when it’s done.

Against Firefox, sites look very similar as far as rendering goes (minus the “browser styles”).  There are no other major issues, which is phenomenal for a beta.  I’ve been surfing for about 20 minutes with no slowdown (something I would occasionally get with Firefox).

On the flip side, Internet Explorer 8’s beta 2 released today. I upgraded from IE7, and a funny thing happened.  Every site that I put my “PNG Fix” javascript will now not show those .png images.  That means that (once again) I have to go fix my code to work with Internet Explorer.

What that means, however, is that the new IE should natively display transparent .png images.  I will have to do more research to test, but here’s to hoping.

Browser, Google Chrome, IEbeta2, Internet Explorer
  • A Responsive Menu Solution for WordPress

    A Responsive Menu Solution for WordPress

    Reading time: 3 minutes

    Edited 01/14/14 to work with WordPress 3.8 A few months ago I modified a really cool WordPress template and started using it for my own clients.  As part of the overhaul, I realized that there was no really good way (included) to turn a WordPress unordered list into a menu that would work on a…

    Development, WordPress
  • The State of WordPress Plugin Development

    The State of WordPress Plugin Development

    Reading time: 4 minutes

    Seeing all the fun plugins you guys posted to the site today has reminded me of a topic that I’ve both seen published on other sites as of late and been pondering myself lately – the authors.  I’ve co-created a plugin, and it’s currently residing well in the plugin repository, but it hasn’t been all…

    WordPress