Windows Vista timesync problem

October 11th, 2007 No comments

Add “pool.ntp.org” to the server list solved my problem.

The quick explanation is that the other servers on the list, are being hammered by millions of other window machines.

Categories: Technology Tags:

I have hit inbox ZERO

July 27th, 2007 No comments

Inbox zero is when you have zero messages in your inbox.

You setup a bunch of verbs that you can ever do with emails.

  • Delete
  • Delegate
  • Respond
  • Defer
  • Do

Pretty simple.
To help with this process…

Mark all your stuff that you filter into folders, as read. If you don’t read it often, unsubscribe to those lists. These lists have search functions, use it.

Why am I keeping a list of emails that are anceint? Archieve it. If it’s absolutely useless, delete it. If I’ve responded to it, archieve it.
Check out this link: http://www.43folders.com/2007/07/25/merlins-inbox-zero-talk/

A good analogy is, if you’re a subway sandwich artist, when you get an order, you don’t sit down, and wait for more orders, you handle them as they come in. Not collect them, and when you feel like it, do them.

Inbox zero requires discipline. Watch the video in the above link, and get a feel for how to handle your inbox disaster.

Categories: General Tags:

ajax form submits problem

May 8th, 2007 No comments

yesterday was a few hours of frustration.

Make sure your your <form> tag is within the same <td> cell element.  Otherwise it’s not XML compliant.

You can have the form outside the <table> — but not between it, and a <td> element.

Categories: Programming Tags:

Got RSS?

March 3rd, 2007 1 comment

Yes, RSS is old news. Everyone and their dog has an rss feed. Okay, maybe not.

However, here’s a super easy way to to monitor RSS feeds.   Thunderbird!!! Yes, that’s old too, I know.  If you don’t have News & Blogs, you’ll have to add an account first.  Now you have an easy way to just drag new feeds over.

  1. Find an rss feed, look on the side of this side, and you’ll see an RSS feed.
  2. Drag it to your News & Blogs section in thunderbird.

Now I don’t need to open up all my those sites to figure out what if there’s something new. RSS feeds will automatically find out for me, and notify me whenever something is new.Suggestions for RSS use:

  1. Monitor a friend’s del.cio.us bookmarks. :) “Hi SAM! I’m watching you!”
  2. Monitor someone’s blog.
  3. okay, here’s a real useful one. Monitor new file releases on sourceforge.
  4. Forums and Announcements

That’s how I’m using RSS… any other suggestions to use RSS?

Categories: General, Personal Blogs, Technology Tags:

Got blogspam?

March 2nd, 2007 2 comments

Got troubles with your blogspam?

Want to get rid of blogspam, or at least stem the tide of rushing spew that goes to your blog?

For wordpress, as that’s what matters to me, install akismet, and spamkarma. If one doesn’t catch it, the other will.

Akismet is already installed as part of the default install of the latest wordpress (requires a free api key).

Spamkarma is really free.

Categories: Cool, Personal Blogs Tags:

Canon MP530 – change default scan buttons actions

February 8th, 2007 No comments

How to change the default scan button / buttons actions.

Windows XP (maybe others)

  1. control panel -> scanners and camears
  2. select the WIACanon MP530 driver
  3. right click properties -> events
  4. change events action to what you require

Intuitive after you know where to look… took me a bit of time, so hope this helps others that want to change the default actions.

Categories: Technology Tags:

Gallery is fixed.

January 23rd, 2007 No comments

My old gallery is fixed now…

debating on writing a new gallery, or make a plugin for wordpress to have a gallery.

How the plugin would work…
1.) Create a keyword, to enable the gallery.
2.) grab uploaded files, that are images via mime type, and display them.
3.) display the images via lightbox2, or something else that’d be suitable.
4.) Get titles, and descriptions for files

Pretty handy utility, not much else needed. All the hard parts are already handled by WP.

Categories: Programming Tags:

Ubuntu + Mysql setup

January 4th, 2007 No comments

Wow, that was so painless.

Original Post

Use your favourite means to install mysql, probably apache, php, phpmysqladmin as well…


sudo /etc/init.d/mysql start
mysqladmin -u root password myPassword

where myPassword is your actual password.

to test
mysql -u root -p

enjoy

Categories: Linux, Programming, Technology Tags:

What is really needed these days for a computer?

October 14th, 2006 No comments

Seems like everything I do these on the computer requires only the following:

  • Open Office .org – for writing documents/spreadsheets etc…
  • Thunderbird – for email
  • Firefox – web browsing

For IRC, I’m using MIRC, as that works under wine.

I also now have discovered bluefish. Which is a graphical text editor with syntax highlighting. Excellent application in my opionion.

Eagle layout program is a good PCB design application, however, it’s crashing on me recently… who knows why. I’ll compare version numbers, and upgrade if need be.

Categories: General Tags:

Gnome – multiple monitor taskbar window listing

October 14th, 2006 48 comments

How to/howto get gnome to show what’s running on a given monitor. After having linux installed for a while, leaving pretty much the default install running. I decided to venture out and find how to tweak some usability settings.

There is a program called utlramon for windows that already does this [mentioned above]. A Linux ultramon doesn’t exist, well not as a separate program, as the functionality already exists in gnome.

Just add a panel to each monitor you want, and add to that panel a window list. That’s it.

Instructions:
1.) Right click on anywhere on the launchbar, click “New Panel”

[UPDATE: 2010/05/02 added ALT]
2.) hold down ALT + Drag the new panel to any monitor/location.
3.) Right click on that panel, and click “Add to Panel”
4.) Select “Window List” under Desktop and Windows
5.) Click Add.
6.) Click Close, and you’re done.

Now I don’t have a cluster of ALL windows on my three head setup on one taskbar.

If this helps, please drop a line in the comments.