Ever wanted to send a note to someone and have it not accessble more then once? Well here is service that will let you do just that:
https://privnote.com/
Privnote is a free web based service that allows you to send top secret notes over the internet. It’s fast, easy, and requires no password or user registration at all. You can optionally choose to be notified when your note is read by leaving your email and a reference for the note.
Once you get to homepage you are shown screen looking like this:
Once you have …
Read the full story »
Here is nice online store that will lett you design your own clothing, mug, hat, bag, etc. They print and send to your address.
A few people have told me that they were not able to run Windows Update after they got WinXP SP3 on their machine…
In my work I often need to know who is logged onto remote PC, and there are many ways to find that out in Enterprise networks, but my favorite way is to run simple VB Script…
Microsoft did not include any export utility with ADUC, so I wrote my own HTA Application.
SRWare Iron is another good and lightweight web browser based on Chromium open-source project behind Google Chrome.
So now you are asking why would I use Iron if I can use Google Chrome, which is good question in fact, unless you are concerned with footprints you leave while using Chrome.
Some people have asked whether Googles ’small print’ is considered as spyware:
“Information that’s sent to Google - When GoogleUpdate communicates with Google servers, it sends IDs of GoogleUpdate-managed applications on your computer and general usage information for these applications.”
Answer from Google employee was …
Opera 10 Alpha have been released for public download, get it from here: http://www.opera.com/browser/next/.
It looks like guys at Opera are serious about their next generation web browser. Opera 10 even in it’s alpha release have passed ACID3 test with 100/100% !
Taking same test with Firefox returns 71/100%
And Safari on Windows returns 74/100%
Opera Presto 2.2 is the newest rendering engine for the Opera browser. It provides significant improvements in speed, performance and security.
Some of the new features are:
Inline spell-check
Auto-update
Web Fonts and SVG
Opacity through RGBA and HSLA
More details about features and improvements can …
Microsoft Office Live offers Microsoft Office Live Workspace and Microsoft Office Live Small Bussines
These are very nice and good solutions that many will start using and are using already, here are features of both:
Microsoft Office Live Workspace
Access files from anywhere
Access documents from almost any computer with a Web browser
NB: Remember above as you read further down
No more flash drives—documents are there when and where you need them
Password-protected sharing; you control who can view and edit your work
Work with programs you know
Save over 1,000 Microsoft Office documents in one online place
Open …
Here is nice application aiming at secure file transfer. Civil Netizen can handle files and folders up to 4GB in total size. It also preserves the folder structure you have meticulously designed. All file transfer traffic is secured end-to-end between senders and recipients using 128-bit AES encryption. Built-in download manager will resume any interrupted transfers and keep trying until your important files are delivered.
To transfer files Civil Netizen use something they call Parcel.
What is Parcel?
With Parcel, you can easily send any files – small and large – to your friends …
In order to see all profiles on a remote PC, you need to connect to that PC to admin C$ share nad then anvigate to C:\Document and Settings\. Weel since I like to use VB Script i coded my own HTA application that will list all profiles found.
I did not code any error traps as scripting engine is returning quite readbel error in case PC is not found
Here is script:
<!–Force IE6 into quirks mode with this comment tag–>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>List profiles on remote computer</title>
<HTA:APPLICATION
ID="objCheckKeys"
APPLICATIONNAME="ListProfiles"
SCROLLFLAT="YES"
SINGLEINSTANCE="NO"
MINIMIZEBUTTON="yes"
MAXIMIZEBUTTON="yes"
NAVIGABLE="NO"
CONTEXTMENU="yes"
SYSMENU="yes"
> …