topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday November 13, 2025, 2:51 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 96 97 98 99 100 [101] 102 103 104 105 106 ... 225next
2501
General Software Discussion / Re: XP to Windows 7 advice
« Last post by 4wd on March 04, 2014, 12:07 AM »
Otherwise I don't want to create any kind of Microsoft account if I don't have to (don't twitter, use facebook, gmail, etc either because I don't have to.)

You don't, you can use any account you like.

I like and use Firefox, so I figure I'd probably be ok with Thunderbird.  Are there things about Windows Live Mail that are better?

I can't tell you, I use Thunderbird v10 :)
2502
General Software Discussion / Re: XP to Windows 7 advice
« Last post by 4wd on March 03, 2014, 05:54 PM »
Windows Live Mail is web-based, no?  I really like having all my email on my machine.

As Vurbal said above, Live Mail, (from the Live Essentials pack), is a standalone program as was Outlook Express, you use it the same way, eg. download your emails via POP3 to be stored locally.  It's just a largely updated version of OE.

From Wikipediaw:
Windows Live Mail (formerly named Windows Live Mail Desktop, code-named Elroy) is a freeware email client from Microsoft. It is the successor to Outlook Express on Windows XP and Windows Mail on Windows Vista. The application is available for download via the Windows Essentials suite.

Windows Live Essentials:
Programs include Windows Live Messenger, Mail, Writer, Photo Gallery, Family Safety, Toolbar, and Movie Maker, plus Outlook Connector, Office Live Add-in, and Microsoft Silverlight.

Download the web installer and then just select Live Mail, it'll be downloaded and installed.  It'll prompt you to create a Microsoft Live email account when first run, (IIRC), if it doesn't find a program to import from but you can safely cancel those requesters and just import your old emails, accounts, and contacts from wherever you've exported them from OE.

If you used and liked OE, you'll have no problems with Live Mail.
2503
Directory Opus 10:

2014-03-03 23_18_43.png
2504
General Software Discussion / Re: XP to Windows 7 advice
« Last post by 4wd on March 02, 2014, 10:48 PM »
I just did a data migrate for someone whose computer had died, from XP to Windows 8 - they wanted their emails from OE6 migrated across as well as reinstall of Office 2010 Student Edition (no Outlook).

So I just installed Windows Live Mail (only) from Windows Live Essentials and imported the account and emails, painless.

Person was happy because it was like OE - I'd uninstalled the default Windows 8 email thing so they never had to look at it.
2505
Living Room / Re: My pop/imap Android experience
« Last post by 4wd on February 27, 2014, 12:49 AM »
I use K9 on my phone to access an account via IMAP and Thunderbird POP3 to the same account via my computer.

No problems at all and have done for about 4 years.

Some emails might be marked as Junk in Thunderbird but that's a result of Thunderbirds Bayesian filtering - nothing to do with whether K9 has read it first or not.

Mind you, I'm still using Thunderbird 10.0.2, (the one before they @%^$#%^ the interface).
2506
Thanks for the clarification. However, there was no "enable all", to finish the job! :stars:

Not really required, as you're usually enabling them 1by1 or a few at a time since you're in that mode to do fault finding.
2507
^sounds easy, but you cannot enable extensions when in safe mode...
 (see attachment in previous post)

OK, clarification:

Hold down SHIFT when starting, check box marked Disable all add-ons, then hit the (rather large) button that says Make Changes and Restart.

2014-02-26 21_03_20.png

