Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~370 People Reached
Member Avatar for MetalHobin

I am trying to make a layout for a website with a menu-navigation panel on the left, and the left with a content area. I know how to make blocks 100% height, and I know how to make them scroll, but here's where the trouble comes in, when I have …

Member Avatar for MidiMagic
0
135
Member Avatar for MetalHobin

I spent a lot of time looking around, and all I could find was in ASP.NET, and it is a technique called "bubbling", but I need do something similar using WinForms. I have a Form with a Split Container, and on the right side of the container, depending on the …

0
65
Member Avatar for MetalHobin

I couldn't find a userscript for greasemonkey that removed that pesky banner at the top of the page, so I wrote this one, I've made it available here [URL]http://userscripts.org/scripts/show/10228[/URL]

Member Avatar for digital-ether
0
86
Member Avatar for MetalHobin

I need to write a query that pulls out Zip codes by the first three characters, so I started with this: [code] SELECT SUBSTRING(Zip, 1, 3) FROM AvailHomeZips AS tZip [/code] But I would also like to query out the zips by those substrings I pulled out, so that would …

Member Avatar for MetalHobin
0
84