06.20.2009

Find the long file names on your drives

Tags: : Resources
0
Have you ever wondered whether your drive contains files with very long file names? I experienced a problem with my Home Server backup, where some of the files turned out to have very long file names (close to 255 characters). When files with that long file names are copied to other directories with perhaps a long folder name, the total characters in the path and file name exceed 255 characters, and the copy operation fail. I therefore needed a small application to reveal those file names.

The result is FindVeryLongFileNames.exe which by default scans the specified drive and path for file names longer than 200 characters. It also scans all subfolders. For example;

FindVeryLongfileNames C:\   - will scan your C-drive and all subfolders for long file names
FindVeryLongfileNames \\SERVER\Music   - will scan your network share \\SERVER\Music and all subfolders for long file names.

If you want to look for file names with names longer than for example 240 characters, you may specify;

FindVeryLongFileNames \\SERVER\Music   240     - will scan your network share \\SERVER\Music and all subfolders for file names longer than 240 characters

Note that the tool just outputs the results to the console. This means that you can use standard redirect-operation (use >) to redirect the output to a file. for example;

FindVeryLongFileNames \\SERVER\Music >c:\Longfile namesMusic.txt

When FindVeryLongFileNames finishes, you may see the result in the file c:\Longfile namesMusic.txt.

Since the tool outputs the file names on the format xxx - file name, you may sort the file too, with the standard SORT command, such as;

SORT c:\Longfile namesMusic.txt >c:\Longfile namesMusicSORTED.txt

Remember you can add the /REVERSE parameter to the SORT command to reverse the sort order to descending.

You may download the tool here.

04.27.2009

Software I can't live without - FinePrint - the premium front-end to printing

Tags: : Cool Tools
6,64999999999998
One of the tools I really use a lot, is FinePrint from FinePrint Software. It is a printer driver, which can accept any print-jobs you may have by using standard print functionality in your software.

A picture named M2

Instead of sending the output directly to a printer, you will see the output in a separate window, where you have many cool features available;

A picture named M3

Amongst the features are;
  • Print multiple pages on the same sheet. In the sample above, I have selected to print one of my Blogsphere articles with 4 full pages on a single sheet! This is great if you want to just print something to bring along ...
  • Delete unwanted pages. No need to include all pages if you don't want to
  • Combine multiple print jobs into one. You can for example first print something from Notes, and then a Excel spreadshet. FinePrint combines them as you go!
  • Stamp you pages with transparent stamps, such as "Company Confidential". In the sample above I have done just that. You can just as easy add page number etc, in a much better way than Notes. I often skip Notes ability to "control" (ha ha ha) the footer and header, and use FinePrint instead. You can of course save your own stamps!
  • Archive print jobs. FinePrint can easily save the jobs as own .fp files, which can be printed later.
  • Convert to grayscale - and/or remove images if you want to do that.
  • Use electronic letterheads
  • Export the print as JPEG etc
  • Finally, super tight integration with another FinePrint product; pdfFactory, which makes it a breeze to create PDF documents. This is pretty similar to Adobes PDFWriter, but I like the look and feel similarity to FinePrint.

My verdict: Run a buy!

04.15.2009

Installing .NET on Windows 2003 server? Think again!

Tags: : Thoughts
0
You new and shiny purchased application crash with a bang, and when you contact the software vendors support, you hear it works on my machine" .... My latest software test was the BugTrap client/server system from Intellesoft, which amongst other stuff consist of a server part intended to run as a service on a Windows server. First of all, BugTrap is a module which can be linked into your Win32/64 applications, to catch uncatered errors. This will collect information about  the application crash, and potentially submit it back to my BugTrap server. Very briefly you can replace the following ...

A picture named M2

with a much more comprehensive ...

A picture named M3

BugTrap sends off the collected information to the server, and potentially this can help the developer make better products.
Read more...

04.15.2009

Got a newsletter today - Genius inside - me thinks not

Tags: : Thoughts
0
Today I received a newsletter from "Genius Inside" <imelchner@geniusinside.com>

It looked like this;
A picture named M2

Does it look like a genius? Me thinks not!

In fact, I feel embarrassed on behalf of the the person that sent this newsletter and didn't debug it better. In fact the code says;

A picture named M3

Probably not

My own morale; hope I never do this myself!!

04.02.2009

What do you use to monitor network traffic on a home network?

Tags: : Question
0
Sometimes our home network has huge loads, which I don't quite understand where originate. The server can of course be replicating, the Windows Update can be in play, and my eldest son can be playing a game using the net. The possibilities are endless, and I wish I had some kind of tool to visualize the network usage, the top talkers, the topmost used protocols etc..

Since we're talking about home networks here, I don't have the expensive managed switches, with the SPAN ports to tap all network traffic, neither do I have network cards supporting "promiscuous-mode" (as least as I know ...).

