Search results (27)

BlueGriffon v1.7 Updated

SYSTEM on 14 May 2013
  • 61MB (uncompressed)
  • Suggested by webfork

BlueGriffon is a feature-rich tabbed WYSIWYG content editor for the Web with formatting, spell-check, and keyboard shortcuts. Powered by the rendering engine behind Firefox, it's a modern and robust solution to edit HTML in conformance to the latest standards, including HTML 4, XHTML 1 and HTML 5 documents. Includes the popular vector graphics editor SVG Edit and HTML files can be viewed in a rendered or a source-only mode that supports themes.

Note: some features are for-pay including editing style sheets (thanks IanFromBarrie) and Full Screen view, but the program also supports many free add-ons similar to Firefox.

Cross-platform and intended to replace NVU, a tool written by the same author.

Category:
System Requirements: WinXP / Vista / Win7 / Win8
Writes settings to: Application folder
Dependencies: Microsoft Visual C++ 2008 SP1 Redistributable
Stealth: ? No. %APPDATA%\Mozilla
Path portability: No
License: MPL/GPL/LGPL
How to extract:
  1. Download the ZIP package and extract to a folder of your choice.
  2. Launch bluegriffon.exe -profile data
Similar/alternative apps: KompoZer Portable, NVU Portable
What's new?
  • fixed crasher on whitespace deletion
  • fixed bustage of Image Insertion dialog
  • initial state for css and script editors modified
  • disable and re-enable spellchecker when switching back to wysiwyg view for better perf; b=490
  • search in stylesheet and script was horked; b=520
  • fix for endless replaceAll in source views; b=523
  • titlebar not updated when last tab is closed; b=531
  • "find next" shortcut; b=549
  • can't use nobr; b=546
  • cannot underline a standalone text node: b=551
  • new build and langpack organization
  • links from clipboard in insertLink dialog; b=547
  • better detection of xhtml5
  • strange emphasis in some cases; b=539
  • adhere better to recent flexbox spec
  • more dialogs reachable from source view
  • box shadows fixed
Latest comments
IanFromBarrie on 2012-02-08 04:49

Chacoo, thanks for pointing out that creating new external style sheets is possible with the Plus icon. I missed that.
I don't understand what it is you're referring to about the CSS editor when you mention "all its CSS3 capability". Unlessi I'm missing another icon there is NO CSS capability in the editor.
By that I mean that the CSS editor I see in the portable version is a plain vanilla editor, with absolutely none of the CSS-specific code completion, point-and-shoot and syntax checking that a CSS editor has.
Sure, I can write CSS3 by hand with this editor ... but the whole point of this sort of tool is to not have to write code by hand, is it not?

SYSTEM on 2012-04-29 09:36

A workaround in case BlueGriffon 1.5 fails to start due to a XML parsing error.
Open the file data\prefs.js with any text editor (Notepad is fine).
Search for the text "general.useragent.locale".
If you find that string, replace the line with

user_pref("general.useragent.locale", "en_US");

Otherwise insert that line anywhere in the file.
That change forces the application to the English language, regardless of your system locale.

lautrepay on 2012-04-30 05:50

The workaround mentioned by SYSTEM also applies when you get the the same error in Firefox.

See all

Advanced Onion Router v0.3.0.18b Updated

SYSTEM on 5 May 2013
  • 10MB (uncompressed)
  • Suggested by Vector

Advanced Onion Router is designed to bypass various barriers with a secure, anonymous Internet connection. The program attempts to circumvent firewalls, website censorship, web tracking tools, and more. Allows user of almost any application that connects to the Internet. Unlike similar clients that require a configurable proxy, AOR is able to "force" a program to use the Tor network.

Note: instructions for making Tor editions of Opera, Firefox, and Chat are included in the "Help" directory.

Category:
System Requirements: WinAll / Wine
Writes settings to: Application folder
Stealth: ? Yes
License: Various Open Source
How to extract: Download the ZIP package and extract to a folder of your choice. Launch AdvOR.exe.

Optionally, go to the "System" menu in options and check "Try to write to disk less frequently". This is ideal for increasing the life of drives running from flash memory.
Similar/alternative apps: PortableTor
What's new? 2013-04-23 Advanced Onion Router 0.3.0.18b
  • corrected: the variable IdentityAutoChange was initialized with a wrong value (thanks to anonymous for reporting this error on sf.net)

2013-04-22 Advanced Onion Router 0.3.0.18a
  • corrected: a duplicate variable name "iplist" (a pointer in dlg_bypassbl.c and an array in routerlist.c) caused a pointer to be overwritten with the first IP address that was shown in the "Select IP" system tray menu (thanks to anonymous for reporting this error on sf.net)

