A simple way to put a page loading message for slow loading pages.

July 16, 2010

This came around from me answering a question on Experts Exchange. I had solved this some time ago for myself. But someone else needed some help so I gave them my example. If you ever need a simple loader for pages and don’t want to use jscript or any of that nonsense. You can use my example. Read more

Bypassing security on a word document

July 16, 2010

One of the guys here at work had a word doc that was secured with a password and was not editable. After flexing some brain muscle. I came up with a quick and dirty trick to bypass words security and make a Word doc that was editable using Windows 7 wordpad. Read more

Scion 2010 xB Alpine Premium Radio With Video

June 19, 2010

Recently I got a 2010 Scion xB with the Alpine premium head unit. After doing some research online I saw that it was possible to play video from an external source like a dvd player. I made a video that talks about this and I will post a few picks so that maybe you can also get video on your Alpine radio.

Read more

Crystal Reports: Using A Dataset And Multiple Tables

May 20, 2010

I was recently tasked with creating a excel file export of users in a database. Unfortunately the data is spread across multiple tables. Crystal Reports documentation on the web is unfortunately sparse when it comes to using multiple tables. In the following tutorial I will show you how to accomplish this task using asp.net and C# in Visual Studio 2008. Read more

Slow Samba transfer rates from Samba File Server

May 14, 2010

I was banging my head against the wall today trying to figure out why the heck it was taking 7 minutes to transfer a 12 mb file to my win xp desktop from my ubuntu samba file server. A simple change to my /etc/hosts file now lets me transfer a 514mb file in about 1 minute. Read more

Blocking Yahoo’s Web Messenger From Domain Users Via Hosts Script

April 2, 2010

Management asked us to block access to all chat programs. Programs are easy to do with a Group Policy. However some of the web messengers are harder to restrict. Yahoo’s web messenger is very tricky to stop. However I found a way to block access.

Read more

PDF, Content-Disposition, inline and filename

January 22, 2010

Here’s an odd quirk I came across when trying to save PDFs displayed inline in the browser. It seems that you cannot specify the filename using the Content-Disposition header inline with the Adobe PDF broswer plugin. It completely ignores it and uses what’s after the last slash in the URL. So if your url is like this http://www.mysite.com/makepdffile.php the filename of the PDF would be makepdffile.php when you clicked on save. Fortunately I have found a solution.

Read more

Insufficient System Resources Exist to Complete the API

September 14, 2009

I recently got this Insufficient System Resources Exist to Complete the API error message when working on a friends Acer One netbook. Here’s the fix that worked for me.

Read more

Extracting emails from a file, string or url with php and regex

July 31, 2009

So, sometimes, in life, you have a crazy boss that comes up to you and asks you to do odd things. Like export a folder with a few thousand emails to a csv file. Then extract all the emails from that file. Luckily enough this is possible using php and regex. Below I will show you how I was able to accomplish this.

Read more

Rootkit: UACxxxxxx.sys Sucks as bad as it’s older brother

March 25, 2009

Came across a variant of tdss called UACxxxxxx.sys the other nite.

Looks like the writer updated the code and gave it a new name to go by.

If you want to get this douchebag the hell up out of your system here’s what you need to do.

  1. Download UBCD4WIN from this site.
  2. Download Malware Bytes Anti Malware from download.com mbam
  3. Install and update MBAM onto your system. Run the scanner and after it finds everything on your system look at the list of files it found infected. Note the exact file name for the UACxxxxxx.sys infected file that is in C:\WINDOWS\system32\drivers. It might be in a different folder so make sure you note that down also.
  4. On a non infected system install and create a UBCD4WIN.
  5. Go back to the infected system with the UBCD4WIN and boot up. Once you’re in browse to C:\WINDOWS\system32\drivers and remove the UACxxxxxx.sys rootkit.
  6. Run MBAM to make sure you are free of this abomination.

If you follow these steps you will be UACxxxxxx.sys free. Let me know your experiences.

Next Page »