Archive for May, 2006

Clipboard Historian 10.1 Released!

I released version 10.1 of Clipboard Historian today.

Changes:

  • Single quotes now work properly in records.
  • Timestamps now include seconds.
  • Copying pictures that were captured close together now works.
  • You can no longer add blank categories.
  • Database file has been moved to the preferences folder, this means you can run Clipboard Historian from anywhere on your computer.
  • Added help in the form of Lamtid! Look under the help menu.
  • You can download Clipboard Historian 10.1 from the offical site: http://rmarcus.info/ch

Comments (5)

Apple Mouse on Logitech

After using both the Apple Mighty Mouse and the <a href=”http://www.logitech.com/index.cfm/products/details/US/EN,CRID=2142,CONTENTID=8145″Logitech Opitical Mouse each for about half a month, I think I can review them.

In short, at this very moment, I’m using the Logitech.

Don’t get me wrong, the Mighty Mouse is great, as long as you don’t need to scroll or right click. The middle click on the Mighty Mouse is just as no-exsistant as the right click.

The Mighty Mouse does have both a left, right, and middle click, but you must fully lift your finger off of the other mouse buttons to access them. This is very annoying, and even after a year of practicing, I can’t seem to get it right every time.

The Mighty Mouse’s scroll ball does allow you to get left to right, diagnle, as well as up and down… on a good day. When your hands are even a spec away from “not completely dry”, the scroll ball does not move.

The Logitech is fair more comfortable to hold. It is designed to have a hand placed on it and stay there, where as the Mighty Mouse seems more designed to the “always typing.”

Last, the price. The Apple Mighty Mouse comes at the price of $50, where as you can pick up a Logitech for maybe $5.

All in all, get a Logitech!

Leave a Comment

School is out, looking at things in a new way…

School ended yesterday! My friends and I had a 24 hour party (I’m tired!) and now we are ready to start summer…

Since I will no longer be at school, it should quadruple the amount of time I have to work on things.

I also thought that, for the summer, I would change the theme, so I hope you enjoy it!

Leave a Comment

Clipboard Historian 10.0 Released!

Check out the Clipboard Historian website: http://rmarcus.info/ch/, and leave a review on MacUpdate when the new version shows up.

Leave a Comment

Further Clipboard Historian Issues

I’m about an inch away from rewriting Clipboard Historian in Java because of the problems I’m having with REALbasic.

As you may know, Clipboard Historian has support for picture clippings.. in previous versions, these pictures were stored with the text clippings in a text file, which was really, really, slow.

So I start migrating my text clipping storage to a REALSQLdatabase, and everything works fine. Now, time to deal with pictures.

I have it working (at the moment) to, every single time you open and close Clipboard Historian, write every picture out to a file using f.SaveAsJPEG and then read it back in using f.OpenAsPicture. This works OK if you have one or two pictures, but once you get into 10 or 20, launching and quitting Clipboard Historian starts taking several seconds… which is way to long for me.

So I have a new plan. I have a record table, which contains a picture ID. Then, in the picture table, I am storing three things, picture ID, thumbnail, and the actual picture. Using a small script I wrote (I will post it later), I can change pictures into text and back again, but it is a slow process. When you copy a picture onto the clipboard, a thumbnail of the image is instantly created and displayed. The larger image is stored in the database… once. When you double click on an image, it is queried out of the database and rendered. This way, the larger picture only needs to be read when you first copy it (which might take half a second) and when you double click on it to view or copy it.

Problem solved, but wouldn’t it be nice if the features I paid for actually worked?

Leave a Comment

Black Lava… RapidWeaver Theme

Version 1.0 of my first RapidWeaver is out… Black Lava. It is not that good yet.. I have a lot more CSS to do. But you can look at what I have now:

http://rmarcus.info/blacklava/

Leave a Comment

SkypeOut Free

SkypeOut is free for the rest of 2006… Go download Skype and give it a try!

Leave a Comment

The Health Class Scare

This post may contain content that would be considered inappropriate to anyone under the age of 13.


We had a guest speaker in health class today from one of those nurses in an anti-abortion clinic. Now, from the start of this presentation I knew the ideas I would be getting would be bias and spun to fit the purposes of scaring teenagers into not having sex, but I did not think they would go this far.

There where five points made in this presentation that got to me…

  1. 5000 people die from HPV. Ooo.. I’m so scared. 5000 just sounds like a big number, but in prospective, it is not much. For example, 100,000 of people die from homicide and drunk driving.
  2. 50% of all STD’s are in people between 13 and 25. Well DUH! That’s because we are half of the sexually active population! Of course we are going to have half the STD’s!
  3. Everytime you get an STD you are more likely to die from it. Yes, thats true with all diseases.
  4. 1/5 teens have an STD. Oh, ya, sure. In a 30 person class room, that would be 6 people. I don’t believe it.
  5. Everytime you have sex you have a 40% chance of getting an STD. Well, any moron can see that this point contradicts that last one. If there is a 40% percent chance, then thats… 40/100 = 4/10 / 2/5, not 1/5. In a 30 person classroom, that is saying 12 people have an STD. I don’t believe it.

Well, it looks like the scare tactics used by our president is leaking into the classroom… But at least they are not working here.

Comments (3)

Clipboard Historian Back On Track!

I solved my database problems… I had to use the shell to create my database and I’m not using any of REALbasic’s built in database classes any more. Just SQL quereys. Clipboard Historian is back on track.

Leave a Comment

Delays on Clipboard Historian

The REALSQLdatabase is having some problems. I’ve filed two bug reports on the REALBasic website:

http://www.realsoftware.com/feedback/viewreport.php?reportid=wwcztwvs
http://www.realsoftware.com/feedback/viewreport.php?reportid=flkakdao

I’ve started to rewrite CH to use direct queries, and I will continue to do so. This will drop CH’s speed about 5%, but slow is better then not working.

“Its not your fault, but its your problem.” – Craig

Leave a Comment

Older Posts »