Mike Says Meh The blog of Mike Kauspedas | Hosting by www.gearhost.com

9Sep/110

The reign of the Intellimouse is over

For a long time I have been a huge fan of the Microsoft Intellimouse, the original one with the button on each side for back and forward. It's the right size, has the buttons I need, and works - FOREVER. Seriously, I have had mine since 2001, dropped it, washed it, shocked it, thrown it, etc. It just keeps going. the only problem with it, is that I only had one.

The old timer

After trying numerous other mice, I decided to simply buy another one for work, and maybe a third to carry around in my back pack so I started searching. For reasons I can't explain, I'm "have to have it now" person. Even though I can save money online, I like to go to a store, buy it, and have it in hand instead of waiting for shipping. I can justify this by convincing myself that the cost of the item online + shipping is just as much as in store. So I ventured out looking for my beloved Intellimouse, they still sell them online so I figured stores would carry them as well. Nope, stores do not carry that old mouse anymore and since I HAD to have a new mouse, I opted for another one. The Microsoft Comfort Mouse 4500.

And mine is Sea Blue!

Before I continue, something just came to mind, I like wires. I've had a wired mouse for so long that I think I've gotten used to the drag, and thus I always want a wired mouse. Since they still sell wired mice, I can't be alone. Thus, any mouse I buy has to be wired, and the Comfort mouse comes wired and wireless, and the wired version is much harder to find (in store).

Back to the new mouse ... So I found this one on display in an Office Depot/Max something or other store. It caught my eye because of the familiar shape, the wire, and the two nifty buttons on the side. I covered it with my mit, pushed it around, rolled my fingers over the scroll, then checked the price. $25, that's not too bad, I've payed $80 for a stupid gaming mouse before.

That was a few months ago. Since then I have fallen in love with this new mouse and it's replaced the once champion, Intellimouse. Oh, the Intellimouse still holds a special place in my heart, and I'll never throw it away, but this new guy has all the great features I loved about the Intellimouse plus one special feature I didn't even realize I need, blue track. this mouse works on anything, without a mouse pad. In fact, I carry around a mouse pad in my back pack because optical mice need them most of the time.

What I love about the Comfort Mouse 4500

  • Wired
  • Left and right buttons on the side
  • Size and shape
  • Scroll wheel
  • Blue Track
  • Price

 

6Sep/110

Ganged vs Unganged memory

I decided to dig into unganged vs ganged mode and how it affects memory performance. I've never really found anything definitive online, and it's a mixed bag when it comes to what you should or shouldn't configure. This isn't scientific testing, after all, I'm not a scientist. However, it does have some results and I have screenshots, so hopefully it answers some questions for anyone who stumbles across this blog. Here goes ...

My Specs

  • CPU: AMD Phenom II X3 720 @ 3023MHz (3GHz). Just a little overclocked by 200MHz.
  • RAM: 8GB DDR3 720MHz (DDR-1400). 4 sticks of 2GB, 2 are kingston, 2 are OCZ
  • Video: ATI Radeon 4870 750MHz GPU | 900MHz RAM (default)
  • Mobo: Asus M4A785TD-M EVO
  • Windows 7 Home Premium x64

I used two programs to run the benches, RightMark Memory Analyzer version 3.75 and Passmark Performance Test and just took screens of the numbers after I ran the tests. Like I said, not very scientific.

We'll start with un-ganged.

Un-ganged results passmark test

 

un-ganged results with multi-thread rightmark test

And here are the ganged results.

Ganged results - passmark test

 

Ganged results multi-thread rightmark

As you can see, slightly better performance with "ganged". And I mean slightly. Bandwidth is a little bit higher and the passmark score is as well, but obviously un-ganged is not a huge performance hit. I did notice that Windows felt a little snappier in ganged mode, so I decided to leave it at that.

Filed under: Games, Tech No Comments
25Mar/115

ColdFusion 9 ODBC Server will not start

Ran into a weird issue with a customer today, their CF9 ODBC server would not start. It was giving this error in event viewer.

ColdFusion 9 ODBC Server@LOCALHOST,ErrorCode=430,ErrorMessage=Failed to open event trace file because the file version is not recognised.

I couldn't find anything on Google so I drilled down into the folder that contained the exe's for running ODBC. C:\ColdFusion9\db\slserver54\bin. I noticed a folder called tracing one directory above this. I renamed it and created a new empty folder named "tracing" and the services started without any issue. Deleting the ColdFusion 9 ODBC Agent.trc and ColdFusion 9 ODBC Server.trc files would probably do the same trick. Thought I would share in case anyone else is struggling with this.

