nuest stuff:
Solved: Shivering Isles Freezes/Locks Up At The Garden of Bone and Flesh
I just bought Shivering Isles from the PS3 network last night and was very disappointed when the game constantly locked up during the quest, with Ice Veins, to kill the Shambles in the Garden of Bone and Flesh. If this is annoying you, I did find a workaround through trial and error to finish the qu...
How To Load Another Users Profile Data In Drupal
Drupals built in function for loading profile, profile_load_profile(), loads profile information but designed for the currently logged in user. If you want to grab the profile data for another user, well, if there's a Drupal function for it, I haven't found it yet. So what to do in a case whe...
How To Extract / Uncompress CPIO File From Oracle
Oracle's stills tuck in the stone-age. CPIO was a data archiver designed to be used for storing data directly to tape. I guess Oracle has some staff that can't recognize it's 2009 since they still pack their Oracle installers using CPIO. Regardless, you may have come here looking for the way to do t...
Get All 'Terms' By Using Category Name In Drupal
Using Drupal's taxonomy, I found an instance where I wanted to get all the terms that were populated in a particular category. Using Drupal's taxonomy feature, I create a vocabulary and then create terms I then assign to the vocabulary. In my case, I want to treat the vocabulary as a master category...
Xen Boot Hangs At crond
You may run into a problem booting a Xen instance for the first time after creating it. I did on Debian Lenny with Xen 3.2.1. To fix the problem, DomU (your guest domain) needs the following line added to it's XEN config file (not xend's config file): # Make TTY login work extra='xencons=tty1...
How To Make A Secure Password You Can Easily Remember
I wrote an article on my security website, http://www.zone260.com, about strong passwords. You may have come across this recently, where a website is asking you to generate a password that's at least 6 characters long, has numbers, blah blah blah. At least some sites have the cool secure meter that ...
FIX: TinyMCE Does Not Save Image Properties In Drupal
If you're using TinyMCE with Drupal, you may be experincing a problem where the image properties are not saving. Things like setting the alignment, spacing (vspace, hspace), or rolling your own css like the float, margin, padding, borders, etc. It looks fine when you edit the properties on the page,...
How To Get A Node Object By The Page Title In Drupal
Sometimes you may have the desire, or requirement, to get a node object and all you know is the page title. Currently, Drupal does not have a function (that I know of ) for getting access to a node object this way. And why would they --the Drupal architecture allows you to have two or more posts wit...
How To Check For A File In PHP (And Get Useful File Info)
Sometimes you may need to just simply check if a file exists from within your code, without having to open it or do anything else. Sure, you could just open it and see if it was successful, or do something more ugly like open a shell and do an ls for it (yuck!). But, a more elegant way to check a fi...
How to make links clickable <a> tags in PHP
A simple function will turn all your links into clickable a tags that take you to the source of the link. The caveat? This function will only convert address's that start with www or ftp, and there can be no characters before the beginning or end (except whitespace). At some point, I'll update this ...
How To Get The URL Alias In Drupal
Drupal has a core module called "Path" that allows you to set your own url name, instead of the node/40039 or other number Drupal will assign to new content posts and pages. Now, perhaps I overlooked something in my configuration, but I noticed when I put Drupal in charge of printing out the url pat...
How To Get Access To The Current $node Object In A Drupal Block Or Elsewhere
One thing I noticed about Drupal's architecture is that it doesn't pass the current $node object everywhere you may want to use it. This has been a pain in the butt for me, and probably others who extend Drupal as much as possible with all sorts of digital duct tape. Therefore, I spent some time ...
How To Get The Absolute URL Path, Absolutely, In Drupal
Managing web systems, providing developer support and developing web applications myself, I have come across a lot of programmers that like to use relative paths in their web sites. This was ok back in the day of the static site, where all your edits were done directly on your production server. ...
Are Spray Bottles Designed to Fail?
It seems that every spray bottle I get, be it Formula 404 or whatever fails to spray by the end of the bottle. The trigger to the spray handle works fine when the contents are full, but when it gets to the end fails to spray properly or starts to stick. And this usually happens right when the bottle...
How to fix funny characters when using RSS and PHP
If you're trying to import an RSS feed (or feeds) in your website and seem to have some problems with funny characters or formatting, read on. The Problem When printing the content from your RSS feed using PHP or other programming language, some of the characters do not print right. ...
7 More Habits of Highly Effective Linux Users
This is a response to an article I read from Rami Taibah, The 7 Habits of Highly Effective Linux Users. In it, he professes seven useful tips for new Linux users he wishes were impressed upon him when he began his adventures as a Linux user. Kudos to Rami, all his habits are not only highly effectiv...
Introducing Betamax
From the 1979 Sears spring catalog. Click for larger image. ...
The Top 15 Metal Songs of... 1990? [Audio Included]
1990. It was a new year, the first one in the last decade of the millennium. A gallon of gas cost about 99 cents. Fat chicks had a new friend called spandex that would grow with them, and Dana Carvey was doing the best Bush impersonation ever seen. There was also a radio show called Nasty Habits,...