Got a flexispot for my home-office two weeks ago with a custom table-top. Switch to standing about twice a day. Works well so far.
henningbenk
Posts
-
Anyone using a standing desk? -
Looking for software to live-crop/zoom/etc the computer's cameraMaybe OBS Studio is what you are looking for: Open Broadcaster Software®️ | OBS[^]
-
All the places I want to visit....On the start-page the post looks like this: "All the places I want to visit.... - The Lounge" So - where else would you want to go than the lounge? :-D
-
That was weirdSame for me. From Germany.
-
Site Updates Without Downtime?Our site is already precompiled ([^]), but we also make requests to some "wake-up-pages".
-
Site Updates Without Downtime?We use a script to zip all files from the staging machine and copy the zip to our four live-servers. Over there we have a little winforms-tool (written by ourselves) to unzip to a release-x.y.z-folder and replace the stagin web.config with the live web.config. This is usually done in the eveneing before going live. The next morning we use the same winforms tool to select the release folder, hit publish and it just changes all path-mappings in IIS to the new folder. If soomething goes wrong we select the old (working) release-folder, hit publish and IIS-mappings are set to this folder. Remapping is faster than you saying "publish!". Downside: We have to do it four times (on each server).
-
VS2012 Find in filesMaybe you are looking for the dialog that appears when pressing CTRL-SHIFT-F ?
-
Today I will mostly be..."Under 20 MINUTES" ... wow - that's fast :)
-
Installing Windows 8 .iso from DVDMy old spare notebook has no option to boot from USB, as yours, so I installed from DVD last Friday night. No problems at all, though the performance on that gray-haired old thing is really bad (probably 1GB of Ram is not optimal for Win8).
-
Getting maximum idTry this one XPath-Expression: child[not(../child/@id > @id)]/@id
-
Installed Vista Home Premium on an old Laptop :-(I got most of my Asus A6JA-Hardware running after some search on the net, but there is still no driver for the built-in webcam.
-
Wireless Presenter ButtonsI want to capture buttons events from my wireless presenter 8000. Not the "normal" left- and right-click, but the special Buttons for presentations (in PowerPoint these are mapped to next/previous) slide. There are also two buttons for loudness increase/decrease and one to hide the screen. Google did'nt show anything helpful for me. Hope someone here knows about this.
-
Finding user of a fileI use "WhoLockMe": http://www.dr-hoiby.com/WhoLockMe/[^]
-
Really neat virtual machineMaybe it's this link: http://omar.mvps.org[^]
-
MyDeskI get a 403-forbidden when trying to open the link. So it seems access to your desk is forbidden? :) my f@h-stats | Join f@h Team Code Project!
-
Where yoo from?Really cool. Immediately added myself. Seems I'm the first one to do so in germany. Where are all those german CPians? Sleeping?
-
car forumsCivic Forums --- Howto remove bees from backlight? (http://www.codeproject.com/lounge.asp?msg=946870#xx946870xx[^]) my f@h-stats | Join f@h Team Code Project!
-
Team CP now ranked 689I've read about the Team CP doing f@h several time in the lounge so today I decides that it's time to join the team. Just installed the Linux-engine on my home-server and started folding. Now waiting for the first WU to complete - think it will be tomorrow.
-
& in XSL parametersI just tried to reproduce your problem, but I get  even without using "disable-output-escaping". Do you use a special encoding or xsl:output?
-
& in XSL parametersMaybe the disbale-output-escaping Attribute in xsl:value-of will help.