Filed under: Tech 5 Comments
10Mar/110

Sprint 4G Speed at home

My 4G speed at home on my Sprint Evo, not too bad. Listened to Pandora on the ride into work today without any pauses.

Speaking of Sprint, my wife's contract ended so we went to a Sprint store to add her to my plan and buy her an Evo. They gave us $200 trade in for the old iPhone 3G (not even a 3Gs) and a $125 bill credit. Didn't expect that at all, we basically didn't have to pay anything for the phone.

Filed under: Tech No Comments
14Nov/100

Get rid of 500 errors for WordPress in IIS

Tired of getting these errors in IIS for WordPress? This is the 500 error normally displayed when there is a website problem. But behind it is the real error, that you need to see, without logging into the web server and running it locally.

Here is one of the many wordpress errors that may be behind the infamous IIS 500 error.


How do you get to see the real error? it's actually really simple, just login to IIS and edit the feature settings for error pages. First open IIS and go to your site. Then double click on error pages. 


On the right hand side click on edit feature settings.


Then choose detailed errors and click ok.


Oh, you don't have access to IIS because you're on a shared hosting provider? Just edit your web.config file and add this line near the very bottom, just above /system.webserver.

<httpErrors errorMode="Detailed" />

Filed under: Tech No Comments
29Oct/100

IIS 7 Url Rewrite with WordPress

I just switched my site over to yet another web server. This one is running the latest and greatest, IIS 7.5, Windows 2008 R2 x64. Plus I want to do some more testing and playing around with WebSitePanel (WSP). WSP used to be DotNetPanel, then they went open source and now it's a free control panel for Windows servers. But more on that later.

Since this new server is IIS 7.5 and URL Rewrite 2.0 is installed, I thought I would switch from ISAPI_Rewrite and give it a try. I looked really quick for some guides, and made some rules. The best part is, WordPress after version 2.8 is completely compatible with URL rewrite, AND will even update the web.config for you. How cool is that? Here's the guide on how to do it from iis.net.

http://blogs.iis.net/ruslany/archive/2009/05/16/iis-7-url-rewrite-module-support-in-wordpress-2-8.aspx

It's very simple, just make sure to give write access to your web.config.

I've always had my domain name rewrite to www, so I added that as well. Another simple rule and the code is below.

                <rule name="Add www" patternSyntax="Wildcard" stopProcessing="true">
                    <match url="*" />
                    <conditions>
                        <add input="{HTTP_HOST}" pattern="www.mikesaysmeh.com" negate="true" />
                    </conditions>
                    <action type="Redirect" url="http://www.mikesaysmeh.com/{R:1}" />
                </rule>

Just change www.mikesaysmeh.com to your website address.

Last, I found this guide and used a couple.

http://blogs.iis.net/ruslany/archive/2009/04/08/10-url-rewriting-tips-and-tricks.aspx

I removed the trailing slash from my URL and enforced lower case. There are a myriad of other rules out there as well, and being that all you need to do is add them to your web.config file, it's too easy to pass up.

If you need a host to support this all, look no further than the one I work for, www.gearhost.com.

Filed under: Tech No Comments
21Oct/100

Framerate drop when casting in WoW

I just ran into this problem on my home PC. (Lots of WoW posts, just got around to trying patch 4.0.1). I have a 3 core AMD proc and a Radon 4870. Plenty of power to run WoW at highest settings on my "tiny" 22" LCD. (1680x1050) And so it does, when I'm running around. But the minute I cast something, the FPS goes from 80 to under 20. I could not figure it out for the life of me. I tried turning off and on every setting in WoW for video, and even lowering everything to low. (Of course latest drivers and all that too.) Then I even tried turning off ATI overdrive, then turning it back on but setting the fan high so the GPU was cooler. Still notta. So I turned to the internet. Low and behold, a blue post on exactly what I needed to do.

http://forums.worldofwarcraft.com/thread.html?topicId=27187856635&sid=1

Setting multisampling to 1 fixed my issue. BUT, I had to restart the game, that was the key. I tried that before bu never actually restarted. Now my FPS stays between 70-80 and runs super smooth. Yay!

Filed under: Tech No Comments
21Oct/100

How to keep the Macbook Pro cool while playing WoW

