Jun
20
Filed Under (Software) by Dan

2009-06-20_195838Well if you have ever wanted portable apps on crack this might just be the application for you.  With USB keys getting up to 128GB these days trying to find stuff to fill it is about half the fun!  Well just ran across this application the other day, it puts Portable Apps to shame and has over 200+ applications that are easily updateable and easy to download new ones.  It also allows you to easily add applications that are not part of the general install package.

The ultimate package comes with over 200+ applications and download at about 200MB and unzips to about 600MB.  I finally have everything I could ever want on my work laptop without having to worry about actually installing software on it!

LiberKey Website



Jun
19
Filed Under (Codeing/Development) by Dan

anyversion-icon-32x32-32bitI thought that I wrote about this a while ago…but I guess not.  Sometimes between working from home and working at the office sometimes I am missing my network mappings to get to the shared folders that I need.  Well with the easy command of:

Net use DRIVE: \\SERVERLOCATION

You can map your network drives via a batch script.  Also if you are at your office you can just run ‘Net Use’ and see all the drives you are mapped to and their locations.  This can make creating your batch script much easier.  All about the efficiency!



Jun
10
Filed Under (Software) by Dan

cd-drive-iconWell I ran across a reason to look for this the other day.  I was downloading some stuff and ended up downloading an ISO, because I didn’t really want to go upstairs and get a CD and deal with burning one I figured I would try to virtually mount the ISO to a drive.  After about 3 software attempts I found that this was the best solution.

MagicDisk allows you to mount up to 4 virtual CD drives and then you can mount the ISO to the drive letter.  Very handy and super easy to use.

MagicDisk Website

Magic Disk Download



May
31
Filed Under (Photos) by Dan

So Laura and I decided to go on a little hike this past weekend.  The weather was great and it was a really nice temperature out.  The hike was about 6.5 miles round trip the turn around point is where they were going to build the Summer White House in 1911 but never decided to



nexusfontIf you are like my wife you have 1000’s of fonts and find it really hard to compare them and try to figure out which one to choose while you are developing something.  This application called NexusFont allows you to easily visually manage your fonts.  It also has an install that allows you to manage and clean up the fonts you have installed on your computer.  It is super lightweight and easy to use

NexusFont Website

NexusFont2 Download



May
29
Filed Under (Software, Web Sites) by Dan

freefontsYou can never have too many fonts on hand and it doesn’t hurt especially when you are making a new header logo or something.  This site has a ton of free fonts, and after you have downloaded a ton of free fonts there is an application called Windows Font Explorer to help you view your fonts

1001 Free Fonts



May
29
Filed Under (Software) by Dan

drvbk3-thumbThis is a great little app that can save you lots of time and frustration when restoring a computer from scratch.  I just rebuilt an old laptop and spent a fair amount of time hunting around for the drivers as we lost the restore CD some time ago.  This software makes a quick backup of all your drivers and then you can store that somewhere and if you need them just popin the CD and restore the old drivers!

Driver Backup



43px-passwordsvgSo I moved my Wordpress install to the root folder of my website, which was a huge pain (basically I created a new install and then imported and dragged everything over).  But everything is up and working now but the only issue I had was for my Forum.  Since my forum sits in a password protected directory (thanks webcrawlers trying to register!) it was causing a 404 error when I tried to go to the folder.  It seems that it does’t handle a 401 authentication correctly and incorrectly throws a 404 error after the redirect.  All you need to do is add one line to the .htaccess file in Wordpress’s main directory.  Below is the line you need to add:

ErrorDocument 401 "Unauthorized access"

It’s that simple and that will make the directory function as desired



font-testerThis is probably one of the biggest things that I struggle with when tweaking a CSS file.  What font-family to use and how it will work.  Well finally I ran across a website FontTester that will allow you to choose the font family and see the difference.  This should save a whole bunch of time when creating or editing new sites.



Apr
22
Filed Under (Software) by Dan

portable_ubuntu_splashI have been looking for this since I started playing with Linux a long time ago.  This way you do not have to reboot your machine to run Linux and you can run it natively in Windows.  This allows you to run your favorite Linux applications inside Windows without rebooting and it just shows up like a windows application.

Sure you can go the virtual machine route, but that is a huge pain in the butt and can take a long time to setup.  This makes it so that Ubuntu runs totally separately from Windows so you can install applications and take it with you and put it in another computer with all your favorite applications ready for you to use.  This is hugely helpful for things that need X-windows or any terminal output as Linux does a better job.  Lifehacker has a full writeup on the application check it out to read the full article.

Download Portable Ubuntu!