You are here

Blogs

When to release?

Steve Lamerton's picture
Submitted by Steve Lamerton on December 3, 2008 - 12:44pm
This is just a post of my recent musings with regards to when to publish a release of a program:

So I have been thinking recently about how to deal with Toucan development in the future, specifically with regards to when to release new versions. Currently there is quite a long time between releases, which is fine if you aren’t affected by any bugs and are just looking forward to new features, but is a nuisance if you are affected by a bug. In the table below you can see the time between releases of Toucan so far:

Version Date

Portable Devices, Autorun and You.

Ryan McCue's picture
Submitted by Ryan McCue on December 3, 2008 - 8:28am

As you may have noticed, we get a lot of talk from users here on PortableApps.com wondering why they get this box popping up when they plug their USB drives into the computer. The users simply expect the menu to come up without having to do anything else. As they say, if U3 can do it, why can't we?

The reason behind autorun being disabled is an extremely valid one: security. Some users argue that simply autorunning a piece of software can't do anything bad to their system. Well, let's take a look at a type of virus that has been around for quite a while: the boot sector virus.

Rising From The Ashes...

Ryan McCue's picture
Submitted by Ryan McCue on November 30, 2008 - 1:24am

And when the time of its dissolution draws near that it must die, it builds itself a nest of frankincense, and myrrh, and other spices, into which [...] it enters and dies. But as the flesh decays a certain kind of worm is produced, which, being nourished by the juices of the dead bird, brings forth feathers. Then, when it has acquired strength, it takes up that nest in which are the bones of its parent, and bearing these it passes from the land of Arabia into Egypt, to the city called Heliopolis.

More Useful Code: Language Reading/Setting

OliverK's picture
Submitted by OliverK on November 21, 2008 - 2:32pm

Here's the code I used for PNotes/ATPad.

They set the language through a file name, not using the environmental variables or using international language codes.

GetAppLanguage:
                ReadEnvStr $APPLANGUAGE "PortableApps.comLanguageCode"

                  StrCmp $APPLANGUAGE de Deutsch
                  StrCmp $APPLANGUAGE en_us English
                  StrCmp $APPLANGUAGE es_la Spanish
                  StrCmp $APPLANGUAGE it Italian
                  StrCmp $APPLANGUAGE jp Japanese
                  StrCmp $APPLANGUAGE pl Polski

Windows Woes

Zach Thibeau's picture
Submitted by Zach Thibeau on November 16, 2008 - 11:31am

Ok guys I know I promised a bug fix release of DVDStyler Portable but due to windows giving the Blue screen of death on boot up I had to install linux, Now because I am on linux I can still do releases as with the help of wine I can do my work more over I do have access to VirtualBox so I can emulate Windows xp/Vista with no problems. So please be patient and I'll get it done asap Wink cheers and have fun

WOW

Zach Thibeau's picture
Submitted by Zach Thibeau on November 14, 2008 - 1:28pm

hey guys,

I've been a little busy with school work and also a Notepad2 Modification project where I added a new Lexer into the project for AutoHotKey Syntax Highlighting and also reintroduced syntax Highlighting to the project again, also I added support for Code Folding like what scite has.
Hopefully sometime today or tomorrow I'll release a bug fix for the DVDStyler Portable launcher where it created a directory (it must of been new as of 1.7 of DVDStyler)

Texter Portable Released

powerjuce's picture
Submitted by powerjuce on November 12, 2008 - 10:54pm

Ok after two nights of programming and a night of frantic asking for help from John and Patrick the first release of Texter Portable. I learned something new about this release, how to make post-install code on the installer. Because there is just so much that needs to be copied the installer moves the files during the install. Thanks @ John for helping out there.

My First Blog...

powerjuce's picture
Submitted by powerjuce on November 10, 2008 - 8:01pm

Hey Guys this is my first Blog!!!

Ok I hope you guys like it.
I will probably just use this so to update what I am currently working on Texter Portable

I just finished the first draft of it and will be running the preliminary tests on it tonight. I hope to have it released by Wednesday and have it out as an Alpha, then move into the Development Test by Friday.

IntelliLaunch Binaries :D

OliverK's picture
Submitted by OliverK on November 7, 2008 - 10:21am

Hookay, I've created binaries for you guys. Course, only certain people are going to read the blog Biggrin So only a few are going to know.

Alright, I've tested most of the stuff. Registry is checked and config is checked. Now, I'll let you decimate what's left.

A long long time ago, in a galaxy far far away . . .
Okay, so you are asking yourself, "Just what the chicken finger is IntelliLaunch? Why the seashore do I care about it?"

Pages