Skip to content

Free iPod

I finally gave in and decided to try one of the those ‘Get a free iPod’ offers. I did some research before signing up, and it seems as though this offer is totally legit. To get the free iPod you have to complete 1 offer (some offers are free, some cost less than $5), and get five people to do the same using your referral link. From what I’ve read gratis (the free ipod company) gets ~$100 for each person who signs up for an offer. That means that when you complete the requirements for a free ipod they already have $600 in their pocket and an ipod costs ~$300. So, if your interested in getting a free ipod, and are feeling really kind, please sign up with my refferal link.

Continue Reading

XASH: Flash Help File Viewer

XASH, a Flash help file viewer written in Cocoa whose goal is to make it easier & faster to view flash help files is now available. At the moment the implementation is very simply and doesn’t provide any advantages over Flash IDE help viewer (other than its faster, open-source, and a native Cocoa application); but I’m planning on adding filtering and searching features which should make finding the right help pages alot easier. If you have any feature requests or bug reports please let me know!

Continue Reading

Dreamhost Review

Ok, so heres my mini review of Dreamhost. Dreamhost is definitely not as easy to use as my previous host, alot of features that were provided automatically with hostm.com have to ‘manually’ configured. For instance, hostm.com had a 1-click install feature for blogs and forums. Now dreamhost claims to have a one click install, but it really isn’t one click, dreamhost simply sets up the mySQL database and automatically fills out the database config file, Hostm did everything for you. However, dreamhost provides alot of power with their hosting. Since you have SSH access to the server you can compile custom versions of PHP, or any other command line application you need. I compiled CSS Optimizer on dreamhost without any problems…

Continue Reading

Switched!

Everything has been successfully switched over to the new Dreamhost server! So far so good, the only gotcha I came across was that Dreamhost has disabled allow_url_fopen for security reasons, so including files in this fashion would not work, all paths had to be relative: [code lang=”php”][/code] I ended up adding the root server directory to include_path to allow me to reffer to files with an absolute filepath without using the http://blabla.com. Other than that everything went pretty well, Dreamhost has a very extensive k-base and wiki which helped me very quikly resolve other small issues that I came across…

Continue Reading

AS3

Wow, those engineers at Macromedia must really be coding hard. Less than 2 months after Flash 8 was released we now have Flash Player 8.5 and AS3. I cant keep up with all these new technologies. 😛 I looked through the AS3 FAQ and all the new features are very exciting. AS is really moving towards being a full featured language like Java or C. We now have types such as int, uint and variable identifiers such as const- sweet. Flash 8.5 (finally!) has a regular expression class, why did it take them so long to add this? Lots of additional classes have been added, AS3 is looking more like a framework like Cocoa; very cool…

Continue Reading

Sed Messed Up on OS X?

While trying to further my knowledge in unix/shell programming I’ve found that the unix command sed is messed up in os x. I think the problem is that the GNU/linux versions of some commands are different that the Darwin/BSD versions, this might be obvious to you linux/unix gurus out there but to me this is new news. I always assumed that the functionality in the commands on os x and most linux variants were the same.In any case, I downloaded the GNU sed source code and compiled a nice fixed sed command for myself (After I compiled it I found out you could of just easily gotten GNU sed through fink-commander. :P). Walla, the newline problem I was having with the mac os x version of sed was fixed.

Continue Reading

Remove All Files Without Certain Extensions

I needed to remove all files in a hierarchy of folders that didn’t have certain extensions. I searched the net for a quick & dirty bash script to do this, but all the scripts I found only removed files in the current directory, I needed to remove files in the current directory and child directories. Heres the bash script I came up with. Assuming ~/Desktop/targetDir is the root directory you want to remove files from, and you don’t want files ending in .css, .html, or .htm. NOTE: if your file paths contain spaces this command will probably fail/mess something up. I take no responsibility for anything that happens to your computer because of this script. Hopefully somebody might find this useful.

Continue Reading

Switching To Dreamhost

Well, I think I finally have given in. Over the next 2 months I will be transferring all my sites over to Dreamhost from Hostm which have been an ‘ok’ host. Dreamhost however currently is having an amazing deal- 80% off of their hosting. Thats just incredible, considering their price is already low at $10/month. A few other things that I like about Dreamhost: SSH access, I used this on a clients Dreamhost account and its pretty sweet. Always improving their services, every few months they add or enhance their service. I like their Kbase, its very nicely set up with ability to post/read comments to articles Their referral program is awesome I have 97 days to test it out to see if I like it or not…

Continue Reading