March 2010
Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      
Search

 
Catagories
Archives
Recent Entries
Links
RSS

November 17, 2009

mackie srm450 service manual

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

schematic & service manual:
mackie_srm450_active_speaker_[ET].rar

individual files:
Mackie SRM450 Service Manual.pdf
Mackie SRM450 Schematic.pdf

read more...
 
Posted by 7hz at 11:29 PM | Comments (0)

October 28, 2009

card magnetic stripe?

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

curiously enough, i discovered the magstripe on a credit card does not encode or obfuscate data (more than being a magnetic field with the equivalent of a bar code that is)... i just assumed it did. when you think about it, this is really the equivalent of peering at the front of the card --that's what you "see". i guess this makes sense. but i've also realized, card information is more vunerable than i hoped.

there are a number of well known, publish standards and specs.
this is the format i got scanning one of my cards:

;4111111111111111=1201=LAST/FIRST

read more...
 
Posted by 7hz at 09:34 AM | Comments (0)

October 20, 2009

IE8 'IE7' compatibility mode

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

you can tell IE8 to emulate IE7, if for some reason your page isn't rendering properly in the new brower. add this tag to the master page in your project to cover the whole site in one step.

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

Posted by 7hz at 01:26 PM | Comments (0)

October 13, 2009

reporting services sql server install error

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

When you go to (re) install sql server, you may get this error if you re-use the same instance name since the Reporting Services user data files are not deleted during uninstall and may contain valued user data.

Here's the message: Rule Reporting Services Catalog Temporary Database File Existence failed.

"The Reporting Services catalog temporary database file exists. Select a Reporting Services files-only mode installation."

read more...
 
Posted by 7hz at 03:00 PM | Comments (0)

October 02, 2009

how to suspend norton rtvscan.exe process

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

stop the norton (synamtic) antivius service.

Posted by 7hz at 04:13 PM | Comments (0)

September 19, 2009

disable/enable AVG temporarily

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

right click task trey icon, bring up control panel

right click on 'resident sheild'

select 'open'

select 'resident shield active' status as desired and save changes.

Posted by 7hz at 08:08 PM | Comments (0)

June 21, 2009

Outlook Quick Search Tip

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

right click on the contact file | properties | outlook address book

"show this folder as an e-mail address book"

check / uncheck to have contact items appear in the quick search / find

Posted by 7hz at 03:06 PM | Comments (0)

June 15, 2009

TortoiseSVN, TSVNCache.exe

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

Issue:
TSVNCache.exe makes explorer so slow since version 1.6.1 (fixed yet?)

work-around / Solution:

1. Right-click on your desktop and select "TortoiseSVN -> Settings"

select icon overlays
under status cache, select startup cache, none.

add exclude paths:
c:\*
d:\*

include path can point to your respository.

read more...
 
Posted by 7hz at 11:51 PM | Comments (0)

March 10, 2009

dotnet DateTime.AddDay(1)

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

Dotnet vb/c# datetime handling is pretty robust, has a bunch of functions, pretty complete. It's noteable however, that AddDays() is actually just adding sets of 24 hours.

and has no idea about daylight saving time. caveat emptor.

(I hate daylight saving time).

Posted by 7hz at 11:40 AM | Comments (0)

October 23, 2008

fix/disable screen rotation

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

you might *not* have noticed a number of graphic drivers now offer screen rotation, not just tablets. which is nice, except when you have no idea what's going on.

appears one intel offers, installs pre-defined hot-keys without user confirmation. hit the wrong key and now your screen is upside down --and you have no idea why, or how to correct it. this happend to my dad, on his lower brand laptop.

here's where to fix that:

go to: display properties / settings / advanced / screen rotation

enable (or disable) automatic screen rotation.

