Posts tagged: Software

Software Blog

I’ve taken the Logic High Software portion of this blog in house so that I can access some of the better features of wordpress.org

All the old posts will remain here, but new posts will be made at http://software.logichigh.com

See you around!

Share

Fix a string in PHP for use in Unix Filenames

Language: PHP

Problem: You are trying to use a string as or in a UNIX filename (for instance, passing a filename to a command within the exec() function) and addslashes() falls short because it doesn’t include spaces or ampersands.
Solution: It’s rough but it works fine.  Run your strings through this function first, and don’t use surrounding quotation marks (no need).  If you’ve got a better one or have questions, leave a comment :)

function makeUnixFilename($string)
 {
 return str_replace("&",'\&',str_replace(" ",'\ ',addslashes($string)));
 }
 
Share

Gamers Assistant 1.1 available now!

Check out the new version of gamers assistant in the iTunes store!

I’ve also added two new howto videos to show off the new features and functionality

Find them, and read more in the gamers assistant blog.

Finally… Because it’s a new version, here are some free codes (Let me know if they are all used up)!

XEXEY3XEYNEJ
RJWTTYYPE64E
6MTFMXWLKNT3
NLFT6T4JTFA3
9KW6AJWTH7EA

Share

Gamers Assistant howto – Dungeons and Dragons setup

Check out gamers assistant in the iTunes store!


Fast Tube by Casper

Sample How to – setup Gamers Assistant for use with Dungeons and Dragons

Share

Gamers Assistant howto – Magic: The Gathering Setup

Check out gamers assistant in the iTunes store!


Fast Tube by Casper

Sample How to – setup Gamers Assistant for use with Magic: The Gathering

Share

Gamers Assistant 1.1 awaiting review

Version 1.0 application blues got you down? Well cry no more, because here comes Gamers Assistant v1.1!

Changes!

* You can now change the label of the modules in the main menu
* Set counter to number function added so that you can instantly and variably change the count on any counter to any keyboard entered number
* You can now change the label of the modules in the main menu
* Change display name to GA (Gamers Assistant)
* Dice roll now icon prettified with top glare
* More responsive
* If you use the wand to place the roll dice function onto the main menu that button will now roll all dice instead of just the module you took it from.
* BUG SQUASHED: Should not be able to delete the settings module
* BUG SQUASHED: Add module should not be a placable function using the wand tool
* BUG SQUASHED: Add Counter function – no icon

And now with new shiny icon!

Coming soon to an App Store near you!

Share

All gone!

Really excited to have my first application available in the Apple iTunes store!

Gamers assistant is a highly customizable gamers tool with dice and counters to help you play everything from D&D to Monopoly.

Free codes:

Too slow :)   All the codes are used up!

Share

Which Logo is best?

I’m forming a Corporation with a few partners in Hawaii, and kind of torn on logo design.  What do you think?

Share

XHunt Progress Report

Well, I’m finally done with the US Navy, and the vacation has worn off, have begun work in earnest towards X-Hunt, and the design and functionality is turning out MUCH better then I had envisioned.  This is going to be a killer application.  Launch is taking longer then expected because we want to launch a really professional product, but currently hoping to have beta or final version out in the next 3 weeks.  Below is a screenshot from the XHunt search page.

Share

Partnership

I’m excited to announce a business partnership between Logic High Software and Top Level Communications of Honolulu, this relationship will bring high quality user interface and graphics design to all of our iPhone projects and well help ensure that the user experience is up to the level Apple customers have come to expect.

Share

WordPress Themes