Archive for category computers
software i need! (combo of Notational Velocity, Autokey, and Excel(or Libre Office))
Posted by Roger Brown in computers, good ideas on March 17, 2012
I need a quick way to enter things I’ve learned AND a quick way to paste them into any other program:
- Something like Notational Velocity or nvALT that gives me input boxes for title and body of the note.
- I also need a 3rd field. An optional hotkey combo or phrase that whenever i type it — it will paste in the body of the Note to wherever my cursor is at.
- And i need to be able to import and export from and to a spreadsheet program like LibreOffice Calc or Microsoft Excel.
- I already love nvALT’s feature that narrows down the list of your notes when you start searching.
- ability to paste 2 columns from my database into an email. title or heading column and then body of reply. i.e a Addon for Thunderbird OR even better, a bridge to a OS wide keyboard shortcut or maybe at least a bridge to something like Autokey or Dragon Naturally Speaking. (added 4/10/2012)
I wish I knew already how to program such a tool combining such features.
–Roger
P.S. First time you’ve heard of this EXACT idea? Please give me credit when you share — reference the link to this page — http://downtownweb.com/software-i-want-built-combo-of-notational-velocity-autokey-and-excel
P.P.S. If you answer a lot of emails or do any sort of customer service, you know that such software would be an indispensable tool!!! ![]()
the perfect ergonomic chair?
Posted by Roger Brown in computers on March 10, 2012
Too many chairs out there that claim they are “ergonomic” are only partially ergonomic and sometimes barely ergonomic. They obviously didn’t have somebody sit at the chair for weeks or months to test out all the different things that should be tested to avoid RSI(repetitive stress injuries).
When you sit at a desk for 40+ hours a week for a decade or more, you really, really need a good chair!
Things i want in my next chair:
* Headrest: vertically adjustable, and easy to remove by hand, after it’s removed it should allow me to lean my head back over the back of the chair to do a stretch
* Armrests: adjustable, and easy to remove by hand (no screwdriver or tool required!)
* Seatback narrow enough — so that it allows me to reach my arms behind me for a stretch, And so that when sitting upright neither my elbows nor the backs of my upper arms touch the chair.
(will finish this list later. stay tuned!)
P.S. i highly recommend http://rsiguard.com if you want a really good “take a break” reminder program complete with suggested stretching exercises that includes videos! Other cool features too. It’s totally worth the $65! (no i’m not getting anything to say this.) Just wanted to share the best rsi prevention software that i’ve found so far.
How to speak SMTP?
Posted by Roger Brown in computers, Internet, Uncategorized on December 10, 2011
Sometimes when you’re having trouble sending email and none of your troubleshooting has worked so far, you need to connect to your outgoing email server and speak the language to it that your email program speaks when it sends an email:
To test outgoing SMTP email, you first need to “base64 encode” these two things:
#1 – your full email address
#2 – your email password
SMTP authentication uses base64 encoding.
Here’s one tool to do that at:
http://www.opinionatedgeek.com/dotnet/tools/base64encode/
Go ahead and do that for both the full email address and the email password and save the output.
Then open up a terminal or a command prompt on your computer.
+++Below is what you will type from it.
Anywhere it has words in all CAPS you will replace that with your domain name for example.
And you will press the Enter key after each line
NOTE also — the lines or words below that are inside of brackets []‘s are just instructions; you do not type those. But you type everything else. +++++++++++
telnet mail.DOMAIN.COM 25
ehlo DOMAIN.COM
auth login
[paste in your email address encoded in base64. Below is an example]
ZW1pbHlAY29tbMNuaXR5Y2h1cmZoZ3JvdXAuY29t
[paste in your password encoded in base64. Below is an example]
YmBzZAJhbCd=
mail from: YOURADDRESS@DOMAIN.COM
rcpt to: OTHERADDRESS@DOMAIN2.COM
data
From: YOURADDRESS@DOMAIN.COM
To: OTHERADDRESS@DOMAIN2.COM
Subject: test of SMTP
this is a test message
. [type a single dot and then press enter]
quit
+++ end of telnet commands +++
P.S. some outgoing servers will have you use a different port number such as 587 or 26. Above we used port 25.
geeks|programmers — How to convert from/to epoch dates
Posted by Roger Brown in computers, Internet, Mac on April 26, 2011
If you use a Unix system(BSD,Linux,etc.), sometimes you’ll have log files that don’t create the timestamp in regular format such as Apr. 25, 2011 1:10pm but instead it saves the date as the number of seconds since midnight of January 1, 1970 (the date chosen after the fact for the beginning of the Unix epoch).
How to convert from epoch seconds to regular date?
If you’re on any of the BSD systems (such as Mac OS X or FreeBSD), run “date -r SECONDS” from a Terminal:
$ date -r 1302972510
Sat Apr 16 10:48:30 MDT 2011
If you’re using Linux, run “date -d @SECONDS” from a terminal — here’s an example:
$ date -d @1302972510
Sat Apr 16 10:48:30 MDT 2011
Convert from regular date to seconds?
On Linux, here’s an example:
$ date -d “Apr 25, 2011 12:12:12″ +%s
1303755132
For the BSD’s/OS X, here’s an example:
$ date -j -f ‘%Y-%m-%d %H:%M:%S’ ’2011-04-25 12:12:12′ +%s
1303755132
(I’ve had to look this up enough times over the years that I thought i’d finally publish it!
)
it’s pretty much my favorite animal ever…
Posted by Roger Brown in computers, Mac on March 2, 2011
Time for a little comedy break — name the movie if you know where the idea’s coming from! ![]()
source: unknown
LOL!
Good tutorial for those new to the web!
Posted by Roger Brown in computers, Internet on January 6, 2011
http://www.20thingsilearned.com/
awesomeness is all i can say! ![]()
Customers say the darndest things… :)
Posted by Roger Brown in computers, Internet, Uncategorized on December 31, 2010
A coworker just showed me this post:
http://notalwaysright.com/when-open-source-meets-closed-minds/3305
![]()
So yeah, NotAlwaysRight.com — lol, i now have to add it to my list of websites for a good laugh — add it next to Engrish.com ![]()
forget GoToMyPC, check out Mikogo!
Posted by Roger Brown in computers, Internet on December 24, 2010
Many are familiar with remote desktop viewers that cost money such as GoToMyPC or Team Viewer. But Mikogo is free, even for commercial use.
It rocks, check it out — http://www.mikogo.com/ — it works for both Microsoft Windows and Mac OS X.
Yes, you can go peer-to-peer with something like TightVNC but who wants to walk a newbie through configuring their router to port forward TCP port 5900? That’s no fun so that’s when I use Mikogo.
I’ve used it for a few years now and am very, very pleased with it. Only drawback is that it can be slow for someone that is on a little slower connection like the first levels of DSL access.
Other than that, it seriously rocks. One file to download and run; and from a Mac I can control somebody’s Windows computer and vice versa. Very smooth! ![]()
Faster tech support?! Do your part 1st! :)
Posted by Roger Brown in computers, Internet on October 30, 2010
Hi, i’ve been doing computer software | website technical consulting|training|tech support for over 13 years now and want to share a few tips.
When you call for help with your computer or with your website/email, here’s what you can do to make the experience smoother:
- Be ready — Login to your account(s) before calling! For example, if you’re having trouble with your website, then make sure that you are logged in to your hosting company’s control panel or dashboard before you call. The biggest time waster for me is frequently waiting 1 to 2 minutes or sometimes even more for a customer to search for the password that they wrote down and then lost. It’s rude to call and then make the tech support person wait (as well as other customers that are waiting in the call queue.) So be logged into your control panel or dashboard BEFORE you call — then your call is shorter AND the people waiting in line behind you will thank you!
P.S. If you can’t find your password look for the “forgot password” link on their website. They always have one! 
- Call the same day of the problem. If you’re getting an error message when you send email or on your website, then the tech support person needs to look at the logs for it. Most companies will archive their logs files after 24 hours. Searching through the current day’s log file(s) is much faster than having to go to the archives, then find the appropriate day, and then unzip the archive before you can search through it.
- Have the details ready — were there any error messages that you need to type down or write down first so you can email it? Sometimes it’s easier to have you email it to us instead of being read a really long error message.
- (stay tuned, this is a work in progress! let me know what you think, thanks!)
keep track of security!!!
Posted by Roger Brown in computers, Internet on July 21, 2010
Besides running a good anti-virus and anti-spyware/malware program(s), it’s also good to keep up to date on the latest security vulnerabilities and recommended patches.
I highly recommend the vulnerabilities database at SecurityFocus — http://www.securityfocus.com/vulnerabilities
It’s become even more important to me lately as I’ve helped both clients and customers with hacks to their WordPress or Joomla sites.
I highly recommend BugTraq also — but either subscribe to the daily digest or you might want to archive it to a 3rd party email storage account such as Gmail — because it can easily be a hundred or more emails per day. BugTraq is the oldest security reports and discussion list on the net. Very cool!
-Roger
P.S. Many software packages have their own security announcements email list or RSS feed — you definitely need to subscribe if you’re using their software!!! For example, check out Joomla Security Announcements.