you can manage the hotkeys there (i turn 'em off! just use the tablet controls).

Posted by 7hz at 09:37 AM | Comments (0)

June 16, 2008

add route, windows

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

This recipe describes adding entries to this routing table that will not persist following a reboot. These temporary routes are useful during troubleshooting or when making changes to the network topology.

route add 192.168.1.1 mask 255.255.255.0 172.16.100.1

route add 192.168.15.123 172.16.10.1 metric 10

Windows will automatically guess which interface is most appropriate for the given route. If you are dissatisfied with Windows's guess, the optional if {interface} parameter can be used. To specify that the previous route example should use interface 2 (identified with the hexadecimal value 0x2 in the route print command)

route add 192.168.15.123 172.16.10.1 metric 10 if 2

read more...
 
Posted by 7hz at 01:21 PM | Comments (0)

June 12, 2008

dlink dwl-g820

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

i picked up one of these used. actually helped someone else get one working last summer (which was interesting). they are not 'easy' to configure. just a couple of blinky leds to let you know status. i knew what to expect...


read more...
 
Posted by 7hz at 10:56 AM | Comments (0)

May 12, 2008

"free public wifi", peer network scam?

Catagory: programming · This Entry · Comment(1) · eMail entry · Google
programming

i was in the airport and came across a 'free public wifi' node, that was self proclaimed SSID for the node. it seemed like the right choice at the time. after all the portland airport has had an open wifi network available for years. i vaguely remember the name was something else, not 'free public wifi', but whatever. anyway, i used the connection, wasn't of great concern. i also noticed the network was was peer-to-peer, which i thought was odd (i mean that should have been a big tip-off).

after boarding the plane, later on the light i busted out my laptop. lo-and-behold, that network was *still* there. oh a new airline wifi service?? no way. this immediately confirmed my prior concerns something was a bit off here.

i realized this was strangers laptop on that flight with an open peer to peer network named, free public wifi. and maybe that's all, someone with a cell phone data network card, enabled open internet sharing on their wifi card, ok.

or it's someone claiming as much, with all the traffic routed through their machine, attempting to pick up my information etc. point is, you should double check the network you are connecting to is the one you actually want. don't assume that 'free public wifi' is always a goodwill service by some upstanding charitable citizen. or is that just the cynic in me at work?

the guy was probably a nice guy, merely offering bandwidth to anyone around.

but no thanks. and please name your network something else.

Posted by 7hz at 09:43 AM | Comments (1)

April 18, 2008

remove google tool bar from firefox

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

Right-click up by File, Edit, View, etc. Choose "Customize Toolbars..." from the context menu. Move your mouse over to the Search box (Google), then drag and drop it onto the Customize Toolbar window. It will be gone then.

Posted by 7hz at 10:29 AM | Comments (0)

April 16, 2008

internet explorer custom title

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

To Remove/change a Custom Internet Explorer Window Title
Using Registry Editor, delete the following value in the registry:

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window Title

Posted by 7hz at 03:34 PM | Comments (0)

customize ie7 search, toolbars

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

here's how to get rid of the annoying toolbars, that don't seem to have UI setting to enable/disable.

read more...
 
Posted by 7hz at 01:27 PM | Comments (0)

April 15, 2008

remove the winamp toolbar

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

i love winamp, but have no use for a toolbar in my web browser.

the process is really simple. here's how to fix that.

read more...
 
Posted by 7hz at 10:47 AM | Comments (0)

April 14, 2008

disable the office clipboard toolbar

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

How to prevent the Office Clipboard toolbar from appearing when you use multiple Copy commands in any Office 2000 program.

It is possible to prevent the Clipboard toolbar from automatically appearing when you use multiple Copy commands in any Microsoft Office program. This article explains how to do this by modifying the Windows Registry.

This solutions appears similar to disabling the 'clip book' in later versions.

read more...
 
Posted by 7hz at 04:49 PM | Comments (0)

April 04, 2008

firewire sbp2port.sys code (10)

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

so, i have two firewire/usb combo (dual interface, powered) external drives. both drives failed to attach via firewire on my laptop --and both work fine via USB. so i'm thinking my firewire hardware is messed up on my laptop, right?. but i've also got an external firewire CD that is working -so the firewire hardware should be just fine --what gives? i've fussed with it before, spending a few hours trying to fix it, but gave up. with some free time now, i sat down to fix this for good.

read more...
 
Posted by 7hz at 12:02 PM | Comments (0)

April 03, 2008

fedex applogic wont start

programming

enable dcom service?

Posted by 7hz at 11:21 PM

April 01, 2008

no sound device?

programming

microsoft kernal mixer shows an error?

try disable and re-enable the device.

Posted by 7hz at 01:24 PM

March 03, 2008

netgear ps121v2, works!

Catagory: programming · This Entry · Comment(8) · eMail entry · Google
programming

Appears the PS121v2 also features an actual print server interface (SMB or raw tcp, rather than the remote USB hub mode the install software attempts to use). who knew!?!

the setup just installs a remote USB hub, no other options. while this would seem like a reasonable approach for USB printers (just make it surrogate for the USB wire, how could you go wrong?). appears their software is either buggy, or simply not compatible with the better part of printers out there, including mine. i'm not sure what's going on.

like a lot of folks that posted online; i found the installer would hang at 90% complete. after restart etc, i did manage to print something. but when i got it to work, it returned an error after a single print job and required resetting the printer to clear. lame. plus, you're stuck with the default 'networked' printer name it registers (can't change, it just resets on power up, grrrr). i think most people gave up well before this point.

read more...
 
Posted by 7hz at 09:57 PM | Comments (8)

November 26, 2007

outlook error message

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

i got this error message recently. none of my calendar items would update, or even open. "The item may not have been deleted correctly. If someone sent you the item, that person's copy of the item may not be updated."

i closed outlook, killed a stuck outlook process, and restarted.

everything was fine.

Posted by 7hz at 04:04 PM | Comments (0)

November 25, 2007

xbox thief deadly shadows game save

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

when I go to the save screen and save the game, it just hangs/locks up on the "Saving Game. Please do not turn off your xbox console."

solution:

You must set the date and time before playing otherwise you cannot save gave. In the xbox dash, boot machine to ms dash / or older dashboard that has time config screen, set date and time then load game.

read more...
 
Posted by 7hz at 10:24 PM | Comments (0)

October 18, 2007

xbox 360 x-arcade hack

Catagory: electronics · This Entry · Comment(4) · eMail entry · Google
electronics

pacman challenge edition came out on the xbox 360 this summer. it's actually a great game with good gameplay. the version is time & point based, rather than level & survival like the original.

however, playing the game with the stock xbox controller (analog thumb or d-pad) isn't much fun -you really need a standard 4-way arcade joystick for proper game action/response.

D. already had an x-arcade, and swapped the built-in stick with a switchable 4/8 way joystick (one that uses governor for true 4-way action!)... but there's no interface for to the xbox360 (not yet?).

xbox 360, pac man challenge edition with x-arcade hack.

read more...
 
Posted by 7hz at 06:59 PM | Comments (4)

May 06, 2007

calendar sync/subscribe

Catagory: black rock city · This Entry · Comment(0) · eMail entry · Google
black rock city

looks like there are more widgets to make sync'ing/subscribing to calendars easy (easier). for example, you can 'subscribe' to my current burn calendar for 2007, using this address:

http://www.7hertz.com/download/calendar/2007/burn2007.ics

i've just been playing around with this stuff a bit, but here's how:

windows/outlook:
for outlook 2003/2007 there's a plug-in called 'remotecalendar' (posted on sourceforge), and lets you sync with calendars on the web (e.g. sync to google calendars, subscribe to the 'burn dates').

macs:
on the mac, the 'ical' program lets subscribe to a remote calendar. just choose 'subscribe', use the url for the calendar, and choose a refresh rate. there's also some software called 'spanning sync' which will let you sync as well.