2013-04-20 Advanced Onion Router 0.3.0.18
  • corrected: when updating some settings from the "Private identity" page with new language strings, a program restart was needed
  • new option on the "Bypass Tor blacklists" page: "Save node statistics to exclude nodes that were restarted and have the same IP"; the list of IPs of exit nodes can be saved to a file to better estimate their longevity at a later time, for detecting new nodes with a better accuracy (ExitSeenFlags)
  • new option on the "Bypass Tor blacklists" page: "Assume blacklists remove IPs that were not seen for [time_interval]"; IPs of nodes that were no longer seen for a long period of time can be automatically removed from AdvOR-iplist.dat to allow re-using IPs with websites that use blacklists that remove old entries (ExitMaxSeen)
  • the "Hidden services" configuration page now has checkboxes near all configured hidden services to allow enabling/disabling them during AdvOR runtime (requested by anonymous on sf.net); all checkboxes are enabled by default and their state is not saved to AdvOR.ini
  • updated language strings: 3260, 3261

2013-04-05 Advanced Onion Router 0.3.0.17
  • corrected: possible buffer overflow in GetConnInfo() (thanks to anonymous for reporting this error on sf.net)
  • the procedure initmemunits() was moved from dlg_connections.c to dlg_util.c
  • new configuration option: IdentityAutoChange
  • new option on the "Private identity" page: "Show a completion MessageBox"; this option can be used to disable the message box shown when the identity is changed (IdentityFlags)
  • new option on the "Private identity" page: "Every [time_interval] change my IP|identity"; this option can be used to automatically change the exit IP or the identity at a specified time interval (IdentityFlags, IdentityAutoChange); when this option is enabled, next IP is selected according to the configured exit selection algorithm (details in the help file)
  • geoip_c.h was updated with GeoIPCountryWhois.csv released on April 2nd; there are 169256 IP ranges having 455 ranges in the fake "A1" country; 451 ranges were approximated to real countries
  • updated language strings: 3247, 3248, 3249, 3250, 3251, 3252, 3253, 3254, 3255, 3256, 3257, 3258, 3259

2013-03-20 Advanced Onion Router 0.3.0.16c
  • corrected: if server mode was disabled while AdvOR was in hibernation mode, when reconnecting to the OR network the server identity key remained set while server mode was disabled, triggering an assert in get_server_identity_key() (thanks to anonymous for reporting this problem on sf.net)

2013-03-19 Advanced Onion Router 0.3.0.16b
  • corrected: when changing server mode settings, dns_launch_correctness_checks() could had been called before configuring the name servers (thanks to anonymous for reporting this problem on sf.net)

2013-03-18 Advanced Onion Router 0.3.0.16a
  • corrected: the "Hidden Services" page was initialized with the resource identifier of another page (thanks to anonymous for reporting this problem on sf.net)
  • the AdvOR.ini sample for Firefox was updated to work with the latest "Tor Browser" package from torproject.org
Latest comments
maxos on 2011-07-19 13:35

Yes, webfork. I need more info please. Here's the forum I'm posting in
http://nemesis.te-home.net/Forum/2350_Advanced_TOR/20110629_advOR_is_ingenius__Thanks_for_this_beauty__Add_a_d.html?post
Thank you
Hussein Maxos

Qoz on 2011-09-04 15:36

Opera 11.51 usb + AdvOR 0.3.0.1e
http://my.opera.com/Recheck/blog/opera-re-usb-international
Screenshot
http://ompldr.org/vYTc2YQ/en-03.png

See all

Password Security Scanner v1.17 Updated

Checker on 4 May 2013

Password Security Scanner audits security information about stored passwords without displaying the password itself. Includes the total number of characters: numeric, lowercase/uppercase, and repeating, as well as a rating of overall password strength. Can help determine whether the passwords used by other users are secured enough, without knowing or watching their actual passwords.

Currently scans the passwords of Internet Explorer 4.0 - 9.0, Mozilla Firefox (All Versions), Dialup/VPN passwords, MSN/Windows Messenger, Microsoft Outlook, Windows Live Mail.

Category:
System Requirements: Win2K / WinXP / Vista / Win7
Writes settings to: Application folder
Stealth: ? Yes
License: Freeware
How to extract: Download the ZIP package and extract to a folder of your choice. Launch PasswordScan.exe.
What's new?
  • Added support for the passwords of Internet Explorer 10.
Latest comments
webfork on 2011-12-22 21:42

All programs that claim to do password auditing should work this way. Admins don't need to know the actual password, just if its complex enough.

Add comment

jPortable v7 Update 21 Updated