I was rather hoping for a small, black box, a Network Tap,  to plug between the broadband router and the wall. I imagine that this would be the best physical place to gather/sniff all  packets from all  workstations and servers. Does anyone know about such an appliance?

What other tools do you use to monitor network traffic with?

02.25.2009

Just trying to add value to the Notes community ... is that bad?

Tags: : Lotus Notes
3,15
Some hours ago I posted an entry with the title "Do you have problems with hide-when formulas in rich text fields? Do you need to change servers in links? Download this free DLL to fix!". The reason for this is simply to add a free tool to anyone that might have problems which my small DLL addresses. My "king-thought" is to make my blog of some value  to my readers (those few that exists, ha ha).

I didn't for one second guess that it would derive posts like this post, created by Mr. Ben Langhinrichs over at GeniiSoft (the creator of the fine Midas LSX tool, CoexEdit and other super stuff).

So let me be clear. VCFIXRTF.DLL is by no means any competitor to Midas LSX, his tool has much more features, are much more robust, has sold all over the place etc etc.

I don't hesitate at all  to recommend Midas LSX to anyone, when they face some real needs regarding rich text programming - not at all.

But what the heck, my tool has just two small functions, which might even be unstable, they addresses only two rich text problems, it is a raw DLL, it has some "a word of warning", but it is free.

Do you feel I do something wrong here?

02.25.2009

Do you have problems with hide-when formulas in rich text fields? Do you need to change servers in links? Download this free DLL to fix!

Tags: : Lotus Notes
0
Some time ago I created a DLL which had two main features. Remove hide when formulas in rich text fields - and - change servers in your rich text field links. If you have such challenges, download my DLL and use some LotusScript to alleviate these problems!

As a Notes developer you may have tried to add hide when formulas to your rich text fields in Designer. What happens behind the curtain is that all documents created with the rich text field in question, inherits  the hide when formula, which stays put in your documents  no matter what you change your hide when formulas on the form's rich text field in the future. In other words, if you create a rich text field at one point in time with the hide when formula "txtDepartment != "Sales", all documents created with this design will have that formula in place. When you at some later point in time update your hide when formula to for example "txtDepartment != "R&D", only new  documents will inherit this new formula. All previously existing documents will still have the old hide when formula! Unfortunately it is pretty difficult to get at the hide when formulas with standard tools!

The first main feature of my DLL addresses this problem, and removes all rich text hide when formulas. More on that below!

You might also have application, view or documents links within your rich text fields pointing at certain Domino servers. When those servers are decommissioned or for other reasons not valid anymore, the links now points to nonexistent servers, and the user will see error messages when he or she tries to open the links.

The second main feature of my DLL allows you to change servers in your links!
Read more...

02.09.2009

Do you need zip and/or unzip support in LotusScript? Download my free DLL

Tags: : LotusScript
0
Have you ever needed zip and/or unzip support in your LotusScript projects? If so, you can download the free Windows 32-bit DLL from here! Please note that whilst VCZIPSUP generate fully compatible zip archives, this is a very simple implementation so don't expect support for advanced stuff like encryption etc. Enjoy!

02.09.2009

The Curious Case of The Oscar Academy - and a reference to another movie

Tags: : After Hours
0
Has anybody seen the movie "The Curious Case of Benjamin Button"? I see that folks over at IMDb has given this movie a whooping average score of 8.4 and even more curious; the movie has received 13 Oscar nominations?  What did I miss? Why does people like this movie that  much? To me the first 1/2 hour was OK as I thought the case  was interesting, and the interaction between people when something isn't exactly mainstream, is always interesting. But when I understood that Benjamin was actually getting younger  as he grew older, I couldn't stop thinking "you gotta be kidding me" ...

Even more curious - how can a single film receive whole 13 Oscar nominations?? I understand that makeup must be one of the categories, as Mr. Pitt was wonderfully masked in the beginning of the film, but what on earth is the rest nominations for?

For those of you that love the kind of slow, panoramic, extremely scenic movies out there, I recommend you to watch the Greek masterpiece "The Weeping Meadows" by T. Angelopoulos.

02.06.2009

Trying to work some Mojo on the Dojo ... or ... any tips on how to fix Object Error in IE7?

Tags: : Lotus Notes Dojo Question
0
In one of my applications, I would like to implement a full day, week and month calendar on the web. Standard Lotus Notes does a fair job and can actually display a working calendar. However, I feel that the cool new web 2.0ish Dojo controls must be much cooler to have! Viktor Krantz created a super article on his blog called Creating a Dojo Calendar, and with the Dojo 1.0.x-compatible version from michelle, I has been able to set up the calendar on my Domino 8.5 server.
Read more...

Tags

Calendar