PS. Yes, Vevo videos fail here too, (but that's a bonus :) )
2508
Works fine here:

Pale Moon 24.3.2
DownloadHelper 4.9.21
DownThemAll 2.0.16

I use the DownloadHelper dropdown to choose dTa! OneClick.

If you've got lots of addons in Pale Moon, I'd make the suggestion of starting it in Safe Mode with addons disabled, (hold down SHIFT while starting).  Then just re-enable DownloadHelper and see if it's OK.

Also, are you talking just Download or Download & Convert?
2509
The key to understanding regex is realizing they are 20% knowledge, 70% experience (including, but not limited to your own), and 10% voodoo - except when they are 100% impossible. Unfortunately determining which formula applies is, in many cases, pure guess work.

I currently work on the ratios of: 60% Search, 40% Voodoo = 100% WTF  :huh:
2510
Living Room / Re: silly humor - post 'em here! [warning some NSFW and adult content]
« Last post by 4wd on February 20, 2014, 07:14 PM »
Right on top, with masking tape and a Sharpie, of course!  :P
And why the masking tape  :o?  Sounds temporary  :P.

Because I am the frugal type. Once the contents hit the expiration date, you dump it, remove the tape, wash it out and reuse it.  :P

But if you are the wasteful type that considers these kind of containers to be disposable, by all means, write directly on the lid and toss the whole thing when it hits that date.  :D

Be more frugal, save tape and ink - just lift the lid occasionally.

If it smells, it's passed it's use by date.
If it doesn't, then it isn't or it's so far passed it that it looks dessicated.
2511
Post New Requests Here / Re: IDEA: AHK script to insert date and time to file name
« Last post by 4wd on February 18, 2014, 07:18 PM »
Don't know if you're familiar with AutoIt but I just added a few lines to a script I modified here.

Only for Explorer.  (Most decent file managers would do this type of thing already, ie. insert file dates, meta data into a rename function.)

Shift+Alt+V - copies the file path/name of the first selected item in an Explorer window, (file or folder), or if nothing is selected then it copies the current Explorer path to the clipboard.

Shift+Alt+D - copies the MODIFIED date of the selected item, (or Explorer path if nothing selected), into the clipboard in Universal format: YYYYMMDD HHMMSS  (NOTE: Won't capture the date of root directories.)

The hotkeys, type of date retrieved, and it's output format could all be changed in the source.

Code: AutoIt [Select]
  1. #region ;**** Directives created by AutoIt3Wrapper_GUI ****
  2. #AutoIt3Wrapper_UseUpx=n
  3. #endregion ;**** Directives created by AutoIt3Wrapper_GUI ****
  4. ; http://www.autoitscript.com/forum/topic/89833-windows-explorer-current-folder/page__st__40#entry973904
  5. #include <Array.au3>
  6.  
  7. HotKeySet('+!v', '_HK_Path') ; Shift+Alt+V
  8. HotKeySet('+!d', '_HK_Date') ; Shift+Alt+D
  9.  
  10. Local $oErrorHandler = ObjEvent("AutoIt.Error", "_ComErrFunc")
  11.  
  12.         Sleep(100)
  13.  
  14. Func _HK_Path()
  15.         _ExClip(False)
  16. EndFunc   ;==>_HK_Path
  17.  
  18. Func _HK_Date()
  19.         _ExClip(True)
  20. EndFunc   ;==>_HK_Date
  21.  
  22. Func _ExClip($temp)
  23.         $hExplr = WinActive("[REGEXPCLASS:(Explore|Cabinet)WClass]")
  24.         If $hExplr <> '' Then
  25.                 $aSelection = _ExplorerWinGetSelectedItems($hExplr)
  26. ;~              _ArrayDisplay($aSelection)
  27.                 If $aSelection[0] = 0 Then
  28.                         If StringLeft($aSelection[1], 2) <> '::' Then
  29.                                 If Not $temp Then
  30.                                         ClipPut($aSelection[1])
  31.                                 Else
  32.                                         $sDate = FileGetTime($aSelection[1], 0, 1) ; Get MODIFIED date (0), change 0 to 1 for CREATED, 2 for ACCESSED
  33.                                         ClipPut(StringLeft($sDate, 8) & " " & StringMid($sDate, 9))
  34.                                 EndIf
  35.                         EndIf
  36.                 Else
  37.                         If Not $temp Then
  38.                                 ClipPut($aSelection[2])
  39.                         Else
  40.                                 $sDate = FileGetTime($aSelection[2], 0, 1) ; Get MODIFIED date (0) (0), change 0 to 1 for CREATED, 2 for ACCESSED
  41.                                 ClipPut(StringLeft($sDate, 8) & " " & StringMid($sDate, 9))
  42.                         EndIf
  43.                 EndIf
  44.         EndIf
  45. EndFunc   ;==>_ExClip
  46.  
  47.  
  48.  
  49. ; ==========================================================================================================================
  50.  
  51. ; Func _ObjectSHFolderViewFromWin($hWnd)
  52. ;
  53. ; Returns an 'ShellFolderView' Object for the given Window handle
  54. ;
  55. ; Author: Ascend4nt, based on code by KaFu, klaus.s
  56. ; ==========================================================================================================================
  57.  
  58. Func _ObjectSHFolderViewFromWin($hWnd)
  59.         If Not IsHWnd($hWnd) Then Return SetError(1, 0, 0)
  60.         Local $oShell, $oShellWindows, $oIEObject, $oSHFolderView
  61.  
  62.         ; Shell Object
  63.         $oShell = ObjCreate("Shell.Application")
  64.         If Not IsObj($oShell) Then Return SetError(2, 0, 0)
  65.  
  66.         ;   Get a 'ShellWindows Collection' object
  67.         $oShellWindows = $oShell.Windows()
  68.         If Not IsObj($oShellWindows) Then Return SetError(3, 0, 0)
  69.  
  70.         ;   Iterate through the collection - each of type 'InternetExplorer' Object
  71.  
  72.         For $oIEObject In $oShellWindows
  73.                 If $oIEObject.HWND = $hWnd Then
  74.                         ; InternetExplorer->Document = ShellFolderView object
  75.                         $oSHFolderView = $oIEObject.Document
  76.                         If IsObj($oSHFolderView) Then Return $oSHFolderView
  77.                         Return SetError(4, 0, 0)
  78.                 EndIf
  79.         Next
  80.  
  81.         Return SetError(-1, 0, 0)
  82. EndFunc   ;==>_ObjectSHFolderViewFromWin
  83.  
  84. ; ==========================================================================================================================
  85. ; Func _ExplorerWinGetSelectedItems($hWnd)
  86. ;
  87. ;
  88. ; Author: klaus.s, KaFu, Ascend4nt (consolidation & cleanup, Path name simplification)
  89. ; ==========================================================================================================================
  90.  
  91. Func _ExplorerWinGetSelectedItems($hWnd)
  92.         If Not IsHWnd($hWnd) Then Return SetError(1, 0, '')
  93.         Local $oSHFolderView
  94.         Local $iSelectedItems, $iCounter = 2, $aSelectedItems[2] = [0, ""]
  95.  
  96.         $oSHFolderView = _ObjectSHFolderViewFromWin($hWnd)
  97.         If @error Then Return SetError(@error, 0, '')
  98.  
  99.         ;   SelectedItems = FolderItems Collection object->Count
  100.         $iSelectedItems = $oSHFolderView.SelectedItems.Count
  101.  
  102.         Dim $aSelectedItems[$iSelectedItems + 2] ; 2 extra -> 1 for count [0], 1 for Folder Path [1]
  103.  
  104.         $aSelectedItems[0] = $iSelectedItems
  105.         ;   ShellFolderView->Folder->Self as 'FolderItem'->Path
  106.         $aSelectedItems[1] = $oSHFolderView.Folder.Self.Path
  107.  
  108.         ;   ShellFolderView->SelectedItems = FolderItems Collection object
  109.         $oSelectedFolderItems = $oSHFolderView.SelectedItems
  110.  
  111.         #cs
  112.                 ; For ALL items in an Explorer Window (not just the selected ones):
  113.                 $oSelectedFolderItems = $oSHFolderView.Folder.Items
  114.                 ReDim $aSelectedItems[$oSelectedFolderItems.Count+2]
  115.         #ce
  116.  
  117.         For $oFolderItem In $oSelectedFolderItems
  118.                 $aSelectedItems[$iCounter] = $oFolderItem.Path
  119.                 $iCounter += 1
  120.         Next
  121.  
  122.         Return SetExtended($iCounter - 2, $aSelectedItems)
  123. EndFunc   ;==>_ExplorerWinGetSelectedItems
  124.  
  125. Func _ComErrFunc($oError)
  126.         ConsoleWrite("COM Error occurred:" & @CRLF & _
  127.                         "Number: " & @TAB & $oError.number & @CRLF & _
  128.                         "Windescription:" & @TAB & $oError.windescription & @CRLF & _
  129.                         "Description is: " & @TAB & $oError.description & @CRLF & _
  130.                         "Source is: " & @TAB & $oError.source & @CRLF & _
  131.                         "Helpfile is: " & @TAB & $oError.helpfile & @CRLF & _
  132.                         "Helpcontext is: " & @TAB & $oError.helpcontext & @CRLF & _
  133.                         "Lastdllerror is: " & @TAB & $oError.lastdllerror & @CRLF & _
  134.                         "Scriptline is: " & @TAB & $oError.scriptline & @CRLF & _
  135.                         "Retcode is: " & @TAB & $oError.retcode & @CRLF & @CRLF)
  136. EndFunc   ;==>_ComErrFunc
2512
Living Room / Re: silly humor - post 'em here! [warning some NSFW and adult content]
« Last post by 4wd on February 18, 2014, 06:23 PM »
Nooo I like Vikings - Rape, Pillage and Burn, what's not to love? At least they were honest about their intentions. Unlike so called civilized societies where they smile kind words while knifing you in the back.

You forgot 'Explore' ... I'm with you, bring back the age of the Vikings!
2513
General Software Discussion / Re: Waterfox has now been accepted as a Mozilla project
« Last post by 4wd on February 18, 2014, 06:20 PM »
2014-02-19 11_19_09.png
2514
Revo reports that I now have 178 programs installed. No, there is not a digit missing...  8)

Yes, but that's only the number of file manager programs you have installed  :P
2515
General Software Discussion / Re: trying to combine antiviruses and firewalls
« Last post by 4wd on February 18, 2014, 06:13 PM »
Just get a firewall, eg. the free version of Windows 8 Firewall Control.

I have windows 7 only . And xp in virtual machines, but don't use antivirus in the virtual machines.

Did you even look at the website?

2014-02-19 11_06_09.png
2516
But the effect(s) won't be perfect if you want to just save it as a jpg, then have to go into another tool to crop/resize...cause it will lose more pixel data in a 2nd wave of compression.

Normally you'd save it in a non-lossy format if you're switching between programs, eg. TIFF.
2517
General Software Discussion / Re: trying to combine antiviruses and firewalls
« Last post by 4wd on February 17, 2014, 11:03 PM »
So I would like antivirus compatible with Avast, and even with the firewall in team.

You already have an anti-virus program, how many do you actually want?

Just get a firewall, eg. the free version of Windows 8 Firewall Control.
2518
General Software Discussion / Re: Waterfox has now been accepted as a Mozilla project
« Last post by 4wd on February 17, 2014, 10:56 PM »
2014-02-18 15_45_28.png
2519
Well, it does say Perfect Effects - I would have put cropping/resizing under basic editing not an effect as such.  :)

