PortableApps.com wins big in the 2009 Community Choice Awards and hits 100 million app downloads!
BlogsIntelliLaunch Binaries :DSubmitted 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 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 . . . IntelliLaunch was a couple of things. A challenge to myself to see if I could actually pull of something this complex. By configuring the INI properly, you can portablize almost any program. Project Status Report.Submitted by OliverK on November 6, 2008 - 1:59pm
About PNotes and ATPad. I do plan on making a dev test available for the Release candidates. However, I can't guarantee that I'm going to make dev tests for the test releases. Diary of College Student Diving into HTML after not using it for 4-5 yearsSubmitted by Zach Thibeau on October 22, 2008 - 11:13am
Ok long story short I somehow screwed up the html encoding of my apps home page at http://portableapps.com/apps/music_video/dvdstyler_portable that was really my fault (thanks John for fixing it) True story is the fact I need to take a refreshers course on html and possibly on Drupal functions XD as it was not the html but a drupal encoding function I accidently switched on (without knowing it too) Anyways hopefully soon DVDStyler Portable will be fully released sometime today or the next. »
IntelliLaunch is CodedSubmitted by OliverK on October 20, 2008 - 9:31am
Okay, I finished coding IntelliLaunch. So, here's the deal- I'm posting this in code form for right now. You should use the standard portableapps format, in the following setup: *App RFC: New Toucan Progress BoxSubmitted by Steve Lamerton on October 18, 2008 - 10:12am
As I mentioned in my last blog post I am working on a new progress box for Toucan, so after getting Pre-release 2 out of the door earlier I have done some work on it. The progress box is probably the part of Toucan I like the least as it currently just outputs text which can be hard to look through when you have copied a lot of files. So for the redesign one of the major priorities is to made it easier to use and to find errors. Coding IntelliLaunch . . .Submitted by OliverK on October 13, 2008 - 9:33am
Realize that this thing is only half coded. And the logic flow will likely change. Configuration INI (Store in AppNamePortable\Data\): #IF YOU DON"T USE A VARIABLE LEAVE IT AS FALSE!!!!!!!!!!!!!!!!!!!!!!!!!!!! [Application] ExeName= ExecutableDirectory= CheckRunning=True #Normally, you should leave "CheckRunning" set to true [Settings] HKCU= HKLM= Config_File= Manipulate_Set_Out_Path= #Utilize "True" or "False" for each settings storage place. [RegistryBranch] »
Toucan on Linux & Other Assorted TopicsSubmitted by Steve Lamerton on October 11, 2008 - 10:54am
Yes, I know it is more than six months since I last posted, but I thought I would (once again) try to keep you all more informed with what is going on with Toucan, so here it goes So clearly 2.0 has been released since my last post, along with 2.0.1. 2.0.2 Pre-release 1 is now in testing in the beta forum, you can grab it here. This should fix the majority of the bugs in the 2..0 platform. A Generic Launcher . . .Submitted by OliverK on October 9, 2008 - 1:41pm
K, I haven't actually written this yet, but what do you think of a generic launcher configured via a INI? It would need to handle: I'm not worried about a splash, if I did have a splash, it'd be something similar to PortaLuanch. Any ideas? »
SetOutPathSubmitted by OliverK on October 3, 2008 - 12:59pm
Let's talk about the code Applications act funny. Some of them understand where they are and where to look, regardless of their location. some of them however, get confused. And some of them act really funny. A useful bit of code . . .Submitted by OliverK on September 29, 2008 - 5:22pm
SkipSplashScreen: ;=== Check for data files IfFileExists "$PROGRAMDIRECTORY\config.conf" GetPassedParameters ;=== settings already in program directory IfFileExists "$SETTINGSDIRECTORY\config.conf" MoveSettings ;=== settings found in data directory ;=== Copy the default settings files StrCmp $DEFAULTLOCATION "true" "" GetPassedParameters ;=== if not default location, user is on their own CreateDirectory "$SETTINGSDIRECTORY" CopyFiles /SILENT "$EXEDIR\App\DefaultData\settings\*.*" "$SETTINGSDIRECTORY\" |

So only a few are going to know.