Almost a year ago I bought a Macbook Pro for school, and then I found it can play World of Warcraft, and decently. However, the Macbook Pro is a notebook and it gets hot. Really hot actually. So hot I can't touch parts of it, like above the function keys. This worried me, but Apple said it's normal, and when playing games I should elevate it, yada yada. Common sense stuff I know from working on PC's for the last decade. Elevated it was, but it was still very hot. I decided to start measuring the temperatures so I installed an application called iStat. iStat is a free program that gives you all sorts of valuable information, and temperatures. As I played WoW I would occasionally hold the command key and hit M to switch WoW into window mode. Then I'd pop into dashboard and check out iStat. The CPU would normally be in the 190F range. Way hotter than I had seen before, but according to Apple perfectly normal and fine. After all, the CPU is rated to 220F according to them. I found other people with similar issues and the same concern I had; reading through forums and blogs. But I paid a decent amount of money for this laptop, a lot more than a comparable Windows laptop, and I only had a year warranty. Heat will destroy components, I don't care what they rate as normal. It may be ok now, but it's going to eventually break something.

So I did some more research. I already had a laptop stand/cooling pad and the Macbook sits on that any time I am using it like a desktop. That's one way of keeping it cool, buy a stand for it. With or without fans, both will help but with fans is better (but noisier).

The next solution I found was to use software to control the fan speed. I installed SMCfancontrol. 3000rpm is a good base value while playing WoW, this should keep the temp down significantly. I actually ran mine at max and got temps in the 130F range. Huge improvement! But max is really noisy and will probably cut down on the life of the fan.

Another solution is an in game feature of WoW. In the latest version of WoW with patch 4 you can set the max fps (frame rates per second). I set mine for 35 and the game runs smooth and the temps stay low. Go to your video settings and click on advanced, then move the slider to the about the x in "max" and I got 35. hit control + r to get a display of your current fps in WoW. I just played with the slider until it hit a steady 35. It will help to have your character look at the ground. Your fps go up and down depending on the environment and how much of it you view. Indoors you get much higher fps (good), outdoors it goes down (bad) because the video card has to render so much more. 35 is great middle ground of smooth game play and performance.

Another in game solution is to lower your graphics settings. I have mine set to low and the game looks ok and is playable. I also have a nice gaming PC that I can turn to max when I want things to look pretty. But for normal leveling and instances on my low level character, low graphics settings is fine for me.

I combine all the solutions into one, but it wasn't enough for me, or it was too late. Now when I play WoW I get artifacts, little screw ups in the rendering of WoW. Like instead of the texture of the ground, I get a little color square.

Those little brown dots are artifacts.

See the rectangles above the spells? More artifacts :(

In the end I will have to bring my Macbook into the Apple store and see what they can do. I still have the one year warranty until December, so at least there's that. However, the solutions I put in this article can help prevent your Macbook from receiving the same fate. If you're playing WoW or any games for that matter, take heed! Cool your Macbook, or you'll end up with a Macbrick.

UPDATE!!

I switched some of the graphics in WoW to "fair" and the artifacts went away. So far they haven't returned after about an hour of playing.

Some other helpful links:

http://www.eightbits.org/?p=174

http://discussions.apple.com/message.jspa?messageID=11506936

http://www.dailytechnobabble.com/mac-tips-tricks/how-tos/how-to-keep-your-macbook-pro-running-cool/

Filed under: Tech No Comments
13Oct/104

microsoft.ace.oledb.12.0 provider is not registered on the local machine

Sorry, I really don't post this stuff enough and it's probably helpful to the few people who run into these weird issues. Working for a web host, I run into weird issues all the time. We deal with a plethora of different customers using different technologies, software, applications, configurations, etc. Here's something a customer just ran into, and fortunately resolved themselves.

They are using an Excel ODBC driver on Windows 2008 R2 x64 to import some data into MSSQL 2008 R2. When trying this through their site in IIS 7 they got the following error.

microsoft.ace.oledb.12.0 provider is not registered on the local machine

The fix is simple, just set your application pool to allow 32bit applications. If you don't, only x64 DLL's will run. To do this, open IIS, navigate to application pools, right click on the one for your site in IIS, and then click on advanced settings. Change "Enable 32-bit Applications" to true and click ok. For good measure, stop the application pool and let it sit for 30 seconds, then start it back up.

Filed under: Tech 4 Comments
10May/100

Cloud Computing Explained

Great graphic giving some basics on cloud computing. Almost any web host now can offer cloud computing simply based on their infrastructure. However, true cloud computing is pay as you go for what you use. Meaning you only pay for the CPU cycles, disk space, and bandwidth used by visitors to your site or that use your SaaS. GearHost, for example, uses cloud computing-like technology but we offer classic hosting plans with limits. In the very near future we may be offering a single ala cart plan that allow customers to purchase only what they need.

What is Cloud Computing?
Via: What is Cloud Computing?