*Updated image in OP to show Limited Time Offer.
2520
For those that missed it the first time, it's FREE again for a limited time, (don't know how limited).

See OP for the link.
2521
Also  DUH  I will NOT screw up my next code post, ...

Yeah sure, I believe you ...  ::)

;D
2522
What are you going to do with all your spare time now?

 ;D
2523
(.*?)(?:([-\s]\d[-\s\d]*\.\w+)|\.\w+)$

http://regexr.com?38a4t
2524
It does not (yet) handle weird filenames like these

SubFolder-02A - AnotherFileName-01061996.jpg
SubFolder-02A - SomeFileName-01-16112012 234654.jpg
SubSomeFolder-02B - SubFolder-02B - AnotherFileName-01061996.jpg

Works here:

2014-02-15 20_38_55.png

Oddly enough, I wouldn't have thought your RegEx would pick up all three fillenames:

2014-02-15 20_42_40.png

What exactly is it supposed to look like because at the moment your RegEx doesn't work here and mine, apparently, doesn't work there.  No point saying it doesn't work if I have no idea what the finished product is supposed to look like.
2525
Part 2 - Actually, there is no part 2 since it's the DOpus 10 script up here and it works fine on my machines.  Button is here, install it the same as here, and edit the path to dopusrt.exe.

Part 3 - Is this script here for DOpus 11.  Button is here, install it the same as here - no editing required.
Pages: prev1 ... 96 97 98 99 100 [101] 102 103 104 105 106 ... 225next