OliverK's blogUserbarSubmitted by OliverK on November 4, 2010 - 7:50pm
Not much to post. This is a userbar I made a long time ago. I'm releasing it so the community can use it. I still have the source if anyone wants variations of the userbar.
Make a request and within reason I'll edit it and post it. I think I should update this one to say 2.0 at the end :D Taking Geany Portable Another WaySubmitted by OliverK on October 8, 2010 - 3:55pm
Geany Portable has been in development for over a year and a half now. Almost a month ago, I received what I had hoped was promising news on the forums. I originally posted this comment, made after updating Geany Portable to version 0.19.1:
Leave of AbsenceSubmitted by OliverK on April 23, 2010 - 8:38pm
Notice: If you are offended by profanity, don't read this post. Click the back arrow or press backspace. You've been warned. I'm taking a leave of absence from PortableApps.com. Don't worry, PNotes Portable will get updated to 6.0 soon. Geany will also be updated soonish. You should see those sometime Wednesday or Thursday. PortableApps.com Firefox PersonaSubmitted by OliverK on December 23, 2009 - 1:10am
I'm doing this as a blog post because I can use full HTML :) Recently, I discovered Firefox Personas. Because I have next to no life, I decided to make a Firefox Persona for PortableApps.com. Here's a mockup of what I got done: Configuring Geany to Have (And Use) Spell CheckSubmitted by OliverK on November 30, 2009 - 2:14pm
So, I was going to write a speech, and I really like using Geany for all my writing needs. However, my spelling is horrendous. (Its a confirmed fact on IRC, ask just about anybody.) So, I needed spell check. How to go about it? Well, here we go:
Where I'm at . . . .Submitted by OliverK on October 24, 2009 - 3:01pm
Hi guys. I've been saying I'll update this or that that. I'm making a post so people can correct me if I'm wrong or if I've forgotten anything. lately, I've been making some userbars. And siding. And doing school. I emailed John about the PortableApps.com user bars, but it seems I shall have to hunt him in IRC. Or twitter him . . . . K, for what you guys really care about. UPDATE: Theming GIMP PortableSubmitted by OliverK on October 22, 2009 - 2:00pm
Simpler way, with no launcher hacks: Open your desired theme, and copy the text within. Highlight Paste in the code you got from the other theme file. If you need a engine, copy it to GIMPPortable\App\gimp\lib\gtk-2.0\2.10.0\engines. Note that the 2.10.0 may be a different (depending on which version of the gimp you are using. Done! Theming GIMP PortableSubmitted by OliverK on July 10, 2009 - 4:03pm
I'm utilizing a customized GTK theme for the GIMP, called Murrina Night Orange. A copy is available here, if you would like to try or see it. You'll need to replace "MurrinaNightOrange" with whatever the name of the theme is that you're trying to get the GIMP to run in. I've tested these instructions with GIMP version 2.6. These instructions apply exactly to package version 2.6.6.0. New IntelliLaunch Version availableSubmitted by OliverK on January 20, 2009 - 9:09pm
Here's the goodies. As always, there's a nice help.html stuffed in there that will tell you all you need to know. http://www.simplexitynetwork.com/mr.soup12/downloads/IntelliLaunch.exe More Useful Code: Language Reading/SettingSubmitted by OliverK on November 21, 2008 - 3: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
|
.