google calendars:
download, then import into gcal.

palm:
try a program called isync?

Posted by 7hz at 12:30 PM | Comments (0)

April 26, 2007

kinamax usb svga 2.0

Catagory: programming · This Entry · Comment(1) · eMail entry · Google
programming

this little item gives you an additional display output on most any windows XP box.

i'm fairly impressed, it offers reasonable quality/resolution video. i picked this up so i could have third display on my tablet/laptop. while most gamers would complain the frame rate doesn't allow for full speed video, the casual office user won't notice one bit. display looks fabulous on my lcd.

read more...
 
Posted by 7hz at 04:17 PM | Comments (1)

April 25, 2007

outlook calendar grid issue

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

KB924085 Causes Grid Lines In Outlook 2003 Calendar ('day week month' View) To Become Corrupted. Unfortunately if you are looking those keywords up here, you've already figured this out huh?

what happens... grid lines that surround each such are not properly painted. as far as i could tell, it seems invalidate rect or some other call isn't made for the entire box, leaving residual pixels from the desktop or prior application.

problem goes away if you uninstall KB924085.

Posted by 7hz at 11:39 PM | Comments (0)

April 04, 2007

visual studio 2005 project

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

Microsoft Visual Studio 2005 error message :

The project file 'C:\data\projects\misc.Web.csproj' cannot be opened.

The project type is not supported by this installation.

...turns out i needed to installed the web application project type.

read more...
 
Posted by 7hz at 06:42 PM | Comments (0)

April 03, 2007

outlook dst problem

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

so i applied the dst change to my system and used the outlook update utility to move my appointments.

it caught a handful of appointments but missed a ton, actually most of them. it screwed up stuff from years ago, begging the question did anyone think about the fact *past* events probably shouldn't be changed?

read more...
 
Posted by 7hz at 06:34 PM | Comments (0)

March 29, 2007

step 29, swim across...

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

google maps displays route info for the UK now.




on a humorous note, if you map Portland to London it sends you east, tells you to swim across the ocean, and continues with directions to london.

Posted by 7hz at 04:40 PM | Comments (0)

March 24, 2007

moon dates to 2012 (ical file)

Catagory: black rock city · This Entry · Comment(0) · eMail entry · Google
black rock city

here's two ical calendar files for the moon phase/lunation, till 2012.

One just has full & new moon days (full day 'events')....the other has full, new, and quarter dates -with times noted (as 'appointments' in outlook).

read more...
 
Posted by 7hz at 01:57 PM | Comments (0)

burn dates, ical file

Catagory: black rock city · This Entry · Comment(0) · eMail entry · Google
black rock city

here's an ical calendar file for the burn & burnal solstinox (equinox) dates, plus 'opening' gates -till 2012.

nothing 'official' here, just my calculations, maybe you'll find it useful... mostly i'm just playing around with exporting calendar data & calendaring. you can import this into outlook, google calendar, whatever. i have a another version with more dates like regionals -suppose i could post that as well if people wanted. maybe useful planning trips to catch regionals?

you can also use this with the moon calendar to project the moonlight schedule durning the event, or anytime you're on the playa really.

burn dates, ical file

Posted by 7hz at 01:33 PM | Comments (0)

March 16, 2007

d-link di-524 router

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

picked this up at fry's and been doing pretty well. it's a basic router. just looking for another cheap option since the airlink wasn't working out. took a little time to set up. still hoping the folks at airlink will sort out the problem or send a replacement.

the d-link was actually pretty fussy at first --not reseting properly, getting stuck/frozen during boot process. grr, these routers are getting on my nerves. i had to manually reset the unit a bunch of times.

however, once i got the latest firmware in place it appeared to work properly -and that problem went away. all good.

read more...
 
Posted by 7hz at 04:14 PM | Comments (0)

March 05, 2007

ar"420" -airlink101 router problem

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

i got the airlink101 ar420W wireless router to replace the linksys.

this is actually my 6th or 7th router since i went wireless years ago. tried all the major brands. it replaced the linksys i used for about 4 years until that died a slooow, long painful death (suffered from heat stroke). so this is not new territory for me (i find it curious each one uses slightly different terminology, and approaches basic tasks in a different manner). once they're in place, they there sit for years really.

honestly i was just looking for a cheap replacement, and i didn't need the absolute latest features, just the usual suspects. namely port forwarding for some random services i host at the homestead.

read more...
 
Posted by 7hz at 07:33 PM | Comments (0)

February 20, 2007

outlook calendar tricks

programming

set the 'event' type as the default calendar form :

create a custom form: tools / forms / design a form....
choose all day events for time setting.
publish the form: tools / forms / publish form as...
assign the custom form to the calendar: navigate to properties on calendar folder, choose the new "event" type in the drop down for the default.

if needed, delete the form by selecting properties for the folder, upper tab "Forms", then 'manage...' (button).

eh, ymmv.



Outlook Calendar Start Time Shortcuts

One of the best undocumented features of Microsoft Outlook - well, undocumented as I can tell - is the "calendar shortcuts" feature. When you create a new appointment or task, you don't need to know the exact date of the appointment or task - let Outlook figure that out for you!

For example, if your boss tells you that a particular report is due in 25 days, you don't have to manually figure out when that is - just enter 25d in the "Start Time" for the appointment (make sure that today is selected in your calendar, otherwise the appointment will be added 25 days from the day selected).

Other available operators include W (weeks), MO (months) and Y (years) as well as TODAY, TOMORROW and NEXT TUESDAY (or whatever other day you need next week). Note that these calendar shortcuts also work with Tasks as well.

Posted by 7hz at 03:58 PM

cool shortcuts

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

here's list of a few trick keyboard shortcuts for windows, word & excel.