Checker on 18 Apr 2013
  • 103MB (uncompressed)
  • Suggested by Checker

jPortable (formerly Java Portable) allows you to easily add a Java runtime environment to your portable device. It can be used in combination with jPortable Launcher to open Java JAR programs (many with their settings made portable) or used automatically with Java-enabled apps like PortableApps.com versions of LibreOffice and OpenOffice as well as web browsers like Chrome/Chromium, Opera, SeaMonkey and Firefox.

Category:
System Requirements: Win2K / WinXP / Vista / Win7 / Win8
Writes settings to: None
Stealth: ? Yes
Unicode support: Yes
Path portability: Automatic relative path (eg. ..\..\personal\work.doc)
License: Freeware / Partially Open Source
How to extract: Download the EXE and install to the folder CommonFiles\Java relative to the applications that use Java. For example:
  • If you have installed LibreOffice to Z:\PortableApps\LibreOfficePortable, install Java Portable to Z:\PortableApps\CommonFiles\Java
  • Similarly, if you have installed the Java Portable Launcher in Z:\PortableApps\JavaPortableLauncher, install Java Portable to Z:\PortableApps\CommonFiles\Java
Java programs can be launched via batch files as well (thanks to user bro).
What's new?
Latest comments
-.- on 2011-03-06 06:46

works with any java jar files too. Download the java launcher from portableapps to use it though since you need something to launch program with

SYSTEM on 2011-03-06 07:57

I've got jPortable working with X-LibreOffice as well. :)

E:\X-LibreOffice\Lib>dir /a
Volume in drive E is OHJELMAT
Volume Serial Number is A4D5-8D47

Directory of E:\X-LibreOffice\Lib

02.03.2011 20:19 <DIR> .
02.03.2011 20:19 <DIR> ..
30.01.2011 10:36 <DIR> 7za
02.03.2011 20:19 <JUNCTION> Java [E:\CommonFiles\Java]
0 File(s) 0 bytes
4 Dir(s) 12 645 406 208 bytes free

The trick is that E:\X-LibreOffice\Lib\Java is a junction that points to E:\CommonFiles\Java. This way the content of E:\CommonFiles\Java shows up in E:\X-LibreOffice\Lib\Java.

http://en.wikipedia.org/wiki/NTFS_junction_point

webfork on 2011-06-21 21:50

freakazoid: jPortable can work independently of PA programs, including muCommander and some others I've tested. I tried to edit the entry to help give some idea of how to make that work.

See all

SeaMonkey, Portable Edition v2.17.1 Updated

Checker on 15 Apr 2013

SeaMonkey is a complete internet suite with web browser, email & newsgroup client with an included web feed reader, easy HTML editor, IRC chat, and web development tools. The browser supports fine-grained controls over images, cookies, and more on a per-site basis. Based on Netscape Communicator and then Mozilla Suite, this software bundle includes many technologies used in Mozilla Firefox and Thunderbird, and supports many of their add-ons.

SeaMonkey, Portable Edition is a version of the software from PortableApps.com and works automatically with web-based Java apps if their jPortable tool is present.

Category:
System Requirements: Win2K / WinXP / Vista / Win7 / Win8 / Wine
Writes settings to: Application folder
Dependencies: None
Stealth: ? Yes
Unicode support: Yes
Path portability: Automatic relative path (eg. ..\..\personal\work.doc)
License: Open Source (GPL/MPL/LGPL and Various licenses)
How to extract: Download the portable installer and extract to a folder of your choice. Launch SeaMonkeyPortable.exe.
What's new?
Latest comments
webfork on 2012-08-24 01:34

This program has really been growing on me lately. Was using it as an alternate browser but gradually finding it to be very stable with quite a few nice extra settings. Additionally, the very stable and clean included HTML editor has made my life a LOT easier.

freakazoid on 2012-09-04 00:38

I tested this briefly last week. I was thinking that it would be just as customizable as Firefox. Unfortunately, this was not the case.

Below are my comparisons between Firefox and Seamonkey.

The IRC client is simply the Firefox extension, ChatZilla, bundled into Seamonkey.

As for addons, some of the most popular Firefox addons such as Adblock Plus and Stylish are available; however, a lot of other extensions have not been ported over.

Skins are lacking as well and I found it hard to customize the interface; the default look and feel reminds me a lot of the older Firefox builds (pre-v3.0).

Overall, Seamonkey is functional. But, if you're looking for a customization experience similar to Firefox, you will be disappointed.

rodger123 on 2012-12-03 14:37

Have not used in a while-was ready to install 2.13 then this new version came along!Seems like the update it every week,geeze let me intall it!I do like it,not the most lovely browser but cool anyway.

See all