A small shocker using Maya on a Quad-Core Intel processor was that CPU usage by default was about 50%. Yes that’s right FIFTY PERCENT. It looked similar to this:

Maya using only 50% CPU usage.
This was a little disappointing – Maya 2009 basically caused another dual-core machine to grind to a halt, and was only using about half the potential of the Quad-Core.
This was my first time actually using/seeing Maya (I was helping out someone else who needed some rendering distributed), so I searched around. It took forever, but I finally came across the fix.
If you’re using the default Maya Software renderer, there’s an option in the Render Settings menu, but I wont go into that here. The individual I was helping needed MENTAL RAY to be used (instead of Maya Software Renderer), and there wasn’t an equivilent option in that menu.
If you’re using Mental Ray, this is where you make the change: Read more…
I use a wrapper (SJSB) to show my SMF forums on my Joomla site.
Tiny issue is that the text shows up quite small on the Joomla site. It’s alright for me, but if anyone’s got poor eyes, a tiny screen, or a high resolution, it’d be brutal. I could have changed the CSS to simply make it bigger, but the smaller size actually suits the site.
To compromise, I decided I’d give a link to go to the “full” forums (which has a normal, larger size). Now, both sites share the same code, which means that link would normally show up on both. “click here to go to [exact same site] if the text is too small” would be a little silly.
Luckily, I came up with a simple php solution. It goes like this: Read more…
Here’s the issue. For the EGRR site, I have forums.eyeglassretailerreviews.com . I decided to install SJSB (Simple Joomla! 1.5.x / SMF 2.x Bridge) so that I could display the forums in-line (wrapped) on the www.eyeglassretailerreviews.com site as well. It works very well aside from the initial broken CSS, but I’ll give tips for formatting the CSS in another post.
In any case, one issue was.. duplicate content! Since all the pages were available at both “sites”, Googlebot would undoubtedly see them as separate sites with the same content – not good! There are 3 options:
- Leave it be, let google figure it out (not ideal)
- Use the noindex and nofollow meta tags on one of the sites
- Use the canonical meta tag to tell the bots which site is the preferred one
Option 1 was obviously not much of an option. Option 2 I really considered. The downside though is that if somebody LINKS to the site with the noindex, the potential pagerank will be killed. I decided to get Option 3 to work, since there are 0 downsides to it. Read more…
I’ve been going through phpmyadmin doing a little database optimization throughout my sites. One big surprise was massive overhead in the “wp_comments” table for this blog.
“Overhead” usually comes into play when you’ve deleted something, whether it’s a Wordpress post/comments, Joomla articles, etc. It’s space that’s basically empty in the database (since the stuff’s been deleted), but is still taking up room.
In any case, I was shocked at how much was removed the first time – quite a few megabytes. Then again, this blog’s been going on for 3 years now. To give an idea as to how much can be cleaned up, after the first clear, I emptied the spam left by Akismet, and took a screenshot: Read more…
Writing my last post got me thinking about link directories. I’ve used them in the past. I don’t anymore.
See… They’re legitimate.
But they’re not very useful. At least not in the way most people try to use them. Website Traffic.
Read more…
A huge concern I had back when I first started my sites a few years ago was getting my sites indexed quickly. Really, I had spent hours making an excellent Eyeglass Review site, digging up piles of information and providing it to others. I went so far as to later buy glasses to review for the site. I spent yet more hours putting together a free warcraft map download site. One thing I hated about all the other sites was that it really didn’t give information about each map… The site owner had probably never even PLAYED most of the maps they provided. Mine was to be different. All the maps I provided had detailed info on how each custom map/game worked, how many players it supported, etc, with a tiny image of the loading screen. It didn’t take 10 clicks of ads to get to the download page either. I made it to be something I would love. It incidently now has more traffic than any of my other sites.
I believed in my sites. I put hours and hours making them into something that would provide for others what I wanted myself. I really wanted to get indexed quickly so people could start finding my site. Read more…
A couple of my sites provide a lot of files for download.
On my old webhost (asmallorange – a great shared host by the way), I originally started with a few small websites using their “Tiny” plan – a $25/year (just over $2/month!) plan that provided 75mb of space and 3GB of bandwidth per month. As needs grew, I kept increasing the plan, but it got to the point where I was upgrading just to get more and more bandwidth. I went from paying $25/year to $25/month, when really my sites would have survived in the end on a $10/month plan if I didn’t offer free downloads.
I eventually moved to a VPS for various reasons, but again, an issue became “what happens if I start using too much bandwidth”. I then thought of a solution! Use a host that oversells! Read more…
Just about everyone’s seen this issue at some point or another. It’s a pain when it happens on your own site though. You click a link, expecting a download to start, and low and behold you simply get a new webpages with a pile of garbled text.
Reason: For whatever reason, the MIME type of that file’s extension isn’t set on the server.
The Fix: The most simple way for most is to simply edit your .htaccess file. Add the following line:
AddType application/octet-stream zip
Replace zip with whatever the extension is. So if it’s.. warcraft maps for instance (mapname.w3x), use AddType application/octet-stream w3x. If it’s a .msu file, AddType application/octet-stream msu . And so on. What this will do is force the viewer’s browser to download whatever the file happens to be.
There are other ways to set the MIME type, but .htaccess is generally available to most people whether they’re on shared or dedicated hosting. In the event you’re using a webserver that supports .htaccess, ask your host how to change MIME types in your particular environment.
Joomla has a pile of extensions that can be used to insert ads into Joomla content. I tried about 10, and they all had a lot of limiting things about them…
- Often support only 1 type/style of ad
- Many have “broken” things about them (won’t display colors properly etc)
- In the case of adsense, many have very limiting options
- Some force you to choose a position, and if you choose LEFT or RIGHT, it’ll wrap all your text around it – something you may not necessarily want.
I decided just to forget the adsense-oriented stuff and and find something that would let me just plug in my adsense code somewhere, and then insert my Adsense code easily into content whenever and whereever I wanted. It turns out an addon called “Jumi” was the way to go. Read more…
Something little I wanted to do – I moved from a shared host to a VPS. Rather than doing the typical account backup, I had transferred the files and databases individually.
The logs were easy enough to find in the original backup – they were in:
/home/ACCOUNT/tmp/awstats
The files are named something similar to awstats012007.somename.com.txt or in the case of an addon domain, awstats012007.anothername.somename.com.txt . This is important to note, because if you used a different account name on your new server, you’re going to have to RENAME these files – particularly the somename and if necessary, anothername parts. If you want to see what the new names are, browse over to your new site – as long as awstats has run (by default it only runs once every 24 hours), you should see the format of the new filenames. Read more…