Dec 21, 2010 @ 10:12 pm by jhazlett
Hi Everybody!
I have uploaded a new application called WOLSend. It’s a very basic command-line only program that allows you to send the “magic” packets on a local area network to wake up specific computers. To add to the program, I have for the first time for any of my applications, released the source code for the application into the public domain. It is a very simple amount of code, and it’s my first step towards being more open with my free applications. Feel free to download the source and compile it yourself. All you need to do is create a new command line project in Visual C# (I used 2008, but it will probably compile in 2005+) and remove the Program.cs file, replacing it with WOLSend.cs. It may or may not compile using Mono in a Linux environment, but I have not tested it at this time.
You can see more details about WOLSend by visiting the application details page.
Oct 04, 2010 @ 09:00 am by jhazlett
Hello everyone!
I have recently noticed that a significant amount of TrueIP users have set their update time to an unrealistically low value, which is causing servers to slow for others. I would like to request a few changes be made if possible. Firstly, while I originally included an update page on the futurec.net domain, it is not longer available. There have been hundreds of thousands of requests to this page that no longer exists which are needing to be redirected to something like myip.dnsomatic.com. Recently, there have been firewall rules being put in place on the server to drop all connections from repeat requests from the same IP address. If you still have the www.futurec.net/trueip.php source setup as your primary IP, please change it to myip.dnsomatic.com, which provides the same service. Secondly, please increase the amount of time between refreshes if you are using a high speed connection like DSL or cable. Your IP address most likely doesn’t change more than every 15 minutes. If you are on a very flaky dial-up connection, then it probably doesn’t matter too much if you are requesting it every few minutes, since some of the requests would fail anyway.
With these changes I think that people will have a better experience with TrueIP and the server admins will have an easier time with connections to their servers.
Thanks
Mar 27, 2010 @ 10:38 pm by jhazlett
I have been doing a lot of web development for work lately, and part of the development was making graphics for buttons and headings and such. The design called for buttons that looked like “glass,” and every time I needed a different color, I had to open my template file, change the colors with Photoshop, and re-save a copy. I decided it would be much simpler to have an application that could do it for me by just dragging color bars around until I found the perfect color. It saves me a lot of time creating new buttons that match all the previous buttons on the same site.

Glass Button Maker Main Interface Screenshot
It is a very simple application that requires little input to generate the desired results. It then allows you export the image as a full image for static buttons or as a simple CSS tile-able graphic that saves on bandwidth and disk space. The buttons on the main page of the HazteK Software site were made using the same technique that is applied within the application, along with some extra CSS to make them look like they are floating over the header. I hope this application will save other people time, or at least give them a starting point for making graphics that seem to be so popular these days.
As always, you can read more about Glass Button Maker through its application page or download it directly from this post.
Jun 06, 2009 @ 01:43 pm by jhazlett
Recently I opened my Pandora application and was greeted with a message stating that I needed to pay to continue using the Pandora desktop application. While it would have given me features such as ad-less music, I felt $36 was not worth the 12 months of music. I write free applications, after all. So after a quick inspection of the Adobe Air application that no longer functions properly, I decided it would not be terribly difficult to write my own application, so I did. I am introducing today the HazteK Software version of Pandora Desktop.
It is very basic in what it does, but it works great. It works exactly as if you had the pandora.com website open in your browser. It sits quietly in your system tray and plays back your music. Other than that, it doesn’t do much. It won’t show you what song is playing in a tool tip or anything like that, as there is no API for Pandora. You can view that information in the main window though. If you feel that you would like to try it out, feel free to download it and check it out. As usual, you can download it from the application’s information page or directly from this post. If you have any comments or suggestions, please let me know by posting them to this entry.
Enjoy.
Mar 16, 2009 @ 10:21 pm by jhazlett
After a long absence from programming freeware, I have released a new application called FileGen Free. It is available from the applications page or directly from the information page.
FileGen Free is an application that helps you quickly generate large amounts of files for testing. It was designed to help debug applications that run into issues on large amount of file system based databases such as StorURL. After seeing a cool application that generated tons of data for SQL databases at work, I got the idea to build this application for testing. It has helped me debug some problems with large amounts of Favorites databases, since I don’t personally keep thousands of favorites in StorURL, I memorize most of my favorite websites.

As always with my free applications, you can download it from the information page or you can get it directly from this post. Note that this is an initial release. If you find any problems, please let me know and I will try to fix them as soon as I possibly can.