read more...
 
Posted by 7hz at 03:42 PM | Comments (0)

February 18, 2007

error writing to the registry

Catagory: programming · This Entry · Comment(5) · eMail entry · Google
programming

You may encounter the following error messages displayed when trying to modify the registry values. "Error Editing Value Cannot edit : Error writing the value's new content"... or, "Cannot create value, error writing the to the registry" --Even while logged in as the Administrator.

One possible reason for that failure is because Windows grants read access to many registry entries --you may need to manually grant write permission, even to the Administrator (or 'Everyone' if you like), if that's not set.

i was surprised when trying to update the "friendly name" for a external device in the driver settings, windows would not let me update the value until i granted myself write permissions --a kind of safety mechanism.

read more...
 
Posted by 7hz at 12:01 PM | Comments (5)

January 30, 2007

disable mouse wheel in winamp

Catagory: programming · This Entry · Comment(2) · eMail entry · Google
programming

i've been a little annoyed by the mouse wheel lately, espcially in winamp where a slight slip ends up changing the volume. real problem is there isn't much you can do with system settings (can't diable the wheel) or winamp options to prevent this (not my version anyway).

i just found this plug-in for winamp (reading the forums). plus, i can still use the wheel to scroll, etc.

http://nunzioweb.com/daz/files/MouseWheel_Blocker_v1_0.exe

brilliant.

Posted by 7hz at 03:53 PM | Comments (2)

December 25, 2006

disable windows messenger

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

Windows Messenger.
- Go to Start\Programs\Administrative Tools\Services
- Right click Messenger, click stop
- Right click Messenger, click Properties, change startup type to disabled.

Microsoft Messenger. (Little green man icon)
- Open Microsoft Messenger
- Click Tools\Options
- Change to Preferences tab
- Deselect run this program automatically when windows starts.

- Open Outlook Express
- Under Tools/Options/General, deselect Automatically log on to Microsoft Messenger.



If you are using Outlook Express, you can also prevent users from manually running Windows Messenger by:
1. In Outlook Express, click Options on the Tool menu.
2. On the General tab, click to clear the "Automatically log on to Windows Messenger" check box.
2. Click OK.

To prevent Windows Messenger from signing in when you run Outlook:
1. In Outlook, click Options on the Tools menu.
2. On the Other tab, click to clear the "Enable instant messaging in Microsoft Outlook check box.
3. Click OK

read more...
 
Posted by 7hz at 09:30 PM | Comments (0)

December 04, 2006

spam poetry, my inbox moment of zen.

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

the worse for wear, and that his stocking was just breaking out in unhappy disclosure that I had nothing on but my little night-shirt, whole being into the large hole at the top, and ooze away at the footsteps, in the garden that I dreamed

of walking in all night.

Posted by 7hz at 01:40 PM | Comments (0)

November 20, 2006

missing template files in visual studio

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

C:\Program Files\Microsoft Visual Studio 8\Common7\IDE

devenv /installvstemplates

This will rebuild your item and project template cache. Works like a champ.

Posted by 7hz at 01:38 PM | Comments (0)

October 26, 2006

dual (quad?) monitors

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

tired of waiting for the office to get hip, i went on ebay and picked up some cheap multi-screen cards. grabbed some spare lcd monitors. i love it.

i've got four screens at the office. one for code, one for output, for tools, for email, et al. quickly becomes essential, once you get the feel for it.

and everyone wants more screens now.

Posted by 7hz at 03:23 PM | Comments (0)

May 01, 2006

linksys, wifi drops (not) fixed

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

i have a linksys wireless router, worked perfectly for years. now the wifi connection randomly drops once or twice a day (not every ten minutes as other folks report), at which point my laptop cannot see my network.

reset usually does the trick, which i've been doing - but that's annoying. now, i may have found the issue...

read more...
 
Posted by 7hz at 07:48 PM | Comments (0)

April 30, 2006

zebra 2844z printer

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

splurged on one of these, finally -- it's making label printing a snap.

i got the print server model (ethernet) -- so worth the extra money.

still have to set up printing fed ex labels, but should be able to do that now.

Posted by 7hz at 03:13 PM | Comments (0)

February 22, 2006

zebra LP 2844 label printer

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

so i really want a decent size label printer to make shipping items easier. there are new thermal label printers out there for about $100. but the label size is small. i like the 4x6" size labels, which are compatible with USPS, FedEx, UPS, et al.

decided on the zebra LP2844. curiously enough, there's a lot of those on Ebay - however *most* of them are zebra oem models that only work with ups, or only work with fedex. seems somewhat like "network locked" phones. the printer really doesn't work with other software.

read more...
 
Posted by 7hz at 11:37 AM | Comments (0)

February 10, 2006

outlook com add-in's

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

Need to disable an addin or have an addin that isn't loading? Look for it at Tools, Options, Other tab, Advanced button. Some addins are listed in COM Add-ins, others are under Add-in Manager.


read more...
 
Posted by 7hz at 02:58 PM | Comments (0)

outlook 'find a contact' hotkey

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

been looking awhile for this one. i've been getting the hang of using outlook and as well as adjust to it's quirks. i like using the 'find a contact' on the standard toolbar, to pull up contact info -- but there didn't appear to be any shortcut keys associated (or that you can assign).

turns out it's just F11.

read more...
 
Posted by 7hz at 02:44 PM | Comments (0)

December 06, 2005

pairing gloabsat bt-338 w/ acer c113

Catagory: gps · This Entry · Comment(0) · eMail entry · Google
gps

i'm noticing a trend here. when i pair up devices -- my acer c113 tablet pc (with cambridge bluetooth) tends to pair without setting a passkey. at least it doesn't
require (or appear to prompt) the user to set that, perhaps waiting for the device to connect first before prompting for that.

since the globalsat bluetooth gps unit requires the vanilla "0000" passkey -- you need to pair the device with that passkey.

i tried for a long time to get the gps connected, manually opening the com port associated with it, but it would *not* connect till i got the passkey set.

once you do that, it works like a champ. likewise with other devices no doubt.

Posted by 7hz at 01:42 PM | Comments (0)

November 17, 2005

inkernet

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

originally a cute term for the internet, alluding to the emerging "printing press for the masses" given the advent of the modern & widespread blog-o-sphere.

now, even more recently (and aptly so), refers to the addition of digital ink to the internet & blog experience.

this also hails the impending doom of illegible handwriting and poor chickscratch drawings on the net... see my other post (the dark side of the pen).

Posted by 7hz at 01:51 PM | Comments (0)

enable windows xp remote desktop

Catagory: programming · This Entry · Comment(1) · eMail entry · Google
programming

for along time i thought xp pro wouldn't support incoming remote desktop sessions. here's where to allow that... unusual place for this setting, no?

system properties | remote | remote desktop | allow users to conect remotely to this computer | (check)

Posted by 7hz at 12:49 PM | Comments (1)

TIP tablet input icon removal

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

The TIP (tablet input panel) toolbar takes up a lot of space on the taskbar, which you may want to free up. doesn't appear there's a user setting for it.

If you want to remove the button, you can do so as follows & reboot :

regsvr32 /u "c:\program files\common files\microsoft shared\ink\tipband.dll"

read more...
 
Posted by 7hz at 01:23 AM | Comments (0)

November 16, 2005

rex 6000 irq setting

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

the interrupt for the com port is automatically set. curiously enough on the new laptop it set com 3 to irq 7 along with a different i/o memory address than standard.

i had trouble get the rex to work & sync when bluetooth was on, even though the com port is set aside...

read more...
 
Posted by 7hz at 03:47 PM | Comments (0)

November 10, 2005

bluetooth com port drivers

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

there are differences in how bluetooth drivers assign com ports.

on one system, ports are assigned on the fly, and don't proliferate when you swap devices. on another system, pairing up the new devices creates fixed assignements for the ports that each device might use, even on each physical input port.

read more...
 
Posted by 7hz at 02:10 PM | Comments (0)

November 09, 2005

windows xp pro file sharing

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

turn off "simple file-sharing". creates more trouble than it's worth. just seems to break the standard file sharing - including using the default share along with being able to specify a user account logins while networking to other machines.

Open Explorer, click Tools, Folder Options. Click View. Scroll to the bottom. Uncheck "Use Simple File Sharing (Recommended)".

i say, not recommended.

read more...
 
Posted by 7hz at 05:41 PM | Comments (0)

outlook find contacts

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

if you make / replace your own pst file you may want to add the contact folder to the stock find contact search input on the menubar... here's how:

right click contacts > properties > outlook address book > show this folder as an e-mail address book (check).

Posted by 7hz at 05:40 PM | Comments (0)

November 07, 2005

pairing T39 with cambridge bluetooth

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

i was very frustrated by cambridge bluetooth... had trouble pairing with my ericsson t39. usually, i just discover devices to pair with, enter a new passkey then answer the prompt on my laptop and enter the passkey. i'm used to not being able to pair the other way around with the t39 (one of the first phones w/ bluetooth).


read more...
 
Posted by 7hz at 05:16 PM | Comments (0)

column autofitting hotkey tip

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

there's a way to have windows automatically resize all the columns to fit the widest entries in each field.

Simply hold down the Ctrl key and then press the + key on the numeric keypad.

This Ctrl-+ combination works for folder views, Find File, etc.

Posted by 7hz at 12:07 PM | Comments (0)

November 06, 2005

acer travelmate c113Tci review

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

i've had my eye on the c100/c110 acer travemate line of laptop/tablets for a long time. at least, ever since i started looking for a replacement for my original travelmate 350TE-N earlier this year. i past over this model for the c300 series.

while i'm pleased with my purchase of the c300 series, it's a little larger than i like for travel, and for taking notes. i was resigned that my next purchase would be a tablet in the c110 series. just something 'better fer the road'. i was not in a rush, could hold out for better specs - give it a rest till my next purchase. but i noticed that acer was not releasing any updates to the c110 series line. in fact, it's clear they've decide to discontinue the c100/c110 line in favor of a new c200 series (i'm just not a fan of the new c200).

ok, so with the c113Tci being retired, and stores starting to report the model discontinued - i decided there was really no waiting. despite the timing and higher price tag than my preference, i picked one up.

read more...
 
Posted by 7hz at 01:26 AM | Comments (0)

November 05, 2005

stuck garmin data tracklog download

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

i had a full (10k point) tracklog in my garmin e-trex and various programs kept freezing up intermittently when i attempted to download the tracklog... sometime hanging after a few points, sometimes after fetching several thousand.

i don't think it's the software or the cable, could be my e-trex, not sure really. it's been like that for a long time, but i've never left so much data on the device without downloading it.

here's how i got the data.

read more...
 
Posted by 7hz at 03:47 PM | Comments (0)

ctrl-alt-del launches task manager?

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

when control-alt-delete doesn't give you the stock security screen, and launches taskmanager instead...

disable fast user switching & welcome screen under control panel | user accounts | change the way users log in or off.

Posted by 7hz at 04:33 AM | Comments (0)

October 28, 2005

acer c110/c300 wireless exe

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

you can toggle wifi & bluetooth wireless status using standalone exe's in the system32 folder. there's one exe for each wireless button. this makes for some nice options, rather than being limited by the physical hotkey button, or using the acer 'soft key app' (c300).

read more...
 
Posted by 7hz at 05:41 PM | Comments (0)

October 24, 2005

sql server runtime error on shutdown

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

when enterprise manager is not responding, or when you request sql server to shutdown -- and the system kills the process causing a c++ runtime error...

the issue may be related memory paging.

read more...
 
Posted by 7hz at 02:04 PM | Comments (0)

sql server port bind error

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

sql server 2000 on windows 2003 frequently logs an error in the event log, not being about to bind to port 1433 on startup.

this error message is due to the server not resolving dns fast enough during startup. the message can be ignored.

Posted by 7hz at 01:57 PM | Comments (0)

October 22, 2005

xtndconnet phone sync

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

ok, decided to try and use xtndconnect to sync phone numbers as well, give it a shot.

read more...
 
Posted by 7hz at 02:15 PM | Comments (0)

October 19, 2005

rex wishlist

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

ok, it's been discontinued for what, 5 years? it's a fabulous device -- but here's where i think improvements could be (or could have been made) -- well, had development not stopped.

- faster proc, more memory.
- electroluminescent backlit display.
- power slider switch (immediate off / and hold switch).
- how 'bout actual credit card slim (smart card interface?).

read more...
 
Posted by 7hz at 01:40 PM | Comments (0)

rex file archive

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

Here's my rex 6000 file archive. All content is liberally lifted from sites, and made available here, to promote it's longevity.

read more...
 
Posted by 7hz at 09:48 AM | Comments (0)

October 17, 2005

bluetooth obex sync

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

You can synchronise using the built in Bluetooth OBEX profile -- if your phone supports syncml (and driver support OBEX).

It's not as flexible as XTNDConnect, because there's no filtering at all, all records are synchronised - this is an issue with older mobile phones with limited memory (like the T39m).

this means you don't need any extra software. nice option. i haven't tried this out, so i'm not sure how it will treat records / handle updates, all that.

read more...
 
Posted by 7hz at 12:53 PM | Comments (0)

October 16, 2005

bluetooth ~ autonomous sync

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

i have mastered the late '90s technology of synchronization.

well, i'm doing something i could have been doing years ago. autonomous phone synchronization with my laptop, when in proximity. essentially harnessing the power of bluetooth to keep my phone up to date.

read more...
 
Posted by 7hz at 02:16 AM | Comments (0)

October 15, 2005

intellisync for rex & outlook

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

feeling a little braver, i decided to get intellisync for the rex, pointing to my main personal folder in outlook, rather than an ancillary folder. i've been fairly impressed with the sync logic, and more comfortable with the process. one problem i faced with using a separate personal folder (as mentioned before) is after copying the data over, the rex wants to drop and reload all those entries... not optimal.

read more...
 
Posted by 7hz at 03:36 PM | Comments (0)

October 13, 2005

5-way pim-sync

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

i showed off the rex to a collegue who was intruigued by the device. we both commented on how we liked it, but he remarked - how i have one more device to sync up with... & the added hassle.

yep. here is what i have to do, to sync up all my devices.

read more...
 
Posted by 7hz at 03:56 PM | Comments (0)

xtndconnect

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

now that i've got xtndconnect installed, and it actually works ~pretty~ well with outlook. but it's lacking a lot of features.

feeling a little more brave, i thought i would try to sync my phonebook, not just calendar items. the shortcoming i found right away - there isn't enough logic on how to handle records. i've got too many phone numbers for my phone to handle. so i need to filter out numbers here, to get the one's i need, to fit in my phone's memory. this would be a shortcoming of my phone.

read more...
 
Posted by 7hz at 03:28 PM | Comments (0)

October 12, 2005

rex 6000 / setup

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

once you get the software loaded and you launch intellisync, it automatically looks for the rex 6000 -- but it must be assigned a com port from 1 to 4, not 5+. this is annoying because i have bluetooth devices that simply inherit several com ports in this range...

read more...
 
Posted by 7hz at 02:30 PM | Comments (0)

October 11, 2005

dark side of the pen

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

i love my tablet pc. i use the pen for various task, but stick to keyboard for raw data entry (i touch type, i'm fast). recently, i've been fiddling with a way to get my ink into my blog here, and reading up on what a few other people are up to in this arena.

i've come to realize the dark side of ink on the web, or a possible pitfall in sharing digital media based on the pen. it's a mess. most people have bad handwriting, and can't draw.

read more...
 
Posted by 7hz at 02:42 PM | Comments (0)

October 06, 2005

palm v. outlook

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

i've migrated away from palm as the primary source for my address book and calendar scheduling.

i haven't stopped using my handspring visor at all, or synching data with yahoo for online access and remote backup - but previously my palm desktop was the primary source for management. i would then synch one-way to other devices, including my ericsson T39 phone...

read more...
 
Posted by 7hz at 02:04 PM | Comments (0)

October 05, 2005

missing icons in file open 'my places' list

Catagory: programming · This Entry · Comment(3) · eMail entry · Google
programming

Not sure when i lost the *whole* set of icons in my file-open dialog box. Actually there are a number of versions for the file open dialog, from different common controls, the OS, various compiler libraries.

my stock windows xp file open dialog box (without user configurable places) lost all it's icons. mind you, not the new dialog used by office 2003, which includes a user configurable 'my places' -- that one was fine.

read more...
 
Posted by 7hz at 05:20 PM | Comments (3)

October 03, 2005

winamp audio output problem

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

so, on my laptop i downloaded a DAE (digital audio extract) module to play cd's using external audio devices in winamp - which works great. worked so well, i totally forgot about it, and anyway for the most part don't play cd's much that way.

so, i was stumped when i started to play a cd - but it wouldn't play through the designated output device. feeling irked, i started to fuss with it...

read more...
 
Posted by 7hz at 12:26 PM | Comments (0)

October 02, 2005

winamp file load sorting??

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

Q: How Do I Get My Winamp mp3 files To LOAD, In Order?

ok this one has irked me for years, i just figured the problem was between the file open dialog and how windows delivers the file manifest to applications -- the files come in physical order or something etc etc. either way it's been a pain selecting files and having the order jumbled in the playlist editor, only to re-sort them. it felt like more or less totally random, sometimes in order, sometimes starting halfway through the list, just generally annoying.

since winamp makes a great tool to audition files and build up playlists, i'm pretty keen on this working and it turns out there is fairly simple *feature* at hand - not a bug. in fact, winamp was probably designed with this in mind, and i just didn't get it how it worked. here's the deal, as posted (thank god) by another user...

read more...
 
Posted by 7hz at 09:51 PM | Comments (0)

June 29, 2005

vierck's law

Catagory: programming · This Entry · Comment(4) · eMail entry · Google
programming

Vierck's Law : a corollary to Moore's Law.

"software has a half-life, of 18 months".

in other words, half of all the code you write will not be in use, or obsolete within 18 months.

read more...
 
Posted by 7hz at 02:11 PM | Comments (4)

March 24, 2005

sourcesafe ss.ini file not found

Catagory: programming · This Entry · Comment(5) · eMail entry · Google
programming

had some kind of glitch using visual sourcesafe - appears my ss.ini user file was corrupted, or deleted. on trying to log in i got this error message :

File "\\sourcesafe\vss\users\7hz\ss.ini" not found

the fix is to copy another users ss.ini file, remove user or machine specific settings and place that in your folder, and start vss. easy.

read more...
 
Posted by 7hz at 10:59 AM | Comments (5)

March 21, 2005

iis not running asp.net 1.1

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

after setting up a new box and installing VS.Net 2003 on XP Pro - i got the error message : "Visual Studio .Net has detected that the specified Web Server is not Running ASP.Net 1.1”.

here's the fix ... you may need to run aspnet_regiis with the -r option to replace the current version of IIS and script maps.

read more...
 
Posted by 7hz at 12:02 PM | Comments (0)

March 11, 2005

asp pages do not process

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

so for some reason ASP pages stopped working on a box here, with pages returning HTTP 500 Internal server error & getting error 10001 in the event log.


all the pages out on the net pointed to resetting user permissions on the entire drive -- turns out the underlying problem & fix was simpler than that.

read more...
 
Posted by 7hz at 12:12 PM | Comments (0)

March 10, 2005

debug vbs/js script in visual studio

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

here's how you can debug a script in visual studio.


from a command prompt enter
wscript c:\myscript.vbs //x
cscript c:\myscript.js //d

//x will launch the debugger, stopped on the first line.
//d will not stop on the first line.

Posted by 7hz at 03:18 PM | Comments (0)

January 14, 2005

java ssl certificate import

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

using the keytool command, i made a certificate request. there were some interesting quirks importing the certificate, of course not well documented.

the first note, is to always always always specify the keystore in all the commands, otherwise the command just references the keystore (or just creates a new keystore) in the users home directory (windows or unix).

read more...
 
Posted by 7hz at 10:18 AM | Comments (0)

November 17, 2004

asp.net error CS1595

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

i got "Compiler Error Message: CS1595" after making a simple change in my project.

there's an msdn article on this error - however - it didn't help... something else caused the error...

read more...
 

Posted by 7hz at 11:11 AM | Comments (0)

November 12, 2004

installing mappoint over a network

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

you can't just run setup.exe over a network share... if you don't run setup from the local cd, here is what you need to do...

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mappoint2004/BIZDeployMPOverNetwork.asp

Posted by 7hz at 07:12 PM | Comments (0)

November 09, 2004

binary files differ, vss file types

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

visual source safe doesn't always recognize text file types properly. when checking-in files using 'auto' type -- it treats them as binary.

read more...
 
Posted by 7hz at 02:38 PM | Comments (0)

June 30, 2004

iis admin won't enumerate web sites

Catagory: programming · This Entry · Comment(2) · eMail entry · Google
programming

on opening the MMC containing the IIS snap-in, a dialog box appears with the following error message / you are unable to enumerate web sites because the following error occurred :

Object already exists

here was my fix/workaround...

read more...
 
Posted by 7hz at 12:12 PM | Comments (2)

June 02, 2004

access is denied on .NET assembly

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

SYMPTOMS

Server Error in '/MyWebApp' Application

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Access is denied: 'mydll'.

Source Error:

Line 169: <add assembly=<System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a>/>
Line 170: <add assembly=<System.EnterpriseServices, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a>/>
Line 171: <add assembly=<*>/>
Line 172: </assemblies>
Line 173:

Source File: c:\winnt\microsoft.net\framework\v1.0.3705\Config\machine.config Line: 171
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0

read more...
 
Posted by 7hz at 05:19 PM | Comments (0)

April 26, 2004

roles using windows authentication

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

There's a similar approach with windows authentication, as with forms authentication. You still have to manually assign the users/roles in WindowsAuthentication_Authenticate to get the full benefit of user and role verification using parameter attributes - or web.config user/role declarations.

Here's the code (in vb) to map the values in...

read more...
 
Posted by 7hz at 03:04 PM | Comments (0)

April 22, 2004

sliding expiration with formsauthentication

Catagory: programming · This Entry · Comment(1) · eMail entry · Google
programming

There are a few ways to handle expiration using FormsAuthentication in .NET.

here are three approaches...

read more...
 
Posted by 7hz at 03:54 PM | Comments (1)

March 28, 2004

relay servers without shoutcast.com

Catagory: programming · This Entry · Comment(1) · eMail entry · Google
programming

it's possible to get shoutcast streaming audio servers to register relay servers without going through the main shoutcast.com directory server.

read more...
 
Posted by 7hz at 11:43 AM | Comments (1)

March 24, 2004

missing safely remove hardware icon

Catagory: programming · This Entry · Comment(2) · eMail entry · Google
programming

I have an external drive (with disable write caching), but windows really doesn't appreciate having me disconnect the drive without first requesting to safely remove the hardware. fine. But occasionally, various system task tray icons disappear on my system (how annoying!).

the real problem here, is that this includes the 'safely remove hardware' icon. look up the help files on the proper, or alternate ways to disconnect hardware -- they all point back to the icon (seems there's *no* program to run to get at that). so -- no tray icon, you're out of luck!

here's how to launch the 'safely remove hardware' dialog without using the tray icon in XP.

read more...
 
Posted by 7hz at 02:49 PM | Comments (2)

March 22, 2004

installing an assembly into the GAC

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

Global Assembly Cache : to generate a strong name, and to install a .dll file of the project in the GAC, follow these steps . . .

read more...
 
Posted by 7hz at 01:01 PM | Comments (0)

generating strong names for assemblies

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

Signing Assemblies

You can sign an assembly in two different, but complementary ways: with a strong name or using the File Signing Tool (Signcode.exe). Signing an assembly with a strong name adds a public key encryption to the file containing the assembly manifest. Strong name signing ensures name uniqueness, prevents name spoofing and provides callers with some identity when a reference is resolved.

read more...
 
Posted by 7hz at 12:58 PM | Comments (0)

build revision numbering scheme

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

So, you know the format of the version string goes like: major. minor. build. revision.

and you manage that in the AssemblyInfo file... <Assembly: AssemblyVersion("1.0.*")>

But what are those auto-generated values for build and revision?

read more...
 
Posted by 7hz at 12:45 PM | Comments (0)

March 16, 2004

windows installer error 1606

Catagory: programming · This Entry · Comment(1) · eMail entry · Google
programming

Error 1606 is a Windows Installer error message displayed in the following format:

Error 1606. Could not access network location

Cause :
The MSI Standard Action, CostFinalize, is unable to resolve a value of an entry defined in the directory table of the MSI package due to an invalid path.

read more...
 
Posted by 7hz at 09:25 PM | Comments (1)

show admin/user logins in XP

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

The built-in Administrator account is hidden from the "Welcome Screen" when a user account with Administrator privileges exists and enabled.

In Windows XP Home Edition, you can login as built-in Administrator in Safe Mode only. For XP Professional, press CTRL+ALT+DEL twice and input your Administrator password in the classic logon window that appears. however, i've noticed even that didn't always work.

read more...
 
Posted by 7hz at 08:43 PM | Comments (0)

disable autoplay on removable drives

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

when i'm using my laptop for live music, i can't afford to have the system suddenly choke up trying to read/decide what to do with newly attached media. i'm not clear why that can bring a system to a total stand still, except for bad design / legacy code. but here's a solution.

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

add/edit REG_SZ key "NoDriveTypeAutoRun"

i use the value 0xFF (255) to disable all possible autoplay features.

read more...
 
Posted by 7hz at 08:28 PM | Comments (0)

disable shockwave flash in win XP

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

disable flash in win XP -- with out any popups, error messages, or prompts.

read more...
 
Posted by 7hz at 08:08 PM | Comments (0)

show hidden files in explorer

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

By default, Windows Explorer hides all hidden and system files. Enabling the viewing of hidden files does not show all hidden files however; all files with the system file attribute set remain hidden until the Hide protected operating system files option is selected in Explorer preferences.

read more...
 
Posted by 7hz at 04:10 PM | Comments (0)

disable/enable inline images in IE

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

Since i use my cellphone for internet connectivity on the road, sometimes i really don't need or want images displayed while surfing the web. it takes too much time to load a page on the slow connection.

read more...
 
Posted by 7hz at 03:58 PM | Comments (0)

disable the ms office 'clip book'

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

There are no preference settings to enable/disable to the clip book (clipboard) in MS Office. But you can modify the registry directly to enable/disable the rather annoying clip book.

read more...
 
Posted by 7hz at 03:39 PM | Comments (0)

March 15, 2004

search unknown file types in XP

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

When you search for a specific string, using the built in search component - windows may not search unknown file types!

read more...
 
Posted by 7hz at 04:18 PM | Comments (0)

export/import private SSL key in IIS 5

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

How to back-up a SSL private key in IIS 5...

read more...
 
Posted by 7hz at 03:45 PM | Comments (0)

COM Interop registration failed

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

this is a fairly benign issue. just change project com interop settings to *not* attempt to unregister the object during compilation, and it should work. otherwise, you may also have to stop/restart services to get a stuck process, or dll unloaded.

read more...
 
Posted by 7hz at 12:41 PM | Comments (0)

.net global.asax page error

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

You may just need to recompile the code, in order to register the assembly on your box. Otherwise this error typically occurs from improper namespace usage between your assembly and the web page referencing the namespace used by your application.

read more...
 
Posted by 7hz at 12:16 PM | Comments (0)

March 09, 2004

Debugging VS6, calling a .NET assembly

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

"Empty path is not legal"

This occurs when you try to debug a .NET assembly, calling it from a VB6 com object, and don't have and dll placed in the proper directory.

read more...
 
Posted by 7hz at 03:31 PM | Comments (0)

March 08, 2004

ASP calling an ASP.NET web service

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

So if you're running an ASP page that invokes a web service component - you may have to give permissions to the windows temp folder. Windows compiles and references a XML serialization dll (in windows temp folder).

read more...
 
Posted by 7hz at 04:28 PM | Comments (0)

January 24, 2004

First Entry - Intro

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

Alright, so i'm going to give in - and publish some of the various projects i'm working on. it's mostly intended as a personal journal but i hope this information helps, or perhaps just amuses someone else out there. enjoy.

read more...
 
Posted by 7hz at 01:14 AM | Comments (0)