Sandkasse: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
 
(365 intermediate revisions by the same user not shown)
Line 11: Line 11:




* [[LEGO Mindstorms]]
* [[LEGO Mindstorms]][[File:Example.jpg]]


* [http://www.hostip.info/ Trace geographic ip address hostip.info]
* [http://www.hostip.info/ Trace geographic ip address hostip.info]
Line 36: Line 36:
* [http://sourceforge.net/projects/pyurlsnooper/ PyURLSnooper]
* [http://sourceforge.net/projects/pyurlsnooper/ PyURLSnooper]


====Embedded WiFi====
===Test ny MediaWiki===
* [http://www.digi.com/products/wireless-wired-embedded-solutions/solutions-on-module/rabbit-minicore/ MiniCore® RCM5600W Series]
[[File:Test.jpg]]
* [http://www.c88.dk/print.asp?menu=133&side=280  RCM5600W fra C88]
[[File:Printer.jpg]]
 
===My 3D printer===
====Enclosure====
* [https://medium.com/@tomdell/platsa-3d-printing-enclosure-47077e4dda61 IkeaPlatsa 3D printing enclosure - original idea with drawer]
* [https://www.thingiverse.com/thing:3417593 Ikea Platsa 3D Printer Enclosure - Spool Holder]
* [https://www.thingiverse.com/thing:3349588 Ender 3 / Ender 3 Pro - Underside PSU Mount]
* [https://www.stlfinder.com/model/knurled-14-20-camera-mount-screw-Mc0nit3s/7791192/ Knurled 1/4-20 Camera Mount Screw]
* [https://www.thingiverse.com/thing:2720049 Knurled 1/4-20 Camera Mount Screw]
* [https://www.stlfinder.com/3dmodels/1-4-20-screw/ Different Camera screws]


====Blandede links====
====OctoPrint====
* [http://www.damonkohler.com/2009/02/android-recipes.html Android Recipes and Snippets]
* [https://octoprint.org/ OctoPrint - The snappy web interface for your 3D printer]
* [http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/ Android Series: Custom ListView items and adapters]
* [https://community.octoprint.org/t/logitech-c920-journey/3019 Logitech C920 Pro - Focus setting]


* [http://developer.android.com/guide/topics/ui/ui-events.html Handling UI Events]
====ASA====
* [http://developer.android.com/guide/topics/ui/binding.html Binding to Data with AdapterView]
* [https://www.youtube.com/watch?v=9Ja9utWCKWA&list=RDCMUCWEX2NVlLeIQr3v-cIF9LxA&start_radio=1&t=1254s Cura 3d Slicer for Beginners in Depth Tutorial]
* [http://developer.android.com/resources/tutorials/views/hello-spinner.html Android Spinner control]
* [https://youtu.be/9Ja9utWCKWA?t=838 Material (Temperature)]
* [http://coderzheaven.com/2011/02/19/how-to-set-an-item-selected-in-spinner-in-android/ How To Set An Item Selected In Spinner In ANDROID?]
* [https://youtu.be/9Ja9utWCKWA?t=963 Material (Flow rate)]
<source lang="java">
* [https://youtu.be/9Ja9utWCKWA?t=1004 Travel (Retraction)] 7.5 30 30 30
ArrayList<String> entries = new ArrayList<String>(Arrays.asList("List Item A", "List Item B"));
* [https://youtu.be/9Ja9utWCKWA?t=1096 Speed ]
ArrayAdapter<String> arrAdapt = new ArrayAdapter<String>(this, R.layout.list_item, entries);
* [https://youtu.be/9Ja9utWCKWA?t=1230 Travel (Combing)]
arrAdapt.setNotifyOnChange(true);
* [https://youtu.be/9Ja9utWCKWA?t=1373 Cooling ]
arrAdapt.add("List Item C");
* [https://youtu.be/9Ja9utWCKWA?t=1407 Build Plate Adheasion] Use Raft when tuning
</source>
* [https://youtu.be/9Ja9utWCKWA?t=1575 Mesh Fixes]
* []
* [https://youtu.be/9Ja9utWCKWA?t=1636 Create Profile From Current Settings]
* [http://developer.android.com/reference/android/os/PowerManager.WakeLock.html PowerManager.WakeLock]
top surface skin layers are used to get a more beautiful layers on the top of prints.
* [http://mylifewithandroid.blogspot.com/2010/01/remoteviews-as-hypertext-document.html RemoteViews as hypertext document]
* [http://mobiforge.com/designing/story/understanding-user-interface-android-part-1-layouts Understanding User Interface in Android - Part 1: Layouts]
* [http://mobiforge.com/designing/story/understanding-user-interface-android-part-2-views Understanding User Interface in Android - Part 2: Views]
* [http://mobiforge.com/designing/story/understanding-user-interface-android-part-3-more-views Understanding User Interface in Android - Part 3: More Views]
* [http://mobiforge.com/designing/story/understanding-user-interface-android-part-4-even-more-views Understanding User Interface in Android - Part 4: Even More Views]


* [http://forum.xda-developers.com/showthread.php?t=733339 Android Development and Hacking - Android Software Development - Google Navigation API]
if you set 10 top layers, then it will print 10 top layers.
* [file:///C:/Android/android-sdk-windows/docs/reference/java/util/Locale.html Lokale - Android SDK]


====SQL Server troubleshooting====
now if you set "top surface skin layers" to 2, then the last 2 layers of the top layers, will be printed as top surface skin layers.
* [http://support.microsoft.com/?kbid=884495 The Microsoft ISA Server Storage service failed to start due to the following error: The service did not respond to the start or control request in a timely fashion. source: Service control manager Event ID: 7009 Type Error Description Timeout (30000 milliseconds) waiting for the Microsoft ISA Server storage service to connect.]
* [http://msdn.microsoft.com/en-us/library/ms187885.aspx Viewing the SQL Server Error Log]


====DNS====
you can change these settings for the top surface skin: top surface skin speed, top surface acceleration, top surface skin jerk, top surface skin line width, top surface skin pattern and top surface skin line directions.
* [http://rscott.org/dns/soa.html Oversimplified DNS]
 
* [http://support.microsoft.com/kb/200525 Using NSlookup.exe]
what i usually do is set the top surface skin layers to 1, use top surface skin line width of 1/2 the usual line width (nozzle size), and use top surface Line Pattern with Line directions of 45° or 90°, degrees.
* [http://www.java2s.com/Code/Java/Network-Protocol/AnnslookupcloneinJava.htm An nslookup clone in Java]
 
* [ftp://ftp.isc.org/isc/bind9/9.2.3/bind-9.2.3.tar.gz Nslookup source code]
the smaller line width creates smoother surfaces with less pronounced ridges, similar to ironing, the line directions will be consistent on all the top surfaces, to get more decent looking top surfaces.


====Windows Workflow Foundation====
===Sauser og fond===
* [http://visualstudiogallery.msdn.microsoft.com/7fe6f504-a58d-456e-8f55-e64bddc81a41/ Hands On Lab: Introduction to Windows Workflow Foundation (WF4) ]
* [http://politiken.dk/mad/opskrifter/opskriftartikler/article5565667.ece Mesterkokken guider til smagfuld fond: Det kan faktisk ikke gå galt]
* [http://code.msdn.microsoft.com/Windows-Workflow-b4b808a8 Windows Workflow Foundation (WF4) - Introduction to State Machine Hands On Lab]
* [http://www.grillguru.dk/forum/viewtopic.php?t=40181 Kalve-Oksefond. Mørk fond]
* [http://www.microsoft.com/downloads/en/details.aspx?familyid=752CB725-969B-4732-A383-ED5740F02E93&displaylang=en Visual Studio 2010 Training Kit - Introduction To Workflow Services Hands On Lab]
* [https://gastromad.dk/kalvefond/ Gastromand - Kalvefond]


====Træsko====
===Cannillo's salater===
Dem fra Fog
[[File:Pastasalat.jpg]]
* [http://www.saekko-industri.dk/Default.aspx?ID=308&ProductID=521.43&GroupID=7050 Euro-Dan PU-finér tøffel fra OX-ON Varenummer: 521.43]
====Pastasalat - Pasta di insalata====
* [http://globaltools.dk/da_p/sikkerhedsudstyr/traesko/fodtoej_0/traesko_soft_u_kap_s De samme på postordre]
* 250 g pasta (penne, sløjfer...)
* [http://www.euro-dan.dk/DK/Sider/Tr%e6sko-D.html Euro-Dan]
* 500 g hvide bønner (udblødt og kogt) mindre hvis det måles som tørrede
* [http://www.slidstaerk.dk/trasko.html Slidstærk.dk]
* 50 g kapers
* agurk
* syltet agurk
* 300 g drænede syltet italiensk grøntsagsblanding (evt lidt mindre hvis der er agurk og syltet agurk i)
* 100 g grønne bønner
* 4 store stængler blegselleri med toppen
* 700 g mayonnaise
* 4 tsk salt
* 4 tsk groft peber
* 2 spsk hvid balsamico
* 1 tsk oregano (1 spsk er for meget)
* hvad med ??? g cremefraiche, ricotta???


====Debugging and profiling====
Serveres portionsanrettet pyntet med soltørrede tomater
* [http://www.codeproject.com/KB/bugs/PdbParser.aspx How To Inspect the Content of a Program Database (PDB) File]


====Opspænding af cykelhjul====
[[File:Artiskoksalat.jpg]]
* [http://www.yamahafs1.dk/forum/download/file.php?id=13879&sid=bad6634c98730ded82d200450e76feaf Guide til hjul og eger4.pdf - (Motorcykel)]
* [http://www.sheldonbrown.com/wheelbuild.html Wheelbuilding]


* [http://techdocs.shimano.com/techdocs/blevel.jsp?ASSORTMENT%3C%3East_id=1408474395181679&FOLDER%3C%3Efolder_id=2534374302051151&bmUID=1246924812515 Shimano DH  Dynamo Front Hubs]
====Artiskoksalat====
* [http://techdocs.shimano.com/media/techdocs/content/cycle/EV/bikecomponents/DH/EV-DH-2R40-2288_v1_m56577569830608780.pdf DH-2R40-E SW-NX30 Dynamo Front Hub (for Roller Brake)]
* 275 g drænet artiskok i olie (kvarte)
* [http://techdocs.shimano.com/media/techdocs/content/cycle/EV/bikecomponents/DH/EV-DH-2R30-E-2498A_v1_m56577569830682142.pdf Hub Dynamo (6 V-- 2.4 W / Roller Brake Compatible DH-2R30-E DH-2R30-ES]
* 140 g sorte oliven i skiver
* [http://senseable.mit.edu/copenhagenwheel/ The Copenhagen Wheel]
* 1 agurk uden ender agurk
* [http://smartlifeblog.com/5-smart-cycling-upgrades/ The ReeCharge Power Pack upgrades any bike hub dynamo to work on important things like smartphones, and other smartphone]
* syltet agurk
* [http://www.thinkbiologic.com/products/reecharge-power-pack ReeCharge™ Power Pack]
* 5 stilke blegselleri med top skåret i skiver
* kapers
* hvide bønner (udblødt og kogt)
* olie eddike dressing???


* (hvid balsamico) (1 dl marinade)
* (soltørrede tomater)
* (løg, forårsløg)
* (rød peberfrugt)
* (hvidløg, oregano, salt, peber)
* (kartofler)


Reservedele
====Druknede fennikel - Finocchi affogati====
* [http://stores.ebay.de/Wheels-4-Frames Wheels-4-Frames - ebay]
* [http://www.idealo.de/preisvergleich/MainSearchProductCategory/100I1-15.html?q=DH-3N30&ts=1304229684668 idealo.de DH-3N30]
* [http://cgi.ebay.de/ws/eBayISAPI.dll?ViewItem&rvr_id=228784372184&customid=oesg&item=310311967062#ht_2553wt_979 ebay.de]
* [http://cgi.ebay.de/28-Trekking-Laufrad-Shimano-Nabeldynamo-nwtg-/110678816337?pt=Sport_Radsport_Fahrradteile&hash=item19c4f8b651&autorefresh=true#ht_500wt_1156 ebay.de]
* [http://www.cykelpartner.dk www.cykelpartner.dk]
* [http://politiken.dk/tjek/penge/pengetest/dinepengetest/ECE310054/stor-prisforskel-paa-cykellapning/ Stor prisforskel på cykellapning]
* [http://www.dethitter.dk/sog/Knallertforretninger/Frederiksberg/ www.dethitter.dk/sog/Knallertforretninger/Frederiksberg]


==== Cryptology====
===Online backup with CrashPlan===
* [http://www.geocaching.com/seek/cache_details.aspx?wp=GCNVTV Geocache CCC#2 - Vigenère]
* [http://www.fagbladet3f.dk/temaer/digitalt/e5ec85183fec4d2d8317c078d3a82240-20120814-sdan-sikkerhedskopierer-man-bedst-med-crashplan-august-2012 Sådan sikkerhedskopierer man bedst (med Crashplan), august 2012 - 3F]
* [http://www.secretcodebreaker.com/ Secret Code Breaker - Online Cryptoanalyst's Handbook]
* [http://megalomania.me/20140222/backblaze-vs-crashplan/ Backblaze vs. Crashplan]
* [http://en.wikipedia.org/wiki/Kasiski_examination Kasiski examination - Wikipedia]
* [https://www.code42.com/store/ CrashPlan Shop and Pricing]
* [http://www.daimi.au.dk/PB/485/PB-485.pdf Block Ciphers - Analysis, Design and Applications]
* [http://support.code42.com/CrashPlan/Latest/Backup/Backing_Up_Your_Entire_Family#Changing_From_An_Individual_Subscription_To_A_Family_Subscription BACKING UP YOUR ENTIRE FAMILY]
* [http://www.murky.org/blg/2004/09/autokey-or-le-chiffre-indchiffrable/ AutoKey or le chiffre indéchiffrable]
* [http://www.code42.com/crashplan/ Crashplan - Set to go]
* [http://home.cogeco.ca/~cipher/cyprogs.htm Cryptology Programs]


==== Opskrifter - jeg endnu ikke har prøvet ====
* [http://www.foodnews.ch/cooking/20_rezepte/Rezepte_Laender_CH1.html Schweiziske opskrifter 1]
* [http://www.about.ch/culture/food/index.html#CH_Buerli Schweiziske opskrifter 2]
* [http://www.dr.dk/DR1/Aftenshowet_old/Opskrifter/26141954.htm Estragoncreme]
* [http://borbye.com/mobil_estragoncreme.html Estragoncreme (samme opskrift)]
* [http://hotstart.dk/Opskrifter/ViewRecipie.aspx?id=1184 Og en Estragoncreme med fløde]


* [http://convivial.blogs.com/my_weblog/2008/03/ossobuco-osso-b.html Ossobuco (Osso Buco) in Bianco alla Milanese with Gremolata]
* [http://www.tuaw.com/2012/11/06/lessons-from-sandy-crashplan-and-the-importance-of-off-site-bac/ Lessons from Sandy: CrashPlan and the importance of off-site backup]


====Adobe Photoshop====
===Chromecast and EZCast===
Unable to continue because of hardware or system error.<br>
* [http://www.iezvu.com/index.php?&m=download&a=index&id=29&l=en&aa=10 EZCast download page]
Solution: Delete the Photoshop settings file.<br>
Start the application while holding down Ctrl+Alt+Shift. Click Yes to the message "Delete the Adobe Photoshop Settings file?" when it appears.<br>


* [http://www.talkphotography.co.uk/forums/showthread.php?t=41349 Fix 1]
===Image tagging===
* [http://www.sitepoint.com/forums/graphics-8/photoshop-error-need-really-help-fast-111693.html Fix 2]


==== Unity ====
====General information====
* [http://unity.codeplex.com/workitem/7019 Exception: Object synchronization method was called from an unsynchronized block of code]
* [http://msdn.microsoft.com/en-us/library/windows/desktop/ee719653(v=vs.85).aspx WIC Metadata Overview]
* [http://unity.codeplex.com/workitem/7206 SynchronizedLifetimeManager - SynchronizationLockException]
* [http://stackoverflow.com/questions/2873767/can-unity-be-made-to-not-throw-synchronizationlockexception-all-the-time Can Unity be made to not throw SynchronizationLockException all the time? - Stackoverflow]


==== Windows Small Business Server 2011 General Information ====
====XMP====
Hardware requirements can be found here:
[[File:Xmp_tagline_200px.png]]
* [http://technet.microsoft.com/en-us/library/gg491249.aspx Release Documentation for Windows Small Business Server 2011 Standard]
* [http://en.wikipedia.org/wiki/Extensible_Metadata_Platform Extensible Metadata Platform - Wikipedia]


==== Installing Windows Small Business Server 2011 ====
=====XMP 1.0 2005=====
* [http://robertpearman.wordpress.com/2011/01/09/installing-windows-small-business-server-2011-standard-part-1/ Installing Windows Small Business Server 2011 Standard Part 1]
* [http://sourceforge.net/projects/csxmptk/ C# XMP Toolkit]
* [http://robertpearman.wordpress.com/2011/01/09/installing-windows-small-business-server-2011-standard-part-2/ Installing Windows Small Business Server 2011 Standard Part 2]
* [http://msdn.microsoft.com/query/dev11.query?appId=Dev11IDEF1&l=EN-US&k=k(System.Windows.Media.Imaging.BitmapMetadata)%3bk(TargetFrameworkMoniker-.NETFramework%2cVersion%3dv4.5)%3bk(DevLang-csharp)&rd=true System.Windows.Media.Imaging.BitmapMetadata]
* [http://robertpearman.wordpress.com/2011/01/09/installing-windows-small-business-server-2011-standard-part-3/ Installing Windows Small Business Server 2011 Standard Part 3]
* C:\dev\mickey\ReadMetadate


====EXIF====
* [http://www.media.mit.edu/pia/Research/deepview/exif.html Description of Exif file format]


* [http://blog.ronnypot.nl/?page_id=434 Windows Small Business Server 2011 installation and configuration – 1-16]
====Picasa====
* [http://picasa.google.com/ picasa.google.com]
* [http://www.anvo-it.de/wiki/avpicfacexmptagger:main AvPicFaceXmpTagger] Tool for tagging Picasa 3.5 tags into .jpgs
Uses XMP tag system created by Adobe with the addition of Microsoft XMP namespace Microsoft Photo Region Schema and is used by Windows Live Photo Gallery.
* [https://developers.google.com/picasa-web/ Picasa Web Albums Data API]


====Google+ Platfoem====
* [https://developers.google.com/+/api/ Google+ API]


* [http://blog.mpecsinc.ca/2010/12/sbs-2011-setup-guide-v100.html SBS 2011 Setup Guide]
===DR TV oversigter===
* [http://www.dr.dk/programoversigttiltryk/ Ugeprogrammer og rettelser til brug for programoversigter]
* [http://www.dr.dk/betalab/2009/11/12/programoversigt-for-dr-tv-som-xml/ PROGRAMOVERSIGT FOR DR TV SOM XML]


* [http://www.microsoft.com/sbs/en/us/system-requirements.aspx SBS 2011 System Requirements]
====Tablet UX====
* [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2e49e8c5-99bc-49c2-af8c-8b8649c6f03a Windows Small Business Server 2011 Standard Installation Guide]
* [http://ux.stackexchange.com/questions/23356/how-to-indicate-a-form-field-error How to indicate a form-field error?]
* [http://technet.microsoft.com/en-us/library/gg637877.aspx Windows Small Business Server 2011 Installation Worksheet]
* [http://technet.microsoft.com/en-us/library/dd239199(WS.10).aspx Best Practices for Using Hyper-V with Windows Small Business Server 2008]
* [http://blog.mpecsinc.ca/2010/12/sbs-2011-installing-os-into-vm-time.html SBS 2011 – Installing The OS Into A VM – Time]


====Squeezebox====
* [http://www.dr.dk/hjaelp/DR%20Netradio/20111020145139.htm Danmarks Radio DR Direkte links]


* [http://support.microsoft.com/kb/949748 Description of the changes that were made to the product activation process for Windows Server 2008 in a virtual operating system environment]
=====Squeezebox End Of Life=====
* [http://forums.slimdevices.com/showthread.php?96188-New-Squeezebox-Radio&p=714295&viewfull=1#post714295 New Squeezebox Radio]
* [http://forums.slimdevices.com/showthread.php?96542-CNET-Logitech-leaves-Squeezebox-fans-wondering-what-s-next&p=718707&viewfull=1#post718707 CNET: Logitech leaves Squeezebox fans wondering what's next]


====Small Business Server 2011 - Well known bugs====
=====Squeezebox=====
* [http://support.microsoft.com/kb/2483007 Windows SBS 2011 Standard Known Post Installation Event Log Errors and Warnings - Microsoft]
* [http://www.delback.co.uk/squeezebox/sbr_signal.html Getting an on/off indicator voltage out of a Squeezebox Receiver]


=====Cannot resolve names in certain top level domains like .co.uk=====
=====MySQL Collation=====
* [http://blogs.technet.com/b/sbs/archive/2009/01/29/cannot-resolve-names-in-certain-top-level-domains-like-co-uk.aspx Cannot resolve names in certain top level domains like .co.uk]
* [http://bugs.mysql.com/bug.php?id=21505 Collation BUG]
Solution: Set MaxCacheTtl to 2 days or greater, and restart DNS service.<br>
# http://dev.mysql.com/doc/refman/5.0/en/charset-connection.html
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\DNS\Parameters\MaxCacheTtl=0x2A300 (DWORD (32-bit)) (172800 in decimal = 2 days)


=====Backup unsuccessful 0x800423f0=====
SHOW VARIABLES LIKE 'character_set%';
If you have SBS 2011 and you or your client installed SharePoint sp1, or some othrt update to SharePoint, you might end up with:
  SHOW VARIABLES LIKE 'collation%';
'''Backup unsuccessful. A volume shadow copy service operation failed.  Unknown error (0x800423f0)'''<br>
SET collation_connection = @@collation_database;
[[File:Backup unsuccessful.png]]
* [http://dev.mysql.com/doc/refman/5.0/en/charset-connection.html Connection Character Sets and Collations]
# Open an Administrative command prompt.
# Change directory to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN
# Run PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
# Reboot
# Test backup again


====Small Business Server 2011 Backup====
* [http://wiki.slimdevices.com/index.php/SqueezeCenter_File_Locations Squeezebox Server File Locations]
* [http://technet.microsoft.com/en-us/library/cc772523.aspx Windows Server Backup Overview]
* [http://wiki.slimdevices.com/index.php/ExistingMySQLInstance Squeezebox Existing My SQL Instance]
* [http://technet.microsoft.com/en-us/library/cc754097(WS.10).aspx Backup and Recovery - Microsoft]


* [http://technet.microsoft.com/en-us/library/dd252619(WS.10).aspx Planning for Backup]
====TypeScript====
* [http://support.microsoft.com/kb/958662 Hyper-V How To: Back up Hyper-V virtual machines using Windows Server Backup]
* [http://www.typescriptlang.org/ TypeScript - TypeScriptLang.org]
Includes how to register the Microsoft Hyper-V VSS writer with Windows Server Backup
* [http://typescript.codeplex.com/ TypeScript - CodePlex]


* [http://technet.microsoft.com/en-us/library/cc742083(v=WS.10).aspx Wbadmin start backup - Creates a backup using specified parameters]
====WD Green Drive Problems====
* [http://support.wdc.com/warranty/rmaaddress.asp?custtype=end&lang=en Western Digital Warranty Services]
* [http://www.synology.com/support/faq_show.php?q_id=407 What should I do if my Western Digital Green Power Disk has a dramatic high Load/Unload Cycle Count? - Synology]
* [http://en.wikipedia.org/wiki/S.M.A.R.T. S.M.A.R.T. - Wikipedia]
* [http://www.tomshardware.co.uk/forum/281368-14-green-drives-raid-load-cycle-count  Green drives, RAID & load cycle count]
* [http://wdc.custhelp.com/app/answers/detail/a_id/251/p/85,8/session/L3RpbWUvMTM0OTE5MDY3NS9zaWQvWTdONTVKN2w%3D Understanding S.M.A.R.T. and S.M.A.R.T. failure and errors - Western Digital]
* [http://wdc.custhelp.com/app/answers/detail/a_id/3263 The S.M.A.R.T Attribute 193 Load/Unload counter continue to increase for the WD RE2-GP SATA II hard drives - Western Digital]
* [http://www.readynas.com/forum/viewtopic.php?f=24&t=40828&start=15 2TB WD20EARS HCL Advanced Format 4k Sectors TLER LCC WDidle3 - ReadyNAS]
* [http://support.wdc.com/product/download.asp?groupid=609&sid=113 WD Support / Downloads / SATA & SAS / WD RE2-GP - Western Digital]
* [http://www.silentpcreview.com/forums/viewtopic.php?t=51401&sid=674cf4adc5450832ec9b22c1659daf10 Is there a problem with head parks on WD Green HDDs?]
* [http://www.silentpcreview.com/forums/viewtopic.php?t=57419
WD20EARS or WD20EADS? What about seagate's 2tb drive?]
* [http://arstechnica.com/civis/viewtopic.php?f=11&t=100152 Western Digital GreenPower drives head parking problem]


====Securing your server====
====error recovery control (ERC) time-limited error recovery (TLER) command completion time limit (CCTL)====
* [http://technet.microsoft.com/en-us/library/bb734905.aspx Chapter 12 - Security: For Administrators and Developers]
* [http://en.wikipedia.org/wiki/Error_recovery_control Error recovery control - Wikipedia]
* [http://technet.microsoft.com/en-us/library/dd759206.aspx Running and Filtering Scans in Best Practices Analyzer]


====Install Windows from USB Stick ====
====Using consumer disks in a Dell T110====
* [http://www.windowsvalley.com/install-windows-2000xp2003-using-usb-storage-device-pen-drive/ Install Windows 2000/XP/2003 from USB Stick (Pen Drive)]
* [http://support.euro.dell.com/support/edocs/storage/storlink/perc_s100_s300/en/PDF/ug_en.pdf Dell PowerEdge RAID Controller (PERC) S100, PERC S300 User’s Guide]
* [http://www.intowindows.com/how-to-install-windows-7vista-from-usb-drive-detailed-100-working-guide/ How To: Install Windows 7/Vista From USB Drive [Detailed 100% Working Guide]
* [http://support.dell.com/support/edocs/storage/Storlink/PERC_S100_S300/en/HTML/a5_sectb.htm Dell PowerEdge RAID Controller (PERC) S100, PERC S300 User's Guide]
* [http://en.wikipedia.org/wiki/Intelligent_Platform_Management_Interface Intelligent Platform Management Interface (IPMI) - Wikipedia]


====ESXi====
====Server 2012 Storage Server and Hyper-V====
Backup
=====Storage Spaces=====
* [http://www.magikmon.com/mksbackup/ghettovcb.en.html Backup VMware VM via ghettoVCB]
* [http://blogs.msdn.com/b/b8/archive/2012/01/05/virtualizing-storage-for-scale-resiliency-and-efficiency.aspx Virtualizing storage for scale, resiliency, and efficiency]
* [http://blog.peacon.co.uk/completely-free-backup-for-esxi/ Completely Free Backup for ESXi]
* [http://blogs.msdn.com/b/b8/archive/2012/01/16/building-the-next-generation-file-system-for-windows-refs.aspx Building the next generation file system for Windows: ReFS]
* [http://communities.vmware.com/thread/164134?start=480&tstart=0 Thread about backup]
* [http://www.petri.co.il/4-reasons-refs-is-better-than-ntfs.htm 4 Reasons ReFS (Resilient File System) is Better Than NTFS]
* [http://en.wikipedia.org/wiki/Comparison_of_platform_virtual_machines Comparison of platform virtual machines]


====VirtualBox====
* [http://blogs.technet.com/b/keithmayer/archive/2012/09/13/migrating-to-microsoft-hyper-v-server-2012-from-2008-r2-and-vmware-winserv-hyperv-itpro-vmware.aspx Migrating to Microsoft Hyper-V Server 2012 from 2008 R2 and VMware]
* [http://www.virtualbox.org/manual/UserManual.html Oracle VM VirtualBox User Manual]
* [http://www.virtualbox.org/wiki/Technical_documentation VirtualBox Technical documentation]


====Hyper-V====
* [http://technet.microsoft.com/en-us/library/cc753637(WS.10).aspx Windows Server Technologies Hyper-V]
Storage configuration options for a server running Hyper-V.
* [http://technet.microsoft.com/en-us/library/dd183729(WS.10).aspx Planning for Disks and Storage]
* [http://blogs.msdn.com/b/virtual_pc_guy/ Virtual PC Guy's Blog - Ben Armstrong, Virtualization Program Manager Talking about core virtualization at Microsoft (Hyper-V, Virtual PC and Virtual Server)]
* [http://technet.microsoft.com/en-us/library/dd239199(WS.10).aspx Best Practices for Using Hyper-V with Windows Small Business Server 2008]
* [http://support.microsoft.com/kb/888794 Things to consider when you host Active Directory domain controllers in virtual hosting environments]
* [http://technet.microsoft.com/en-us/library/ee256063(WS.10).aspx Create a Virtual Active Directory Domain Controller]
* [http://technet.microsoft.com/en-us/library/dd239197(WS.10).aspx Install the Primary and Second Servers in Hyper-V Virtual Machines on a Single Physical Computer]
* [http://www.sriramkrishnan.com/blog/2008/03/running-ubuntu-on-windows-server-2008.html Running Ubuntu on Windows Server 2008 Hyper-V]
* [http://technet.microsoft.com/en-us/library/cc816563(WS.10).aspx Using Windows Small Business Server 2008 Product Keys]
* [http://webcache.googleusercontent.com/search?q=cache:EKlJaMqijY8J:social.technet.microsoft.com/wiki/contents/articles/small-business-server-2011-standard-build-document-i-overview-of-sbs-2011.aspx+Windows+Small+Business+Server+2011+hyperv&cd=1&hl=en&ct=clnk&gl=dk&source=www.google.dk Small Business Server 2011 Standard - Build Document I. Overview of SBS 2011]


* [http://www.petri.co.il/create-storage-pool-on-windows-server-2012.htm How to Create a Storage Pool on Windows Server 2012]
* [http://www.howtogeek.com/109380/how-to-use-windows-8s-storage-spaces-to-mirror-combine-drives/ How to Use Windows 8′s Storage Spaces to Mirror & Combine Drives]


=====Hyper-V and ReFs=====
* [http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/5b731f1a-f495-4d88-a875-0eea77ecd6b4 Export then Import to a different Hyper-V server]
* [http://social.technet.microsoft.com/Forums/da-DK/winserver8gen/thread/6f76d628-96d2-47eb-ad5e-2eb3b204ee67 Move storage to SMB Share based on storage space mirror disk : error integrity stream attribute]
'''format /fs:refs /q /i:disable <volume>'''


=====Migrating physical machines to Hyper-V=====
=====Hyper-V=====
* [http://vmtoolkit.com/ vmToolkit VMDK(VMWare) to VHD Converter]
* [http://www.roelvanlisdonk.nl/?p=2521 How to run Hyper-V on Windows 8 inside VMware Workstation 8]
* [http://vmtoolkit.com/ vmToolkit VHD Resizer]
* [http://blogs.technet.com/b/matthts/archive/2012/02/27/using-native-powershell-cmdlets-with-hyper-v-in-windows-server-8.aspx Using native PowerShell cmdlets with Hyper-V in Windows Server “8”]
* [http://en.wikipedia.org/wiki/Windows_Server_2012 Windows Server 2012 (Editions) - Wikipedia]
 
* [http://blogs.technet.com/b/keithmayer/archive/2012/09/13/migrating-to-microsoft-hyper-v-server-2012-from-2008-r2-and-vmware-winserv-hyperv-itpro-vmware.aspx#.UGaQu73Mirg Migrating to Microsoft Hyper-V Server 2012 from 2008 R2 and VMware]
* [http://download.microsoft.com/download/3/8/F/38F07CCB-B752-45DE-9747-247BAE5E2974/WS%202012%20Data%20Sheet_Storage.pdf Optimized Storage Efficiency with Windows Server 2012 Release Candidate]
* [http://www.microsoft.com/en-us/server-cloud/windows-storage-server/default.aspx Windows Storage Server 2012]
* [http://www.microsoft.com/en-us/server-cloud/windows-server/default.aspx Windows Server 2012]
* [http://download.microsoft.com/download/8/0/8/80882EEE-96E1-486F-889D-6C0ACFCC1E42/Windows_Server_2012_Essentials_FAQ.pdf Windows Server 2012 Essentials FAQ]


* [http://technet.microsoft.com/en-us/library/bb740912.aspx How to Convert a Physical Server to a Virtual Machine]
* [http://technet.microsoft.com/en-us/library/cc764232.aspx P2V: Converting Physical Computers to Virtual Machines in VMM]
* [http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx Disk2vhd - By Mark Russinovich and Bryce Cogswell]
* [http://www.labnol.org/software/create-virtual-machine-of-existing-computer/10510/ Create a Virtual Machine of your Existing Computer With a Click]
* [http://tweaks.com/windows/40123/convert-physical-machines-to-virtual-with-disk2vhd/ Convert Physical Machines to Virtual with Disk2vhd]


=====Assigning disk space  to Virtual Machines=====
* [http://en.wikipedia.org/wiki/Advanced_Host_Controller_Interface#cite_note-intel-0 Advanced Host Controller Interface - Wikipedia]
* [http://blogs.technet.com/b/josebda/archive/2008/02/14/storage-options-for-windows-server-2008-s-hyper-v.aspx Storage options for Windows Server 2008 Hyper-V]
=====RAID=====
* [http://en.wikipedia.org/wiki/Standard_RAID_levels Standard RAID levels]


=====Assigning memory to Virtual Machines=====
Note: Dynamic Memory virker ikke med Small Business Server 2011
* [http://technet.microsoft.com/en-us/library/ff817651(WS.10).aspx Hyper-V Dynamic Memory Configuration Guide]


=====Using TurnKey Linux on Hyper-V=====
How to Reboot to Safe Mode F8


* [http://blogs.msdn.com/b/virtual_pc_guy/archive/2010/10/21/installing-ubuntu-server-10-10-on-hyper-v.aspx Installing Ubuntu Server 10.10 on Hyper-V - Virtual PC Guy's Blog]
====MSBuild files====
* [http://blog.allanglesit.com/2010/05/ubuntu-and-hyper-v-the-paths-to-enlightenment/ Ubuntu and Hyper-V: The Paths to Enlightenment]
* [http://msdn.microsoft.com/en-us/library/dd576348.aspx Walkthrough: Creating an MSBuild Project File from Scratch]
* [http://blogs.technet.com/b/port25/archive/2009/07/22/introduction-to-the-linux-integration-components.aspx Introduction to the Linux Integration Components]
* [http://stackoverflow.com/questions/2790958/expression-blend-does-not-allow-to-select-solution-configuration-platform Expression Blend does not allow to select Solution Configuration/Platform]


* To show what version of linux it is:
====Android Exchange sync battery====
cat /etc/issue
Søg efter "Changing mailbox from push to ping i denne" fil:
* [http://source-android.frandroid.com/packages/apps/Exchange/src/com/android/exchange/EasSyncService.java /packages/apps/Exchange/src/com/android/exchange/EasSyncService.java]


* To enable boot logging
Google: kb2743248  android exchange battery
:Edit /etc/default/bootlogd so it shows
:# Run bootlogd at startup ?
:BOOTLOGD_ENABLE=No
/var/log/boot will be created, and it will contain a log of all your boot messages, ther will be some escape sequences but it is colour coding


* [http://veggievampire.net/?q=node/51 VI Cheet Sheet]
====How to change DNS server in Android====
* [http://blog.varunkumar.me/2010/09/how-to-change-dns-server-on-android.html How to: Change DNS server on Android phones?]


* [http://comments.gmane.org/gmane.linux.ubuntu.devel.kernel.general/14018 Maverick on Hyper-V - fixes for instability]
====JPT3815W====
* [https://bugs.launchpad.net/ubuntu/+source/linux/+bug/752064 Maverick on Hyper-V causes BUG: scheduling while atomic]
* [http://safehome.dk/produkt.asp?P=100&PR=278020&UM=2 www.safehome.dk]
* [http://www.turnkeylinux.org/docs/automatic-security-updates TurnKey - Automatic security updates]
* [http://www.tenvis.com/web/tenvisdown.html Tenvis - Common Software Download For JPT3815W, Mini319W,IP391W, IP601W, IP602W, PT7131W, etc.]
* [http://www.tenvis.com/web/firmwaredownload.html Tenvis - Frimware & UI Download Center]
 
* [https://code.google.com/p/binwalk/ Binwalk - A tool for searching a given binary image for embedded files and executable code]
* [http://lxr.linux.no/linux/Documentation/filesystems/romfs.txt romfs - layout of the rom rile system]
* [http://mancoosi.org/~abate/analyzing-tenvis-mini319w-firmware analyzing tenvis mini319W firmware ... - This history led me to binwalk]


* [http://www.turnkeylinux.org/forum/support/20110202/cronapt-typo cronapt typo? Should be cron-apt]
* [http://en.wikipedia.org/wiki/List_of_Ubuntu_releases List of Ubuntu releases]
* [https://wiki.ubuntu.com/Testing/EnableProposed Testing/EnableProposed - Ubuntu Wiki]
apt-get install aptitude


* [http://en.wikipedia.org/wiki/Comparison_of_file_managers Comparison of file managers]


* [http://www.dell.com/downloads/global/products/pedge/en/Dell_Software_RAID_Functionality_White_Paper.pdf Software RAID Functionality on Dell Value Line Server]
* [http://foscam-util.sourceforge.netfoscam-util - SorceForge]
* [http://support.euro.dell.com/support/edocs/storage/Storlink/PERC_S100_S300/en/HTML/a5_sectb.htm#wp1181300 PERC S100 Controller or PERC S300 Controller Descriptions]
* [http://sourceforge.net/projects/foscam-util/ foscam-util - SorceForge]
* [http://communities.vmware.com/thread/241626 ESXi 4 support for Dell T110] ***
* [http://en.community.dell.com/support-forums/servers/f/906/t/19327958.aspx I try to install ESXi 4.001 on a PowerEdge R210 with S100 Software Perc]


* [http://boardreader.com/thread/Quieting_a_Dell_Poweredge_T110_8kuuX17ad.html Quieting a Dell Poweredge T110] Cool Master PSU Silent Pro
* [http://irishjesus.wordpress.com/2010/03/30/hacking-the-foscam-fi8908w/ Hacking the Foscam FI8908W]


=====Using Ubuntu on Hyper-V=====
* [http://www.openipcam.com/ OpenIPCam.com]
* [http://petermoulding.com/ubuntu_10.10_server_amd64 Ubuntu 10.10 server AMD64 - installation guide]
* [http://serverfault.com/questions/85401/what-is-the-proper-way-to-keep-ubuntu-server-8-04-updated What is the proper way to keep Ubuntu Server 8.04 updated?]
* [http://www.builderau.com.au/program/linux/soa/Automatically-update-your-Ubuntu-system-with-cron-apt/0,339028299,339279542,00.htm Automatically update your Ubuntu system with cron-apt]


====OpenFiler====
* [http://foscam.us/tools-support.html Foscam.us]
* [http://arstechnica.com/civis/viewtopic.php?f=11&t=1089531 On using a Dell T110 server for an ESXi host]


* [http://darkdust.net/writings/diskimagesminihowto Creating and using disk images mini-howto]


====Disks====
====ListBox====
* [http://www.edbpriser.dk/Product/Details.aspx?sp=all&pid=539348 Intern bay]
* [http://msdn.microsoft.com/en-us/library/cc278062(v=vs.95).aspx ListBox Styles and Templates - MSDN] Shows the default style and template for the ListBox and the ListBoxItem
* [http://www.raidsonic.de/de/products/external-cases.php?we_objectID=7530 Extern bay - esata]


* [http://blogs.msdn.com/b/mikehillberg/archive/2006/09/28/briefanatomyofalistbox.aspx Brief anatomy of a ListBox]
Grid.IsSharedScopeSize is incompatible with * columns in WPF Grid


* [http://www.wdc.com/wdproducts/library/SpecSheet/ENG/2879-701229.pdf WD Caviar® Green™ Desktop Hard Drives - Datasheets]
How to center the content of cells in a data grid?
* [http://techreport.com/articles.x/17708/1 Seagate's Barracuda LP 2TB hard drive compared to WD Caviar Green WD20EADS]
<source lang="xml">
* [http://www.overclock.net/hard-drives-storage/868325-samsung-hd204ui-performance-raid.html Samsung HD204UI Performance]
<Style TargetType="{x:Type DataGridCell}">
* [http://www.overclock.net/hard-drives-storage/886768-samsung-spinpoint-f4-intel-ich10r-raid.html Samsung Spinpoint F4 Intel ICH10R RAID tests]
  <Setter Property="Template">
* [http://blog.patyuen.com/lessons/technology/openfiler-and-advanced-format-4k-drives/ Openfiler and advanced format 4k sectors drives]
      <Setter.Value>
        <ControlTemplate TargetType="{x:Type DataGridCell}">
            <Grid Background="{TemplateBinding Background}">
              <ContentPresenter VerticalAlignment="Center" />
            </Grid>
        </ControlTemplate>
      </Setter.Value>
  </Setter>
</Style>
</source>


====Mail server====
====Open pages====
* [http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=/com.ibm.help.domino.admin.doc/DOC/H_DOMAIN_NAMING_SERVICE_DNS_OVER.html The Domain Name System (DNS) and SMTP mail routing]
* http://waldbjoern.dk/


====Blocking specific IP's from attacking your server====
* http://www.cookingwithkamal.com/
* [http://www.google.dk/search?sourceid=chrome&ie=UTF-8&q=windows+server+block+ip+adresses+failing+to+authenticate#hl=en&sa=X&ei=FTXCTYO1AoODOq_03Z0I&ved=0CBQQvwUoAQ&q=windows+server+block+ip+addresses+failing+to+authenticate&spell=1&fp=bba78b9cafefc984 Google: windows server block ip addresses failing to authenticate]
* http://www.cookingwithkamal.com/images/Spinach_Triangles_with_Basic_Dough_60842.pdf
* [http://codehill.com/2010/02/how-to-block-ip-addresses-in-windows-server-2003/ How to Block IP Addresses in Windows Server 2003]
* [http://www.iblocklist.com/lists.php I-Blocklist]
* [http://www.peerblock.com/userguide PeerBlock]


==Dell PowerEdge T110==
Τυρόπιτα
* [http://support.dell.com/support/edocs/systems/pet110/en/index.htm Dell PowerEdge T110 - Manuals]
* http://en.wikipedia.org/wiki/Tiropita
* http://thursdayfordinner.com/2008/09/evas-tasty-tyropita-cheese-puffs/
*


====Windows Server====
* [http://support.microsoft.com/kb/948472 How to extend the Windows Server 2008 evaluation period]


====Raid====
General overview
* [http://www.dell.com/downloads/global/products/pedge/en/Dell_Software_RAID_Functionality_White_Paper.pdf Software RAID Functionality on Dell Value Line Servers]
* [http://support.dell.com/support/edocs/storage/Storlink/PERC_S100_S300/en/index.htm Dell™ PowerEdge™ RAID Controller (PERC) S100/S300 - Manuals]


On a PERC H200 card, caching is forced to be disabled for all physical disks configured into a virtual disk, regardless of the drive type and default drive settings.
* http://www.hacktabs.com/how-to-upgrade-your-box-com-account-from-5gb-to-50gb-for-free/
* [http://support.dell.com/support/edocs/storage/Storlink/H200/en/UG/HTML/features.htm Dell™ PowerEdge™ RAID Controller (PERC) H200 and 6Gbps SAS HBA User's Guide]
*


For Microsoft Windows 2008, as long as you formatted the disk using the Windows 2008 operating sytem, the disk requires no further alignment actions.
* [http://social.technet.microsoft.com/Forums/en-US/exchangesvrdeploy/thread/4213ada5-022b-4b4a-bed5-75fc6dccfe82/ In Windows Server 2008, partitions are automatically offset by 1 MB, which provides good alignment for the power-of-two stripe unit sizes that are typically found in hardware]
* [http://blogs.msdn.com/b/jimmymay/archive/2009/05/08/disk-partition-alignment-sector-alignment-make-the-case-with-this-template.aspx Disk Partition Alignment (Sector Alignment): Make the Case: Save Hundreds of Thousands of Dollars]
* [http://support.microsoft.com/kb/929491 Disk performance may be slower than expected when you use multiple disks in Windows Server 2003, in Windows XP, and in Windows 2000]
* [http://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/Perf-tun-srv.docx Performance Tuning Guidelines for Windows Server 2008(Page 30th- Block Alignment (DISKPART))]


=====How to view progress of Windows software RAID resynching on Server 2008 R2?=====
* http://arla.dk/opskrifter/Ovnomelet-med-bagte-tomater/ Ovnomelet med bagte tomater
# Select one of the raid drives in the ''Disk Mangement''
* http://www.svensksmak.se/index.php?action=recept_info&id=1366 Fransk omelett
# In the right pane under ''Actions'', select ''More Actions -> Refresh''
If you press F5 (refresh) the progress indication will disappear again. To get it back you need to close and reopen ''Computer Management''.
[[File:Server_2008_R2_resynching_disks.png]]


* http://www.dr.dk/Regioner/Aarhus/Madopskrifter/20101104151456.htm 7 krydderi og Sfiha
*


Dell PowerEdge Servers – Support for very large drives (>2 TB)
* http://www.boston.dk/default.asp?mainmenu=10&dir=&webmanage=Kontakt%20os Boston distribution Farum
* [http://www.delltechcenter.com/page/HDD+Support+for+2.5TB,+3TB+Drives+and+Beyond HDD SUPPORT FOR 2.5TB, 3TB DRIVES AND BEYOND]


====Dell PERC 6====
* [http://www.dell.com/downloads/global/power/ps2q08-20080255-Dixit.pdf Introducing the Dell Perc 6 Family of SAS Raid controllers]
* [http://support.dell.com/support/edocs/storage/RAID/perc6/en/PDF/en_ug.pdf Dell™ PERC 6/i, PERC 6/E and CERC 6/i User’s Guid]


====Disks====
* http://danielfrost.dk/post/Windows-8-app-udvikling.aspx?goback=%2Egde_1837948_member_105222418 Windows 8 app udvikling
* WD Caviar Green WD20EARS 2 TB
 
* Samsung Spinpoint F4EG HD204UI 2 TB
 
* Seagate Barracuda LP ST32000542AS 2 TB
* http://www.whiteaway.com/ Whiteaway ejer Skousen.dk
Cables
 
* [http://www.avxperten.dk/pc-kabler/intern-pc-stroemkabel/intern-pc-stroemkabel.asp avXperten]
* http://www.redspot.dk/Problemer-med-Zyxel-routere-fra-bla-Telenor-og-Fullrate/pg/721395ea-f964-4d02-92a8-1b1602f4637d Problemer med Zyxel routere fra bl.a. Telenor og Fullrate
* [http://www.av-cables.dk/sata_kabel/sata_30_kabel_669_da/ Av-Cables.dk]
* http://groups.google.com/group/dk.edb.netvaerk/browse_thread/thread/c84f8b71a5a52882 ip nat loopback
* http://tutorials.worldwidewhat.dk/zyxel_cc/ Tutorial CyberCity Zyxel Router 650 (Loopback)
 
 
* http://www.voltagenewmedia.com/seo/free-75-google-ad-words-creditcoupon/
* https://services.google.com/fb/forms/adwordscoupon/
* http://support.google.com/adwords/bin/answer.py?hl=en&answer=1703648 AdWords - Using promotional codes and coupons


====The Best Disk write performance testing====
* http://hanneksverden.blogspot.com/2010/07/fyldt-svinemrbrad-og-kartoffel.html
* [http://www.passmark.com/ PassMark PC benchmark and test software - PassMark PerformanceTest]
* https://www.google.dk/search?rlz=1C1CHKZ_enDK433DK433&q=fyldt+kalvem%C3%B8rbrad&um=1&ie=UTF-8&hl=en&tbm=isch&source=og&sa=N&tab=wi&ei=UK5tT_29N4bi4QSP0PW_Ag&biw=1920&bih=1075&sei=VK5tT5PULOiM4gTM_fy_Ag
* [http://crystalmark.info/?lang=en CrystalDiskInfo (FREE)]
* http://madogkris.blogspot.com/2011/04/svinemrbrad-fyldt-med-spinat-og.html
* [http://www.iozone.org/ IOzone - open source]
* https://www.google.dk/search?q=svinem%C3%B8rbrad+spinat&hl=en&safe=off&rlz=1C1CHKZ_enDK433DK433&prmd=imvns&source=lnms&tbm=isch&ei=m6ttT5_0AdHQ4QSe0_y_Ag&sa=X&oi=mode_link&ct=mode&cd=2&ved=0CAkQ_AUoATgK&biw=1920&bih=1075#q=svinem%C3%B8rbrad+spinat&hl=en&safe=off&sa=X&rlz=1C1CHKZ_enDK433DK433&tbm=isch&prmd=imvns&bav=on.2,or.r_gc.r_pw.r_cp.r_qf.,cf.osb&fp=66dccf4c3746aea8&biw=1288&bih=725
*  


====Dell UPS 500W====
* http://www.foodfanatic.dk/spaghetti-med-svinem%C3%B8rbrad-i-cremet-hvidvinsauce
* [http://www.eminebea.com/content/html/en/fan_list/fpc01_mm.shtml Fan data overview - 2806KL-04W-B69 12VDC 0.39A]
* [http://www.eminebea.com/content/pdf/TMP00123/M/2806kl.pdf Datasheet - 2806KL-04W-B69 12VDC 0.39A]
* [http://www.stillepc.dk/hovedgrupper/fan.htm Støjsvage blæsere]
* [https://www.elfaelektronik.dk/elfa3~dk_da/elfa/init.do?item=54-133-64&toc=20906 Muligt alternativ fra ELFA]


==APC UPS==
* http://www.maduniverset.dk/opskrift.php/2409/Marinade-opskrifter/Ingefaermarinade
* [http://www.apc.com/resource/include/techspec_index.cfm?base_sku=sua1500i APC Smart-UPS 1500VA USB & Serial 230V - Replacement Battery RBC7]
* [http://www.apc.com/resource/include/techspec_index.cfm?base_sku=DLA1500I Dell Smart-UPS 1500VA USB 230V - Replacement Battery RBC7]
* [http://www.proshop.dk/ShowProduct.aspx?uid=60014&prodid=4717 RBC7 fra Proshop]


==Install SSL Certificate for SBS 2003 Exchange Server==
====Beef Jerky====
* [http://support.apple.com/kb/HT3580 iOS 3.x: List of available trusted root certificates]
* [http://mundgericht.de/index.php/beef-jerky-trockenfleisch/ Beef Jerky – Trockenfleisch]
* [https://knowledge.rapidssl.com/support/ssl-certificate-support/index?page=content&id=SO6506&actp=LIST&viewlocale=en_US How do I generate a Certificate Signing Request (CSR)]
* [http://www.jerkyshop.dk www.jerkyshop.dk] Billigst
* [http://support.microsoft.com/default.aspx?scid=kb;en-us;Q295281 How To Renew or Create New Certificate Signing Request While Another Certificate Is Currently Installed]
* [http://foodfromhome.dk foodfromhome.dk]
====iPhone - Exchange====
 
* [http://www.apple.com/support/iphone/enterprise/ iPhone Support - Enterprise]
====Blomberg induktionskomfur====
* [http://support.apple.com/kb/HT1421 Setting up a corporate email server for iPhone and iPod touch]
* [http://www.ezz.dk/635326-tranistor-butw92 Blog om reperation]
* [http://developer.apple.com/library/ios/#featuredarticles/FA_Exchange_ActiveSync_and_iOS4_Devices/Introduction/Introduction.html Exchange ActiveSync and iOS 4 Devices]
* [http://www.ezz.dk/635436-induktionskomfur-giver-ikke-effekt Anden blog om reperation]
* [http://support.apple.com/kb/DL926 iPhone Configuration Utility 3.1 for Windows]
* [https://www.elfaelektronik.dk/elfa3~dk_da/elfa/init.do?item=71-133-43 Her kan man købe - Effekttransistor TO-247 NPN 250 V, BUTW 92]
* [http://en.wikipedia.org/wiki/List_of_HTTP_status_codes List of HTTP status codes - Wikipedia]


====How to identify Exchange 2003 SP Version====
====Online converter for video sound and documents====
Go to your server in Exchange System Manager, right-click your server, choose Properties, and on the General tab make a note of the version number.
* [http://www.convertfiles.com/ Convert.Files - www.convertfiles.com]


Each version of Exchange Server includes a build number so that you can easily identify which version of the product you are running:
====Microsoft Safety Scanner====
* [http://www.microsoft.com/security/scanner/en-us/default.aspx Microsoft Safety Scanner - Download here (msert.exe)]
The logfiles is saved in "C:\Windows\debug\msert.log"


:6944.4 = Exchange 2003 RTM (including SBS2003)
==== TechSmith Screen Capture Codec ====
:7226.6 = Exchange 2003 SP1
* [http://www.techsmith.com/download.html TSCC Codec]
:7638.2 = Exchange 2003 SP2
It installs and registres C:\Windows\system32\tsccvid.dll.<br>
It can be removed from the command line (running as administrator) with the command:<br>
Uninstall: '''tscc.exe /REMOVE'''<br>
You can verify if it is installed with [http://www.nirsoft.net/utils/installed_codec.html NirSoft's InstalledCodec].<br>


==DCP Latency==
====Beocom 6000 secret codes ====
Eksempler på WPP og ETW findes her: ''C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\winbase\Eventing''
* 9#9#9*655 OK => After replacing battery, will charge new battery full
* 9#9#9*DOT7 (MKI)=> Enter Test Mode Menu
* 9#9#9*INT (MKII) => Enter Test Mode Menu


====HDMI-CEC====
* [http://code.google.com/p/cec-arduino/ cec-arduino Arduino library for communicating with HDMI CEC equipment]
* [http://www.arduino.cc/playground/Main/InterfacingWithHardware Arduino - Interfacing with Hardware]
* [http://wiki.novoflight.com/index.php?title=HDMI-CEC_Overview HDMI-CEC Overview ***]
* [http://www.pulse-eight.com/store/products/104-usb-hdmi-cec-adapter.aspx#overview Pulse Eight USB - CEC Adapter]


ISR and DPC latency monitor (with ETW)
====Xbox Live====
* http://www.kvraudio.com/forum/viewtopic.php?t=248691
* [http://forum.teamxbox.com/showthread.php?t=622193 XBOX Live: What you may not know]
* http://www.resplendence.com/latmon
* http://www.osronline.com/ShowThread.cfm?link=154232 Her står hvordan det virker !!!


ISR and DPC latency monitor (with ETW)<br>
====Symbol server====
So, I put together an ISR and DPC latency monitor using ETW. It shows DPC and ISR latencies including routine addressses, drivers, interrupt vectors and CPU number.
* [http://msdn.microsoft.com/en-us/library/windows/desktop/ms681417(v=vs.85).aspx Using SymStore]
* [http://entland.homelinux.com/blog/2006/07/06/setting-up-a-symbol-server/ Setting up a Symbol Server]


All this is done on a best effort basis. After running for a few seconds, the ETW consumer stops receiving events for completely unknown reasons. ProcessTrace is called but events are no longer delivered to the consumer callback. I'm starting to believe ETW is not suitable for a live monitor. If I want to use the real-time logging mode events are not delivered until the trace is stopped.
:\\<server>\<share>\Symbols\bin\symstore add /s \\<server>\<share>\Symbols\<company name> /t <product name> /o /r /compress /f <path to build output>


While the KernelTime and ProcessorTime fields in the EVENT_TRACE_HEADER structure should report the elapsed time in clock ticks of these executions, I have found these instead to be always zero. So I had to do some work and build a table of all starting timestamps of all context switches and calculate the latency by subtracting intervals. This was not exactly straightforward because events are not guaranteed to arrive in order of execution.
:add - Add files to server or create an index file.
:/t Product - Name of the product.
:/o - Give verbose output.
:/r - Add files or directories recursively.
:/compress - When storing files, store compressed files on the server.
:/f File - Network path of files or directories to add.


So while I still need to straighten out a few things I would like to ask you to run LatencyMon and check if the values reported make sense to you, if you find any bugs or have any suggestions. I will soon add some graphics and add a bit of documentation as well so all this is still subject to evolution.
:\\<server>\<share>\Symbols\bin
:\\<server>\<share>\Symbols\<company name>
:\\<server>\<share>\Symbols\ThirdParty


You can download the first version of LatMon (including source of the ETW stuff)
====Udfasning af glødepærer====
from here:
Europa-Kommisionen Energisparepærer
http://www.resplendence.com/latmon
* [http://ec.europa.eu/energy/lumen/professional/index_da.htm Her finder man information, som kan være relevant for fagorganisationer (myndigheder, forbrugerorganisationer, detailhandlen, industrien osv.)]


(requires Windows Vista or later)
* [http://www.osram.dk/osram_dk/Professionelle/Produktinformationer/Udfasning_af_gldepren/Generel_information/e21_Phaseout_TIM_Salesfolder_GB_16032010.pdf Liste over pærer som udfases og hvad man kan bruge i stedet for - Osram]
* [http://www.wattoo.dk/shop/halopin-es-33w-119899p.html HALOPIN ES 33W G9 230V]


//Daniel
* [http://www.osram.dk/osram_dk/Professionelle/Produktinformationer/Udfasning_af_gldepren/Generel_information/Oversigt_udfasning_skema_PDF.pdf Oversigt over udfasning af gløde og halogenpærer - Osram]
* [http://www.osram.dk/osram_dk/Professionelle/Produktinformationer/Udfasning_af_gldepren/Generel_information/index.html Generel information om udfasning af glødepæren - Osram]


==Mortens aften==
* [http://www.osram.dk/osram_dk/Kundeservice_%26_vrktjer/OSRAM_medarbejdere/Kontaktinformationer/index.html Osram kontaktinformationer]
* [http://www.24.dk/article.jsp?articleId=7291 Test af ænder]
* [http://www.braenderiet-enghaven.dk/images/stories/DeBedsteVine.dk_NYHEDSBREV_d._20-02-2010.htm Gode billige vine]


==Løvsugere==
BMI Jyllingevej ECHO
* [http://www.lytek.dk/shop/loevsugere-blaesere-62c1.html Hvorfor har de ikke elektriske]
* [http://www.skovogpark.dk/index.php?option=com_virtuemart&page=shop.browse&category_id=18&Itemid=145 SHE 71 Vedbæk]
* [http://www.testberichte.de/a/laubsauger-laubblaeser/magazin/selber-machen-10-2009/179195.html Hvor blev SHE 81 af]


==XNA==
* [http://www.goenergi.dk/forbruger/lys-og-apparater/belysning GoEnergi]
* [http://farseerphysics.codeplex.com/ Farseer Physics Engine]
* [http://belysningsberegner.ens.dk/ Energistyrelsens lyskildeberegner]
* [http://create.msdn.com/en-US/ App hub]
* [http://create.msdn.com/en-US/education/ App hub education]
* [http://www.laumania.net/ Laumania.net RambukGames]
* [http://www.rambukgames.com/ RAMBUKGAMES]
* [http://silversprite.codeplex.com/ SilverSprite - Run XNA games without code changes in Silverlight 3]


==Indkøb==
* USB Stick til mig og Annette
* [http://www.edbpriser.dk/Product/Details.aspx?q=3ware&sp=all&pid=450114 3ware Multilane Serial Attached SCSI (SAS) internt]


Lampe Line
* [http://www.lavprisvvs.dk/shop/nordlux-ripasso-mini-281352p.html Nordlux Ripasso mini pendel i grøn ø: 9 cm]
* [http://www.elvvs.dk/category.2929.article.87903 NORDLUX RIPASSO MINI GRØN GLASPENDEL G9 40W kr 235,94]


=====Løsningen=====
: Varenavn: 66733 33 Watt ECO - G9 type fatning
: EAN-nr. 4008321208668
: El-nr. 5650667335
* [http://www.xn--elpre-ura.dk/shop/66733-33-watt-339p.html Elpære.dk - her er de billige (25,- kr)]


* Power kabler


* [http://www.edbpriser.dk/Product/Details.aspx?q=keyboard&pid=420195 Logitech diNovo Mini (Dansk) (Bluetooth)]
Shoplight
* Printerblæk
* [http://www.osram.dk/osram_dk/Professionelle/Produktinformationer/Lyskilder/Shoplight_HCI/index.html Shoplight HCI]
* [http://www.osram.dk/osram_dk/Professionelle/Produktinformationer/Lyskilder/Shoplight_HCI/POWERBALL.pdf Shoplight HCI Powerball]
* [http://www.metraco.dk Metraco belysning til erhvervslivet]
* [http://www.wattoo.dk Wattoo.dk]


====HTC Surround====
* [http://member.america.htc.com/download/Web_materials/Manual/HTC_Surround/Surround_UM.pdf Your HTC Surround User guide]
* [http://www.mytrendyphone.dk/shop/htc-7-surround-39867p.html HTC 7 SURROUND PDAIR LÆDER TASKE - SORT]
* [http://forum.xda-developers.com/showthread.php?t=1101344 Guide How To Pass ChevronWP7 from 7004 to 7712 MangoB2 via zune, by ansar]
* [http://www.wpcentral.com/hack-unlocked-htc-phones-gets-nodo-now Hack for unlocked HTC phones gets NoDo right now]
* [http://www.addictivetips.com/mobile/permanently-unlock-windows-phone-7-for-htc-devices-how-to/ Permanently Unlock Windows Phone 7 For HTC]
* [http://forum.xda-developers.com/showthread.php?t=1271963 INTEROP-UNLOCK for MANGO]
* [http://walshie.me/2011/03/23/how-to-remove-the-operator-and-get-your-windows-phone-updates-htc-only How to remove the operator and get your Windows Phone Updates (HTC ONLY)]
* [http://wmpoweruser.com/nokia-drive-xap-pirated-made-to-run-on-other-windows-phones/ Nokia Drive XAP pirated, made to run on other Windows Phones]


* [http://www.carcomm.eu/news/htc-desire-hd/ Carcomm HTC Desire HD bilholder]
====EU information====
* [http://www.brodit.com/?main=productinformation.jsp&anr=512198 Brodit HTC Desire HD bilholder]
* [http://www.notat.dk/ Notat - Magasin om demokrati og Europa]
* [http://hemorrdroids.net/htc-desire-hd-brodit-car-mount/ Brodit HTC Desire HD bilholder - anmeldelse]
* [http://www.e-pages.dk/notat/10/ Notat - read online]
* [http://www.mobilefun.co.uk/htc-desire-hd-car-upgrade-kit-cu-s400-p26536.htm HTC Desire HD Car Upgrade Kit - CU S400]


==Mediaportal remote - iPiMP - a Smartphone web interface to MediaPortal==
====Dæk====
* [http://forum.team-mediaportal.com/ipimp-518/ iPiMP forum]
* [http://www.skan-x-daek.dk SCAN-X-DÆK]
* [http://code.google.com/p/ipimp/wiki/iPiMPWiki iPiMPWiki]
* [https://www.billigalu.dk Billig Alu]
* [http://code.google.com/p/ipimp/wiki/Introduction An introduction to iPiMP - a Smartphone web interface to MediaPortal]
* [http://www.daek-shoppen.dk DAEK-SHOPPEN]


==MailIT==
* F:\MailIT\Dokumentflet
* F:\MailIT\MailITPDFfiler


* Opsætning foretages i Navsion via SALG OG MARKETING --> EXPANDIT MAILIT --> RAPPORTER --> RAPPORTOPSÆTNING på fanerne PDF-fil og Fletning.
====Quadcopter====
* [http://eirikso.com/2011/11/20/quadcopter-in-the-gustav-vigeland-sculpture-park/ Quadcopter in the Gustav Vigeland Sculpture Park]
 
====Jacobs firma====
* [http://www.thegeekstuff.com/2010/12/dell-hdd-fault/ How to Fix DELL PowerEdge Server E1810 HDD 1 Fault error message]


==Howto Patch .NET managed EXE to run as x86 on x64 bit computer==
====Fyldingsdøre====
There is a 32BIT flag in the CorFlags section of the header of a portable executable image that tells Windows if the EXE should be allowed to run as 64 bit application x64 bit Windows.<br>
* [http://www.genbyg.dk/brugte_doere/doer_tilbehoer/laasekasser/ Låsekasser - Genbyg]
If this flag is set, the application will run as x86 on both x86 and x64 bit machines.<br>
* [http://www.genbyg.dk/brugte_doere/doer_tilbehoer/haengsler/ Hamborg hængsel - Genbyg]


To set the flag and force application to run as x86 use:<br>
* [http://www.o-olesenogson.dk/26545831 Bygnings- og maskinsnedkeriet O.Olesen og Søn (Struer)]
'''CorFlags.exe assembly.exe /32BIT+'''<br>
* [http://www.romsk.dk/?pid=1 Roskilde Maskinsnedkeri]
* [http://www.snedkergarden.dk/profil.html Snedkergården (Brørup)]
* [http://www.bj-bentjensen.dk/ Bent Jensen Maskinsnedkeri A/S (Ejstrupholm)]


CorFlags.exe is located in "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin" or one of the other folders win SDK bin's.
====Dell GX620 til Gamer PC====
* [http://support.euro.dell.com/support/edocs/systems/opgx620/en/ug/A02/mtspecs0.htm Technical Specifications - Dell]
* [http://support.euro.dell.com/support/edocs/systems/opgx620/en//index.htm Manuals - Dell]
* [http://support.euro.dell.com/support/edocs/systems/opgx620/QRG_AMF/K8502A01.pdf Dell™ OptiPlex™ GX620 Quick Reference Guide - Dell]


* [http://msdn.microsoft.com/en-us/library/ms164699(VS.80).aspx CorFlags Conversion Tool (CorFlags.exe) - MSDN]


==Kogebøger==
* [http://reviews.cnet.com/desktops/dell-optiplex-gx620/1707-3118_7-31420314.html Dell OptiPlex GX620 CNET Review]
* [http://www.mad.henning-holler.dk/index.html Hollers kogebog - Tapas]
* [http://en.wikipedia.org/wiki/PCI_Express PCI Express - Wikipedia]
* http://www.yggenyk.dk/wiki/Kold_kartoffelsalat_med_gr%C3%B8nne_b%C3%B8nner_og_kapers


==Rendering, zooming and printing with WPF==
* [http://www.videocardbenchmark.net Video Card Benchmarks - Over 350.000 Video Card Benchmarks - PassMark]
* [http://msdn.microsoft.com/en-us/library/system.windows.controls.canvas.aspx Canvas Class]
* [http://www.videocardbenchmark.net/gpu_value.html Video Card Benchmarks - Price Performance]
* [http://msdn.microsoft.com/en-us/library/ms608740.aspx VisualTreeHelper.GetDescendantBounds Method]
* [http://www.videocardbenchmark.net/video_lookup.php?gpu=CONNECT+3D+RADEON+X300 Radeon X300]
* [http://msdn.microsoft.com/en-us/library/system.windows.uielement.rendersize.aspx UIElement.RenderSize Property]
* [http://www.videocardbenchmark.net/video_lookup.php?gpu=Radeon+HD+5450 Video Card Benchmarks - Radeon  HD 5450]
* [http://www.videocardbenchmark.net/video_lookup.php?gpu=Radeon+HD+5670 Video Card Benchmarks - Radeon  HD 5670]


* [http://www.google.dk/search?sourceid=chrome&ie=UTF-8&q=clone+visual+tree Google - Clone Visual Tree]
* [http://www.amd.com/us/products/desktop/graphics/ati-radeon-hd-5000/ati-radeon-hd-5670-overview/Pages/ati-radeon-hd-5670-overview.aspx ATI Radeon™ HD 5670 Graphics - AMD Homepage]
* [http://www.slickthought.net/post/2009/05/26/Visual-Tree-Printing-in-WPF-Applications.aspx Visual Tree Printing in WPF Applications]
* [http://www.switchonthecode.com/tutorials/printing-in-wpf Printing in WPF]
* [http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/496f4f1c-8a1a-4f8f-a231-9d432268ebb8 Can PrintVisual use another resolution than 96 DPI?]
* [http://cid-fd9a0f1f8dd06954.office.live.com/browse.aspx/Public/Code%20Samples/WPF VisualCopyDemo]
* [http://msdn.microsoft.com/en-us/magazine/dd263097.aspx Render Text On A Path With WPF]


==XAML Guidelines==
* [http://www.edbpriser.dk/Product/Details.aspx?q=radeon&sp=all&pid=4891057 XFX Radeon HD 5670 (1 GB) - Edbpriser 500,-]
* [http://www.cookingwithxaml.com/content/xamlguidelines/xamlGuidelinesDraft0.pdf XAML Guidelines]
* [http://www.edbpriser.dk/Product/Details.aspx?q=directx&sp=all&pid=4304824 HIS Radeon HD 5450 Silence (1 GB) - Edbpriser 331,-]


==Localization in WPF==
* [http://robertoschiabel.wordpress.com/2010/01/31/wpf-add-localization-via-resx-files/ WPF: add localization via resx files]


==Resources in WPF==
* [http://alienbabeltech.com/main/big-gpu-shootout-part-iii-pcie-10-vs-pcie-20/all/1 Big GPU-Shootout; Part III, PCIe 1.0 vs. PCIe 2.0]
* [http://csharpsimplified.wordpress.com/2009/02/16/resources-in-wpf-i-binary-resources/ Resources in WPF – I (Binary Resources)]
=====Display=====
* [http://csharpsimplified.wordpress.com/2009/02/17/resources-in-wpf-ii-logical-resources/ Resources in WPF – II (Logical Resources)]
* [http://accessories.euro.dell.com/sna/productdetail.aspx?c=dk&l=da&s=dhs&cs=dkdhs1&sku=613289&~ck=dellSearch&baynote_bnrank=0&baynote_irrank=1 Dell HD WLED Ultraslim S2330MX 58cm(23'') skærm VGA,DVI-D (1920x1080), 2 ms Responstid]
* [http://reviews.cnet.com/lcd-monitors/dell-s2330mx-23-inch/4505-3174_7-34859190.html Dell HD WLED Ultraslim S2330MX - CNET]
 
====Opening files by doubleclicking - Drag Drop====
* [http://www.codeproject.com/KB/cs/SingleInstanceAppMutex.aspx C# Single Instance App With the Ability To Restore From System Tray (Using Mutex) - Codeproject]
* [http://www.codeproject.com/KB/cpp/avoidmultinstance.aspx Avoiding Multiple Instances of an Application - Codeproject]
* [http://www.codeproject.com/KB/cs/CSSIApp.aspx Single-Instance C# Application - for .NET 2.0 - Using StartupNextInstance from VB in C# - Codeproject]


==Zooming med WPF==
=====CommandLine=====
* [http://geekswithblogs.net/lbugnion/archive/2009/04/05/using-a-behavior-to-magnify-your-wpf-applications.aspx Using a Behavior to magnify your WPF applications - GalaSoft]
* [http://msdn.microsoft.com/en-us/library/windows/desktop/bb776391(v=vs.85).aspx CommandLineToArgvW function]


* [http://stackoverflow.com/questions/741956/wpf-pan-zoom-image WPF - Pan & Zoom Image - stackowerflow]
=====Interprocess Communications=====
* [http://www.vbdotnetheaven.com/UploadFile/raj1979/WPFVisualBrush01302009004450AM/WPFVisualBrush.aspx How to use Visual Brush in WPF]
* [http://msdn.microsoft.com/en-us/library/windows/desktop/aa365574(v=vs.85).aspx Interprocess Communications - MSDN]
* [http://msdn.microsoft.com/en-us/library/ms742522.aspx WPF and Win32 Interoperation - MSDN]


* [http://www.codeproject.com/KB/dialog/WPFWindowFinder.aspx WPF WindowFinder Tool]
=====Named pipes=====
* [http://technet.microsoft.com/en-us/sysinternals/dd581625.aspx PipeList - Sysinternals]
* [http://msdn.microsoft.com/en-us/library/windows/desktop/aa365783(v=vs.85).aspx Pipe Names - MSDN]


* [http://windows-presentation-foundation.com/WPF_Layout_Viewbox.aspx ViewBox - windows-presentation-foundation.com]
======C++======
* [http://somebastardstolemyname.wordpress.com/2007/06/03/c-named-pipes/ C++ Named Pipes]
* [http://msdn.microsoft.com/en-us/library/windows/desktop/aa365592(v=vs.85).aspx Named Pipe Client - MSDN]


* [http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/ba5ae36c-324f-4220-be76-464eab74d475 Data binding to a VisualBrush viewbox]
======C#======
* [http://www.switchonthecode.com/tutorials/dotnet-35-adds-named-pipes-support .NET 3.5 Adds Named Pipes Support]
* [http://msdn.microsoft.com/en-us/library/bb546085.aspx How to: Use Named Pipes to Communicate Between Processes over a Network]


==Design time data in WPF==
=====File Mapping=====
* [http://www.galasoft.ch/mydotnet/articles/article-2007091401.html WPF: Simulating data in design mode in Microsoft Expression Blend - GalaSoft]
* [http://msdn.microsoft.com/en-us/library/windows/desktop/aa366551(v=vs.85).aspx Creating Named Shared Memory - MSDN]
* [http://www.arrangeactassert.com/how-to-use-designdata-to-populate-controls-with-design-time-data-in-silverlight-and-wpf/ How To Use DesignData To Populate Controls With Design Time Data In Silverlight And WPF]
* [http://msdn.microsoft.com/en-us/library/windows/desktop/aa366883(v=vs.85).aspx Using File Mapping]


==Routed Events in WPF==
=====Drag Drop using SendMessage=====
* [http://www.wpftutorial.net/RoutedEvents.html Routed Events]
* [http://www.codeguru.com/csharp/csharp/cs_graphics/screencaptures/print.php/c16045 FindWindow: Finding Window Handles - Codeguro]
* [http://bobobobo.wordpress.com/2008/01/31/how-to-create-a-basic-window-in-c/ How to create a basic Window in C++ (SIMPLEST WINDOWS PROGRAM)]
======WM_DROPFILES======
* [http://answers.microsoft.com/en-us/windows/forum/windows_7-files/file-drag-n-drop-via-wmdropfiles-doesnt-work-in/d172ed8c-1a5b-e011-8dfc-68b599b31bf5 File Drag n Drop Via WM_DROPFILES Doesn't Work in Windows 7?]
* [http://stackoverflow.com/questions/2070740/drag-drop-using-sendmessage Drag Drop using SendMessage - Stackoverflow]
* [http://forums.fanatic.net.nz/index.php?showtopic=18873 How to send a file programmatically C#]
* [http://us.generation-nt.com/send-hdrop-data-wm-dropfiles-message-help-24589542.html Send HDROP data with WM_DROPFILES message]
* [http://social.msdn.microsoft.com/forums/en-US/winforms/thread/ccee7ae6-75ca-4916-89cf-a099d12074a7 send message to other process]
======WM_COPYDATA======
* [http://msdn.microsoft.com/en-us/library/windows/desktop/ms648710(v=vs.85).aspx Data Copy - The data copy feature enables you to send data from one application to another WM_COPYDATA - MSDN]
* [http://msdn.microsoft.com/en-us/library/windows/desktop/ms649009(v=vs.85).aspx Using Data Copy - MSDN] Example demonstrating how to send information between two applications using the WM_COPYDATA message.
* [http://www.codeproject.com/KB/threads/ipc_wmcopy.aspx Inter-Process Communication using WM_COPYDATA - C++ - Codeproject]
* [http://www.codeproject.com/KB/cs/ipc_wmcopy.aspx Inter-Process Communication with C# - Codeproject]


==Data Binding in WPF==
=====Interprocess Communication Between .NET and MFC Using WM_COPYDATA=====
* [http://msdn.microsoft.com/en-us/magazine/cc163299.aspx Data Binding in WPF]
* [http://www.codeproject.com/KB/threads/InterprocessCommunicator.aspx?display=Print Interprocess Communication Between .NET and MFC Using WM_COPYDATA - CodeProject]
* [http://msdn.microsoft.com/en-us/library/ms752347.aspx Data Binding Overview]


==Brushes in WPF==
=====Windows Messages=====
* [http://msdn.microsoft.com/en-us/library/aa970904.aspx WPF Brushes Overview - MSDN]
* [http://msdn.microsoft.com/en-us/magazine/cc163417.aspx Handling Messages in Console Apps - MSDN Magazine]
* [http://msdn.microsoft.com/en-us/library/system.windows.media.tilebrush.viewbox.aspx TileBrush .Viewbox Property - MSDN]
* [http://stackoverflow.com/questions/1456010/whats-a-good-way-to-debug-windows-message-content-and-destination What's a good way to debug Windows message content and destination? - Stackoverflow]
* [http://msdn.microsoft.com/en-us/library/system.windows.media.imagebrush.imagesource.aspx ImageBrush .ImageSource Property - MSDN]


==Silverlight==
<silverlight width="700" height="400">HelloWorldSilverlight.xap</silverlight>
<silverlight width="150" height="600">MediaWikiMenu.xap</silverlight>


==Stegetider og opskrifter==
=====Drag and Drop=====
* [http://www.svinegodt.dk/smcms/Svinegodt/I_koekkenet/Tilberedning/2884/Index.htm?ID=2884 Stegning i ovn
* [http://www.wpftutorial.net/DragAndDrop.html Drag and Drop in WPF -WPF -Tutorial.net]
– mørt og ikke tørt, STOP i tide]
* [http://www.codeproject.com/KB/shell/explorerdragdrop.aspx How to Implement Drag and Drop Between Your Program and Explorer]


==Open Source OCR==
* [http://blogs.msdn.com/b/jaimer/archive/2007/07/12/drag-drop-in-wpf-explained-end-to-end.aspx http://blogs.msdn.com/b/jaimer/archive/2007/07/12/drag-drop-in-wpf-explained-end-to-end.aspx]
Tesseract is a free software optical character recognition engine that was originally developed as proprietary software at Hewlett-Packard between 1985 and 1995. After ten years without any development taking place, Hewlett Packard and UNLV released it as open source in 2005. Tesseract is currently developed by Google and released under the Apache License, Version 2.0
* [http://blogs.msdn.com/b/jaimer/archive/2007/07/12/drag-drop-in-wpf-part2.aspx Drag & drop in WPF part2 ...]
* [http://code.google.com/p/tesseract-ocr/ tesseract-ocr
* [http://blogs.msdn.com/b/jaimer/archive/2007/07/12/drag-drop-in-wpf-part-3-the-results-and-code.aspx Drag & Drop in WPF.. part 3 .. the results and code...]
An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google]
 
* [http://sourceforge.net/projects/tesseract-ocr/ Tesseract OCR - old Sourceforge homepage]
* [http://www.codeproject.com/KB/dialog/FindWindow.aspx FindWindow is a tool for searching windows/controls - Codeporject]
* [http://www.irfanview.info/plugins/kadmos/ KADMOS for Irfanview - NOT OPEN SOURCE]


==Kopibeskyttelse af .NET programmer==
=====Set filetype association=====
====Produckt keys ====
* [http://mel-green.com/2009/04/c-set-file-type-association/ C#: Set File Type Association]
Hi!<br>
* [http://msdn.microsoft.com/en-us/library/ee872121(v=VS.85).aspx Application Registration - MSDN]


I've finished developing a windows application, but now I am faced with a dilemma on producing two versions of the software: evaluation copy and full version. Specifically, the software won’t utilize the internet for the verification of the product key. Can anyone help me to get started with creating license keys?<br>
====Getting android source====
Google's howto:
# [http://source.android.com/source/initializing.html Initializing a Build Environment]
# [http://source.android.com/source/downloading.html Downloading the Source Tree]


Thanks.<br>
* How to get android source from GitHub using repo https://plus.google.com/100301252568537087423/posts/3NngLGAjVgG


jonorossi:<br>
====Python====
Here is a pile of licensing solutions that you might want to browse through, even the good ones that I have heard heaps of people talk about aren't that expensive for the amount of hours you would spend doing it yourself<br>
* [http://pygame.org/docs/tut/newbieguide.html A Newbie Guide to pygame]
* [http://www.py2exe.org/ py2exe]
* [http://www.py2exe.org/index.cgi/Tutorial py2exe Tutorial]


-----------------------------------------------------------------<br>
====Metro style====
The goal of MahApps.Metro is to allow devs to quickly and easily cobble together a "Metro" UI for their WPF4+ apps, with minimal effort
* [http://www.theleagueofpaul.com/metro MahApps.Metro]
* [http://www.syncfusion.com/downloads/metrostudio Syncfusion Metrostudio]
* [http://elysium.codeplex.com/ Elysium]


Desaware Licensing System<br>
====OnPropertyChanged====
http://www.desaware.com/products/licensingsystem/index.aspx<br>
* [http://code.google.com/p/notifypropertyweaver/ Notifypropertyweaver]
Price: Expensive at $1495<br>


Licensing .Net Pro<br>
====Azure====
http://www.licensingdotnet.com/<br>
* [http://blogs.msdn.com/b/henrikwh/archive/2012/03/21/har-du-msdn-s-229-har-du-gratis-azure.aspx?goback=%2Egde_1837948_member_102516081 Har du MSDN, så har du gratis Azure!]
Price: Bargan from $29.95 (limited time)<br>
For at aktivere dine fordele, skal du [https://msdn.microsoft.com/en-us/subscriptions/manage logge på din MSDN konto] og vælge "Activate Windows Azure".


OpenLicense<br>
====Google App Engine====
http://openlicense.tigris.org/<br>
* [https://developers.google.com/appengine/ Google App Engine]
http://www.spextreme.com/openlicense/openlicense.aspx<br>
Price: Free<br>


Infralution Licensing System<br>
====Helium Voice====
http://www.infralution.com/licensing.html<br>
* [http://www.dspdimension.com/admin/pitch-shifting-using-the-ft/ Pitch Shifting Using The Fourier Transform]
Price: $80<br>
* [https://sites.google.com/site/mikescoderama/pitch-shifting Pitch Shifting in C#]
 
* [http://www.dsprelated.com/showmessage/127126/1.php Helium Voice effect algorithm]
* [http://www.epiphyte.ca/proj/vocoder Zerius Vocoder - epiphyte.ca]


LM-X<br>
http://www.x-formation.com/LM-X/<br>
Price: Cannot find one, I cannot find a page to buy this one which isn't a good thing for them<br>


XHEO Licensing<br>
=====Usorteret=====
http://www.xheo.com/products/enterprise/licensing/<br>
* [http://en.wikipedia.org/wiki/Morse_code Morse code - Wikipedia]
Price: $289<br>
* [http://homepages.tesco.net/~a.wadsworth/MBcode.htm THE MORSE CODE]
* [http://en.wikipedia.org/wiki/Telegraph_key Telegraph key - Wikipedia]
* [http://morse-rss-news.sourceforge.net/ Morse Code Tools]


Shareware Starter Kit<br>
http://blogs.msdn.com/danielfe/archive/2005/07/10/437293.aspx<br>
Price: Free<br>
This solution requires the internet for licensing<br>


DreamKey<br>
* [http://en.wikipedia.org/wiki/Helium Helium - Wikipedia]
http://www.fingoo.net/lib/asp/packages.asp<br>
* [http://msdn.microsoft.com/en-us/library/ff769512(v=vs.92).aspx How to: Use the Application Deployment Tool for Windows Phone]
Price: 2.9% or 3.9% of sales<br>


-----------------------------------------------------------------<br>


Here is one artlcle about getting info from the user's computer that you could use to identify that the license will only work on their machine:<br>
Retrieving Hardware Identifiers in C# with WMI<br>
http://www.eggheadcafe.com/articles/20030511.asp<br>


This article looks alright, but from just skimming through it, it looks like it is using very simple encryption:<br>
License Key Generation<br>
http://www.codeproject.com/dotnet/LicenseKeyGeneration.asp<br>


This one looks good, it uses a XML formatted license but it uses RSA to store the license key:<br>
Using XML Digital Signatures for Application Licensing<br>
http://www.codeproject.com/dotnet/xmldsiglic.asp<br>


Here is another article that uses RSA and XML that is easy to understand.<br>
* [http://en.wikipedia.org/wiki/SMS SMS - Wikipedia]


Really Simple Licensing Scheme for .NET<br>
=====Phone 7=====
http://jclement.ca/devel/dotnet/reallysimplelicensing.html<br>
DMI
* [http://www.dmi.dk/dmi/index/danmark/android-iphone-telefoner/brug_af_dmi-data_i_mobilapplikationer.htm DMI Brug af DMI's data i mobilapplikationer]
* [http://www.dmi.dk/dmi/index/danmark/android-iphone-telefoner.htm Android- og iPhone-telefoner DMI]
* [http://www.windowsphone.com/da-DK/apps/a665728c-d2e4-4c9d-ad4b-b1ef924cd641 Dansk Byvejr]
* [http://silverbullet.dk/index.php?option=com_content&view=article&id=71:vejrudsigten-fra-dmi-wp7&catid=20:software&Itemid=33 Vejrudsigten fra DMI (Phone 7)]


-----------------------------------------------------------------<br>


Those are a few commerial solutions and a few sample licensing apps. It might be easier and cost less (because time is money) to purchase a commerial solution because then you have support and upgrades.<br>
Lumos
* [http://www.locked.nl/wp7-flashlight-getting-started Windows Phone Flashlight: Getting started]
* [http://harrypotter.wikia.com/wiki/Wand-Lighting_Charm  (Lumos) is a charm that causes the tip of the caster's wand to emit a warm glow]
* [http://www.windowsphonegeek.com/tips/all-about-wp7-isolated-storage-files-and-folders All about WP7 Isolated Storage - Files and Folders]
Code samples
* [http://msdn.microsoft.com/en-us/library/ff431744(v=VS.92).aspx Code Samples for Windows Phone]
Reverse Engineer
* [http://mktwp7.codeplex.com/ Marketplace Browser and Downloader for Windows Phone 7]
* [http://thewp7phones.com/ THEWP7PHONES Place for cracked games & apps for Windows Phone 7]
* [http://www.securityninja.co.uk/application-security/windows-phone-app-analyser-v1-0-released-today-2/ Windows Phone App Analyser v1.0 released today]
* [http://sourceforge.net/projects/wpaa/ Windows Phone App Analyser]


Let me know if you need anything else, Jono
AgFx Windows Phone App and Data Caching Framework
* [http://agfx.codeplex.com/ AgFx Windows Phone Application Data Caching Framework]


====Detecting if the application is being debugged====
UDP Sockets
* [http://blogs.msdn.com/b/jmstall/archive/2006/07/03/managed-vs-native-apis.aspx Managed vs. Native debugging APIs]
* [http://msdn.microsoft.com/en-us/library/hh202864(v=vs.92).aspx How to: Create and Use a UDP Socket Client Application for Windows Phone]
* [http://stackoverflow.com/questions/6968029/sockets-in-windows-phone-7-works-fine-in-emulator-but-not-on-the-phone Sockets in Windows Phone 7 works fine in emulator but not on the phone]
* [http://www.codeproject.com/KB/windows-phone-7/ZuneDetectAndNetworking.aspx Zune Detection and Network Awareness]
* [http://msdn.microsoft.com/en-us/library/gg180729(v=vs.92).aspx How to: Use the Connect Tool for Windows Phone]
* [http://mikaelkoskinen.net/post/wp7-sockets-tutorial-sending-messages.aspx Windows Phone 7 Sockets: How to send a message]


==CHM to PDF===
Portrait and landscape orientation on Windows Phone
* [http://www.theta-software.com/ CHM To PDF Converter - Theta - Software]
* [http://msdn.microsoft.com/en-us/library/ff769553(v=vs.92).aspx How to: Handle Orientation Changes on Windows Phone]
* [http://www.processtext.com/abcchm.html ABC Amber CHM Converter]
* [http://www.colorpilot.com/chm2pdf.html CHM2PDF Pilot]


==Recover PDF passwords==
AForge.NET
* [http://sourceforge.net/projects/pdfcrack/ pdfcrack open source for Linux]
* [http://www.aforgenet.com/framework/ AForge.NET]
* [http://blog.rubypdf.com/pdfcrack/ pdfcrack for windows]
* [http://code.google.com/p/aforge/ AForge.NET - code.google.com]
* [http://accord-net.origo.ethz.ch/ Accord.NET Framework]
* [http://www.aforgenet.com/projects/iplab/downloads.html AForge Image Processing Lab IPLab]


==Den skaldede kok's kartoffelsalat==
Shape detection
* [http://www.aforgenet.com/framework/docs/html/15ef1e79-a7ae-93d4-507e-34961c6562ec.htm SimpleQuadrilateralTransformation Class]
* [http://www.aforgenet.com/framework/docs/html/2c8218cc-921c-34d8-5c88-39c652488490.htm SobelEdgeDetector Class]
* [http://www.aforgenet.com/articles/shape_checker/ AForge Detecting some simple shapes in images]
* [http://www.aforgenet.com/forum/viewtopic.php?f=4&t=1637 AForge Image Deskewing distortion(of co-ordinates) issue]


* 1 kg kartofler
* [http://en.wikipedia.org/wiki/Shear_mapping Shear mapping]


* 3/4 dl æbleeddike
* [http://unpaper.berlios.de/ unpaper - post-processing scanned and photocopied book pages]
* 1/4 tsk friskkværnet sort peber
* 1/2 dl hakket persille
* 2 store knuste fed hvidløg
* 3/4 dl dijonsennep
* 1/2 tsk salt
* 3/4 dl olivenolie
* 3/4 dl mayonnaise


Kog kartoflerne i letsaltet vand med lidt citronsaft - syren fra citronen holder bid i de nye kartofler.<br>
Skær kartoflerne i skiver når de er kogt.<br>
Bland dressingen mens kartoflerne koger.<br>
Når kartoflerne er afkølede, kommes dressingen over.<br>
Kom lidt i ad gangen, så der ikke kommer for meget dressing, og det hele svømmer.<br>
==Madleksikon==
Ansjoser
* [http://ekstrabladet.dk/kup/fodevarer/article1378062.ece Mick og ansjosmysteriet]
==Politikens opskrifter Tjek.dk==
* [http://politiken.dk/tjek/tjekmad/tjekopskrifter/article736083.ece Fyldte auberginer]


==AGM Batterier==
* http://www.scanbrit.dk/varekatalog_vis.asp?id=733
* http://www.scanbrit.dk/upload/pdf/6fm75.pdf
* http://www.bue-net.dk/product_info.php?products_id=6622 845,-
* http://www.marinetorvet.dk/visprodukt.asp?ProduktID=1752 999,-
* http://www.harald-nyborg.dk/merinfo.asp?varenr=6674&n=10 895,-


==Open source S.M.A.R.T Disk tool==
* [http://crystalmark.info/?lang=en CrystalDiskInfo - CrystalDiskMark]
* [http://sourceforge.jp/projects/crystaldiskinfo/ CrystalDiskInfo SourceForge.jp]
CrystalDiskInfo  is a HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD.
* [http://sourceforge.jp/projects/crystaldiskmark/ CrystalDiskMark]
CrystalDiskMark is a disk benchmark software.


* [http://smartmontools.sourceforge.net/  
MVVM Light Toolkit
smartmontools
* [http://mvvmlight.codeplex.com/ MVVM Light Toolkit]
Search: ]
 
The smartmontools package contains two utility programs (smartctl  and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA and SCSI harddisks. In many cases, these utilities will provide advanced warning of disk degradation and failure.
Expression Blend
* [http://www.dotnetcurry.com/ShowArticle.aspx?ID=348 Expression Blend 3 and the New 'Make Into Control' Feature]
 
* [http://msdn.microsoft.com/en-us/library/ff724009(v=expression.40).aspx To add an EventTrigger]
 
HOW TO DO COMMAND BINDING FOR APPLICATION BAR WITH APPBARUTILS IN XAML?
* [http://www.windowsphonegeek.com/articles/How-to-Use-AppBarUtils-in-XAML- http://www.windowsphonegeek.com/articles/How-to-Use-AppBarUtils-in-XAML-]
* [http://msdn.microsoft.com/en-us/library/hh202979(v=VS.92).aspx How to: Create, Delete, and Update Tiles for Windows Phone]
 
* [http://msdn.microsoft.com/en-us/library/bb203897(v=XNAGameStudio.31).aspx TUTORIAL: Going Beyond: XNA Game Studio in 3D]
** [http://msdn.microsoft.com/en-us/library/bb197293(v=XNAGameStudio.31).aspx Tutorial 1: Displaying a 3D Model on the Screen]
** [http://msdn.microsoft.com/en-us/library/bb203896(v=XNAGameStudio.31).aspx Tutorial 2: Making Your Model Move Using Input]
** [http://msdn.microsoft.com/en-us/library/bb203895(v=XNAGameStudio.31).aspx Tutorial 3: Making Sounds with XNA Game Studio]
** [http://msdn.microsoft.com/en-us/library/bb975644(v=XNAGameStudio.31).aspx Tutorial 4: Make a Game in 60 Minutes]
** [http://msdn.microsoft.com/en-us/library/bb975645(v=XNAGameStudio.31).aspx Tutorial 5: Adding Multiplayer and Networking Support to the Game]


* [http://gsmartcontrol.berlios.de/home/index.php/en/Home GSmartControl - Hard disk drive health inspection tool]
Dropbox
GSmartControl is a graphical user interface for smartctl (from [http://smartmontools.sourceforge.net/ smartmontools] package), which is a tool for
* [http://dkdevelopment.net/2010/05/18/dropbox-api-and-restsharp-for-a-c-developer/ Dropbox API and Restsharp for a C# Developer - DK Development]
querying and controlling SMART (Self-Monitoring, Analysis, and Reporting
* [http://dkdevelopment.net/tag/dropbox/ Dropbox for Windows Mobile - DK Development]
Technology) data on modern hard disk drives. It allows you to inspect the
drive's SMART data to determine its health, as well as run various tests on
it.


==Application settings in .NET==
=====iPhone=====
* [http://msdn.microsoft.com/en-us/library/cftf714c.aspx Settings Page, Project Designer- MSDN]
* [http://www.pcworld.com/article/159627/howto_use_your_iphone_as_a_wireless_laptop_modem.html iPhone som modem]
* [http://msdn.microsoft.com/en-us/library/system.windows.window.closing.aspx Window.Closing Event - MSDN]
* [http://msdn.microsoft.com/en-us/library/system.configuration.applicationsettingsbase_members.aspx ApplicationSettingsBase Members - MSDN]
* [http://www.bearcanyon.com/dotnet/ Mike Woodring's .NET Sample Page]
* [http://stackoverflow.com/questions/154533/best-way-to-bind-wpf-properties-to-applicationsettings-in-c Best way to bind WPF properties to ApplicationSettings in C#?]
* [http://www.eggheadcafe.com/software/aspnet/29435781/how-to-share-settings-bet.aspx how to share settings between app <-> class lib?]
* [http://blogs.windowsclient.net/bragi/archive/2008/07/03/using-settings-in-wpf-or-how-to-store-retrieve-window-pos-and-loc.aspx Using settings in WPF (or how to store/retrieve window pos and loc)]




==What hardware is in my PC==
* [http://www.agilemobile.com/iphone.html  Agile Mobile iPhone Software The worlds best MSN®, ICQ®, AIM®, Yahoo® & Google Talk®]
# Select Properties
# Select the Details tab
# Select Hardware Ids
# Use the links below to locate Your hardware
* [http://www.pcidatabase.com/ www.pcidatabase.com PCI Vendor and Device Lists]
* [http://www.pcidatabase.com/reports.php?type=tab-delimeted List of known Id's in text format]


* Pinkodehusker http://www.sydbank.dk/privat/produkter/kort/pinkode-husker
* TV Spil
* Bluetooth Lego
* Støjfrit foto af mange billeder
* Helium talk
* Opret billede af dokument
* Guitar Tuner
* Morse og koder
* Kogebog billeder
* Oscilliscope http://projectproto.blogspot.com/2010/09/android-bluetooth-oscilloscope.html
* FFT (Signal analysis)
* Room correction
* Salmonsens konversationsleksikon
* http://runeberg.org/
* http://runeberg.org/download.pl?mode=work&work=salmonsen
* http://runeberg.org/admin/19990511.html
* OCR
# http://stackoverflow.com/questions/850717/what-are-some-popular-ocr-algorithms
# http://www.discover.uottawa.ca/~qchen/my_papers/master_thesis.pdf
#
* Face / image recognition
# http://www.face-rec.org/algorithms/
# http://www.techcrunch.com/2008/04/27/google-experiments-with-next-generation-image-search/
# http://www.google.com/search?hl=en&q=pagerank+for+product+image+search&sourceid=navclient-ff&rlz=1B3GGGL_enDK266DK266&ie=UTF-8
* Games
* Korteste/hurtigste cykel vej


==Scanning==
====Ikon design====
* [http://www.piratgruppen.org/wiki/index.php/Ops%C3%A6tning_og_indscanning_med_Omnipage Opsætning og indscanning med Omnipage]
* [http://www.gimpusers.com/tutorials/3d-icons-in-gimp Tutorial: Creating 3D icons in Gimp]
* [http://linux.aldeby.org/how-to-professionally-scan-and-ocr-with-open-source-tools.html How to professionally scan and OCR with open source tools]
* [http://en.flossmanuals.net/ReadingandSugar/ScanningBookPages SCANNING BOOK PAGES]
* [http://www.proportionalreading.com/scan.html How To Scan a Book]
* [http://www.imagemagick.org/script/index.php ImageMagick - crop from the command line]
* [http://www.gimp.org/ GIMP - use it to figure out where ImageMagic should crop]


* [http://www.gutenberg.org Project Gutenberg]
====Sætningsskema / feltskema====
* [http://msdn.microsoft.com/en-us/magazine/cc534995.aspx#id0070014 Foundations - Bitmaps And Pixel Bits - Charles Petzold]
* [http://sprogmuseet.dk/grammatik-2/jagten-pa-sproglige-universalier/ Jagten på sproglige universalier]
* [http://www.wintellect.com/CS/blogs/jprosise/archive/2009/03/23/silverlight-3-s-new-writeablebitmap.aspx SILVERLIGHT 3'S NEW WRITEABLE BITMAP]
====MP970====
* [http://canon-resetter-repair.blogspot.com/ Complete CANON Printer Resetter, Repair and Troubleshooting]
* [http://www.printerproblemsolved.co.uk/index.php?model_id=7 Printer problems and solutions for the Canon PIXMA MP970]
* Google: mp970 ink absorber
* Google: mp970 ink waste


====Error 5100 on Canon printers====
* [http://fix-your-printer.blogspot.com/2009_03_01_archive.html Fix your printer ! - Reset printers and cartridge. Printers problem solving,tips, tricks and tutorial]
Clean the timing strip
* [http://www.soft-manufaktura.ru/manual/hp/mp500sm.pdf PIXMA MP500 SERVICE MANUAL]
* [http://www.soft-manufaktura.ru/manual/hp/mp800sm.pdf PIXMA MP800 SERVICE MANUAL]
* [http://www.wraithtdk.com/filedump/MP830/Canon%20PIXMA%20MP830%20Service%20Manual.pdf PIXMA MP830 SERVICE MANUAL]
* [http://pixma.ulmb.com/?p=226 Canon Service Call Error codes]
* [http://www.usa.canon.com/cusa/support/consumer/printers_multifunction/pixma_mp_series/pixma_mp830#ServiceAndSupport Canon - Home / Support & Drivers / Consumer & Home Office / Printers & Multifunction / PIXMA MP Series / PIXMA MP830]


* [http://www.filmscanner.info/FilmscannerRangliste.html Filmscanner rangelist]
====Vista Print Spooler Stopping====
Delete all files in C:\Windows\System32\spool\PRINTERS
* [http://www.amphis-software.com/tech-tips/vista-print-spooler-stopping.htm Vista Print Spooler Stopping]


* [http://en.wikipedia.org/wiki/Microsoft_Site_Server Microsoft Site Server]
====DataGrid Styling====
* [http://stackoverflow.com/questions/5303470/change-wpf-datagrid-column-header-style-menu-visibility-in-code-behind Change WPF DataGrid Column Header Style, Menu Visibility in Code Behind?]
* [http://stackoverflow.com/questions/3133097/wpf-datagrid-template-removes-ability-to-resize-columns WPF Datagrid template removes ability to resize columns]
* [http://stackoverflow.com/questions/4371554/wpf-datagrid-automatic-column-resizing-logic WPF - DataGrid - Automatic Column Resizing Logic]
* [http://webcache.googleusercontent.com/search?q=cache:X0Ib8W9MzC0J:www.wpftutorial.net/DataViews.html+cast+ilist+to+CollectionViewSource&cd=9&hl=da&ct=clnk&source=www.google.com How to Create and Use a CollectionView]
* [http://blogs.msdn.com/b/jgoldb/archive/2008/08/26/improving-microsoft-datagrid-ctp-sorting-performance.aspx Improving Microsoft DataGrid CTP sorting performance]
* [http://www.wpftutorial.net/DataGrid.html WPF DataGrid Control....]
* [http://msdn.microsoft.com/en-us/library/ms745786.aspx How to: Sort a GridView Column When a Header Is Clicked]
* [http://waxtadpole.wordpress.com/2009/11/04/wpf-setting-default-sort-order-for-datagrid-without-using-a-static-resource/ WPF Setting Default Sort Order For Datagrid Without Using A Static Resource]
* [http://stackoverflow.com/questions/1627149/pre-sorting-a-datagrid-in-wpf Pre-sorting a DataGrid in WPF]
* [http://www.4guysfromrolla.com/articles/012308-1.aspx Extending the GridView to Include Sort Arrows *** Nice article]
* [http://blog.smoura.com/wpf-toolkit-datagrid-part-ii-custom-styling/ WPF Toolkit DataGrid, Part II – Custom styling]
* [http://blogs.msdn.com/b/jaimer/default.aspx?PageIndex=1&PostSortBy=MostViewed Styling Microsoft’s WPF datagrid]
* [http://blogs.msdn.com/b/vinsibal/archive/2008/08/29/wpf-datagrid-tri-state-sorting-sample.aspx WPF DataGrid: Tri-state Sorting sample]
* [http://blogs.msdn.com/b/vinsibal/archive/2008/08/27/more-datagrid-samples-custom-sorting-drag-and-drop-of-rows-column-selection-and-single-click-editing.aspx More DataGrid Samples: Custom Sorting, Drag and Drop of rows, Column Selection, and Single-click Editing]
* [http://msdn.microsoft.com/en-us/library/ff407126.aspx How to: Group, Sort, and Filter Data in the DataGrid Control]
* [http://blogs.msdn.com/b/jaimer/archive/2009/01/20/styling-microsoft-s-wpf-datagrid.aspx Styling Microsoft’s WPF datagrid]
* [http://www.codeproject.com/KB/WPF/WPFDataGridExamples.aspx# WPF DataGrid Practical Examples]
* [http://blogs.u2u.be/diederik/2009/09/default.aspx Validation in a WPF DataGrid]


==Artikler smidt ud under oprydning==
* [http://www.microsoft.com/msj/archive/s25f.aspx Write a Simple HTTP-based Server Using MFC and Windows Sockets]


==MySQL Collation==
* [http://bugs.mysql.com/bug.php?id=21505 Collation BUG]
# http://dev.mysql.com/doc/refman/5.0/en/charset-connection.html


SHOW VARIABLES LIKE 'character_set%';
* [http://msdn.microsoft.com/en-us/library/ms743737.aspx Adorners Overview]
SHOW VARIABLES LIKE 'collation%';
SET collation_connection = @@collation_database;
* [http://dev.mysql.com/doc/refman/5.0/en/charset-connection.html Connection Character Sets and Collations]


* [http://wiki.slimdevices.com/index.php/SqueezeCenter_File_Locations Squeezebox Server File Locations]
====MacBook====
* [http://wiki.slimdevices.com/index.php/ExistingMySQLInstance Squeezebox Existing My SQL Instance]
* [http://support.apple.com/kb/ht1379 Resetting your Mac's PRAM and NVRAM]
* [http://support.apple.com/kb/ht1533 Startup key combinations for Intel-based Macs]
* [http://www.powerbookmedic.com/manual.php?id=57 MacBook 13" (A1342) Take Apart Video]


==DPC Latency==
=====Read Mac harddrive from Windows=====
* [http://www.thesycon.de/deu/latency_check.shtml DPC Latency Checker]
* [http://www.mediafour.com/products/macdrive/standard/ MacDrive Standard - Read Mac Drives from Windows - 5 days trial]
* [http://blogs.msdn.com/peterwie/archive/2008/10/06/measuring-dpc-time.aspx Measuring DPC time]
* [http://www.catacombae.org/hfsx.html HFSExplorer - open source]


1) Download and install
====Embedded WiFi====
* [http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&displaylang=en Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1]
* [http://www.digi.com/products/wireless-wired-embedded-solutions/solutions-on-module/rabbit-minicore/ MiniCore® RCM5600W Series]
* [http://www.c88.dk/print.asp?menu=133&side=280  RCM5600W fra C88]


2) Start All Programs - Microsoft Windows SDK v7.0 - Tools - Install Windows Performance Tool Kit (x64)
====Blandede links====
* [http://www.damonkohler.com/2009/02/android-recipes.html Android Recipes and Snippets]
* [http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/ Android Series: Custom ListView items and adapters]


3)
* [http://developer.android.com/guide/topics/ui/ui-events.html Handling UI Events]
Administrator - Command prompt
* [http://developer.android.com/guide/topics/ui/binding.html Binding to Data with AdapterView]
C:\Program Files\Microsoft Windows Performance Toolkit>xperf -on Latency
* [http://developer.android.com/resources/tutorials/views/hello-spinner.html Android Spinner control]
C:\Program Files\Microsoft Windows Performance Toolkit>xperf -stop
* [http://coderzheaven.com/2011/02/19/how-to-set-an-item-selected-in-spinner-in-android/ How To Set An Item Selected In Spinner In ANDROID?]
C:\Program Files\Microsoft Windows Performance Toolkit>xperfview.exe \kernel.etl
<source lang="java">
ArrayList<String> entries = new ArrayList<String>(Arrays.asList("List Item A", "List Item B"));
ArrayAdapter<String> arrAdapt = new ArrayAdapter<String>(this, R.layout.list_item, entries);
arrAdapt.setNotifyOnChange(true);
arrAdapt.add("List Item C");
</source>
* []
* [http://developer.android.com/reference/android/os/PowerManager.WakeLock.html PowerManager.WakeLock]
* [http://mylifewithandroid.blogspot.com/2010/01/remoteviews-as-hypertext-document.html RemoteViews as hypertext document]
* [http://mobiforge.com/designing/story/understanding-user-interface-android-part-1-layouts Understanding User Interface in Android - Part 1: Layouts]
* [http://mobiforge.com/designing/story/understanding-user-interface-android-part-2-views Understanding User Interface in Android - Part 2: Views]
* [http://mobiforge.com/designing/story/understanding-user-interface-android-part-3-more-views Understanding User Interface in Android - Part 3: More Views]
* [http://mobiforge.com/designing/story/understanding-user-interface-android-part-4-even-more-views Understanding User Interface in Android - Part 4: Even More Views]


NVIDIA PowerMizer !!
* [http://forum.xda-developers.com/showthread.php?t=733339 Android Development and Hacking - Android Software Development - Google Navigation API]
* [file:///C:/Android/android-sdk-windows/docs/reference/java/util/Locale.html Lokale - Android SDK]


Device Driver Kit tracelog
====SQL Server troubleshooting====
* [http://msdn.microsoft.com/en-us/library/ms797921.aspx Windows Driver Kit: Driver Development Tools Example 15: Measuring DPC/ISR Time]
* [http://support.microsoft.com/?kbid=884495 The Microsoft ISA Server Storage service failed to start due to the following error: The service did not respond to the start or control request in a timely fashion. source: Service control manager Event ID: 7009 Type Error Description Timeout (30000 milliseconds) waiting for the Microsoft ISA Server storage service to connect.]
* [http://msdn.microsoft.com/en-us/library/ms187885.aspx Viewing the SQL Server Error Log]


====DNS====
* [http://rscott.org/dns/soa.html Oversimplified DNS]
* [http://support.microsoft.com/kb/200525 Using NSlookup.exe]
* [http://www.java2s.com/Code/Java/Network-Protocol/AnnslookupcloneinJava.htm An nslookup clone in Java]
* [ftp://ftp.isc.org/isc/bind9/9.2.3/bind-9.2.3.tar.gz Nslookup source code]


Dell
====Windows Workflow Foundation====
* [http://en.community.dell.com/blogs/direct2dell/archive/2010/02/19/update-on-dpc-latency-for-alienware-m17x-customers.aspx Update on DPC Latency for Alienware M17x Customers]
* [http://visualstudiogallery.msdn.microsoft.com/7fe6f504-a58d-456e-8f55-e64bddc81a41/ Hands On Lab: Introduction to Windows Workflow Foundation (WF4) ]
* [http://code.msdn.microsoft.com/Windows-Workflow-b4b808a8 Windows Workflow Foundation (WF4) - Introduction to State Machine Hands On Lab]
* [http://www.microsoft.com/downloads/en/details.aspx?familyid=752CB725-969B-4732-A383-ED5740F02E93&displaylang=en Visual Studio 2010 Training Kit - Introduction To Workflow Services Hands On Lab]


==3D Plotter==
====Træsko====
* [http://reprap.org/ RepRap is short for Replicating Rapid-prototyper]
Dem fra Fog
* [http://homes.esat.kuleuven.be/~visit3d/webservice/v2/index.php ARC 3D Webservice]
* [http://www.saekko-industri.dk/Default.aspx?ID=308&ProductID=521.43&GroupID=7050 Euro-Dan PU-finér tøffel fra OX-ON Varenummer: 521.43]
* [http://lists.diku.dk/pipermail/imageworld/2007-August/000537.html About ARC 3d Webservice]
* [http://globaltools.dk/da_p/sikkerhedsudstyr/traesko/fodtoej_0/traesko_soft_u_kap_s De samme på postordre]
* [http://meshlab.sourceforge.net/ MeshLab]
* [http://www.euro-dan.dk/DK/Sider/Tr%e6sko-D.html Euro-Dan]
* [http://www.slidstaerk.dk/trasko.html Slidstærk.dk]


==Stenslibning==
====Debugging and profiling====
* [http://www.anku-netbutik.dk ANKU Netbutik]
* [http://www.codeproject.com/KB/bugs/PdbParser.aspx How To Inspect the Content of a Program Database (PDB) File]


==Program Compatibility Assistant (PCA)==
====Opspænding af cykelhjul====
* [http://msdn.microsoft.com/en-us/library/dd371711(VS.85).aspx Application Manifest - Windows 7]
* [http://www.yamahafs1.dk/forum/download/file.php?id=13879&sid=bad6634c98730ded82d200450e76feaf Guide til hjul og eger4.pdf - (Motorcykel)]
* [http://msdn.microsoft.com/en-us/library/bb756937.aspx Application Compatibility: Program Compatibility Assistant (PCA)]
* [http://www.sheldonbrown.com/wheelbuild.html Wheelbuilding]


==Equations in Word 2007==
* [http://techdocs.shimano.com/techdocs/blevel.jsp?ASSORTMENT%3C%3East_id=1408474395181679&FOLDER%3C%3Efolder_id=2534374302051151&bmUID=1246924812515 Shimano DH  Dynamo Front Hubs]
* [http://blogs.msdn.com/microsoft_office_word/archive/2006/10/04/Equations-in-Word-2007.aspx Equations in Word 2007]
* [http://techdocs.shimano.com/media/techdocs/content/cycle/EV/bikecomponents/DH/EV-DH-2R40-2288_v1_m56577569830608780.pdf DH-2R40-E SW-NX30 Dynamo Front Hub (for Roller Brake)]
* [http://techdocs.shimano.com/media/techdocs/content/cycle/EV/bikecomponents/DH/EV-DH-2R30-E-2498A_v1_m56577569830682142.pdf Hub Dynamo (6 V-- 2.4 W / Roller Brake Compatible DH-2R30-E DH-2R30-ES]
* [http://senseable.mit.edu/copenhagenwheel/ The Copenhagen Wheel]
* [http://smartlifeblog.com/5-smart-cycling-upgrades/ The ReeCharge Power Pack upgrades any bike hub dynamo to work on important things like smartphones, and other smartphone]
* [http://www.thinkbiologic.com/products/reecharge-power-pack ReeCharge™ Power Pack]


==Geocaching==
====Shimano tekniske vejledninger====
* [http://www.getcachebox.net/ Cachebox]
* [http://productinfo.shimano.com/ Shimano teknisk produktinfo] Her kan man bl.a. se hvilke dele der passer sammen
* [http://www.microsoft.com/downloads/details.aspx?familyid=E3821449-3C6B-42F1-9FD9-0041345B3385&displaylang=en Installer Microsoft .NET CF 3.5]
* [http://si.shimano.com/ Forhandlermanual primært beregnet til brug af professionelle cykelmekanikere]
* Installer http://www.getcachebox.net/install/sqlce30.wce5.armv4i.CAB
* [http://techdocs.shimano.com/techdocs/index.jsp Andre manualer]
* Kopier sqlceme30.dll fra C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\SQL Server\Mobile\v3.0\wce500\armv4i\sqlceme30.dll
* Tilføj HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services\AllowLSP Let this be a DWORD with a value of 0
* Flyt data væk fra main memory


==Database EER Diagrams==
Reservedele
MySQL Workbench
* [http://stores.ebay.de/Wheels-4-Frames Wheels-4-Frames - ebay]
* [http://www2.cs.uregina.ca/~bernatja/crowsfoot.html Crow’s Foot Notation]
* [http://www.idealo.de/preisvergleich/MainSearchProductCategory/100I1-15.html?q=DH-3N30&ts=1304229684668 idealo.de DH-3N30]
* [http://stackoverflow.com/questions/762937/whats-the-difference-between-identifying-and-non-identifying-relationships What’s the difference between identifying and non-identifying relationships?]
* [http://cgi.ebay.de/ws/eBayISAPI.dll?ViewItem&rvr_id=228784372184&customid=oesg&item=310311967062#ht_2553wt_979 ebay.de]
* [http://cgi.ebay.de/28-Trekking-Laufrad-Shimano-Nabeldynamo-nwtg-/110678816337?pt=Sport_Radsport_Fahrradteile&hash=item19c4f8b651&autorefresh=true#ht_500wt_1156 ebay.de]
* [http://www.cykelpartner.dk www.cykelpartner.dk]
* [http://politiken.dk/tjek/penge/pengetest/dinepengetest/ECE310054/stor-prisforskel-paa-cykellapning/ Stor prisforskel på cykellapning]
* [http://www.dethitter.dk/sog/Knallertforretninger/Frederiksberg/ www.dethitter.dk/sog/Knallertforretninger/Frederiksberg]


==Surdej==
==== Cryptology====
* http://www.lillekrabbe.dk/surdej/surdej_hvordan.htm
* [http://www.geocaching.com/seek/cache_details.aspx?wp=GCNVTV Geocache CCC#2 - Vigenère]
* [http://www.secretcodebreaker.com/ Secret Code Breaker - Online Cryptoanalyst's Handbook]
* [http://en.wikipedia.org/wiki/Kasiski_examination Kasiski examination - Wikipedia]
* [http://www.daimi.au.dk/PB/485/PB-485.pdf Block Ciphers - Analysis, Design and Applications]
* [http://www.murky.org/blg/2004/09/autokey-or-le-chiffre-indchiffrable/ AutoKey or le chiffre indéchiffrable]
* [http://home.cogeco.ca/~cipher/cyprogs.htm Cryptology Programs]


==Perspektiv i billeder==
====Adobe Photoshop====
* http://www.google.dk/search?q=whiteboard+photo+straighten&rls=com.microsoft:da:&ie=UTF-8&oe=UTF-8&sourceid=ie7&rlz=1I7GGLC_en
Unable to continue because of hardware or system error.<br>
* http://www.google.dk/search?hl=da&rls=com.microsoft:da:&rlz=1I7GGLC_en&q=perspektiv+opretning+photoshop&btnG=S%C3%B8g&meta=&aq=f&oq=
Solution: Delete the Photoshop settings file.<br>
* http://www.ephotozine.com/article/How-to-correct-verticals-using-Gimp-9992
Start the application while holding down Ctrl+Alt+Shift. Click Yes to the message "Delete the Adobe Photoshop Settings file?" when it appears.<br>


==XPath==
* [http://www.talkphotography.co.uk/forums/showthread.php?t=41349 Fix 1]
* [http://msdn.microsoft.com/en-us/library/ms256086.aspx XPath Examples]
* [http://www.sitepoint.com/forums/graphics-8/photoshop-error-need-really-help-fast-111693.html Fix 2]
* [http://www.codeproject.com/KB/vb/XMLPathfinder.aspx XML Pathfinder: a Visual Basic Utility VB]
* [http://www.c-sharpcorner.com/UploadFile/scottlysle/XMLPathfinder02042008053230AM/XMLPathfinder.aspx XML Pathfinder - Sample C# Utility to Study XML Paths and XPath Queries]
==C#==
* [http://www.csharp-examples.net/examples/ C# Examples - a site with many useful code snippets]


==Skumringsrelæer==
==== Unity ====
* http://www.billigvvs.dk/El-artikler-Bevaegelsessensor-Sensor-inde--Servodan-Skumringsrelae-med-indbygget-radiostyret-DCF-ur-389772.html
* [http://unity.codeplex.com/workitem/7019 Exception: Object synchronization method was called from an unsynchronized block of code]
* http://www.esylux.com/dk/dk/produkte/katalog/product_group.php?group_id=Node%group4160622992140&lang=dk
* [http://unity.codeplex.com/workitem/7206 SynchronizedLifetimeManager - SynchronizationLockException]
* http://www.preisroboter.de/search.php?search=4015120016509
* [http://stackoverflow.com/questions/2873767/can-unity-be-made-to-not-throw-synchronizationlockexception-all-the-time Can Unity be made to not throw SynchronizationLockException all the time? - Stackoverflow]


====Exchange 2010 SP2 + OWA====
* [http://blogs.technet.com/b/exchange/archive/2011/05/17/announcing-exchange-2010-service-pack-2.aspx Announcing Exchange 2010 Service Pack 2]
* [http://blogs.msexchange.org/walther/2011/12/05/exchange-2010-sp2-owa-mini-exposed-update-of-old-blog-post-from-may-2011/ Exchange 2010 SP2: OWA Mini Exposed (update of old blog post from May 2011)]


==Cykel holdere til iPAQ og iPhone==
====Install Windows from USB Stick ====
* [http://www.handhirn.de/zubehoer/Hewlett+Packard/iPAQ+rx5935/pdair-alucase-hardcase-fuer-hp-ipaq-rx59xx---silber-a1572.html PDAir Alu case]
* [http://www.windowsvalley.com/install-windows-2000xp2003-using-usb-storage-device-pen-drive/ Install Windows 2000/XP/2003 from USB Stick (Pen Drive)]
* [http://www.pdair.com/catalog/product_info.php?cPath=10100000_200000_11000067&products_id=5112 APAir Alu Case fabrikkens hjemmeside]
* [http://www.intowindows.com/how-to-install-windows-7vista-from-usb-drive-detailed-100-working-guide/ How To: Install Windows 7/Vista From USB Drive [Detailed 100% Working Guide]
* [http://www.pdamax.de/seiten/detailansicht_an-127.html?sid=55530d3c69065441e38b2e7842e1d84a Den fancy holder til iPhone]
 
* [http://www.andres-industries.de/index.php?option=com_content&view=article&id=183&catid=34&Itemid=61%E2%8C%A9%3Dde%E2%8C%A9%3Dde&lang=de Andres Industries AG - Dem som laver den fancy holder til iPhone]
====ESXi====
* [http://www.arkon.com/iPhone_Car_Mount.php Langt nede på siden er der en meget billig cykelholder til iPhone]
Backup
* [http://www.magikmon.com/mksbackup/ghettovcb.en.html Backup VMware VM via ghettoVCB]
* [http://blog.peacon.co.uk/completely-free-backup-for-esxi/ Completely Free Backup for ESXi]
* [http://communities.vmware.com/thread/164134?start=480&tstart=0 Thread about backup]
* [http://en.wikipedia.org/wiki/Comparison_of_platform_virtual_machines Comparison of platform virtual machines]


* [http://www.hrautocomfort.de HERBERT RICHTER fabrikken der laver de almindelige holdere]
====VirtualBox====
* [http://www.virtualbox.org/manual/UserManual.html Oracle VM VirtualBox User Manual]
* [http://www.virtualbox.org/wiki/Technical_documentation VirtualBox Technical documentation]


Anmeldelser af iPhone holdere
====Hyper-V 3.0 on Windows Server Core 2012====
* [http://virtualizationreview.com/blogs/virtual-insider/2012/07/install-hyper-v-windows-core.aspx How to Install Hyper-V 3.0 on Windows Server Core 2012]


* [http://www.jens-stratmann.de/?p=3165&gtlang=da Anmeldelse af BikeCase]
====Hyper-V====
* [http://www.jens-stratmann.de/iphone-fahrradhalter-mtb-rennrad-geocaching-outdoor/2009/09/30 Anmeldelse af BikeCase på tysk]
* [http://technet.microsoft.com/en-us/library/cc753637(WS.10).aspx Windows Server Technologies Hyper-V]
* [http://www.pocketnavigation.de/article/view_793__bikecase-fuer-das-iphone-3gs/2.4.19.html Den fancy]
Storage configuration options for a server running Hyper-V.
* [http://www.spin-planet.de/2009/08/iphone-fahrradhalterung/ Den almindelige type med svanehals]
* [http://technet.microsoft.com/en-us/library/dd183729(WS.10).aspx Planning for Disks and Storage]
* [http://blogs.msdn.com/b/virtual_pc_guy/ Virtual PC Guy's Blog - Ben Armstrong, Virtualization Program Manager Talking about core virtualization at Microsoft (Hyper-V, Virtual PC and Virtual Server)]
* [http://technet.microsoft.com/en-us/library/dd239199(WS.10).aspx Best Practices for Using Hyper-V with Windows Small Business Server 2008]
* [http://support.microsoft.com/kb/888794 Things to consider when you host Active Directory domain controllers in virtual hosting environments]
* [http://technet.microsoft.com/en-us/library/ee256063(WS.10).aspx Create a Virtual Active Directory Domain Controller]
* [http://technet.microsoft.com/en-us/library/dd239197(WS.10).aspx Install the Primary and Second Servers in Hyper-V Virtual Machines on a Single Physical Computer]
* [http://www.sriramkrishnan.com/blog/2008/03/running-ubuntu-on-windows-server-2008.html Running Ubuntu on Windows Server 2008 Hyper-V]
* [http://technet.microsoft.com/en-us/library/cc816563(WS.10).aspx Using Windows Small Business Server 2008 Product Keys]
* [http://webcache.googleusercontent.com/search?q=cache:EKlJaMqijY8J:social.technet.microsoft.com/wiki/contents/articles/small-business-server-2011-standard-build-document-i-overview-of-sbs-2011.aspx+Windows+Small+Business+Server+2011+hyperv&cd=1&hl=en&ct=clnk&gl=dk&source=www.google.dk Small Business Server 2011 Standard - Build Document I. Overview of SBS 2011]


==Garmin Edge 305==
* [http://www.marengo-ltd.com/gps/ Open Source GPS HOW TO - Using a Garmin Edge to Plot Cycle Routes with Google Maps on Linux, Macs and Windows]


==BlueTooth Physiological Sensors==
* [http://code.google.com/p/zephyropen/ Zephyr Open is a code project to provide a framework for BlueTooth Physiological Sensors]
* [http://forum.polar.fi/showthread.php?t=4323&page=7 Polar Bluetooth chest belt (for Nokia)]


==Cykelsko==
=====Migrating physical machines to Hyper-V=====
SPD
* [http://vmtoolkit.com/ vmToolkit VMDK(VMWare) to VHD Converter]
* [http://en.wikipedia.org/wiki/Cycling_shoe Wikipedia]
* [http://vmtoolkit.com/ vmToolkit VHD Resizer]
* [http://da.wikipedia.org/wiki/Spinning Spinning]


==Konverter video og musik T-1300 Kjærulf==
* [http://technet.microsoft.com/en-us/library/bb740912.aspx How to Convert a Physical Server to a Virtual Machine]
* [http://www.isoftdownload.com/software/daniusoft-digital-media-converter-pro Daniusoft Digital Media Converter Pro]
* [http://technet.microsoft.com/en-us/library/cc764232.aspx P2V: Converting Physical Computers to Virtual Machines in VMM]
* [http://www.soundtaxi.org/index.php SoundTaxi]
* [http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx Disk2vhd - By Mark Russinovich and Bryce Cogswell]
* [http://www.labnol.org/software/create-virtual-machine-of-existing-computer/10510/ Create a Virtual Machine of your Existing Computer With a Click]
* [http://tweaks.com/windows/40123/convert-physical-machines-to-virtual-with-disk2vhd/ Convert Physical Machines to Virtual with Disk2vhd]
* [http://community.spiceworks.com/how_to/show/635 How to Convert and Use a VMWare Guest In Hyper-V]


==Performance analysis tools==
=====Assigning disk space  to Virtual Machines=====
* [http://ipedia.net/what+is+Performance+analysis What is Performance Analysis?]
* [http://blogs.technet.com/b/josebda/archive/2008/02/14/storage-options-for-windows-server-2008-s-hyper-v.aspx Storage options for Windows Server 2008 Hyper-V]
==Arduino Duemilanove==
* [http://ing.dk/grupper/selvgjort-er-velgjort/forum/121281 Selvgjort er velgjort]
* [http://let-elektronik.dk/ LET-Elektronik Arduino Print: Duemilanove]


==Driveres for S12==
=====Assigning memory to Virtual Machines=====
* [http://laptopvideo2go.com/ LaptopVideo2Go]
Note: Dynamic Memory virker ikke med Small Business Server 2011
* [http://technet.microsoft.com/en-us/library/ff817651(WS.10).aspx Hyper-V Dynamic Memory Configuration Guide]


==WCS-0010 IP Camera==
=====Using TurnKey Linux on Hyper-V=====
* [http://uk.level1.com/product_l.php?searchtype=1&modelstr1=WCS&modelstr2=0010&type=1&btnsearch2.x=18&btnsearch2.y=13 Download]
* [http://download.level1.com/level1/datasheet/WCS-0010_SPEC_V2.0.pdf Datasheet]
* [http://videoexpert.home.att.net/artic1/250sens.htm Light sensitivity, what is 3 LUX]


==Windows Vista Backup, Windows 7 Backup and .VHD files==
* [http://blogs.msdn.com/b/virtual_pc_guy/archive/2010/10/21/installing-ubuntu-server-10-10-on-hyper-v.aspx Installing Ubuntu Server 10.10 on Hyper-V - Virtual PC Guy's Blog]
* [http://technet.microsoft.com/en-us/magazine/2007.09.backup.aspx A Guide to Windows Vista Backup Technologies]
* [http://blog.allanglesit.com/2010/05/ubuntu-and-hyper-v-the-paths-to-enlightenment/ Ubuntu and Hyper-V: The Paths to Enlightenment]
* [http://blogs.zdnet.com/hardware/?p=3324 How-to: Getting started with .VHD files in Windows 7]
* [http://blogs.technet.com/b/port25/archive/2009/07/22/introduction-to-the-linux-integration-components.aspx Introduction to the Linux Integration Components]
* [http://kb.acronis.com/content/3504 Acronis 3504: Mounting VHD File in Windows 7]
* [http://www.petri.co.il/mounting-vhd-files-with-vhdmount.htm Mounting VHD files with VHDMount – Microsoft Virtual Server]
* [http://www.eggheadcafe.com/software/aspnet/32271826/complete-pc-backup-full.aspx Complete PC Backup: full vs. incremental]


==Julegløgg==
* To show what version of linux it is:
*2 dl Vodka eller klar Brøndum
cat /etc/issue
*1 flaske rødvin (70 cl)
*2 dl vand
*80 g sukker
*100 g rosiner
*100 g mandler
*2 kardemommekapsler
*2 kryddernelliker
*1 spsk. friskrevet eller tørret ingefær
*Skallen af en halv usprøjtet appelsin, tyndt skrællet eller 1 g pomeransskal
*1 hel kanelstang


*Lad krydderierne trække i rødvinen i ca. 8 timer, hvorefter de sies fra. Tilsæt resten af ingredienserne, og varm forsigtigt op under omrøring. Gløggen må ikke koge.
* To enable boot logging
:Edit /etc/default/bootlogd so it shows
:# Run bootlogd at startup ?
:BOOTLOGD_ENABLE=No
/var/log/boot will be created, and it will contain a log of all your boot messages, ther will be some escape sequences but it is colour coding


*(6-8 personer)
* [http://veggievampire.net/?q=node/51 VI Cheet Sheet]


==x64 Windows Registry keys and KEY_WOW64_64KEY==
* [http://comments.gmane.org/gmane.linux.ubuntu.devel.kernel.general/14018 Maverick on Hyper-V - fixes for instability]
* [http://www.codeproject.com/KB/system/Reflection.aspx Accessing 64 bit registry keys from 32 bit]
* [https://bugs.launchpad.net/ubuntu/+source/linux/+bug/752064 Maverick on Hyper-V causes BUG: scheduling while atomic]
* [http://www.pinvoke.net/default.aspx/advapi32/RegOpenKeyEx.html x64 Registry keys read from C#]
* [http://www.turnkeylinux.org/docs/automatic-security-updates TurnKey - Automatic security updates]


==Jobs==
* [http://www.turnkeylinux.org/forum/support/20110202/cronapt-typo cronapt typo? Should be cron-apt]
* http://ing.dk/rank
* [http://en.wikipedia.org/wiki/List_of_Ubuntu_releases List of Ubuntu releases]
* [https://wiki.ubuntu.com/Testing/EnableProposed Testing/EnableProposed - Ubuntu Wiki]
apt-get install aptitude


* Oticon
* [http://en.wikipedia.org/wiki/Comparison_of_file_managers Comparison of file managers]
* GnResound
* Videx
* BK Medical
* Niels Jørgensen 3 Shape


* [http://www.kurser.dtu.dk/ DTU Kurser]
* [http://www.dell.com/downloads/global/products/pedge/en/Dell_Software_RAID_Functionality_White_Paper.pdf Software RAID Functionality on Dell Value Line Server]
* [http://www.match.dtu.dk/Kurser/Kursusforledige.aspx DTU  Kursus for ledige 2010]
* [http://support.euro.dell.com/support/edocs/storage/Storlink/PERC_S100_S300/en/HTML/a5_sectb.htm#wp1181300  PERC S100 Controller or PERC S300 Controller Descriptions]
* [http://communities.vmware.com/thread/241626 ESXi 4 support for Dell T110] ***
* [http://en.community.dell.com/support-forums/servers/f/906/t/19327958.aspx I try to install ESXi 4.001 on a PowerEdge R210 with S100 Software Perc]


* [http://zone.ni.com/devzone/cda/pub/p/id/361 microLEX Alain Moriat]
* [http://boardreader.com/thread/Quieting_a_Dell_Poweredge_T110_8kuuX17ad.html Quieting a Dell Poweredge T110] Cool Master PSU Silent Pro
* [http://www.merlinia.com/dan/OutBack.msl Merlina Outback integration med Outlook og omstillingsborde SIP]


* [http://www.linkedin.com/profile?authType=name&authToken=1teX&locale=en_US&viewProfile=&key=20489899 Thorkil Filholm]
=====Using Ubuntu on Hyper-V=====
* [http://petermoulding.com/ubuntu_10.10_server_amd64 Ubuntu 10.10 server AMD64 - installation guide]
* [http://serverfault.com/questions/85401/what-is-the-proper-way-to-keep-ubuntu-server-8-04-updated What is the proper way to keep Ubuntu Server 8.04 updated?]
* [http://www.builderau.com.au/program/linux/soa/Automatically-update-your-Ubuntu-system-with-cron-apt/0,339028299,339279542,00.htm Automatically update your Ubuntu system with cron-apt]


* [http://www.jobfinder.dk/searchresults/job.aspx?jobId=329280137 Zigbee Schneider]
====OpenFiler====
* [http://arstechnica.com/civis/viewtopic.php?f=11&t=1089531 On using a Dell T110 server for an ESXi host]


* [http://www.it-jobbank.dk/da/firma/7353/job/50204670 - Progrator Ivan Tullberg]
* [http://www.it-jobbank.dk/da/firma/4773/job/50204807 Dako Embedded software design]
* [http://www.it-jobbank.dk/da/firma/4773/job/50204801 Dako - Software Design Engineer - Instruments]
* [http://www.dako.dk/ Dako - Glostrup]
* [http://www.madebydelta.com/delta/Jobs/Intro.page? Delta]
* [http://www.widex.com Widex - Værløse]
* [http://it.jobindex.dk/annoncer/84480.shtml Visual Information Systems A/S - Hørsholm 5. oktober]
* [https://careers.microsoft.com/Search.aspx#&&page=1 Microsoft]
* [http://it.jobindex.dk/cache/af/2449780.shtml iPhone Lyngby]
* [http://www.it-jobbank.dk/da/firma/6479/job/50204986 Ementor]
* [http://www.cim-gruppen.dk/ CIM-Gruppen LabView]
* [http://www.gamasutra.com/contractors/contractor_display.php?contractor_id=1535 Jens Mose]
* [http://www.axcon.dk/ Axcon Lyngby Kroman]
* [http://www.jobfinder.dk/searchresults/job.aspx?jobId=329264367 LOGOS Smart Card]


====Disks====
* [http://www.edbpriser.dk/Product/Details.aspx?sp=all&pid=539348 Intern bay]
* [http://www.raidsonic.de/de/products/external-cases.php?we_objectID=7530 Extern bay - esata]


* [http://ing.dk/artikel/102893-anders-lund-madsen-ingenioerer-kan-ikke-netvaerke-heldigvis?utm_medium=email&utm_source=nyhedsbrev&utm_campaign=ingformiddag Anders Lund Madsen]
* [http://www.studerende.dk/messe/aalborg/2009/katalogDMJA2009.pdf Jobkatalog DSE Ålborg]
* [http://studerende.dk/messe/lyngby/2009/katalog_web.pdf Jobkatalog DSE Lyngby]


==Start egen virksomhed==
* [http://www.wdc.com/wdproducts/library/SpecSheet/ENG/2879-701229.pdf WD Caviar® Green™ Desktop Hard Drives - Datasheets]
* [http://www.startvaekst.dk/ Væksthus]
* [http://techreport.com/articles.x/17708/1 Seagate's Barracuda LP 2TB hard drive compared to WD Caviar Green WD20EADS]
* [http://www.iak.dk/Selvstaendig/Ivaerksaetter.aspx IAK Iværksættersiden]
* [http://www.overclock.net/hard-drives-storage/868325-samsung-hd204ui-performance-raid.html Samsung HD204UI Performance]
* [http://www.initiativgruppen.dk/index.php?option=com_jumi&fileid=4&Itemid=66&courseid=23 Regnskabskursus - fem dage i dagtimerne kl. 09.30-15.15 i Gentofte. Bogføring, skat og moms for mindre virksomheder og iværksættere.]
* [http://www.overclock.net/hard-drives-storage/886768-samsung-spinpoint-f4-intel-ich10r-raid.html Samsung Spinpoint F4 Intel ICH10R RAID tests]
* [http://blog.patyuen.com/lessons/technology/openfiler-and-advanced-format-4k-drives/ Openfiler and advanced format 4k sectors drives]


==How to access Microsoft Exchange Server with Outlook from the internet==
====Mail server====
* [http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=/com.ibm.help.domino.admin.doc/DOC/H_DOMAIN_NAMING_SERVICE_DNS_OVER.html The Domain Name System (DNS) and SMTP mail routing]


* [http://www.petri.co.il/configure_outlook_2003_to_use_rpc_over_http.htm Configure Outlook 2003 to use RPC over HTTP/S]
====Blocking specific IP's from attacking your server====
* [http://www.petri.co.il/how-can-i-configure-rpc-over-https-on-exchange-2003-single-server-scenario.htm How can I configure RPC over HTTP/S on Exchange 2003 (single server scenario)?]
* [http://www.google.dk/search?sourceid=chrome&ie=UTF-8&q=windows+server+block+ip+adresses+failing+to+authenticate#hl=en&sa=X&ei=FTXCTYO1AoODOq_03Z0I&ved=0CBQQvwUoAQ&q=windows+server+block+ip+addresses+failing+to+authenticate&spell=1&fp=bba78b9cafefc984 Google: windows server block ip addresses failing to authenticate]
* [http://codehill.com/2010/02/how-to-block-ip-addresses-in-windows-server-2003/ How to Block IP Addresses in Windows Server 2003]
* [http://www.iblocklist.com/lists.php I-Blocklist]
* [http://www.peerblock.com/userguide PeerBlock]


* [http://www.msexchange.org/tutorials/Outlook_2003_Connect_Exchange_2003.html Using Outlook 2003 to connect to Exchange 2003 using RPC over HTTPS]
==Dell PowerEdge T110==
* [http://support.dell.com/support/edocs/systems/pet110/en/index.htm Dell PowerEdge T110 - Manuals]


* [http://forums.techarena.in/small-business-server/813671.htm Outlook Anywhere - RPC over HTTPS]
====Windows Server====
* [http://support.microsoft.com/kb/948472 How to extend the Windows Server 2008 evaluation period]


==Unicycle - Ethjulet cykel==
====Raid====
* [http://www.freewebs.com/andrewcarter/basic.htm Unicycling Tips and Tutorials]
General overview
* [http://www.freewebs.com/andrewcarter/learning.doc Lerning to Unicycle]
* [http://www.dell.com/downloads/global/products/pedge/en/Dell_Software_RAID_Functionality_White_Paper.pdf Software RAID Functionality on Dell Value Line Servers]
* [http://support.dell.com/support/edocs/storage/Storlink/PERC_S100_S300/en/index.htm Dell™ PowerEdge™ RAID Controller (PERC) S100/S300 - Manuals]


==Indkøbsliste==
On a PERC H200 card, caching is forced to be disabled for all physical disks configured into a virtual disk, regardless of the drive type and default drive settings.
*Dimension 9150
* [http://support.dell.com/support/edocs/storage/Storlink/H200/en/UG/HTML/features.htm Dell™ PowerEdge™ RAID Controller (PERC) H200 and 6Gbps SAS HBA User's Guide]
*4 GB Ram
*Western digital 1,5 TB green disk wd15ears eller wd15eads
*Harddisk [http://www.edbpriser.dk/Product/Details.aspx?pid=673387 BlackArmor WS 110 2 TB]
* Logitech diNovo Edge (Dansk) (Bluetooth) http://www.edbpriser.dk/Product/Details.aspx?pid=227722
* Sandberg Wireless Touchpad Keyboard DK http://www.sandberg.dk/product.aspx?id=630-60
* http://www.coolshop.dk/catalog/product/60024-wireless-touchpad-keyboard-dk-sandberg-630-60--for-pc&utm_source=spilpriser&utm_medium=index&utm_content=textlink?utm_source=spilpriser&utm_medium=cpa&utm_campaign=general&tduid=9b9c77d101e90c191fb340f740943396


==eSATAp==
For Microsoft Windows 2008, as long as you formatted the disk using the Windows 2008 operating sytem, the disk requires no further alignment actions.
* FAQ http://www.lindy.it/lindyshop/manuals/70534v0.pdf
* [http://social.technet.microsoft.com/Forums/en-US/exchangesvrdeploy/thread/4213ada5-022b-4b4a-bed5-75fc6dccfe82/ In Windows Server 2008, partitions are automatically offset by 1 MB, which provides good alignment for the power-of-two stripe unit sizes that are typically found in hardware]
* Billede http://www.delock.com/popup/picture.php4?url=/pictures/pictures/org/4ae58e4714551.jpg&title=84432
* [http://blogs.msdn.com/b/jimmymay/archive/2009/05/08/disk-partition-alignment-sector-alignment-make-the-case-with-this-template.aspx Disk Partition Alignment (Sector Alignment): Make the Case: Save Hundreds of Thousands of Dollars]
* USB eSATA http://www.pimfg.com/product_detail.asp?search=Y&part=EUSB-CM5EC-2M
* [http://support.microsoft.com/kb/929491 Disk performance may be slower than expected when you use multiple disks in Windows Server 2003, in Windows XP, and in Windows 2000]
* [http://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/Perf-tun-srv.docx Performance Tuning Guidelines for Windows Server 2008(Page 30th- Block Alignment (DISKPART))]


==Marsvinebure==
=====How to view progress of Windows software RAID resynching on Server 2008 R2?=====
* http://www.ikea.com/dk/da/catalog/products/00130129
# Select one of the raid drives in the ''Disk Mangement''
* http://www.e-pages.dk/eldorado/1/2
# In the right pane under ''Actions'', select ''More Actions -> Refresh''
* http://dyreriget.dk/
If you press F5 (refresh) the progress indication will disappear again. To get it back you need to close and reopen ''Computer Management''.
Ivomec
[[File:Server_2008_R2_resynching_disks.png]]
* http://forum.mutterne.dk/viewtopic.php?f=1&t=8514


==TV Overscan==
LG kalder det for Kun Scanning
Sony kalder det Full Pixel


==Ny TV Mediacenter==
Dell PowerEdge Servers – Support for very large drives (>2 TB)
Driver til Harald Nyborg Tuner findes på Windows Update hvis man kører Vista<br>
* [http://www.delltechcenter.com/page/HDD+Support+for+2.5TB,+3TB+Drives+and+Beyond HDD SUPPORT FOR 2.5TB, 3TB DRIVES AND BEYOND]
Driver til NOVA-T-USB2 (93xxx)  http://www.hauppauge.se/site/support/support_wintv7.html<br>
Mediaportal roadmap: http://mantis.team-mediaportal.com/roadmap_page.php?project_id=1<br>
* [http://www.team-mediaportal.com/download.html Mediaportal 1.0.2]
* [http://www.cyberlink.com/products/powerdvd/overview_en_US.html Power DVD har et h264 codec]
* [http://www.free-codecs.com/download/x264_Video_Codec.htm Forskellige players og codecs med h264]
* [http://www.recordere.dk/forum/forum_posts.asp?TID=66632&PN=1&TPN=500 Ham der bruger Power DVD codec]
* [http://users.vic.chariot.net.au/~mitreski/mediaportal%20codec%20guide%20v.2.pdf Simple, Full Featured Mediaportal Codec Guide]
FFDshow Tryouts? Tryouts is an updated fork of the original, and is actively developed unlike the original.
* [http://forum.team-mediaportal.com/untested-mediaportal-tv-server-1-0-rc3-svn-builds-300/mediaportal-svn-snapshot-10-17-2008-19-45h-revision-20514-rar-46860/ Links til bugbase]


* [http://wiki.team-mediaportal.com/TV-Server/Configuration/GeneralSettings :TV-Server/ Configuration/ GeneralSettings/ ]
====Dell PERC 6====
* [http://www.dell.com/downloads/global/power/ps2q08-20080255-Dixit.pdf Introducing the Dell Perc 6 Family of SAS Raid controllers]
* [http://support.dell.com/support/edocs/storage/RAID/perc6/en/PDF/en_ug.pdf Dell™ PERC 6/i, PERC 6/E and CERC 6/i User’s Guid]


* [http://recordere.dk/forum/forum_posts.asp?TID=57986&PN=1&TPN=1 Unable to Timeshift]
====Disks====
* [http://mantis.team-mediaportal.com/view.php?id=2422 Changing PMT bugreport]
* WD Caviar Green WD20EARS 2 TB
* Samsung Spinpoint F4EG HD204UI 2 TB
* Seagate Barracuda LP ST32000542AS 2 TB
Cables
* [http://www.avxperten.dk/pc-kabler/intern-pc-stroemkabel/intern-pc-stroemkabel.asp avXperten]
* [http://www.av-cables.dk/sata_kabel/sata_30_kabel_669_da/ Av-Cables.dk]


* [http://xbmc.org/forum/showthread.php?t=35910 XBMC IR remote]
====The Best Disk write performance testing====
* [http://www.passmark.com/ PassMark PC benchmark and test software - PassMark PerformanceTest]
* [http://crystalmark.info/?lang=en CrystalDiskInfo (FREE)]
* [http://www.iozone.org/ IOzone - open source]


* [http://www.pcwelt.de/start/audio_video_foto/tv/tests/189918/die_besten_dvb_t_sticks_im_test/index.html Tysk test af tunere i 2009]
====Dell UPS 500W====
* [http://www.eminebea.com/content/html/en/fan_list/fpc01_mm.shtml Fan data overview - 2806KL-04W-B69 12VDC 0.39A]
* [http://www.eminebea.com/content/pdf/TMP00123/M/2806kl.pdf Datasheet - 2806KL-04W-B69 12VDC 0.39A]
* [http://www.stillepc.dk/hovedgrupper/fan.htm Støjsvage blæsere]
* [https://www.elfaelektronik.dk/elfa3~dk_da/elfa/init.do?item=54-133-64&toc=20906 Muligt alternativ fra ELFA]


==DR.dk EPG ripper==
==APC UPS==
* [http://drepg.zzl.org/ dr.dk EPG ripper]
* [http://www.apc.com/resource/include/techspec_index.cfm?base_sku=sua1500i APC Smart-UPS 1500VA USB & Serial 230V - Replacement Battery RBC7]
* [http://www.apc.com/resource/include/techspec_index.cfm?base_sku=DLA1500I Dell Smart-UPS 1500VA USB 230V - Replacement Battery RBC7]
* [http://www.proshop.dk/ShowProduct.aspx?uid=60014&prodid=4717 RBC7 fra Proshop]


==MediaPortal setup and configuration==
==Install SSL Certificate for SBS 2003 Exchange Server==
* [http://forum.team-mediaportal.com/codecs-external-players-55/guide-stutter-free-playback-reclock-45834/ A guide to stutter free playback with Reclock]
* [http://support.apple.com/kb/HT3580 iOS 3.x: List of available trusted root certificates]
* [http://forum.slysoft.com/forumdisplay.php?f=85 SlySoft ReClock forum here you can find new ReClock downloads]
* [https://knowledge.rapidssl.com/support/ssl-certificate-support/index?page=content&id=SO6506&actp=LIST&viewlocale=en_US How do I generate a Certificate Signing Request (CSR)]
* [http://oss.slysoft.com/ReClock/ ReClock sourcecode]
* [http://support.microsoft.com/default.aspx?scid=kb;en-us;Q295281 How To Renew or Create New Certificate Signing Request While Another Certificate Is Currently Installed]
====iPhone - Exchange====
* [http://www.apple.com/support/iphone/enterprise/ iPhone Support - Enterprise]
* [http://support.apple.com/kb/HT1421 Setting up a corporate email server for iPhone and iPod touch]
* [http://developer.apple.com/library/ios/#featuredarticles/FA_Exchange_ActiveSync_and_iOS4_Devices/Introduction/Introduction.html Exchange ActiveSync and iOS 4 Devices]
* [http://support.apple.com/kb/DL926 iPhone Configuration Utility 3.1 for Windows]
* [http://en.wikipedia.org/wiki/List_of_HTTP_status_codes List of HTTP status codes - Wikipedia]


====How to identify Exchange 2003 SP Version====
Go to your server in Exchange System Manager, right-click your server, choose Properties, and on the General tab make a note of the version number.


--- Blandede ting
Each version of Exchange Server includes a build number so that you can easily identify which version of the product you are running:
* [http://artemis.dk/hd-htpc/ Guide: HD-HTPC Dansk forklaring på hvordan man afspiller Bluray på en HTPC]


==h.264 playback==
:6944.4 = Exchange 2003 RTM (including SBS2003)
* [http://www.h264info.com/guides.html H.264 How To Guides]
:7226.6 = Exchange 2003 SP1
* [http://www.tomshardware.co.uk/forum/page-251947_15_0.html No Hardware Acceleration for 1080p mkv/avi with 8800Ultra?]
:7638.2 = Exchange 2003 SP2
* [http://mpc-hc.sourceforge.net/DXVASupport.html DXVA Support in MPC Home Cinema]


* [http://coreavc.com/ CoreAVC]
==DCP Latency==
* [http://www.divx.com/ DIVX 7 *** Deres codec virker med MediaPortal, men bruger en masse CPU]
Eksempler på WPP og ETW findes her: ''C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\winbase\Eventing''


* [http://forum.team-mediaportal.com/codecs-external-players-55/saf-v4-00beta-standalone-filters-dxva-ready-mpeg2-h-264-vc-1-a-44614/ SAF v4.00beta (StandAlone Filters) - DXVA ready (MPEG2, H.264 and VC-1).]
* [http://www.xvidvideo.ru/media-player-classic-home-cinema-x86-x64/media-player-classic-homecinema-x86-x64-svn-1326.html MPC-HC (Russisk)]
* [http://software.intel.com/file/16062 Using H.264/AVC DirectX* Video Acceleration with the Intel® G45/GM45 Express Chipsets]
* [http://en.wikipedia.org/wiki/Advanced_Audio_Coding Advanced Audio Coding AAC - Wikipedia]
* [http://www.cypheros.de/dvb_e.html TS-Doctor and TS-Packet-Viewer]
* [http://www.audiocoding.com/index.html AudioCoding.com FAAC - FAAD2]
---
* [http://www.hack7mc.com/2009/04/disable-and-replace-ms-dtvdvd-decoder.html Disable and Replace MS DTV/DVD Decoder]
* [http://www.geekzone.co.nz/forums.asp?ForumId=83&TopicId=20744 Cyberlink hardware accleration registry]
* [http://www.hack7mc.com/2009/02/mkvs-for-minimalists-on-windows-7.html MKVs for Minimalists on Windows 7]
* [http://nunnally.ahmygoddess.net/configuring-kmplayer-to-play-h-264-videos-using-microsofts-directx-video-acceleration-dxva-and-nvidias-compute-unified-device-architecture-cuda/ Configuring KMPlayer to play H.264 videos using Microsoft’s DirectX Video Acceleration (DXVA) and nVidia’s Compute Unified Device Architecture (CUDA)]
* [http://aaron-kelley.net/blog/2009/08/use-windows-7s-built-in-h-264-decoder-in-media-player-classic-homecinema/ Use Windows 7’s built-in h.264 decoder in Media Player Classic Homecinema]
---
Mediecenter 1,1 RC1


Søgte på: microsoft dtv-dvd video decoder" mediaportal, og fandt:
ISR and DPC latency monitor (with ETW)
* [http://mantis.team-mediaportal.com/view.php?id=2437 0002437: Incompatibility between HDTV and codecs other than coreavc]
* http://www.kvraudio.com/forum/viewtopic.php?t=248691
* [http://forum.team-mediaportal.com/submit-patches-mediaportal-tv-server-etc-325/possible-fix-mantis-0002437-incompatibility-between-hdtv-microsoft-dtv-dvd-71814/#post520751 Possible fix for Mantis #0002437 - Incompatibility between HDTV and Microsoft DTV-DVD]
* http://www.resplendence.com/latmon
* http://www.osronline.com/ShowThread.cfm?link=154232 Her står hvordan det virker !!!
 
ISR and DPC latency monitor (with ETW)<br>
So, I put together an ISR and DPC latency monitor using ETW. It shows DPC and ISR latencies including routine addressses, drivers, interrupt vectors and CPU number.
 
All this is done on a best effort basis. After running for a few seconds, the ETW consumer stops receiving events for completely unknown reasons. ProcessTrace is called but events are no longer delivered to the consumer callback. I'm starting to believe ETW is not suitable for a live monitor. If I want to use the real-time logging mode events are not delivered until the trace is stopped.
 
While the KernelTime and ProcessorTime fields in the EVENT_TRACE_HEADER structure should report the elapsed time in clock ticks of these executions, I have found these instead to be always zero. So I had to do some work and build a table of all starting timestamps of all context switches and calculate the latency by subtracting intervals. This was not exactly straightforward because events are not guaranteed to arrive in order of execution.
 
So while I still need to straighten out a few things I would like to ask you to run LatencyMon and check if the values reported make sense to you, if you find any bugs or have any suggestions. I will soon add some graphics and add a bit of documentation as well so all this is still subject to evolution.


* [http://forum.team-mediaportal.com/untested-mediaportal-1-1-0-beta-svn-builds-268/mediaportal-svn-snapshot-11-14-2009-14-48h-revision-24102-rar-73340/index2.html Medieportal freezes when zapping from MPEG2 to h.264 Mylle]
You can download the first version of LatMon (including source of the ETW stuff)
from here:
http://www.resplendence.com/latmon


==h.264 edit==
(requires Windows Vista or later)
* [http://www.avs4you.com/AVS-Video-Editor.aspx AVS4YOU]
==Setup of MediaPortal on Asrock 330HT-BD ION==
* Enter BIOS and select default '''Performance Setup AHCI Mode''' - save and exit
* Install Windows x64
* Insert '''ASRock NetTop ION 330 Series support CD for Windows7 64 MCE
* Start ASRSetup
* Select '''Install all drivers (it takes several reboots where you must reenter password) (this way You will get the Coprocessor driver installed - that might be impossible otherwise)
* Install Avast antivirus
* Install Google Chrome
* Connect USB Tuners and let windows install drivers
* Right click Atheros AR9265 Wireless Network Adaptor in Device Manager and select Update Driver Software - it will find a new driver
* Install all important updates from Windows Update
* Install MediaPortal - defult, default,... one click...
* Run TV Setup - Subtitle Settings - Preferred Language Danish
* Run TV Setup - Subtitle Settings - Enable DVB Subtitles
# TV Servers - Scan for TV channels
# TV Channels - Delete Scrambled/encrypted channels
# TV Channels - Unselect channels you won't see in the TV Guide
# DVB EPG - TV Epg grabber - Press All (otherwise next step won't work)
# Recording - General - set Pre-and Post recording to 4 and 6 min
# Manual Control - Refresh DVB EPG
# Additional 3rd party checks - Microsoft Mediacenter Services - Enable policy to prevent services startup
* OK
* Run MediaPortal Client Setup
# Select '''Microsoft DTV-DVD Video Decode''' where possible to get Hardware Acceleration
# Remote - Use Microsoft Microsoft MCE remote or keyboard
# Change all codecs possible to Microsoft DTV-DVD Video Decoder (or leave as default? - what's best?)
# Additional 3rd party checks - Autostart MPTray to launch MediaPortal with the MediaCenter Button
# TV - TV Client


* Add microsoft infrared tranceiver to increase range
//Daniel
* Disable Nuvoton W836x7HG CIR Device Driver to make sure only one CIR device is present
* Install newest NVIDIA ION drivers (196.34)
* Set resolution to ... ... (a little less than 720 to fit visible area) 50Hz (If left at default 60Hz you can't plat 25Hz HD without a lot of lost frames)
* Instal InstantBoot(1.23.2) choose Fast mode
* Install OC Tuner and OC DNA


====Ting jeg ikke har helt styr på====
==Mortens aften==
* Power Scheduler
* [http://www.24.dk/article.jsp?articleId=7291 Test af ænder]
* Start TV Server Configuration
* [http://www.braenderiet-enghaven.dk/images/stories/DeBedsteVine.dk_NYHEDSBREV_d._20-02-2010.htm Gode billige vine]
* Plugins - Enable Power Scheduler
* Plugins - Power Scheduler - Generel
# Shutdown server after being idle 5 minutes
# Wakeup server for varius wakeup events
# Shutdown mode - Suspend
* Plugins - Power Scheduler - Advanced
# Enable extensive logging
* Plugins - Power Scheduler - EPG
# Prevent standby when grapping EPG
# Wakeup system for EPG grabbing on: 04:00
* Plugins - Power Scheduler - Network Monitor
# Prevent standby based on network activity


* Plugins - Browse and install Extensione
==Løvsugere==
* Know Extensions
BMI Jyllingevej ECHO
# Install MPEIPlugin
* [http://www.lytek.dk/shop/loevsugere-blaesere-62c1.html Hvorfor har de ikke elektriske]
# Install YouTube.Fm
* [http://www.skovogpark.dk/index.php?option=com_virtuemart&page=shop.browse&category_id=18&Itemid=145 SHE 71 Vedbæk]
* [http://www.testberichte.de/a/laubsauger-laubblaeser/magazin/selber-machen-10-2009/179195.html Hvor blev SHE 81 af]


==MonoGame==
* [http://monogame.codeplex.com/ MonoGame - Codeplex]
* [http://crankgaming.blogspot.dk/2012/02/xna-to-monogame.html XNA to Monogame - Crank Gaming]
* [https://github.com/mono/MonoGame MonoGame - github see README.md on bottom of page]


==XNA==
* [http://farseerphysics.codeplex.com/ Farseer Physics Engine]
* [http://create.msdn.com/en-US/ App hub]
* [http://create.msdn.com/en-US/education/ App hub education]
* [http://www.laumania.net/ Laumania.net RambukGames]
* [http://www.rambukgames.com/ RAMBUKGAMES]
* [http://silversprite.codeplex.com/ SilverSprite - Run XNA games without code changes in Silverlight 3]


Ret til default bios settings with AHCI det andet larmer frygteligt
==Indkøb==
 
* USB Stick til mig og Annette
==Asrock 330HT-BD ION documents==
* [http://www.edbpriser.dk/Product/Details.aspx?q=3ware&sp=all&pid=450114 3ware Multilane Serial Attached SCSI (SAS) internt]
* [http://europe.asrock.com/manual/ION%20330HT-BD.pdf NetTop ION 330 Series User Manual]
* [http://europe.asrock.com/manual/qig/ION%20330HT-BD.pdf Quick Installation Guide]
* [http://europe.asrock.com/manual/raid/ION%20330HT-BD/English.pdf RAID Installation Guide]
* [http://europe.asrock.com/manual/others/dts/ION%20330HT-BD.pdf Realtek HD Audio with DTS Operation Guide]


==ASRock==
* [http://wiki.team-mediaportal.com/MediaPortalDevelopment/MediaPortalSVN Mediaportal svn source repository]
* [http://www.asrock.com/support/qa/TSDQA-74.pdf Mouse and keyboard lost after standby]
* [http://jonkers.net.au/Iframe.aspx Transport stream cutter som ikke virker ordentligt IFrames]
* [http://www.engadget.com/2009/05/13/power-over-esata-fans-go-wild-over-mobo-manufacturers-latest-an/ eSATA power cable]
* [http://forums.mydigitallife.info/showthread.php?t=7583&page=3 Coprocessor not found Windows 7 x64]
* [http://forum.team-mediaportal.com/newcomers-forum-240/font-size-issue-streamedmp-skin-50435/ MediaPortal font size wrong]


* [http://cgi.ebay.com.au/Power-Over-eSATA-2-5-3-5-SATA-22pin-HDD-Adapter-1m-A_W0QQitemZ160380803963QQcmdZViewItemQQptZLH_DefaultDomain_15?hash=item255770db7b Power Over eSATA 2.5 3.5 SATA 22pin HDD Adapter 0.5m A]


* [http://ontv.dk/xmltv OnTV.dk XMLTV programmer for 89,- / md]
* Power kabler
* [http://forum.team-mediaportal.com/mediaportal-1-1-0-beta-1-454/problems-dropping-frames-evr-74360/index6.html Mediaportal dropping frames problem thread]


* [http://forum.recordere.dk/forum_posts.asp?TID=68537&KW=Asrock+st%F8j&PN=1&title=asrock-iOn330-larmer-hjlp Asrock ION330 larmer - hjælp!]
* [http://www.edbpriser.dk/Product/Details.aspx?q=keyboard&pid=420195 Logitech diNovo Mini (Dansk) (Bluetooth)]
* Printerblæk


* [http://social.technet.microsoft.com/Forums/en/w7itprohardware/thread/8cafe8b1-4a8f-48b2-bd8f-37969f74bf2f x64 Freezes if taksbar autohide]


Søg på: php performance atom processor mysql
* [http://www.carcomm.eu/news/htc-desire-hd/ Carcomm HTC Desire HD bilholder]
* [http://www.ukraine.com.ua/tools/cms/site/download.php?url=/uploads/site_structure/content_ru/0732/03/05.doc&name=atom_vs_p4_benchmarks ATOM 330 vs. Pentium 4 2.8 Ghz Benchmark Results]
* [http://www.brodit.com/?main=productinformation.jsp&anr=512198 Brodit HTC Desire HD bilholder]
* [http://hemorrdroids.net/htc-desire-hd-brodit-car-mount/ Brodit HTC Desire HD bilholder - anmeldelse]
* [http://www.mobilefun.co.uk/htc-desire-hd-car-upgrade-kit-cu-s400-p26536.htm HTC Desire HD Car Upgrade Kit - CU S400]


==WD TV LIVE==
==Mediaportal remote - iPiMP - a Smartphone web interface to MediaPortal==
* [http://www.legitreviews.com/article/1118/2/ Western Digital WD TV Live HD Media Player Taken apart - see what's inside]
* [http://forum.team-mediaportal.com/ipimp-518/ iPiMP forum]
* [http://code.google.com/p/ipimp/wiki/iPiMPWiki iPiMPWiki]
* [http://code.google.com/p/ipimp/wiki/Introduction An introduction to iPiMP - a Smartphone web interface to MediaPortal]


==Maximum T-1300==
==MailIT==
Man kan anvende USB stick eller USB disk med extern strømforsyning. Brug evt. en USB strømskinne til at tænde disken.
* F:\MailIT\Dokumentflet
* F:\MailIT\MailITPDFfiler


Maximum formatterer disken med FAT32.
* Opsætning foretages i Navsion via SALG OG MARKETING --> EXPANDIT MAILIT --> RAPPORTER --> RAPPORTOPSÆTNING på fanerne PDF-fil og Fletning.


Optagelser gemmes is chunks af 2GB så man er nød til at klistre dem sammen hvis man vil have en hel film.
==Howto Patch .NET managed EXE to run as x86 on x64 bit computer==
There is a 32BIT flag in the CorFlags section of the header of a portable executable image that tells Windows if the EXE should be allowed to run as 64 bit application x64 bit Windows.<br>
If this flag is set, the application will run as x86 on both x86 and x64 bit machines.<br>


Man må ikke pege for højt med fjernbetjeningen.
To set the flag and force application to run as x86 use:<br>
'''CorFlags.exe assembly.exe /32BIT+'''<br>


==iPhone==
CorFlags.exe is located in "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin" or one of the other folders win SDK bin's.
* [http://www.pcworld.com/article/159627/howto_use_your_iphone_as_a_wireless_laptop_modem.html iPhone som modem]


* [http://msdn.microsoft.com/en-us/library/ms164699(VS.80).aspx CorFlags Conversion Tool (CorFlags.exe) - MSDN]
==Kogebøger==
* [http://www.mad.henning-holler.dk/index.html Hollers kogebog - Tapas]
* http://www.yggenyk.dk/wiki/Kold_kartoffelsalat_med_gr%C3%B8nne_b%C3%B8nner_og_kapers


* [http://www.agilemobile.com/iphone.html  Agile Mobile iPhone Software The worlds best MSN®, ICQ®, AIM®, Yahoo® & Google Talk®]
==Rendering, zooming and printing with WPF==
* [http://www.codeproject.com/Articles/85603/A-WPF-custom-control-for-zooming-and-panning A WPF Custom Control for Zooming and Panning]
* [http://blogs.msdn.com/b/kaelr/archive/tags/zoomablecanvas/ ZoomableCanvas]


* Guitar Tuner
* [http://msdn.microsoft.com/en-us/library/system.windows.controls.canvas.aspx Canvas Class]
* Morse og koder
* [http://msdn.microsoft.com/en-us/library/ms608740.aspx VisualTreeHelper.GetDescendantBounds Method]
* Kogebog billeder
* [http://msdn.microsoft.com/en-us/library/system.windows.uielement.rendersize.aspx UIElement.RenderSize Property]
* Oscilliscope
* FFT (Signal analysis)
* Room correction
* OCR
# http://stackoverflow.com/questions/850717/what-are-some-popular-ocr-algorithms
# http://www.discover.uottawa.ca/~qchen/my_papers/master_thesis.pdf
#
* Face / image recognition
# http://www.face-rec.org/algorithms/
# http://www.techcrunch.com/2008/04/27/google-experiments-with-next-generation-image-search/
# http://www.google.com/search?hl=en&q=pagerank+for+product+image+search&sourceid=navclient-ff&rlz=1B3GGGL_enDK266DK266&ie=UTF-8
* Games
* Korteste/hurtigste cykel vej


==Face detection==
* [http://www.google.dk/search?sourceid=chrome&ie=UTF-8&q=clone+visual+tree Google - Clone Visual Tree]
====OpenCV====
* [http://www.slickthought.net/post/2009/05/26/Visual-Tree-Printing-in-WPF-Applications.aspx Visual Tree Printing in WPF Applications]
* [http://opencv.willowgarage.com/wiki/FaceRecognition Face Recognition using OpenCV]
* [http://www.switchonthecode.com/tutorials/printing-in-wpf Printing in WPF]
* [http://www.cognotics.com/opencv/servo_2007_series/part_4/index.html Seeing With OpenCV, Part 4: Face Recognition With Eigenface]
* [http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/496f4f1c-8a1a-4f8f-a231-9d432268ebb8 Can PrintVisual use another resolution than 96 DPI?]
* [http://www.cognotics.com/opencv/servo_2007_series/part_5/index.html Seeing With OpenCV, Part 5: Implementing Eigenface]
* [http://cid-fd9a0f1f8dd06954.office.live.com/browse.aspx/Public/Code%20Samples/WPF VisualCopyDemo]
* [http://www.emgu.com Emgu CV is a cross platform .Net wrapper to the Intel OpenCV image processing library.]
* [http://msdn.microsoft.com/en-us/magazine/dd263097.aspx Render Text On A Path With WPF]


==XAML Guidelines==
* [http://www.cookingwithxaml.com/content/xamlguidelines/xamlGuidelinesDraft0.pdf XAML Guidelines]


====Misc====
==Localization in WPF==
* [http://www.imageprocessingplace.com/root_files_V3/software/software.htm www.imageprocessingplace.com - Image Processing Software]
* [http://robertoschiabel.wordpress.com/2010/01/31/wpf-add-localization-via-resx-files/ WPF: add localization via resx files]
* [http://www.imageprocessingplace.com/root_files_V3/tutorials.htm www.imageprocessingplace.com - Tutorials]
* [http://www.mathworks.com/matlabcentral/fileexchange/?sort=downloads Matlab Central - Mathlab downloads]


* [http://www.mathworks.com/matlabcentral/fileexchange/4408-face-recognition-system Face Recognition System - In order to obtain the complete source code please visit - http://utenti.lycos.it/matlab/face.htm]
==Resources in WPF==
* [http://utenti.multimania.it/matlab/face.htm Face Recognition System --- Release 2.0 --- Eigenfaces  for Recognition (Matthew Turk and Alex Pentland, 1991)]
* [http://csharpsimplified.wordpress.com/2009/02/16/resources-in-wpf-i-binary-resources/ Resources in WPF – I (Binary Resources)]
* [http://csharpsimplified.wordpress.com/2009/02/17/resources-in-wpf-ii-logical-resources/ Resources in WPF – II (Logical Resources)]


==NTCore.com reversing==
==Zooming med WPF==
* [http://www.ntcore.com/rebelnet.php Rebel .net]
* [http://geekswithblogs.net/lbugnion/archive/2009/04/05/using-a-behavior-to-magnify-your-wpf-applications.aspx Using a Behavior to magnify your WPF applications - GalaSoft]
* [http://www.ntcore.com/files/netint_native.htm .NET Internals and Native Compiling]


==Sådan finder du de nyeste og bedste drivere til din PC==
* [http://stackoverflow.com/questions/741956/wpf-pan-zoom-image WPF - Pan & Zoom Image - stackowerflow]
Disse sider kan automatisk detektere hvilken hardware du har og give dig download links til download af nyeste drivere.
* [http://www.vbdotnetheaven.com/UploadFile/raj1979/WPFVisualBrush01302009004450AM/WPFVisualBrush.aspx How to use Visual Brush in WPF]


* [http://www.intel.com/support/detect.htm Intel® Driver Update Utility Automatically identify and find drivers]
* [http://www.codeproject.com/KB/dialog/WPFWindowFinder.aspx WPF WindowFinder Tool]
The Intel® Driver Update Utility keeps your system up-to-date. It detects which driver updates are relevant to your computer, and then helps you install them quickly and easily.


* [http://www.nvidia.com/Download/Scan.aspx NVIDIA Driver Downloads autodetect graphics drivers]
* [http://windows-presentation-foundation.com/WPF_Layout_Viewbox.aspx ViewBox - windows-presentation-foundation.com]


==Virtual machines==
* [http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/ba5ae36c-324f-4220-be76-464eab74d475 Data binding to a VisualBrush viewbox]
* [http://en.wikipedia.org/wiki/Comparison_of_platform_virtual_machines Comparison of platform virtual machines]
* [http://en.wikipedia.org/wiki/VMware VMware]
* [http://en.wikipedia.org/wiki/Xen Xen]
* [http://en.wikipedia.org/wiki/Citrix_Systems Citrix]


==Image Library SDK==
==Design time data in WPF==
FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use, fast, multithreading safe, compatible with all 32-bit versions of Windows, and cross-platform (works both with Linux and Mac OS X).
* [http://www.galasoft.ch/mydotnet/articles/article-2007091401.html WPF: Simulating data in design mode in Microsoft Expression Blend - GalaSoft]
* [http://freeimage.sourceforge.net/index.html The FreeImage Project]
* [http://www.arrangeactassert.com/how-to-use-designdata-to-populate-controls-with-design-time-data-in-silverlight-and-wpf/ How To Use DesignData To Populate Controls With Design Time Data In Silverlight And WPF]


==Squeezebox==
==Routed Events in WPF==
* [http://www.delback.co.uk/squeezebox/sbr_signal.html Getting an on/off indicator voltage out of a Squeezebox Receiver]
* [http://www.wpftutorial.net/RoutedEvents.html Routed Events]


==Windows 7==
==Data Binding in WPF==
* [http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/6a569376-4207-4184-a8a7-73d5168c787e Visual Studio and SQL Server on Windows 7]
* [http://msdn.microsoft.com/en-us/magazine/cc163299.aspx Data Binding in WPF]
* [http://social.msdn.microsoft.com/Forums/en-US/sqlexpress/thread/1bfe382b-70a1-4811-93ee-204ce1e81eb7 SQL Server Management Studio broken on Windows 7]
* [http://msdn.microsoft.com/en-us/library/ms752347.aspx Data Binding Overview]
* [http://blogs.msdn.com/sqlexpress/archive/2009/05/14/installing-sql-server-express-on-windows-7-release-candidate.aspx Installing SQL Server Express on Windows 7 Release Candidate ]


==NSLU2==
==Brushes in WPF==
* [http://www.nslu2-linux.org/ NSLU2-Linux]
* [http://msdn.microsoft.com/en-us/library/aa970904.aspx WPF Brushes Overview - MSDN]
* [http://chezphil.org/slugpower/ SlugPower - A Slug-Controlled Power Switch]
* [http://msdn.microsoft.com/en-us/library/system.windows.media.tilebrush.viewbox.aspx TileBrush .Viewbox Property - MSDN]
* [http://www.ftdichip.com/Products/FTEvaluationKits.htm FTDI Evaluation Kits]
* [http://msdn.microsoft.com/en-us/library/system.windows.media.imagebrush.imagesource.aspx ImageBrush .ImageSource Property - MSDN]
* [http://www.ftdichip.com/Documents/DataSheets/Modules/DS_UM245R.pdf UM245R USB-Parallel FIFO Development Module - Incorporating FTDIChip-ID™ Security Dongle]


* [http://www.nslu2-linux.org/wiki/Main/SercommFirmwareUpdater Sercomm Firmware Updater]
==Silverlight==
<silverlight width="700" height="400">HelloWorldSilverlight.xap</silverlight>
<silverlight width="150" height="600">MediaWikiMenu.xap</silverlight>


====Webcam====
==Stegetider og opskrifter==
* [http://johnarthur.wordpress.com/2008/03/25/a-high-resolution-ip-webcam/ A High-Resolution IP Webcam]
* [http://www.svinegodt.dk/smcms/Svinegodt/I_koekkenet/Tilberedning/2884/Index.htm?ID=2884 Stegning i ovn
* [http://johnarthur.wordpress.com/2008/03/29/further-notes-on-the-nslu2-and-quickcam-pro-9000/ Further notes on the NSLU2 and QuickCam Pro 9000]
– mørt og ikke tørt, STOP i tide]
* [https://forum.openwrt.org/viewtopic.php?id=14754 WebCam Using OpenWRT to record WebCam snapshots to USB drive]


==Router==
==Open Source OCR==
* Belkin f5d9230-4
Tesseract is a free software optical character recognition engine that was originally developed as proprietary software at Hewlett-Packard between 1985 and 1995. After ten years without any development taking place, Hewlett Packard and UNLV released it as open source in 2005. Tesseract is currently developed by Google and released under the Apache License, Version 2.0
* https://forum.openwrt.org/viewtopic.php?id=19021
* [http://code.google.com/p/tesseract-ocr/ tesseract-ocr
An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google]
* [http://sourceforge.net/projects/tesseract-ocr/ Tesseract OCR - old Sourceforge homepage]
* [http://www.irfanview.info/plugins/kadmos/ KADMOS for Irfanview - NOT OPEN SOURCE]


==.NET Obfuscators==
==Kopibeskyttelse af .NET programmer==
* [http://en.wikipedia.org/wiki/Comparison_of_.net_obfuscators Comparison of .net obfuscators]
====Produckt keys ====
* [http://code.google.com/p/babelobfuscator/ Babel Obfuscator]
Hi!<br>


* [http://www.metapropeller.com/ Assemblur - Limit Assemblur is free for use in software projects consisted of a single compiled assembly]
I've finished developing a windows application, but now I am faced with a dilemma on producing two versions of the software: evaluation copy and full version. Specifically, the software won’t utilize the internet for the verification of the product key. Can anyone help me to get started with creating license keys?<br>
* [http://www.preemptive.com/dotfuscator-product-family.html - Dotfuscator Community Edition]
* [http://www.foss.kharkov.ua/g1/projects/eazfuscator/dotnet/ Eazfuscator.NET]
* [http://code.google.com/p/obfuscar/ Google Obfuscar]
* [http://ntcore.com/phoenix.php Phoenix Protector]
* [http://www.codeplex.com/SharpObfuscator SharpObfuscator]


==Outlook hænger==
Thanks.<br>
* [https://kc.mcafee.com/corporate/index?page=content&id=KB57977 Slet EXTEND.DAT og lad Outlook skabe en ny selv]


==Skærme==
jonorossi:<br>
* [http://accessories.euro.dell.com/sna/category.aspx?c=dk&category_id=4009&cs=dkdhs1&l=da&navla=33811~0~162930&nf=33811~0~162930&s=dhs&~ck=anav Dell G2410]
Here is a pile of licensing solutions that you might want to browse through, even the good ones that I have heard heaps of people talk about aren't that expensive for the amount of hours you would spend doing it yourself<br>
* [http://www.flatpanels.dk/nyhed.php?subaction=showfull&id=1249633096 Dell lancerer 3 nye 20-23" skærme]
* [http://reviews.cnet.com/lcd-monitors/dell-g2410/4505-3174_7-33581193.html?tag=lia;rcol Dell G2410 - Cnet review]
* [http://www.cnet.com/topic-reviews/monitor.html Cnet monitor top reviews]
* [http://accessories.euro.dell.com/sna/productdetail.aspx?c=dk&l=da&s=dhs&cs=dkdhs1&sku=520-10704#Overview Soundbar]


==Free icons==
-----------------------------------------------------------------<br>
* [http://famfamfam.com/lab/icons/ FAMFAMFAM]
"C:\Program Files\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\1033\VS2008ImageLibrary.zip"
* [http://blogs.msdn.com/dwayneneed/archive/2007/10/05/blurry-bitmaps.aspx Presentation Source : Blurry Bitmaps]
* [http://social.msdn.microsoft.com/forums/en-US/wpf/thread/c2e6c82d-025b-4ef2-a88f-f5fb8e69e420/ WPF + bitmap = WTF! Microsoft, why no fix after 2 years?!]


==Donkraft==
Desaware Licensing System<br>
* http://www.golfmk5.com/forums/showthread.php?t=33626
http://www.desaware.com/products/licensingsystem/index.aspx<br>
* http://www.protechproducts.net/jackpads.htm
Price: Expensive at $1495<br>
* http://rexhockey.com/information.php?info_id=14&language=da
* http://forums.vwvortex.com/zerothread?id=3255013
* http://forums.vwvortex.com/zerothread?id=4063908
* http://www.gti-vr6.net/library/misc/how_to_jack_car_up.html


==Golf IV benzinpumpe==
Licensing .Net Pro<br>
* http://www.automotix.net/autorepair/recalls/22194-recall/
http://www.licensingdotnet.com/<br>
* http://forums.vwvortex.com/zerothread?id=2241752
Price: Bargan from $29.95 (limited time)<br>
* http://www.carfax.com/car_safety/ratings/SRR.cfm/year/1999/make/VOLKSWAGEN/model/GOLF/trim_id/1999VOLK4HFGOLF_WOLFSBURG_EDITION


* http://townhall-talk.edmunds.com/direct/view/.ef185f2
OpenLicense<br>
http://openlicense.tigris.org/<br>
http://www.spextreme.com/openlicense/openlicense.aspx<br>
Price: Free<br>


==De sider IT smed ud==
Infralution Licensing System<br>
http://www.infralution.com/licensing.html<br>
Price: $80<br>


Søg på VOIP RTP PACKET SIZE 180 260
LM-X<br>
* http://toncar.cz/Tutorials/VoIP/VoIP_Basics_Jitter.html VoIP Basics: About Jitter
http://www.x-formation.com/LM-X/<br>
Price: Cannot find one, I cannot find a page to buy this one which isn't a good thing for them<br>


XHEO Licensing<br>
http://www.xheo.com/products/enterprise/licensing/<br>
Price: $289<br>


* http://old.iptel.org/ser/cvs/
Shareware Starter Kit<br>
* http://www.wlanbook.com/netstumbler-windows-vista/
http://blogs.msdn.com/danielfe/archive/2005/07/10/437293.aspx<br>
* http://software.intel.com/en-us/intel-ipp/
Price: Free<br>
* http://software.intel.com/en-us/intel-parallel-studio-home/
This solution requires the internet for licensing<br>


DreamKey<br>
http://www.fingoo.net/lib/asp/packages.asp<br>
Price: 2.9% or 3.9% of sales<br>


* http://msdn.microsoft.com/en-us/library/ms752347.aspx
-----------------------------------------------------------------<br>
* http://msdn.microsoft.com/en-us/library/ms748857.aspx
* http://msdn.microsoft.com/en-us/library/ms684175(VS.85).aspx
* http://www.csie.ntu.edu.tw/~acpang/course/voip_2004/


Here is one artlcle about getting info from the user's computer that you could use to identify that the license will only work on their machine:<br>
Retrieving Hardware Identifiers in C# with WMI<br>
http://www.eggheadcafe.com/articles/20030511.asp<br>


* http://www.eggheadcafe.com/forumarchives/windowsdeveloperwinfxavalon/oct2005/post24055402.asp
This article looks alright, but from just skimming through it, it looks like it is using very simple encryption:<br>
* http://nayyeri.net/blog/slider-control-in-windows-presentation-foundation/
License Key Generation<br>
* http://nayyeri.net/blog/viewbox-and-viewport-in-windows-presentation-foundation/
http://www.codeproject.com/dotnet/LicenseKeyGeneration.asp<br>


==Frisbee golf==
This one looks good, it uses a XML formatted license but it uses RSA to store the license key:<br>
* http://www.discsalg.dk
Using XML Digital Signatures for Application Licensing<br>
http://www.codeproject.com/dotnet/xmldsiglic.asp<br>


==Solstrøm==
Here is another article that uses RSA and XML that is easy to understand.<br>
* [http://kerychip.dk/oscommerce_st/catalog/product_info.php?cPath=60_94&products_id=837 KeryChip Webshop i Viborg]
* [http://ing.dk/artikel/99298-solstroem-nyt?highlight=solstr%F8m Solstrøm nyt - Poul-Henning Kamp]


==Outlook remote access==
Really Simple Licensing Scheme for .NET<br>
* [http://www.msexchange.org/tutorials/Outlook-Anywhere-2007-ISA-Server-2006.html Outlook Anywhere 2007 with ISA Server 2006]
http://jclement.ca/devel/dotnet/reallysimplelicensing.html<br>


* [http://www.bilgalleri.dk/html/for_messageDetail.asp?Msg_ID=497032 Autoforkortelser]
-----------------------------------------------------------------<br>


==Passat sætter ud==
Those are a few commerial solutions and a few sample licensing apps. It might be easier and cost less (because time is money) to purchase a commerial solution because then you have support and upgrades.<br>
* [http://ing.dk/debat/13213 Diskussion fra ingeniøren (Golf 2.0 temperatursensor)]
* [http://www.motor-talk.de/forum/passat-setzt-waehrend-der-fahrt-aus-t1580159.html?page=1 Tysk side om Crankshaft position sensor CKP]
* [http://tech.bentleypublishers.com/thread.jspa?threadID=35392&start=0&tstart=0 Tændingslås?]
Vevaxellägesgivare
* http://webkat.mekonomen.se/inetkat/default.asp?Hbutik=3384-000&Hsprak=S&Htider=Vardagar+8.00+-+18.00+Lördag+10-14+&Hadress=Landskronavägen+14,+252+32+HELSINGBORG,+Tel:+042-132400&Hepost=helsingborg@mekonomen.se


Benzinpumpe
Let me know if you need anything else, Jono
* [http://starquest.i-x.net/viewtopic.php?t=1031 Adskillelse af tank, pumpe og filter]
* http://forums.vwvortex.com/zerothread?id=3873161&page=1


==Sommerferie==
====Detecting if the application is being debugged====
* [http://www.familiecamping.dk/site/Getfile.asp?Id=70 Sannes Familiecamping - Gudhjem]
* [http://blogs.msdn.com/b/jmstall/archive/2006/07/03/managed-vs-native-apis.aspx Managed vs. Native debugging APIs]


==Have==
==CHM to PDF===
* [http://www.dueplant.dk/planter.html Oversigt over planter]
* [http://www.theta-software.com/ CHM To PDF Converter - Theta - Software]
* [http://www.dueplant.dk/ordbog.html Botanisk ordbog]
* [http://www.processtext.com/abcchm.html ABC Amber CHM Converter]
* [http://www.gartnertips.dk/32-hvornaar%20beskaerer%20man.htm Hvornår er det bedst at beskære?]
* [http://www.colorpilot.com/chm2pdf.html CHM2PDF Pilot]


===Jord og kompost===
==Recover PDF passwords==
* [http://www.lyngenaturgoedning.dk/ Lyngenaturgoedning]
* [http://sourceforge.net/projects/pdfcrack/ pdfcrack open source for Linux]
* [http://vognladet.dk/product.asp?product=16 Vognladet]
* [http://blog.rubypdf.com/pdfcrack/ pdfcrack for windows]
* [http://www.vestfor.dk/web/ama/jordfrisk Vestforbrændings jordfrisk]
* [http://www.johannesfog.dk/fileadmin/www/user_upload/Tilbud/Aviser/012009_Udlejningsprisliste.pdf Trailerleje]
* [http://www.rigsadvokaten.dk/media/ra_medd_4-2000_boedekatalo.pdf Bødetakster for overlæs]
* [http://www.politi.dk/Nordsjaelland/da/Borgerservice/Fardsel/Pahangskoretoj/ Regler for Påhængskøretøj med almindeligt B kørekort]


===Gødning===
==Den skaldede kok's kartoffelsalat==
* [http://www.tilbudsugen.dk/ Tilbudsugen.dk]
* [http://www.bauhaus.dk Bauhaus - billig + LIC rabat]
* [http://www.homeshop.dk/70-fro-godning Home Shop - billig] brug links med rabatkoder fra http://www.pricerunner.dk/sp/trim-pl%C3%A6nerens.html
COntan2 er leverandør til det professionelle grønne område.
Vores kunder er blandt andet gartnere, boligselskaber, golfbaner, servicevirksomheder og offentlige myndigheder.
* [http://www.contan2.dk/ COntan2 Gartner-Kemi]
* [http://shop.nordicstaldkemi.dk Nordic Stald Kemi]
* [http://www.nordjyske.dk/livsstil/husoghave/forside.aspx?ctrl=10&data=174%2C2801573%2C5%2C3 Haven gror og kræver gødning - Her står hvordan man regner ud hvor meget der skal til]
* [http://www.havenyt.dk/artikler/dyrkningsmetoder/goedning/319.html Havenyt.dk Gødningsmængder til køkkenhaven]
* [http://www.mobil-forum.dk/showthread.php?t=12583 Reperation] Mobil telefoner


* [http://fpn.dk/bolig/have/article1323227.ece Hjemmedyrkede jordbær til sommer – det kan lige nås]
* 1 kg kartofler
* [http://www.havenyt.dk/artikler/koekkenhaven/groensager/loeg_og_porrer/155.html Havenyt.dk - Porrer]


* [http://www.tv2nord.dk/default.asp?PageID=108 Gødning TV2/Nord]
* 3/4 dl æbleeddike
* 1/4 tsk friskkværnet sort peber
* 1/2 dl hakket persille
* 2 store knuste fed hvidløg
* 3/4 dl dijonsennep
* 1/2 tsk salt
* 3/4 dl olivenolie
* 3/4 dl mayonnaise


Kog kartoflerne i letsaltet vand med lidt citronsaft - syren fra citronen holder bid i de nye kartofler.<br>
Skær kartoflerne i skiver når de er kogt.<br>
Bland dressingen mens kartoflerne koger.<br>
Når kartoflerne er afkølede, kommes dressingen over.<br>
Kom lidt i ad gangen, så der ikke kommer for meget dressing, og det hele svømmer.<br>
==Madleksikon==
Ansjoser
* [http://ekstrabladet.dk/kup/fodevarer/article1378062.ece Mick og ansjosmysteriet]
==Politikens opskrifter Tjek.dk==
* [http://politiken.dk/tjek/tjekmad/tjekopskrifter/article736083.ece Fyldte auberginer]


Annettes røde blomst til venstre for pejsen.<br>
==AGM Batterier==
PERIKON HYPERICUM 'AUTUMN BLAZE'<br>
* http://www.scanbrit.dk/varekatalog_vis.asp?id=733
Gule blomster i juni-sept. Dekor., rødbrune frugter. Ca 1 m. høj. Hårdfør - nøjsom - sol - halvskygge.
* http://www.scanbrit.dk/upload/pdf/6fm75.pdf
Beskæring af disse skal foretages med en total nedskæring af alle grene til 10 - 15 cm. over jorden. Det kan foretages i den sidste halvdel af vinteren og busken vil så hurtigt etablere nye grene og blomstre i juni / juli måned.
* http://www.bue-net.dk/product_info.php?products_id=6622 845,-
* http://www.marinetorvet.dk/visprodukt.asp?ProduktID=1752 999,-
* http://www.harald-nyborg.dk/merinfo.asp?varenr=6674&n=10 895,-


==Sata, Micro Sata and eSata==
==Open source S.M.A.R.T Disk tool==
* [http://www.allpinouts.org/index.php/Serial_ATA_(SATA,_Serial_Advanced_Technology_Attachment) (SATA, Serial Advanced Technology Attachment) Connector Pinout]
* [http://crystalmark.info/?lang=en CrystalDiskInfo - CrystalDiskMark]
* [http://sourceforge.jp/projects/crystaldiskinfo/ CrystalDiskInfo SourceForge.jp]
CrystalDiskInfo  is a HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD.
* [http://sourceforge.jp/projects/crystaldiskmark/ CrystalDiskMark]
CrystalDiskMark is a disk benchmark software.


==Wireless Antenn==
* [http://smartmontools.sourceforge.net/  
* [http://www.extremetech.com/article2/0,2845,1641185,00.asp Building a Wi-Fi Antenna Out of a Tin Can]
smartmontools
Search: ]
The smartmontools package contains two utility programs (smartctl  and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA and SCSI harddisks. In many cases, these utilities will provide advanced warning of disk degradation and failure.  


==SMTP==
* [http://gsmartcontrol.berlios.de/home/index.php/en/Home GSmartControl - Hard disk drive health inspection tool]
* [http://technet.microsoft.com/en-us/library/aa998368(EXCHG.65).aspx How to Configure a Windows Server 2003 Server as a Relay Server or Smart Host]
GSmartControl is a graphical user interface for smartctl (from [http://smartmontools.sourceforge.net/ smartmontools] package), which is a tool for
* [http://technet.microsoft.com/en-us/kb/kb00324958.aspx How to block open SMTP relaying and clean up Exchange Server SMTP queues in Windows Small Business Server]
querying and controlling SMART (Self-Monitoring, Analysis, and Reporting
Technology) data on modern hard disk drives. It allows you to inspect the
drive's SMART data to determine its health, as well as run various tests on
it.
 
==Application settings in .NET==
* [http://msdn.microsoft.com/en-us/library/cftf714c.aspx Settings Page, Project Designer- MSDN]
* [http://msdn.microsoft.com/en-us/library/system.windows.window.closing.aspx Window.Closing Event - MSDN]
* [http://msdn.microsoft.com/en-us/library/system.configuration.applicationsettingsbase_members.aspx ApplicationSettingsBase Members - MSDN]
* [http://www.bearcanyon.com/dotnet/ Mike Woodring's .NET Sample Page]
* [http://stackoverflow.com/questions/154533/best-way-to-bind-wpf-properties-to-applicationsettings-in-c Best way to bind WPF properties to ApplicationSettings in C#?]
* [http://www.eggheadcafe.com/software/aspnet/29435781/how-to-share-settings-bet.aspx how to share settings between app <-> class lib?]
* [http://blogs.windowsclient.net/bragi/archive/2008/07/03/using-settings-in-wpf-or-how-to-store-retrieve-window-pos-and-loc.aspx Using settings in WPF (or how to store/retrieve window pos and loc)]


==Kopibeskyttelsesdriver på pluto sfdrv01.sys==
* http://www.glop.org/starforce/
* http://www.file.net/process/sfdrv01.sys.html
* Boycott Starforce NEWS: Ubisoft won't use Starforce anymore !


==Hegn og hække==
==What hardware is in my PC==
* [http://www.havenyt.dk/artikler/inspiration/hegn_og_haekke/754.html Hegn og hække - Gode arter til klippet hæk]
# Select Properties
==Home made digital thermometer==
# Select the Details tab
* [http://para.maxim-ic.com/en/search.mvp?fam=temp_sens&374=1-Wire|1-Wire%20Non-Network|2-Wire%2FSMBus|3-Wire|3-Wire%2FSPI|Freq.%20%26%23181%3B%20Temp.|PWM|Period%20%26%23181%3B%20Temp.|Period%20%26%23181%3B%20Temp.|Pulse%20Delay&tree=master Maxim Temperature Sensors - interactive device selector]
# Select Hardware Ids
* [http://www.maxim-ic.com/design_guides/en/TEMP_SENSORS_13.pdf Maxim design guide - Temp Sensors]
# Use the links below to locate Your hardware
* [http://www.pcidatabase.com/ www.pcidatabase.com PCI Vendor and Device Lists]
* [http://www.pcidatabase.com/reports.php?type=tab-delimeted List of known Id's in text format]


* [http://tau.ac.il/~stoledo/lego/i2c-1631/ Lego NXT Digital Temperature Sensor]


===1-wire devices===
==Scanning==
* [http://en.wikipedia.org/wiki/1-Wire 1-Wire - Wikipedia]
* [http://www.piratgruppen.org/wiki/index.php/Ops%C3%A6tning_og_indscanning_med_Omnipage Opsætning og indscanning med Omnipage]
Maxim's DS9097 is a serial adapter to connect a 1-wire or iButton device to a PC.<br>
* [http://linux.aldeby.org/how-to-professionally-scan-and-ocr-with-open-source-tools.html How to professionally scan and OCR with open source tools]
It can be bought from Maxim [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2982 DS9097] or you can make it yourself [http://arti.vub.ac.be/~bartj/domoticube/1wireboard.html Homemade 1-wire to Serial adapter] or this [http://www.elektroniikka.org/thermometer/?page=adapter another 1-wire to Serial adapter] or this [http://www-e.uni-magdeburg.de/mthraenh/newapp74.pdf serialport adapter that supplies also 5V]
* [http://en.flossmanuals.net/ReadingandSugar/ScanningBookPages SCANNING BOOK PAGES]
* [http://www.maxim-ic.com/products/ibutton/software/sdk/sdks.cfm MAXIM - Software Development Kits]
* [http://www.proportionalreading.com/scan.html How To Scan a Book]
* [http://www.maxim-ic.com/appnotes.cfm/an_pk/1740 APPLICATION NOTE 1740 - White Paper 6: 1-Wire Drivers Installation Guide for Windows]
* [http://www.imagemagick.org/script/index.php ImageMagick - crop from the command line]
* [http://sourceforge.net/projects/owdotnet/ OWdotNET - Use the Dallas 1-Wire and iButton chips with standard C# using a serial adapter (also CF.net) or the TMEX drivers on the .NET platform.]
* [http://www.gimp.org/ GIMP - use it to figure out where ImageMagic should crop]
* [http://www.pmalmberg.com/2008/01/03/tmexnet-1-wire-in-pure-c/ TMEX.Net = 1-Wire in pure C#]
 
* [http://www.gutenberg.org Project Gutenberg]
* [http://msdn.microsoft.com/en-us/magazine/cc534995.aspx#id0070014 Foundations - Bitmaps And Pixel Bits - Charles Petzold]
* [http://www.wintellect.com/CS/blogs/jprosise/archive/2009/03/23/silverlight-3-s-new-writeablebitmap.aspx SILVERLIGHT 3'S NEW WRITEABLE BITMAP]


Temperature sensors
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/5355 DS28EA00]
: 12-bit
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4576 DS1825]
: 12-bit
: Measures Temperatures from -55°C to +125°C
: ±0.5°C Accuracy from -10°C to +85°C 
: 12-Bit Digital Word in 750ms (max)
: Only 8-Pin µSOP
: 3.0 to 3.7V


* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2812 *DS18B20]
* [http://www.filmscanner.info/FilmscannerRangliste.html Filmscanner rangelist]
: 12-bit
 
: Measures Temperatures from -55°C to +125°C
* [http://en.wikipedia.org/wiki/Microsoft_Site_Server Microsoft Site Server]
: ±0.5°C Accuracy from -10°C to +85°C 
 
: 12-Bit Digital Word in 750ms (max)
==Artikler smidt ud under oprydning==
: Also 3-Pin TO-92 Packages !!!
* [http://www.microsoft.com/msj/archive/s25f.aspx Write a Simple HTTP-based Server Using MFC and Windows Sockets]
: 3.0V to 5.5V
 
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2813 DS18B20-PAR]
==DPC Latency==
: 12-bit
* [http://www.thesycon.de/deu/latency_check.shtml DPC Latency Checker]
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2815 DS18S20]
* [http://blogs.msdn.com/peterwie/archive/2008/10/06/measuring-dpc-time.aspx Measuring DPC time]
: 9-bit
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2816 DS18S20-PAR]
: 9-bit


===I²C 2-Wire/SMBus devices===
1) Download and install
* [http://en.wikipedia.org/wiki/I%C2%B2C I²C - Wikipedia]
* [http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&displaylang=en Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1]
Temperature sensors
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4407 *DS620]
: 13 bit
: Measures Temperatures from  -55°C to +125°C
: ±0.5°C Accuracy Over a 0°C to +70°C Range
: Fast (13 bit 200ms max) Temperature-to-Digital Conversion Time
: 1.7V to 3.5V
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2737 DS1621]
: 12 bit
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2738/ln/ DS1624]
: 13 bit
: Measures Temperatures from  -55°C to +125°C
: ±0.5°C Accuracy Over a 0°C to +70°C Range
: 13 bit max 1000ms
: 2.7V to 5.5V
: 256 bytes of E2 memory
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3241 *DS1631]
: 12 bit
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/5730 DS7505]
: 12 bit
: Measures Temperatures from  -55°C to +125°C
: ±0.5°C Accuracy Over a 0°C to +70°C Range
: 12 bit 200ms
: 1.7V to 3.7V
: Multidrop Capability
: Stand-Alone Thermostat Capability (open-drain output)


===I²C to 1-Wire bridge===
2) Start All Programs - Microsoft Windows SDK v7.0 - Tools - Install Windows Performance Tool Kit (x64)
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4338/t/al DS2482-800 Eight-Channel 1-Wire Master]
* [http://www.maxim-ic.com/appnotes.cfm/an_pk/3684 APPLICATION NOTE 3684 - How to Use the DS2482 I²C 1-Wire® Master]


==Windows Fiewall "windows firewall has blocked some features of this program"==
3)
* [http://support.microsoft.com/kb/875357/ Fejlfinding i forbindelse med indstillingerne for Windows Firewall i Windows XP Service Pack 2]
Administrator - Command prompt
* [http://technet.microsoft.com/en-us/library/cc748991.aspx Windows Firewall with Advanced Security Getting Started Guide]
C:\Program Files\Microsoft Windows Performance Toolkit>xperf -on Latency
C:\Program Files\Microsoft Windows Performance Toolkit>xperf -stop
C:\Program Files\Microsoft Windows Performance Toolkit>xperfview.exe \kernel.etl


==DD-WRT flere netwæek på samme router==
NVIDIA PowerMizer !!
* http://viidev.blogspot.com/2008/05/secure-wep-network-for-nintendo-ds.html
* http://www.dd-wrt.com/phpBB2/viewtopic.php?t=35556&postdays=0&postorder=asc&start=15
* http://boards.fon.com/viewtopic.php?p=21851
* https://secure.dd-wrt.com/wiki/index.php/FON_Hotspot#FON_On_DD-WRT_w.2F_Chillispot


==Geocaching==
Device Driver Kit tracelog
* [http://skovkort.sns.dk/Default_2005_stor.asp Skovkort]
* [http://msdn.microsoft.com/en-us/library/ms797921.aspx Windows Driver Kit: Driver Development Tools Example 15: Measuring DPC/ISR Time]
* [http://www.jyllingespejderne.dk/Kode_v410/index.htm Kodemaskine A-K og meget andet]


==Enable or disable Vista hibernation==
http://www.syschat.com/enable-or-disable-vista-hibernation-2369.html


==Outlook hangs==
Dell
* http://office-outlook.com/outlook-forum/index.php?t=msg&th=44628/
* [http://en.community.dell.com/blogs/direct2dell/archive/2010/02/19/update-on-dpc-latency-for-alienware-m17x-customers.aspx Update on DPC Latency for Alienware M17x Customers]
mdi132


==Vista won't sleep or hibernate==
==3D Plotter==
* https://msdn.microsoft.com/en-us/subscriptions/securedownloads/default.aspx
* [http://reprap.org/ RepRap is short for Replicating Rapid-prototyper]
Use PwrTest in WDK
* [http://homes.esat.kuleuven.be/~visit3d/webservice/v2/index.php ARC 3D Webservice]
* [http://lists.diku.dk/pipermail/imageworld/2007-August/000537.html About ARC 3d Webservice]
* [http://meshlab.sourceforge.net/ MeshLab]


==Køleskab==
==Stenslibning==
* http://www.lav-det-selv.dk/Forum/forumid/4/postid/5903/view/topic/
* [http://www.anku-netbutik.dk ANKU Netbutik]


==Håndmikser==
==Program Compatibility Assistant (PCA)==
* [http://www.gp.se/content/1/c6/45/86/70/1117_elvispar.pdf Svensk test Göteborgs-Posten]
* [http://msdn.microsoft.com/en-us/library/dd371711(VS.85).aspx Application Manifest - Windows 7]
* [http://www.icakuriren.se/ArticlePages/200609/22/20060922103452_Icak021/20060922103452_Icak021.dbp.asp Svensk test Icakuriren (artikel)]
* [http://msdn.microsoft.com/en-us/library/bb756937.aspx Application Compatibility: Program Compatibility Assistant (PCA)]
* [http://www.icakuriren.se/ArticlePages/200609/22/20060922103452_Icak021/test_elvispar.pdf Svensk test Icakuriren (test resultat)]
* [http://www.smartson.se/test/hushall/test-10-elvispar-2008.htm Svensk test Smartson]


==.NET Noter==
==Equations in Word 2007==
<source lang="cpp">
* [http://blogs.msdn.com/microsoft_office_word/archive/2006/10/04/Equations-in-Word-2007.aspx Equations in Word 2007]
            System.Diagnostics.Debugger.Launch();
            System.Reflection.Assembly.LoadFrom(@"<path to assembly to load>");


==Geocaching==
* [http://www.getcachebox.net/ Cachebox]
* [http://www.microsoft.com/downloads/details.aspx?familyid=E3821449-3C6B-42F1-9FD9-0041345B3385&displaylang=en Installer Microsoft .NET CF 3.5]
* Installer http://www.getcachebox.net/install/sqlce30.wce5.armv4i.CAB
* Kopier sqlceme30.dll fra C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\SQL Server\Mobile\v3.0\wce500\armv4i\sqlceme30.dll
* Tilføj HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services\AllowLSP Let this be a DWORD with a value of 0
* Flyt data væk fra main memory


            System.Diagnostics.Debugger.Launch();
==Database EER Diagrams==
            AppDomain currentDomain = AppDomain.CurrentDomain;
MySQL Workbench
            currentDomain.AssemblyResolve += new ResolveEventHandler(currentDomain_AssemblyResolve);
* [http://www2.cs.uregina.ca/~bernatja/crowsfoot.html Crow’s Foot Notation]
* [http://stackoverflow.com/questions/762937/whats-the-difference-between-identifying-and-non-identifying-relationships What’s the difference between identifying and non-identifying relationships?]


        System.Reflection.Assembly currentDomain_AssemblyResolve(object sender, ResolveEventArgs args)
==Surdej==
        {
* http://www.lillekrabbe.dk/surdej/surdej_hvordan.htm
            System.Diagnostics.Debugger.Launch();
            return System.Reflection.Assembly.LoadFrom(@"<path to assembly to load>");
        }
</source>


==Tændingstidspunkts justering på en Passat AGG motor==
==Perspektiv i billeder==
Hvis man afmonterer hall sensors kabel og genstarter motoren får man fejlkode:
* http://www.google.dk/search?q=whiteboard+photo+straighten&rls=com.microsoft:da:&ie=UTF-8&oe=UTF-8&sourceid=ie7&rlz=1I7GGLC_en
VCDS version: NEZ 805.2
* http://www.google.dk/search?hl=da&rls=com.microsoft:da:&rlz=1I7GGLC_en&q=perspektiv+opretning+photoshop&btnG=S%C3%B8g&meta=&aq=f&oq=
* http://www.ephotozine.com/article/How-to-correct-verticals-using-Gimp-9992
Adresse 01:  Motor
Styreenhed reservedelsnr. : 037 906 025 G
Beskrivelse og/eller version : SIMOS 4S          1941
Software kodning : 00000
Forhandlernummer : WSC 00000
1 fejlkode fundet:
00515 - Hallgiver (G40)
        16-00 - Signal udenfor tolerance


Readiness: Ikke tilg.
==C#==
* [http://www.csharp-examples.net/examples/ C# Examples - a site with many useful code snippets]


[[Image:VCDS_Styreenhed_Passat.jpg]]
==Skumringsrelæer==
* http://www.billigvvs.dk/El-artikler-Bevaegelsessensor-Sensor-inde--Servodan-Skumringsrelae-med-indbygget-radiostyret-DCF-ur-389772.html
* http://www.esylux.com/dk/dk/produkte/katalog/product_group.php?group_id=Node%group4160622992140&lang=dk
* http://www.preisroboter.de/search.php?search=4015120016509




[[Image:VCDS_Tændingsjustering_Passat.jpg]]
==Cykel holdere til iPAQ og iPhone==
* [http://www.handhirn.de/zubehoer/Hewlett+Packard/iPAQ+rx5935/pdair-alucase-hardcase-fuer-hp-ipaq-rx59xx---silber-a1572.html PDAir Alu case]
* [http://www.pdair.com/catalog/product_info.php?cPath=10100000_200000_11000067&products_id=5112 APAir Alu Case fabrikkens hjemmeside]
* [http://www.pdamax.de/seiten/detailansicht_an-127.html?sid=55530d3c69065441e38b2e7842e1d84a Den fancy holder til iPhone]
* [http://www.andres-industries.de/index.php?option=com_content&view=article&id=183&catid=34&Itemid=61%E2%8C%A9%3Dde%E2%8C%A9%3Dde&lang=de Andres Industries AG - Dem som laver den fancy holder til iPhone]
* [http://www.arkon.com/iPhone_Car_Mount.php Langt nede på siden er der en meget billig cykelholder til iPhone]


* [http://www.hrautocomfort.de HERBERT RICHTER fabrikken der laver de almindelige holdere]


[[Image:VCDS_Fejlkode_unden_hall_kabel_til_tændspole_forbundet.jpg]]
Anmeldelser af iPhone holdere


* [http://www.lav-det-selv.dk/Forum/forumid/6/postid/99274/view/topic/ Er min tændspole kaput?]
* [http://www.jens-stratmann.de/?p=3165&gtlang=da Anmeldelse af BikeCase]
* http://213.239.212.66/wiki/Geber_G40_(Hallgeber)
* [http://www.jens-stratmann.de/iphone-fahrradhalter-mtb-rennrad-geocaching-outdoor/2009/09/30 Anmeldelse af BikeCase på tysk]
* http://www.vaglinks.com/Docs/Catalogues/HoVWdiAudi.dk_Golf_III_PartNumbers.pdf
* [http://www.pocketnavigation.de/article/view_793__bikecase-fuer-das-iphone-3gs/2.4.19.html Den fancy]
* [http://www.spin-planet.de/2009/08/iphone-fahrradhalterung/ Den almindelige type med svanehals]


1 stk spritny strømfordeler, komplet med hall-giver, rotor og fordelerdæksel..  
==Garmin Edge 305==
Passer til 2E, AGG, ADC og AAC motorer
* [http://www.marengo-ltd.com/gps/ Open Source GPS HOW TO - Using a Garmin Edge to Plot Cycle Routes with Google Maps on Linux, Macs and Windows]
OENr.: 037 905 205 C
 
OENr.: 037 905 205 J
==BlueTooth Physiological Sensors==
OENr.: 037 905 237 A
* [http://code.google.com/p/zephyropen/ Zephyr Open is a code project to provide a framework for BlueTooth Physiological Sensors]
OENr.: 037 905 237 AX
* [http://forum.polar.fi/showthread.php?t=4323&page=7 Polar Bluetooth chest belt (for Nokia)]


* [http://hjemmesider.eucsyd.dk/peb/ EUCSYD lærebøger]
==Cykelsko==
* [http://hjemmesider.eucsyd.dk/peb/Materialer/T%C3%A6ndingsanl%C3%A6g/T%C3%A6ndingsanl%C3%A6g.pdf Pædagogisk forklaring på hvordan tændingssytemet virker]
SPD
* [http://hjemmesider.eucsyd.dk/peb/Materialer/Tændingsanlæg/Tændingsanlæg.pdf Pædagogisk forklaring på hvordan tændingssytemet virker]
* [http://en.wikipedia.org/wiki/Cycling_shoe Wikipedia]
That will have an AGG code engine. The distributor hall sender is out of sync and so the distributor needs top be repositioned. Start the car and enter Engine 01, Measuring Blocks 007 and four blocks of data will appear. Rotate the distributor until the value in block 1 is between 57 and 60 or 1 and the value in block 2 is between 5 and 8.
* [http://da.wikipedia.org/wiki/Spinning Spinning]
* [http://www.vwaudiforum.co.uk/forum/showthread.php?t=40899]
Lav grundindstilling bagefter


==Software jeg gerne vil eje==
==Konverter video og musik T-1300 Kjærulf==
* [http://www.4dev.com/regc/index.htm Registry Crawler]
* [http://www.isoftdownload.com/software/daniusoft-digital-media-converter-pro Daniusoft Digital Media Converter Pro]
* [http://www.soundtaxi.org/index.php SoundTaxi]


==Digitale Billedrammer==
==Performance analysis tools==
* [http://www.hama.de/portal/articleId*173886/picType*det5/action*2599?picURL=%2Fbilder%2F00090%2Fdet%2F00090921det5.jpg#picture Hama 15" 4:3"]
* [http://ipedia.net/what+is+Performance+analysis What is Performance Analysis?]
* [http://www.digitalpictureframereview.com/review-samsung-spf-85v Review: Samsung SPF-85V]
==Arduino Duemilanove==
Der findes en holder WMP081BD til rammen http://www.samsung.com/cn/consumer/accessory/type/accList.do?group=computersperipherals&type=photoframe&subtype=photoframeaccessories
* [http://ing.dk/grupper/selvgjort-er-velgjort/forum/121281 Selvgjort er velgjort]
* [http://192.168.0.18:5050/images/nowplaying.jpg http://192.168.0.18:5050/images/nowplaying.jpg Se det billede som vises]
* [http://let-elektronik.dk/ LET-Elektronik Arduino Print: Duemilanove]
* [http://andrey.mikhalchuk.com/2009/01/19/fixing-samsung-spf-83v-leftright-buttons.html Fixing Samsung SPF-83V left/right buttons]
* [http://www.aai.com.tw/product/Multimedia_Solutions.htm AeroVision Avionics Inc - RMI/AU1200 Solution]
* [http://msdn.microsoft.com/en-us/library/aa924383.aspx Wceload Tool (Visual Studio)]


==DLNA Media Server's==
==Driveres for S12==
Jeg har haft installeret FUPPES og TVersity.<br>
* [http://laptopvideo2go.com/ LaptopVideo2Go]
Ingen af dem kunne snakke med Samsung rammen.<br>
FUPPES er GPL TVersity findes i en almindelig og en PRO udgave PRO udgaven kan man bare installere (man afleverer sin email addresse), evaluere så længe man vil, og så betale senere.


* [http://www.rbgrn.net/blog/2007/06/how-to-set-up-media-servers-for-your-ps3-or-xbox-360.html How to set up media servers for your PS3 or Xbox 360]
== Replace Lenivi Ideapad S12 LCD screen ==
* [http://www.rbgrn.net/blog/2007/08/how-to-choose-dlna-media-server-software-in-windows-mac-os-x-or-linux.html How to choose a DLNA Media Server for Windows, Mac OS X or Linux]
After breking the sceen on my s12 i had to remove the lcd and this is how i did it.
* [http://en.wikipedia.org/wiki/UPnP_AV_MediaServers UPnP AV MediaServers - Wikipedia]
# remove the small plastic covers in the upper corners
# remove the screws underneath
# now you may carefully remove the front cover around the lcd screen. There are no screws holding it in the bottom, but a lot of 2side tape. I used a sharp knife to cut the tape from the cover . In the bottom the cover is clicked on so just carefully get the cover free ( use the force but not to much force ) .
# After getter the front cover off, unscrew the 4 screws that are holding the lcd screen to the metal frame . The 2 bottom screws are a little tricky cause theres not much room to work in.
# Lift the screen forward a little and disconnect the small connecter in the top of the back of the screen.
# Remove the tape covering the big connector on the back of ther screen and then disconnect the cable.
# your lcd is free and a new one may be fitted in the reverse order.


===Microsoft links about DLNA and Picture Frames===
The steps you quoted are not entirely correct. There are two screws in the upper corners under the rubber bumpers and there is 2 sided tape on the inside of the bezel surrounding the LCD. There is also two screws on the bottom of the bezel but they are not under the rubber bumpers. They are hidden under the hinge covers. You need to pop them off and then remove the screws. The bezel will easily come off then.
Search on Google for GetDeviceCapabilities dlna
R
These 2 documents has new links inside
* [http://download.microsoft.com/download/5/E/6/5E66B27B-988B-4F50-AF3A-C2FF1E62180F/CON-T575_WH08.pptx Building Digital Picture Frames using Microsoft Technologies]
* [http://download.microsoft.com/download/a/d/f/adf1347d-08dc-41a4-9084-623b1194d4b2/DigitalPicFrms.docx Connected Digital Picture Frames: Analysis and Specifications]


* [http://www.upnp.org/standardizeddcps/documents/UPnPAvArchtiecture0.83.pdf UPnP AV Architecture:0.83]
==WCS-0010 IP Camera==
* [http://www.upnp.org/standardizeddcps/ UPnP Standards]
* [http://uk.level1.com/product_l.php?searchtype=1&modelstr1=WCS&modelstr2=0010&type=1&btnsearch2.x=18&btnsearch2.y=13 Download]
* [http://download.level1.com/level1/datasheet/WCS-0010_SPEC_V2.0.pdf Datasheet]
* [http://videoexpert.home.att.net/artic1/250sens.htm Light sensitivity, what is 3 LUX]


==Adskille Wii==
==Windows Vista Backup, Windows 7 Backup and .VHD files==
* [http://www.xbox-modchips.com/wii-tutorials/xcm-wii-dissasembly-guide.htm Wii DISSASEMBLY Guide from XCM]
* [http://technet.microsoft.com/en-us/magazine/2007.09.backup.aspx A Guide to Windows Vista Backup Technologies]
* [http://blogs.zdnet.com/hardware/?p=3324 How-to: Getting started with .VHD files in Windows 7]
* [http://kb.acronis.com/content/3504 Acronis 3504: Mounting VHD File in Windows 7]
* [http://www.petri.co.il/mounting-vhd-files-with-vhdmount.htm Mounting VHD files with VHDMount – Microsoft Virtual Server]
* [http://www.eggheadcafe.com/software/aspnet/32271826/complete-pc-backup-full.aspx Complete PC Backup: full vs. incremental]


==Wii trommesæt==
==Julegløgg==
* [http://en.wikipedia.org/wiki/Guitar_Hero_IV Guitar Hero World Tour - Wikipedia]
*2 dl Vodka eller klar Brøndum
* [http://redoctane.custhelp.com/cgi-bin/redoctane.cfg/php/enduser/std_adp.php?p_faqid=21748&p_created=1225236414&p_sid=Arxp9umj&p_accessibility=0&p_redirect=&p_lva=&p_sp=cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD01NDksNTQ5JnBfcHJvZHM9JnBfY2F0cz0mcF9wdj0mcF9jdj0mcF9zZWFyY2hfdHlwZT1hbnN3ZXJzLnNlYXJjaF9ubCZwX3BhZ2U9MQ**&p_li=&p_topview=1 Red Octane's side for download af tromme tuner]
*1 flaske rødvin (70 cl)
* [http://www.joystiq.com/2008/11/01/ghwt-drum-tuning-app-now-available-red-octane-shipping-midi-usb/ GHWT drum tuning app now available, Red Octane shipping midi-USB cables for free]
*2 dl vand
* [http://www.splegends.com/2008/11/guitar-hero-drum-tuner-available-for.html Guitar Hero Drum Tuner Available For Download]
*80 g sukker
*100 g rosiner
*100 g mandler
*2 kardemommekapsler
*2 kryddernelliker
*1 spsk. friskrevet eller tørret ingefær
*Skallen af en halv usprøjtet appelsin, tyndt skrællet eller 1 g pomeransskal
*1 hel kanelstang


==Niels Hausgaard==
*Lad krydderierne trække i rødvinen i ca. 8 timer, hvorefter de sies fra. Tilsæt resten af ingredienserne, og varm forsigtigt op under omrøring. Gløggen må ikke koge.
* [http://www.galaksen.dk/ 29. jan. Galaksen]
* [http://www.mantziusgaarden.dk/00147/00149/00157/ 31. jan. Mantziusgården]


* [http://www.trommen.dk/?ID=877 18. marts Trommen]
*(6-8 personer)
* [http://www.gjethus.dk/az_kalender.php?id=122 22. marts Gjethuset]
* [http://www.baltoppen.dk/ 19. apr. Baltoppen]


==Nyt tag==
==x64 Windows Registry keys and KEY_WOW64_64KEY==
Her har de et priseksempel på hjemmesden, og de laver tegltage
* [http://www.codeproject.com/KB/system/Reflection.aspx Accessing 64 bit registry keys from 32 bit]
* [http://tag-eksperten.dk/ tag-eksperten]
* [http://www.pinvoke.net/default.aspx/advapi32/RegOpenKeyEx.html x64 Registry keys read from C#]


==Berits PC Shellcon hidden window==
==Jobs==
* http://wiki.answers.com/Q/How_do_you_remove_something_called_shell_con_hidden_window
* http://ing.dk/rank
* http://www.google.dk/search?hl=da&rls=GGLJ%2CGGLJ%3A2008-33%2CGGLJ%3Aen&q=cd+shellcon+%22hidden+window%22&meta=


==Restaurenter==
* Oticon
* [http://www.meilin.dk/content.asp?ID=134 Restaurent Mei Lin Øverødvej 5B 2840 Holte 45 48 48 10]
* GnResound
* Videx
* BK Medical
* Niels Jørgensen 3 Shape


==Grammatik==
* [http://www.kurser.dtu.dk/ DTU Kurser]
* [http://www.kongsholm-gymhf.dk/Subwebs/Laesestave/index.html Læsevejledernes hjemmeside]
* [http://www.match.dtu.dk/Kurser/Kursusforledige.aspx DTU  Kursus for ledige 2010]
* [http://www2002201.thinkquest.dk/index.php?id=1 Dansk 4 Dummies]


==Skoleopgaver==
* [http://zone.ni.com/devzone/cda/pub/p/id/361 microLEX Alain Moriat]
http://www.langkaer.dk/or/DO6.htm
* [http://www.merlinia.com/dan/OutBack.msl Merlina Outback integration med Outlook og omstillingsborde SIP]


Novelle- og romananalyse.
* [http://www.linkedin.com/profile?authType=name&authToken=1teX&locale=en_US&viewProfile=&key=20489899 Thorkil Filholm]
Formålet med novelle- og romananalyse er, at du skal finde frem til det livssyn, der findes i teksten.  


I det følgende nævner jeg en række redskaber, som du kan anvende i analysen. En analyse skal ikke nødvendigvis indeholde alle nedenstående elementer; du skal vælge ud og vurdere, hvad der er væsentligt i tilknytning til netop denne tekst.  
* [http://www.jobfinder.dk/searchresults/job.aspx?jobId=329280137 Zigbee Schneider]
Nogle af nedenstående elementer overlapper hinanden.  


Punkt 1-9 er analysen, og pkt. 10-13 er fortolkningen. I praksis vil man ikke kunne opretholde dette skarpe skel mellem analyse og fortolkning.
* [http://www.it-jobbank.dk/da/firma/7353/job/50204670 - Progrator Ivan Tullberg]
* [http://www.it-jobbank.dk/da/firma/4773/job/50204807 Dako Embedded software design]
* [http://www.it-jobbank.dk/da/firma/4773/job/50204801 Dako - Software Design Engineer - Instruments]
* [http://www.dako.dk/ Dako - Glostrup]
* [http://www.madebydelta.com/delta/Jobs/Intro.page? Delta]
* [http://www.widex.com Widex - Værløse]
* [http://it.jobindex.dk/annoncer/84480.shtml Visual Information Systems A/S - Hørsholm 5. oktober]
* [https://careers.microsoft.com/Search.aspx#&&page=1 Microsoft]
* [http://it.jobindex.dk/cache/af/2449780.shtml iPhone Lyngby]
* [http://www.it-jobbank.dk/da/firma/6479/job/50204986 Ementor]
* [http://www.cim-gruppen.dk/ CIM-Gruppen LabView]
* [http://www.gamasutra.com/contractors/contractor_display.php?contractor_id=1535 Jens Mose]
* [http://www.axcon.dk/ Axcon Lyngby Kroman]
* [http://www.jobfinder.dk/searchresults/job.aspx?jobId=329264367 LOGOS Smart Card]


1. Genrebestemmelse.
Hvilken genre tilhører teksten? Novelle eller roman? F.eks. realisme eller science-fiction? Udviklingsroman eller punktroman? Dokumentarisme? Historisk roman? Eventyr? Myte? O.s.v.


2. Komposition.
* [http://ing.dk/artikel/102893-anders-lund-madsen-ingenioerer-kan-ikke-netvaerke-heldigvis?utm_medium=email&utm_source=nyhedsbrev&utm_campaign=ingformiddag Anders Lund Madsen]
Hvordan er teksten bygget op? Hvilke dele består den af? Hvordan hænger disse dele sammen? Hvilket kompositionsprincip er der tale om? Åben slutning, eller lukket slutning? In medias res? Hvordan understøtter kompositionen tekstens dybere betydning?
* [http://www.studerende.dk/messe/aalborg/2009/katalogDMJA2009.pdf Jobkatalog DSE Ålborg]
* [http://studerende.dk/messe/lyngby/2009/katalog_web.pdf Jobkatalog DSE Lyngby]


3. Handlingsstruktur (episk forløb).
==Start egen virksomhed==
Hvordan er handlingsforløbet skruet sammen? Er det liniært, kronologisk? Eller kobles der frem og tilbage imellem forskellige handlingsforløb (episke forløb)? Forekommer der spring i handlingen? Er der flere forskellige handlingsstrenge? Hvordan er de flettet sammen?
* [http://www.startvaekst.dk/ Væksthus]
* [http://www.iak.dk/Selvstaendig/Ivaerksaetter.aspx IAK Iværksættersiden]
* [http://www.initiativgruppen.dk/index.php?option=com_jumi&fileid=4&Itemid=66&courseid=23 Regnskabskursus - fem dage i dagtimerne kl. 09.30-15.15 i Gentofte. Bogføring, skat og moms for mindre virksomheder og iværksættere.]


4. Fortælleren.
==How to access Microsoft Exchange Server with Outlook from the internet==
Fortælleren er den stemme, der udsiger teksten. Vi kan skelne mellem to hovedtyper af fortællere:
Eksplicit fortæller (direkte tilstede i teksten; en jeg-fortæller er en eksplicit fortæller), og
implicit fortæller (indirekte til stede i teksten; en neutral fortæller, der fungerer som kamera, er en implicit fortæller).
Andre betegnelser for, og typer af fortællere, er: Alvidende fortæller, jeg-fortæller, neutral fortæller, tredje-persons-fortæller, personbunden fortæller.


5. Synsvinkel.
* [http://www.petri.co.il/configure_outlook_2003_to_use_rpc_over_http.htm Configure Outlook 2003 to use RPC over HTTP/S]
Synsvinklen er det sted (eller den person), hvorfra der fortælles. En forfatter kan anvende indresyn (synsvinklen ligger hos én af personerne) eller ydresyn. Der kan også forekomme synsvinkelskift fra indresyn til ydresyn, eller mellem to forskelllige personer.
* [http://www.petri.co.il/how-can-i-configure-rpc-over-https-on-exchange-2003-single-server-scenario.htm How can I configure RPC over HTTP/S on Exchange 2003 (single server scenario)?]


6. Tid.
* [http://www.msexchange.org/tutorials/Outlook_2003_Connect_Exchange_2003.html Using Outlook 2003 to connect to Exchange 2003 using RPC over HTTPS]
Fortælletid er det tidspunkt, hvorfra der fortælles. Hvis der fortælles i nutid og kronologisk kalder vi det for "medsyn". Bagudsyn (flashback) kan blandes med medsyn. Selv om der fortælles i datid, kan vi godt have kronologisk medsyn.
Fortalt tid (den omhandlede tid) er den tid, der fortælles om - f.eks. en periode i fortiden, der har betydning for nutiden.


7. Fortælleteknik.
* [http://forums.techarena.in/small-business-server/813671.htm Outlook Anywhere - RPC over HTTPS]
Hvilke fortællemåder bruges? Beretning, beskrivelse (natur- eller rum-beskrivelse), replikker (dialog), indre monolog, indirekte tale, dækket direkte tale, scenisk eller panoramisk fremstilling, tankestrøm (stream of consciousness).


8. Personkarakteristik.
==How to configure McAfee for Microsoft Exchange Server on Small Business Server==
Hvem er hovedperson, og hvem er bipersoner? Ydre karakteristika, hvad gør personen (forhold til andre) og indre karakteristika (forhold til sig selv, mørk/lys person, o.s.v.). Beskrives personerne som typer, eller som individualiteter med dybtgående, nuanceret psykologisk analyse. Læg også vægt på analyse af personrelationer (personernes samspil).  
* [https://kc.mcafee.com/corporate/index?page=content&id=KB51471 VirusScan Enterprise / SaaS Endpoint Protection exclusions for Exchange Server 2007 and 2010 when running Security for Exchange / GroupShield for Exchange - McAfee]
* [http://support.microsoft.com/kb/943620 Folders to exclude when you perform a file-level antivirus scan on a server operating system - Microsoft]


9. Miljøkarakteristik.
==Unicycle - Ethjulet cykel==
Hvilket, eller hvilke miljøer foregår teksten i - socialt, kulturelt, aldersmæssigt o.s.v.? Er miljøet væsentligt for temaet (i socialrealismen og den psykologiske realisme spiller miljøet en vigtig rolle: f.eks. i tekster, der handler om frigørelse)?
* [http://www.freewebs.com/andrewcarter/basic.htm Unicycling Tips and Tutorials]
I modernismen findes såkaldte "abstrakte" miljøer (løst skitserede).
* [http://www.freewebs.com/andrewcarter/learning.doc Lerning to Unicycle]


<br>_________________________________________________________________<br>
==Indkøbsliste==
*Dimension 9150
*4 GB Ram
*Western digital 1,5 TB green disk wd15ears eller wd15eads
*Harddisk [http://www.edbpriser.dk/Product/Details.aspx?pid=673387 BlackArmor WS 110 2 TB]
* Logitech diNovo Edge (Dansk) (Bluetooth) http://www.edbpriser.dk/Product/Details.aspx?pid=227722
* Sandberg Wireless Touchpad Keyboard DK http://www.sandberg.dk/product.aspx?id=630-60
* http://www.coolshop.dk/catalog/product/60024-wireless-touchpad-keyboard-dk-sandberg-630-60--for-pc&utm_source=spilpriser&utm_medium=index&utm_content=textlink?utm_source=spilpriser&utm_medium=cpa&utm_campaign=general&tduid=9b9c77d101e90c191fb340f740943396


10. Tema.
==eSATAp==
Et tema er en abstrakt formulering af det, som teksten handler om. For at finde temaet i en tekst kan du spørge: "Hvad handler denne tekst egentlig om?" Jo bedre du er til abstrakt tænkning, og jo mere præcist og originalt, du kan formulere temaer, jo bedre vil din temaanalyse være.
* FAQ http://www.lindy.it/lindyshop/manuals/70534v0.pdf
Ofte er der flere temaer i en tekst: Hovedtema og sidetemaer, der indgår i et samspil med hinanden.
* Billede http://www.delock.com/popup/picture.php4?url=/pictures/pictures/org/4ae58e4714551.jpg&title=84432
Hyppigt forekommende temaer i litteratur er: Identitet, frigørelse, kærlighed, undertrykkelse, ensomhed, opgør med autoriteter, lidenskab, angst, fremmedgørelse, individ/omverden, liv/død, natur/kultur (herunder land/by), o.s.v.
* USB eSATA http://www.pimfg.com/product_detail.asp?search=Y&part=EUSB-CM5EC-2M


11. Fortolkning.
==Marsvinebure==
Fortolkning er en sammenfatning af din analyse. For at finde frem til en fortolkning af en tekst kan du spørge: "Hvad er egentlig forfatterens mening med denne tekst?" , eller du kan spørge: "Hvad siger denne tekst egentlig om verden?" Sommetider taler vi også om forfatterholdning, eller forfatterhensigt, eller budskab (men det kan forveksles med morale, og det er ikke meningen!).
* http://www.ikea.com/dk/da/catalog/products/00130129
* http://www.e-pages.dk/eldorado/1/2
* http://dyreriget.dk/
Ivomec
* http://forum.mutterne.dk/viewtopic.php?f=1&t=8514


12. Livssyn.
==TV Overscan==
Ofte kan du relatere en bestemt tekst til et bestemt livssyn, eller en livsanskuelse. Vi kan definere livssyn/livsanskuelse som tekstens eller forfatterens måde at se livet og verden på.  
LG kalder det for Kun Scanning
Ofte kan vi også sætte teksten i forhold til en bestemt filosofi: F.eks. en postmodernistisk filosofi, en romantisk filosofi, en eksistentialistisk filosofi, o.s.v.
Sony kalder det Full Pixel
 
==Ny TV Mediacenter==
Driver til Harald Nyborg Tuner findes på Windows Update hvis man kører Vista<br>
Driver til NOVA-T-USB2 (93xxx)  http://www.hauppauge.se/site/support/support_wintv7.html<br>
Mediaportal roadmap: http://mantis.team-mediaportal.com/roadmap_page.php?project_id=1<br>
* [http://www.team-mediaportal.com/download.html Mediaportal 1.0.2]
* [http://www.cyberlink.com/products/powerdvd/overview_en_US.html Power DVD har et h264 codec]
* [http://www.free-codecs.com/download/x264_Video_Codec.htm Forskellige players og codecs med h264]
* [http://www.recordere.dk/forum/forum_posts.asp?TID=66632&PN=1&TPN=500 Ham der bruger Power DVD codec]
* [http://users.vic.chariot.net.au/~mitreski/mediaportal%20codec%20guide%20v.2.pdf Simple, Full Featured Mediaportal Codec Guide]
FFDshow Tryouts? Tryouts is an updated fork of the original, and is actively developed unlike the original.
* [http://forum.team-mediaportal.com/untested-mediaportal-tv-server-1-0-rc3-svn-builds-300/mediaportal-svn-snapshot-10-17-2008-19-45h-revision-20514-rar-46860/ Links til bugbase]


13. Historisk perspektivering.
* [http://wiki.team-mediaportal.com/TV-Server/Configuration/GeneralSettings :TV-Server/ Configuration/ GeneralSettings/ ]
Du skal sætte teksten ind i en historisk sammenhæng: Hvilken periode indgår teksten i? Hvordan kan man se det (hvordan kommer det til udtryk i tematik, livsanskuelse, fortælleteknik)? Hvordan er forfatterens placering i perioden og i forhold til andre forfattere? Hvilken litterær "isme" hører hans/hendes tekst hjemme i? Naturalisme, romantik, modernisme, postmodernisme?
Periodens kultur, samfund, filosofi inddrages.


14. Stil og sprog.
* [http://recordere.dk/forum/forum_posts.asp?TID=57986&PN=1&TPN=1 Unable to Timeshift]
Hver forfatter har sin særlige måde at skrive på: Tekstens stil. Vi kan dog skelne mellem to stilmæssige hovedtyper: Realisme, og "ikke-realisme". Disse kan igen underinddeles og relateres til perioder: f.eks. impressionisme, socialrealisme, nyrealisme, magisk realisme. Og: symbolisme, ekspressionisme, modernisme, fantastisk litteratur.
* [http://mantis.team-mediaportal.com/view.php?id=2422 Changing PMT bugreport]
Til tekstens stil hører også: Ironi, humor, satire, slang, patos. Og generelt: Ordvalg, sætningsstrukturer, rytme, tone.
Endvidere skal du være opmærksom på: Billedsprog, metaforer, sammenligninger. Og hvis der optræder symboler eller symbollignende elementer i teksten, skal deres betydning og funktion opklares og dokumenteres.  


15. Diskussion af teksten.
* [http://xbmc.org/forum/showthread.php?t=35910 XBMC IR remote]
Giv en begrundet vurdering af teksten:
God eller dårlig fortælleteknik, godt eller dårligt sprog, er personkarakteristikken "flad"?
Teksten modsiger sig selv. Teksten har uklare eller skjulte præmisser for sit udsagn (kitsch, f.eks.); sammenhængen mellem "budskab" og begrundelse er dårlig.
Du er uenig i livssynet, men finder det alligevel interessant og godt behandlet.


<br>_________________________________________________________________<br>
* [http://www.pcwelt.de/start/audio_video_foto/tv/tests/189918/die_besten_dvb_t_sticks_im_test/index.html Tysk test af tunere i 2009]


16. Fremlæggelse af analyse og fortolkning.
==DR.dk EPG ripper==
Det vil være uoverkommeligt at fremlægge alle ovenstående punkter i en analyse og fortolkning. Og i øvrigt helt uinspirerende at høre på eller læse i en skriftlig fremstilling. Analyseredskaberne skal anvendes med omtanke og sans for, hvad der er væsentligt og interessant. Tekstanalyse og fortolkning kan gøres til en kreativ og spændende genre med sans for liv og sprog.
* [http://drepg.zzl.org/ dr.dk EPG ripper]
Her er en standarddisposition for en mundtlig eller skriftlig fremlæggelse, hvor du trinvist bevæger dig fra det konkrete til det abstrakte:


# Anfør forfatter, titel og udgivelsesår.
==MediaPortal setup and configuration==
# Gør rede for tekstens komposition og fortællerforholdene.
* [http://forum.team-mediaportal.com/codecs-external-players-55/guide-stutter-free-playback-reclock-45834/ A guide to stutter free playback with Reclock]
# Giv person- og miljøkarakteristik. Husk at dokumentere gennem teksthenvisninger.
* [http://forum.slysoft.com/forumdisplay.php?f=85 SlySoft ReClock forum here you can find new ReClock downloads]
# Formulér nu din opfattelse af hovedtema og sidetemaer.
* [http://oss.slysoft.com/ReClock/ ReClock sourcecode]
# Konkludér vedr. fortolkning og livssyn.
# Inddrag skrivestilen til yderligere dokumentation for fortolkning.
# Perspektivering til periode, forfatterskabet, andre forfattere.


Du kan også starte i det abstrakte og bevæge dig "ned" i det konkrete og tilbage til det abstrakte og overordnede:
# Anfør forfatter, titel og udgivelsesår.
# Gør rede for din fortolkning, og opfattelse af livssynet i teksten.
# Dokumentér fortolkning, livssyn og tema gennem centrale tekstiagttagelser.
# Underbyg ved inddragelse af skrivestil.
# Perspektivering til periode, forfatterskab, andre forfattere.


==SMART==
--- Blandede ting
Talking to harddsiks via SMART
* [http://artemis.dk/hd-htpc/ Guide: HD-HTPC Dansk forklaring på hvordan man afspiller Bluray på en HTPC]
*http://www.google.com/search?hl=en&rls=GGLC%2CGGLC%3A1970-01%2CGGLC%3Aen&q=io+ata+smart+win32


==h.264 playback==
* [http://www.h264info.com/guides.html H.264 How To Guides]
* [http://www.tomshardware.co.uk/forum/page-251947_15_0.html No Hardware Acceleration for 1080p mkv/avi with 8800Ultra?]
* [http://mpc-hc.sourceforge.net/DXVASupport.html DXVA Support in MPC Home Cinema]


*http://objectmix.com/xharbour/355939-real-serial-number-hd-usb.html
* [http://coreavc.com/ CoreAVC]
*http://www.google.com/search?hl=en&rls=GGLC%2CGGLC%3A1970-01%2CGGLC%3Aen&q=%22s.m.a.r.t.%22++c%23++harddisk
* [http://www.divx.com/ DIVX 7 *** Deres codec virker med MediaPortal, men bruger en masse CPU]
*http://www.google.com/search?hl=en&rls=GGLC%2CGGLC%3A1970-01%2CGGLC%3Aen&q=%22s.m.a.r.t.%22++c%2B%2B+


* [http://forum.team-mediaportal.com/codecs-external-players-55/saf-v4-00beta-standalone-filters-dxva-ready-mpeg2-h-264-vc-1-a-44614/ SAF v4.00beta (StandAlone Filters) - DXVA ready (MPEG2, H.264 and VC-1).]
* [http://www.xvidvideo.ru/media-player-classic-home-cinema-x86-x64/media-player-classic-homecinema-x86-x64-svn-1326.html MPC-HC (Russisk)]
* [http://software.intel.com/file/16062 Using H.264/AVC DirectX* Video Acceleration with the Intel® G45/GM45 Express Chipsets]
* [http://en.wikipedia.org/wiki/Advanced_Audio_Coding Advanced Audio Coding AAC - Wikipedia]
* [http://www.cypheros.de/dvb_e.html TS-Doctor and TS-Packet-Viewer]
* [http://www.audiocoding.com/index.html AudioCoding.com FAAC - FAAD2]
---
* [http://www.hack7mc.com/2009/04/disable-and-replace-ms-dtvdvd-decoder.html Disable and Replace MS DTV/DVD Decoder]
* [http://www.geekzone.co.nz/forums.asp?ForumId=83&TopicId=20744 Cyberlink hardware accleration registry]
* [http://www.hack7mc.com/2009/02/mkvs-for-minimalists-on-windows-7.html MKVs for Minimalists on Windows 7]
* [http://nunnally.ahmygoddess.net/configuring-kmplayer-to-play-h-264-videos-using-microsofts-directx-video-acceleration-dxva-and-nvidias-compute-unified-device-architecture-cuda/ Configuring KMPlayer to play H.264 videos using Microsoft’s DirectX Video Acceleration (DXVA) and nVidia’s Compute Unified Device Architecture (CUDA)]
* [http://aaron-kelley.net/blog/2009/08/use-windows-7s-built-in-h-264-decoder-in-media-player-classic-homecinema/ Use Windows 7’s built-in h.264 decoder in Media Player Classic Homecinema]
---
Mediecenter 1,1 RC1


*[http://www.t10.org/ftp/t10/drafts/sat/sat-r05.pdf Information technology - SCSI / ATA Translation (SAT)]
Søgte på: microsoft dtv-dvd video decoder" mediaportal, og fandt:
* [http://mantis.team-mediaportal.com/view.php?id=2437 0002437: Incompatibility between HDTV and codecs other than coreavc]
* [http://forum.team-mediaportal.com/submit-patches-mediaportal-tv-server-etc-325/possible-fix-mantis-0002437-incompatibility-between-hdtv-microsoft-dtv-dvd-71814/#post520751 Possible fix for Mantis #0002437 - Incompatibility between HDTV and Microsoft DTV-DVD]


==Acronis black screen==
* [http://forum.team-mediaportal.com/untested-mediaportal-1-1-0-beta-svn-builds-268/mediaportal-svn-snapshot-11-14-2009-14-48h-revision-24102-rar-73340/index2.html Medieportal freezes when zapping from MPEG2 to h.264 Mylle]
When booting from Acronis boot media on a Dell Inspiron 1501 you get a black screen.


* http://www.wilderssecurity.com/archive/index.php/t-179306.html
==h.264 edit==
...So i choosed full mode it starts to load but then all i get is a black screen and nothing happens anymore.. <-QUOTE}Have you tried this:
* [http://www.avs4you.com/AVS-Video-Editor.aspx AVS4YOU]
 
==Setup of MediaPortal on Asrock 330HT-BD ION==
Please boot your computer from the Acronis True Image rescue disc and press F11 key when the selection screen advising you to select either "Full", "Safe" or "Boot into Windows" option appears. After you get the "Linux kernel command line" prompt, please modify it in the following way:
* Enter BIOS and select default '''Performance Setup AHCI Mode''' - save and exit
 
* Install Windows x64
quiet acpi=off noapic
* Insert '''ASRock NetTop ION 330 Series support CD for Windows7 64 MCE
 
* Start ASRSetup
click on the OK button then and choose "Full Version". That should allow you to use Acronis True Image in some special cases. Please submit a request for technical support describing the issue if you want to automate the process of adding these special parameters.
* Select '''Install all drivers (it takes several reboots where you must reenter password) (this way You will get the Coprocessor driver installed - that might be impossible otherwise)
 
* Install Avast antivirus
* http://www.wilderssecurity.com/archive/index.php/t-117936.html
* Install Google Chrome
 
* Connect USB Tuners and let windows install drivers
* '''quiet''' - This parameter is enabled by default and the startup messages are not displayed. Deleting it will result in the startup messages being displayed as the Linux kernel is loaded and the command shell being offered prior to running the very Acronis program.
* Right click Atheros AR9265 Wireless Network Adaptor in Device Manager and select Update Driver Software - it will find a new driver
* Install all important updates from Windows Update
* Install MediaPortal - defult, default,... one click...
* Run TV Setup - Subtitle Settings - Preferred Language Danish
* Run TV Setup - Subtitle Settings - Enable DVB Subtitles
# TV Servers - Scan for TV channels
# TV Channels - Delete Scrambled/encrypted channels
# TV Channels - Unselect channels you won't see in the TV Guide
# DVB EPG - TV Epg grabber - Press All (otherwise next step won't work)
# Recording - General - set Pre-and Post recording to 4 and 6 min
# Manual Control - Refresh DVB EPG
# Additional 3rd party checks - Microsoft Mediacenter Services - Enable policy to prevent services startup
* OK
* Run MediaPortal Client Setup
# Select '''Microsoft DTV-DVD Video Decode''' where possible to get Hardware Acceleration
# Remote - Use Microsoft Microsoft MCE remote or keyboard
# Change all codecs possible to Microsoft DTV-DVD Video Decoder (or leave as default? - what's best?)
# Additional 3rd party checks - Autostart MPTray to launch MediaPortal with the MediaCenter Button
# TV - TV Client


* '''acpi=off''' - Disables ACPI (http://www.webopedia.com/TERM/A/ACPI.html) which may help with a particular hardware configuration.
* Add microsoft infrared tranceiver to increase range
* Disable Nuvoton W836x7HG CIR Device Driver to make sure only one CIR device is present
* Install newest NVIDIA ION drivers (196.34)
* Set resolution to ... ... (a little less than 720 to fit visible area) 50Hz (If left at default 60Hz you can't plat 25Hz HD without a lot of lost frames)
* Instal InstantBoot(1.23.2) choose Fast mode
* Install OC Tuner and OC DNA


* '''noapic''' - Disables APIC (Advanced Programmable Interrupt Controller) which may help with a particular hardware configuration.
====Ting jeg ikke har helt styr på====
 
* Power Scheduler
==Acronis Bootable Media Boots into Garbled or Low Resolution GUI==
* Start TV Server Configuration
====Symptoms====
* Plugins - Enable Power Scheduler
# You boot from Acronis Bootable Media;
* Plugins - Power Scheduler - Generel
# When booted, the Graphical User Interface (GUI) is garbled or of low resolution.
# Shutdown server after being idle 5 minutes
# Wakeup server for varius wakeup events
# Shutdown mode - Suspend
* Plugins - Power Scheduler - Advanced
# Enable extensive logging
* Plugins - Power Scheduler - EPG
# Prevent standby when grapping EPG
# Wakeup system for EPG grabbing on: 04:00
* Plugins - Power Scheduler - Network Monitor
# Prevent standby based on network activity


====Cause====
* Plugins - Browse and install Extensione
Acronis Bootable Media failed to correctly detect the video card.
* Know Extensions
# Install MPEIPlugin
# Install YouTube.Fm


====Solution====
#When booted from media created with Acronis Media Builder, on the selection screen hit F11 and in the command-line window enter the following: vga=ask
#Start Acronis
#When asked press <Enter> (be quick, or Acronis will boot normally)
#This will give a list of all available graphic modes.
#Type in the one that suits best and hit Enter.


* [http://kb.acronis.com/content/2921 2921: Acronis Bootable Media Boots into Garbled or Low Resolution GUI]


==Backup af Exchange Server==
Ret til default bios settings with AHCI det andet larmer frygteligt
* [http://www.backupexecfaq.com/about.html Backup Exec FAQ Help for users, by users]
* [http://www.backupexecfaq.com/articles/using/backing-up-exchange-mailboxes.html Backing up Exchange mailboxes]


* [http://www.msexchange.org/tutorials/MF022.html How to use the Deleted Item Retension and Deleted Mailbox Retension feature in Exchange 2000]
==Asrock 330HT-BD ION documents==
* [http://europe.asrock.com/manual/ION%20330HT-BD.pdf NetTop ION 330 Series User Manual]
* [http://europe.asrock.com/manual/qig/ION%20330HT-BD.pdf Quick Installation Guide]
* [http://europe.asrock.com/manual/raid/ION%20330HT-BD/English.pdf RAID Installation Guide]
* [http://europe.asrock.com/manual/others/dts/ION%20330HT-BD.pdf Realtek HD Audio with DTS Operation Guide]


==ASRock==
* [http://wiki.team-mediaportal.com/MediaPortalDevelopment/MediaPortalSVN Mediaportal svn source repository]
* [http://www.asrock.com/support/qa/TSDQA-74.pdf Mouse and keyboard lost after standby]
* [http://jonkers.net.au/Iframe.aspx Transport stream cutter som ikke virker ordentligt IFrames]
* [http://www.engadget.com/2009/05/13/power-over-esata-fans-go-wild-over-mobo-manufacturers-latest-an/ eSATA power cable]
* [http://forums.mydigitallife.info/showthread.php?t=7583&page=3 Coprocessor not found Windows 7 x64]
* [http://forum.team-mediaportal.com/newcomers-forum-240/font-size-issue-streamedmp-skin-50435/ MediaPortal font size wrong]


<categorytree hideroot=on mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Mediacenter</categorytree>
* [http://cgi.ebay.com.au/Power-Over-eSATA-2-5-3-5-SATA-22pin-HDD-Adapter-1m-A_W0QQitemZ160380803963QQcmdZViewItemQQptZLH_DefaultDomain_15?hash=item255770db7b Power Over eSATA 2.5 3.5 SATA 22pin HDD Adapter 0.5m A]


<categorytree onlyroot=on mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Opskrifter</categorytree>
* [http://ontv.dk/xmltv OnTV.dk XMLTV programmer for 89,- / md]
* [http://forum.team-mediaportal.com/mediaportal-1-1-0-beta-1-454/problems-dropping-frames-evr-74360/index6.html Mediaportal dropping frames problem thread]


<categorytree mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Opskrifter</categorytree>
* [http://forum.recordere.dk/forum_posts.asp?TID=68537&KW=Asrock+st%F8j&PN=1&title=asrock-iOn330-larmer-hjlp Asrock ION330 larmer - hjælp!]


<categorytree onlyroot=on mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">English pages</categorytree>
* [http://social.technet.microsoft.com/Forums/en/w7itprohardware/thread/8cafe8b1-4a8f-48b2-bd8f-37969f74bf2f x64 Freezes if taksbar autohide]


==Find det rigtige produkt - til den rigtige pris her==
Søg på: php performance atom processor mysql
* [http://www.elsparefonden.dk/forbruger/produkter/hvidevarer Elsparefonden - Find hvidevarer (samme som hvidevarepriser.dk]
* [http://www.ukraine.com.ua/tools/cms/site/download.php?url=/uploads/site_structure/content_ru/0732/03/05.doc&name=atom_vs_p4_benchmarks ATOM 330 vs. Pentium 4 2.8 Ghz Benchmark Results]
* [http://www.pricerunner.dk/t/3/sammenlign-Hvidevarer-priser Hvidevarer - Sammenlign priser & anmeldelser på PriceRunner Danmark]
 
* [http://www.kelkoo.dk/ Sammenlign priser - Kelkoo godt indeks her kan man sortere]
==WD TV LIVE==
* [http://www.legitreviews.com/article/1118/2/ Western Digital WD TV Live HD Media Player Taken apart - see what's inside]


==Hvad er forskellen på LN 88480 og L 84950==
==Maximum T-1300==
Vægtsensor: Registrerer hvor meget der fyldes i maskinen - før program startes.
Man kan anvende USB stick eller USB disk med extern strømforsyning. Brug evt. en USB strømskinne til at tænde disken.
* [http://www.aeg-electrolux.dk/Files/denmark_danish/Brochures/AEG-Electrolux_AUG07_FRITST_s003-015.pdf Katalog AEG-Electrolux August 2007]
* [http://www.electrolux-partner.dk/1/AEG-Electrolux_fritstaaende_katalog_2008_WEB_dbA.pdf  Katalog AEG-Electrolux Maj 2008]
* [http://www.electrolux-partner.dk/1/AEG-Electrolux_fritstaaende_prisliste_2008_WEB.pdf Prisliste AEG-Electrolux 2008]


* [http://www.electrolux-ui.com:8080/2008/132/964871DA.PDF LN 88480 Brugervejledning]
Maximum formatterer disken med FAT32.
* [http://www.electrolux-ui.com:8080/2007/132/970580DA.PDF L 84950 Brugsanvisning]


* [http://www.aeg-electrolux.com/node441.asp AEG manualer]
Optagelser gemmes is chunks af 2GB så man er nød til at klistre dem sammen hvis man vil have en hel film.


==Hvem har dem==
Man må ikke pege for højt med fjernbetjeningen.
* http://www.mariendalonline.dk/shop/aeg-vaskemaskine-ln-7912p.html Påstår der er vægtsensor i LN 88480
*http://www.whiteaway.com/product/aeg-electrolux-l84950
*http://shopping.kelkoo.dk/ssc-146601-aeg-84950.html
*http://www.hvidevaregrossisten.dk/Default.asp?Action=Details&Item=38
*http://handelsgruppen.dk/product.asp?product=2566&sub=47


==Forhandlere af hvidevarer==
==Face detection==
1,8 * 1,5 * 6 * 52 = 842,4
====C#====
* [http://www.kole-moller.dk/ Køle Møller]
* [http://channel9.msdn.com/coding4fun/articles/FaceLight--Silverlight-4-Real-Time-Face-Detection FaceLight – Silverlight 4 Real-Time Face Detection]
* [http://www.hvidevarebutikken.dk/ Hvidevarebutikken]
 
:AEG vaskemaskine 84950 7.980,00 -10% = '''7.182,- + 150,- = 7332'''
====OpenCV====
:AEG tørretumbler 59840 Energi A 7.959,00 -10% '''7.163,- + 150,- 7.313,-'''
* [http://opencv.willowgarage.com/wiki/FaceRecognition Face Recognition using OpenCV]
   
* [http://www.cognotics.com/opencv/servo_2007_series/part_4/index.html Seeing With OpenCV, Part 4: Face Recognition With Eigenface]
* [http://www.cognotics.com/opencv/servo_2007_series/part_5/index.html Seeing With OpenCV, Part 5: Implementing Eigenface]
* [http://www.emgu.com Emgu CV is a cross platform .Net wrapper to the Intel OpenCV image processing library.]
 
 
====Misc====
* [http://www.imageprocessingplace.com/root_files_V3/software/software.htm www.imageprocessingplace.com - Image Processing Software]
* [http://www.imageprocessingplace.com/root_files_V3/tutorials.htm www.imageprocessingplace.com - Tutorials]
* [http://www.mathworks.com/matlabcentral/fileexchange/?sort=downloads Matlab Central - Mathlab downloads]
 
* [http://www.mathworks.com/matlabcentral/fileexchange/4408-face-recognition-system Face Recognition System - In order to obtain the complete source code please visit - http://utenti.lycos.it/matlab/face.htm]
* [http://utenti.multimania.it/matlab/face.htm Face Recognition System --- Release 2.0 --- Eigenfaces for Recognition (Matthew Turk and Alex Pentland, 1991)]


==NTCore.com reversing==
* [http://www.ntcore.com/rebelnet.php Rebel .net]
* [http://www.ntcore.com/files/netint_native.htm .NET Internals and Native Compiling]


* [http://www.kai-berntsen.dk/ Kai Berntsen] 14.750,- incl alt
==Sådan finder du de nyeste og bedste drivere til din PC==
* [http://www.prisrytter.dk/ Prisrytter.dk] AEG 6844,00+475,00=7319,00
Disse sider kan automatisk detektere hvilken hardware du har og give dig download links til download af nyeste drivere.
* [http://www.handelsgruppen.dk/ Handelsgruppen] AEG 6.830,00+398,00='''7.228,00'''
 
* [http://onlinehvidevarer.dk/ Onlinehvidevarer] AEG 6.910,00+395,00
* [http://www.intel.com/support/detect.htm Intel® Driver Update Utility Automatically identify and find drivers]
* [http://www.el24.dk/ EL24] AEG L84950 7.195,00+295,00=7.490,00 T59840 5.895,00+295,00='''6.190,00'''  
The Intel® Driver Update Utility keeps your system up-to-date. It detects which driver updates are relevant to your computer, and then helps you install them quickly and easily.
* [http://www.el-tjelle.dk/ Dronninglund Installationsforretning & Hvidevare Center]
 
* [http://www.punkt1.dk/ Punkt 1]
* [http://www.nvidia.com/Download/Scan.aspx NVIDIA Driver Downloads autodetect graphics drivers]
* [http://www.wupti.com/Produkter/Hvidevarer/ Wupti] AEG 6.999,00+299,00=7.298,00
 
==Virtual machines==
* [http://en.wikipedia.org/wiki/Comparison_of_platform_virtual_machines Comparison of platform virtual machines]
* [http://en.wikipedia.org/wiki/VMware VMware]
* [http://en.wikipedia.org/wiki/Xen Xen]
===Citrix===
* [http://en.wikipedia.org/wiki/Citrix_Systems Citrix]
* [https://answers.stanford.edu/solution/how-can-i-tell-which-version-citrix-client-i-am-using How can I tell which version of the Citrix client I am using?]
* [http://www.wwbtc.com/blogs/overcoming-citrix-session-graphics-memory-limit Overcoming Citrix Session Graphics Memory Limit]
* [http://support.citrix.com/article/CTX114497 How to Allow More Memory for Session Graphics on Windows Server 2003]
 
==Custom screen resulutions==
AMD, NVIDIA,...
* [http://www.monitortests.com/forum/Thread-Custom-Resolution-Utility-CRU Custom Resolution Utility (CRU)]
 
==Image Library SDK==
FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use, fast, multithreading safe, compatible with all 32-bit versions of Windows, and cross-platform (works both with Linux and Mac OS X).
* [http://freeimage.sourceforge.net/index.html The FreeImage Project]
 
==Windows 7==
* [http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/6a569376-4207-4184-a8a7-73d5168c787e Visual Studio and SQL Server on Windows 7]
* [http://social.msdn.microsoft.com/Forums/en-US/sqlexpress/thread/1bfe382b-70a1-4811-93ee-204ce1e81eb7 SQL Server Management Studio broken on Windows 7]
* [http://blogs.msdn.com/sqlexpress/archive/2009/05/14/installing-sql-server-express-on-windows-7-release-candidate.aspx Installing SQL Server Express on Windows 7 Release Candidate ]
 
==NSLU2==
* [http://www.nslu2-linux.org/ NSLU2-Linux]
* [http://chezphil.org/slugpower/ SlugPower - A Slug-Controlled Power Switch]
* [http://www.ftdichip.com/Products/FTEvaluationKits.htm FTDI Evaluation Kits]
* [http://www.ftdichip.com/Documents/DataSheets/Modules/DS_UM245R.pdf UM245R USB-Parallel FIFO Development Module - Incorporating FTDIChip-ID™ Security Dongle]
 
* [http://www.nslu2-linux.org/wiki/Main/SercommFirmwareUpdater Sercomm Firmware Updater]
 
====Webcam====
* [http://johnarthur.wordpress.com/2008/03/25/a-high-resolution-ip-webcam/ A High-Resolution IP Webcam]
* [http://johnarthur.wordpress.com/2008/03/29/further-notes-on-the-nslu2-and-quickcam-pro-9000/ Further notes on the NSLU2 and QuickCam Pro 9000]
* [https://forum.openwrt.org/viewtopic.php?id=14754 WebCam Using OpenWRT to record WebCam snapshots to USB drive]
 
==Router==
* Belkin f5d9230-4
* https://forum.openwrt.org/viewtopic.php?id=19021
 
==.NET Obfuscators==
* [http://en.wikipedia.org/wiki/Comparison_of_.net_obfuscators Comparison of .net obfuscators]
* [http://code.google.com/p/babelobfuscator/ Babel Obfuscator]
 
* [http://www.metapropeller.com/ Assemblur - Limit Assemblur is free for use in software projects consisted of a single compiled assembly]
* [http://www.preemptive.com/dotfuscator-product-family.html - Dotfuscator Community Edition]
* [http://www.foss.kharkov.ua/g1/projects/eazfuscator/dotnet/ Eazfuscator.NET]
* [http://code.google.com/p/obfuscar/ Google Obfuscar]
* [http://ntcore.com/phoenix.php Phoenix Protector]
* [http://www.codeplex.com/SharpObfuscator SharpObfuscator]
 
==Outlook hænger==
* [https://kc.mcafee.com/corporate/index?page=content&id=KB57977 Slet EXTEND.DAT og lad Outlook skabe en ny selv]
 
==Skærme==
* [http://accessories.euro.dell.com/sna/category.aspx?c=dk&category_id=4009&cs=dkdhs1&l=da&navla=33811~0~162930&nf=33811~0~162930&s=dhs&~ck=anav Dell G2410]
* [http://www.flatpanels.dk/nyhed.php?subaction=showfull&id=1249633096 Dell lancerer 3 nye 20-23" skærme]
* [http://reviews.cnet.com/lcd-monitors/dell-g2410/4505-3174_7-33581193.html?tag=lia;rcol Dell G2410 - Cnet review]
* [http://www.cnet.com/topic-reviews/monitor.html Cnet monitor top reviews]
* [http://accessories.euro.dell.com/sna/productdetail.aspx?c=dk&l=da&s=dhs&cs=dkdhs1&sku=520-10704#Overview Soundbar]
 
==Free icons==
* [http://famfamfam.com/lab/icons/ FAMFAMFAM]
"C:\Program Files\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\1033\VS2008ImageLibrary.zip"
* [http://blogs.msdn.com/dwayneneed/archive/2007/10/05/blurry-bitmaps.aspx Presentation Source : Blurry Bitmaps]
* [http://social.msdn.microsoft.com/forums/en-US/wpf/thread/c2e6c82d-025b-4ef2-a88f-f5fb8e69e420/ WPF + bitmap = WTF! Microsoft, why no fix after 2 years?!]
 
==Donkraft==
* http://www.golfmk5.com/forums/showthread.php?t=33626
* http://www.protechproducts.net/jackpads.htm
* http://rexhockey.com/information.php?info_id=14&language=da
* http://forums.vwvortex.com/zerothread?id=3255013
* http://forums.vwvortex.com/zerothread?id=4063908
* http://www.gti-vr6.net/library/misc/how_to_jack_car_up.html
 
==Golf IV benzinpumpe==
* http://www.automotix.net/autorepair/recalls/22194-recall/
* http://forums.vwvortex.com/zerothread?id=2241752
* http://www.carfax.com/car_safety/ratings/SRR.cfm/year/1999/make/VOLKSWAGEN/model/GOLF/trim_id/1999VOLK4HFGOLF_WOLFSBURG_EDITION
 
* http://townhall-talk.edmunds.com/direct/view/.ef185f2
 
==De sider IT smed ud==
 
Søg på VOIP RTP PACKET SIZE 180 260
* http://toncar.cz/Tutorials/VoIP/VoIP_Basics_Jitter.html VoIP Basics: About Jitter
 
 
* http://old.iptel.org/ser/cvs/
* http://www.wlanbook.com/netstumbler-windows-vista/
* http://software.intel.com/en-us/intel-ipp/
* http://software.intel.com/en-us/intel-parallel-studio-home/
 
 
* http://msdn.microsoft.com/en-us/library/ms752347.aspx
* http://msdn.microsoft.com/en-us/library/ms748857.aspx
* http://msdn.microsoft.com/en-us/library/ms684175(VS.85).aspx
* http://www.csie.ntu.edu.tw/~acpang/course/voip_2004/
 
 
* http://www.eggheadcafe.com/forumarchives/windowsdeveloperwinfxavalon/oct2005/post24055402.asp
* http://nayyeri.net/blog/slider-control-in-windows-presentation-foundation/
* http://nayyeri.net/blog/viewbox-and-viewport-in-windows-presentation-foundation/
 
==Frisbee golf==
* http://www.discsalg.dk
 
==Solstrøm==
* [http://kerychip.dk/oscommerce_st/catalog/product_info.php?cPath=60_94&products_id=837 KeryChip Webshop i Viborg]
* [http://ing.dk/artikel/99298-solstroem-nyt?highlight=solstr%F8m Solstrøm nyt - Poul-Henning Kamp]
 
==Outlook remote access==
* [http://www.msexchange.org/tutorials/Outlook-Anywhere-2007-ISA-Server-2006.html Outlook Anywhere 2007 with ISA Server 2006]
 
* [http://www.bilgalleri.dk/html/for_messageDetail.asp?Msg_ID=497032 Autoforkortelser]
 
==Passat sætter ud==
* [http://ing.dk/debat/13213 Diskussion fra ingeniøren (Golf 2.0 temperatursensor)]
* [http://www.motor-talk.de/forum/passat-setzt-waehrend-der-fahrt-aus-t1580159.html?page=1 Tysk side om Crankshaft position sensor CKP]
* [http://tech.bentleypublishers.com/thread.jspa?threadID=35392&start=0&tstart=0 Tændingslås?]
Vevaxellägesgivare
* http://webkat.mekonomen.se/inetkat/default.asp?Hbutik=3384-000&Hsprak=S&Htider=Vardagar+8.00+-+18.00+Lördag+10-14+&Hadress=Landskronavägen+14,+252+32+HELSINGBORG,+Tel:+042-132400&Hepost=helsingborg@mekonomen.se
 
Benzinpumpe
* [http://starquest.i-x.net/viewtopic.php?t=1031 Adskillelse af tank, pumpe og filter]
* http://forums.vwvortex.com/zerothread?id=3873161&page=1
 
==Sommerferie==
* [http://www.familiecamping.dk/site/Getfile.asp?Id=70 Sannes Familiecamping - Gudhjem]
 
==Sata, Micro Sata and eSata==
* [http://www.allpinouts.org/index.php/Serial_ATA_(SATA,_Serial_Advanced_Technology_Attachment) (SATA, Serial Advanced Technology Attachment) Connector Pinout]
 
==Wireless Antenn==
* [http://www.extremetech.com/article2/0,2845,1641185,00.asp Building a Wi-Fi Antenna Out of a Tin Can]
 
==SMTP==
* [http://technet.microsoft.com/en-us/library/aa998368(EXCHG.65).aspx How to Configure a Windows Server 2003 Server as a Relay Server or Smart Host]
* [http://technet.microsoft.com/en-us/kb/kb00324958.aspx How to block open SMTP relaying and clean up Exchange Server SMTP queues in Windows Small Business Server]
 
==Kopibeskyttelsesdriver på pluto sfdrv01.sys==
* http://www.glop.org/starforce/
* http://www.file.net/process/sfdrv01.sys.html
* Boycott Starforce NEWS: Ubisoft won't use Starforce anymore !
 
==Hegn og hække==
* [http://www.havenyt.dk/artikler/inspiration/hegn_og_haekke/754.html Hegn og hække - Gode arter til klippet hæk]
==Home made digital thermometer==
* [http://para.maxim-ic.com/en/search.mvp?fam=temp_sens&374=1-Wire|1-Wire%20Non-Network|2-Wire%2FSMBus|3-Wire|3-Wire%2FSPI|Freq.%20%26%23181%3B%20Temp.|PWM|Period%20%26%23181%3B%20Temp.|Period%20%26%23181%3B%20Temp.|Pulse%20Delay&tree=master Maxim Temperature Sensors - interactive device selector]
* [http://www.maxim-ic.com/design_guides/en/TEMP_SENSORS_13.pdf Maxim design guide - Temp Sensors]
 
* [http://tau.ac.il/~stoledo/lego/i2c-1631/ Lego NXT Digital Temperature Sensor]
 
===1-wire devices===
* [http://en.wikipedia.org/wiki/1-Wire 1-Wire - Wikipedia]
Maxim's DS9097 is a serial adapter to connect a 1-wire or iButton device to a PC.<br>
It can be bought from Maxim [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2982 DS9097] or you can make it yourself [http://arti.vub.ac.be/~bartj/domoticube/1wireboard.html Homemade 1-wire to Serial adapter] or this [http://www.elektroniikka.org/thermometer/?page=adapter another 1-wire to Serial adapter] or this [http://www-e.uni-magdeburg.de/mthraenh/newapp74.pdf serialport adapter that supplies also 5V]
* [http://www.maxim-ic.com/products/ibutton/software/sdk/sdks.cfm MAXIM - Software Development Kits]
* [http://www.maxim-ic.com/appnotes.cfm/an_pk/1740 APPLICATION NOTE 1740 - White Paper 6: 1-Wire Drivers Installation Guide for Windows]
* [http://sourceforge.net/projects/owdotnet/ OWdotNET - Use the Dallas 1-Wire and iButton chips with standard C# using a serial adapter (also CF.net) or the TMEX drivers on the .NET platform.]
* [http://www.pmalmberg.com/2008/01/03/tmexnet-1-wire-in-pure-c/ TMEX.Net = 1-Wire in pure C#]
 
Temperature sensors
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/5355 DS28EA00]
: 12-bit
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4576 DS1825]
: 12-bit
: Measures Temperatures from -55°C to +125°C
: ±0.5°C Accuracy from -10°C to +85°C 
: 12-Bit Digital Word in 750ms (max)
: Only 8-Pin µSOP
: 3.0 to 3.7V
 
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2812 *DS18B20]
: 12-bit
: Measures Temperatures from -55°C to +125°C
: ±0.5°C Accuracy from -10°C to +85°C 
: 12-Bit Digital Word in 750ms (max)
: Also 3-Pin TO-92 Packages !!!
: 3.0V to 5.5V
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2813 DS18B20-PAR]
: 12-bit
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2815 DS18S20]
: 9-bit
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2816 DS18S20-PAR]
: 9-bit
 
===I²C 2-Wire/SMBus devices===
* [http://en.wikipedia.org/wiki/I%C2%B2C I²C - Wikipedia]
Temperature sensors
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4407 *DS620]
: 13 bit
: Measures Temperatures from  -55°C to +125°C
: ±0.5°C Accuracy Over a 0°C to +70°C Range
: Fast (13 bit 200ms max) Temperature-to-Digital Conversion Time
: 1.7V to 3.5V
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2737 DS1621]
: 12 bit
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2738/ln/ DS1624]
: 13 bit
: Measures Temperatures from  -55°C to +125°C
: ±0.5°C Accuracy Over a 0°C to +70°C Range
: 13 bit max 1000ms
: 2.7V to 5.5V
: 256 bytes of E2 memory
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3241 *DS1631]
: 12 bit
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/5730 DS7505]
: 12 bit
: Measures Temperatures from  -55°C to +125°C
: ±0.5°C Accuracy Over a 0°C to +70°C Range
: 12 bit 200ms
: 1.7V to 3.7V
: Multidrop Capability
: Stand-Alone Thermostat Capability (open-drain output)
 
===I²C to 1-Wire bridge===
* [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4338/t/al DS2482-800 Eight-Channel 1-Wire Master]
* [http://www.maxim-ic.com/appnotes.cfm/an_pk/3684 APPLICATION NOTE 3684 - How to Use the DS2482 I²C 1-Wire® Master]
 
==Windows Fiewall "windows firewall has blocked some features of this program"==
* [http://support.microsoft.com/kb/875357/ Fejlfinding i forbindelse med indstillingerne for Windows Firewall i Windows XP Service Pack 2]
* [http://technet.microsoft.com/en-us/library/cc748991.aspx Windows Firewall with Advanced Security Getting Started Guide]
 
==DD-WRT flere netwæek på samme router==
* http://viidev.blogspot.com/2008/05/secure-wep-network-for-nintendo-ds.html
* http://www.dd-wrt.com/phpBB2/viewtopic.php?t=35556&postdays=0&postorder=asc&start=15
* http://boards.fon.com/viewtopic.php?p=21851
* https://secure.dd-wrt.com/wiki/index.php/FON_Hotspot#FON_On_DD-WRT_w.2F_Chillispot
 
==Geocaching==
* [http://skovkort.sns.dk/Default_2005_stor.asp Skovkort]
* [http://www.jyllingespejderne.dk/Kode_v410/index.htm Kodemaskine A-K og meget andet]
 
==Enable or disable Vista hibernation==
http://www.syschat.com/enable-or-disable-vista-hibernation-2369.html
 
==Outlook hangs==
* http://office-outlook.com/outlook-forum/index.php?t=msg&th=44628/
mdi132
 
==Vista won't sleep or hibernate==
* https://msdn.microsoft.com/en-us/subscriptions/securedownloads/default.aspx
Use PwrTest in WDK
 
==Køleskab==
* http://www.lav-det-selv.dk/Forum/forumid/4/postid/5903/view/topic/
 
==Håndmikser==
* [http://www.gp.se/content/1/c6/45/86/70/1117_elvispar.pdf Svensk test Göteborgs-Posten]
* [http://www.icakuriren.se/ArticlePages/200609/22/20060922103452_Icak021/20060922103452_Icak021.dbp.asp Svensk test Icakuriren (artikel)]
* [http://www.icakuriren.se/ArticlePages/200609/22/20060922103452_Icak021/test_elvispar.pdf Svensk test Icakuriren (test resultat)]
* [http://www.smartson.se/test/hushall/test-10-elvispar-2008.htm Svensk test Smartson]
 
==.NET Noter==
<source lang="cpp">
            System.Diagnostics.Debugger.Launch();
            System.Reflection.Assembly.LoadFrom(@"<path to assembly to load>");
 
 
            System.Diagnostics.Debugger.Launch();
            AppDomain currentDomain = AppDomain.CurrentDomain;
            currentDomain.AssemblyResolve += new ResolveEventHandler(currentDomain_AssemblyResolve);
 
        System.Reflection.Assembly currentDomain_AssemblyResolve(object sender, ResolveEventArgs args)
        {
            System.Diagnostics.Debugger.Launch();
            return System.Reflection.Assembly.LoadFrom(@"<path to assembly to load>");
        }
</source>
 
==Tændingstidspunkts justering på en Passat AGG motor==
Hvis man afmonterer hall sensors kabel og genstarter motoren får man fejlkode:
VCDS version: NEZ 805.2
Adresse 01:  Motor
Styreenhed reservedelsnr. : 037 906 025 G
Beskrivelse og/eller version : SIMOS 4S          1941
Software kodning : 00000
Forhandlernummer : WSC 00000
1 fejlkode fundet:
00515 - Hallgiver (G40)
        16-00 - Signal udenfor tolerance
 
Readiness: Ikke tilg.
 
[[Image:VCDS_Styreenhed_Passat.jpg]]
 
 
[[Image:VCDS_Tændingsjustering_Passat.jpg]]
 
 
[[Image:VCDS_Fejlkode_unden_hall_kabel_til_tændspole_forbundet.jpg]]
 
* [http://www.lav-det-selv.dk/Forum/forumid/6/postid/99274/view/topic/ Er min tændspole kaput?]
* http://213.239.212.66/wiki/Geber_G40_(Hallgeber)
* http://www.vaglinks.com/Docs/Catalogues/HoVWdiAudi.dk_Golf_III_PartNumbers.pdf
 
1 stk spritny strømfordeler, komplet med hall-giver, rotor og fordelerdæksel..
Passer til 2E, AGG, ADC og AAC motorer
OENr.: 037 905 205 C
OENr.: 037 905 205 J
OENr.: 037 905 237 A
OENr.: 037 905 237 AX
 
* [http://hjemmesider.eucsyd.dk/peb/ EUCSYD lærebøger]
* [http://hjemmesider.eucsyd.dk/peb/Materialer/T%C3%A6ndingsanl%C3%A6g/T%C3%A6ndingsanl%C3%A6g.pdf Pædagogisk forklaring på hvordan tændingssytemet virker]
* [http://hjemmesider.eucsyd.dk/peb/Materialer/Tændingsanlæg/Tændingsanlæg.pdf Pædagogisk forklaring på hvordan tændingssytemet virker]
That will have an AGG code engine. The distributor hall sender is out of sync and so the distributor needs top be repositioned. Start the car and enter Engine 01, Measuring Blocks 007 and four blocks of data will appear. Rotate the distributor until the value in block 1 is between 57 and 60 or 1 and the value in block 2 is between 5 and 8.
* [http://www.vwaudiforum.co.uk/forum/showthread.php?t=40899]
Lav grundindstilling bagefter
 
==Software jeg gerne vil eje==
* [http://www.4dev.com/regc/index.htm Registry Crawler]
 
==Digitale Billedrammer==
* [http://www.hama.de/portal/articleId*173886/picType*det5/action*2599?picURL=%2Fbilder%2F00090%2Fdet%2F00090921det5.jpg#picture Hama 15" 4:3"]
* [http://www.digitalpictureframereview.com/review-samsung-spf-85v Review: Samsung SPF-85V]
Der findes en holder WMP081BD til rammen http://www.samsung.com/cn/consumer/accessory/type/accList.do?group=computersperipherals&type=photoframe&subtype=photoframeaccessories
* [http://192.168.0.18:5050/images/nowplaying.jpg http://192.168.0.18:5050/images/nowplaying.jpg Se det billede som vises]
* [http://andrey.mikhalchuk.com/2009/01/19/fixing-samsung-spf-83v-leftright-buttons.html Fixing Samsung SPF-83V left/right buttons]
* [http://www.aai.com.tw/product/Multimedia_Solutions.htm AeroVision Avionics Inc - RMI/AU1200 Solution]
* [http://msdn.microsoft.com/en-us/library/aa924383.aspx Wceload Tool (Visual Studio)]
 
==DLNA Media Server's==
Jeg har haft installeret FUPPES og TVersity.<br>
Ingen af dem kunne snakke med Samsung rammen.<br>
FUPPES er GPL TVersity findes i en almindelig og en PRO udgave PRO udgaven kan man bare installere (man afleverer sin email addresse), evaluere så længe man vil, og så betale senere.
 
* [http://www.rbgrn.net/blog/2007/06/how-to-set-up-media-servers-for-your-ps3-or-xbox-360.html How to set up media servers for your PS3 or Xbox 360]
* [http://www.rbgrn.net/blog/2007/08/how-to-choose-dlna-media-server-software-in-windows-mac-os-x-or-linux.html How to choose a DLNA Media Server for Windows, Mac OS X or Linux]
* [http://en.wikipedia.org/wiki/UPnP_AV_MediaServers UPnP AV MediaServers - Wikipedia]
 
===Microsoft links about DLNA and Picture Frames===
Search on Google for GetDeviceCapabilities dlna
These 2 documents has new links inside
* [http://download.microsoft.com/download/5/E/6/5E66B27B-988B-4F50-AF3A-C2FF1E62180F/CON-T575_WH08.pptx Building Digital Picture Frames using Microsoft Technologies]
* [http://download.microsoft.com/download/a/d/f/adf1347d-08dc-41a4-9084-623b1194d4b2/DigitalPicFrms.docx Connected Digital Picture Frames: Analysis and Specifications]
 
* [http://www.upnp.org/standardizeddcps/documents/UPnPAvArchtiecture0.83.pdf UPnP AV Architecture:0.83]
* [http://www.upnp.org/standardizeddcps/ UPnP Standards]
 
==Adskille Wii==
* [http://www.xbox-modchips.com/wii-tutorials/xcm-wii-dissasembly-guide.htm Wii DISSASEMBLY Guide from XCM]
 
==Wii trommesæt==
* [http://en.wikipedia.org/wiki/Guitar_Hero_IV Guitar Hero World Tour - Wikipedia]
* [http://redoctane.custhelp.com/cgi-bin/redoctane.cfg/php/enduser/std_adp.php?p_faqid=21748&p_created=1225236414&p_sid=Arxp9umj&p_accessibility=0&p_redirect=&p_lva=&p_sp=cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD01NDksNTQ5JnBfcHJvZHM9JnBfY2F0cz0mcF9wdj0mcF9jdj0mcF9zZWFyY2hfdHlwZT1hbnN3ZXJzLnNlYXJjaF9ubCZwX3BhZ2U9MQ**&p_li=&p_topview=1 Red Octane's side for download af tromme tuner]
* [http://www.joystiq.com/2008/11/01/ghwt-drum-tuning-app-now-available-red-octane-shipping-midi-usb/ GHWT drum tuning app now available, Red Octane shipping midi-USB cables for free]
* [http://www.splegends.com/2008/11/guitar-hero-drum-tuner-available-for.html Guitar Hero Drum Tuner Available For Download]
 
==Niels Hausgaard==
* [http://www.galaksen.dk/ 29. jan. Galaksen]
* [http://www.mantziusgaarden.dk/00147/00149/00157/ 31. jan. Mantziusgården]
 
* [http://www.trommen.dk/?ID=877 18. marts Trommen]
* [http://www.gjethus.dk/az_kalender.php?id=122 22. marts Gjethuset]
* [http://www.baltoppen.dk/ 19. apr. Baltoppen]
 
==Nyt tag==
Her har de et priseksempel på hjemmesden, og de laver tegltage
* [http://tag-eksperten.dk/ tag-eksperten]
 
==Berits PC Shellcon hidden window==
* http://wiki.answers.com/Q/How_do_you_remove_something_called_shell_con_hidden_window
* http://www.google.dk/search?hl=da&rls=GGLJ%2CGGLJ%3A2008-33%2CGGLJ%3Aen&q=cd+shellcon+%22hidden+window%22&meta=
 
==Restaurenter==
* [http://www.meilin.dk/content.asp?ID=134 Restaurent Mei Lin Øverødvej 5B 2840 Holte 45 48 48 10]
 
==Grammatik==
* [http://www.kongsholm-gymhf.dk/Subwebs/Laesestave/index.html Læsevejledernes hjemmeside]
* [http://www2002201.thinkquest.dk/index.php?id=1 Dansk 4 Dummies]
 
==Skoleopgaver==
http://www.langkaer.dk/or/DO6.htm
 
Novelle- og romananalyse.
Formålet med novelle- og romananalyse er, at du skal finde frem til det livssyn, der findes i teksten.
 
I det følgende nævner jeg en række redskaber, som du kan anvende i analysen. En analyse skal ikke nødvendigvis indeholde alle nedenstående elementer; du skal vælge ud og vurdere, hvad der er væsentligt i tilknytning til netop denne tekst.
Nogle af nedenstående elementer overlapper hinanden.
 
Punkt 1-9 er analysen, og pkt. 10-13 er fortolkningen. I praksis vil man ikke kunne opretholde dette skarpe skel mellem analyse og fortolkning.
 
1. Genrebestemmelse.
Hvilken genre tilhører teksten? Novelle eller roman? F.eks. realisme eller science-fiction? Udviklingsroman eller punktroman? Dokumentarisme? Historisk roman? Eventyr? Myte? O.s.v.
 
2. Komposition.
Hvordan er teksten bygget op? Hvilke dele består den af? Hvordan hænger disse dele sammen? Hvilket kompositionsprincip er der tale om? Åben slutning, eller lukket slutning? In medias res? Hvordan understøtter kompositionen tekstens dybere betydning?
 
3. Handlingsstruktur (episk forløb).
Hvordan er handlingsforløbet skruet sammen? Er det liniært, kronologisk? Eller kobles der frem og tilbage imellem forskellige handlingsforløb (episke forløb)? Forekommer der spring i handlingen? Er der flere forskellige handlingsstrenge? Hvordan er de flettet sammen?
 
4. Fortælleren.
Fortælleren er den stemme, der udsiger teksten. Vi kan skelne mellem to hovedtyper af fortællere:
Eksplicit fortæller (direkte tilstede i teksten; en jeg-fortæller er en eksplicit fortæller), og
implicit fortæller (indirekte til stede i teksten; en neutral fortæller, der fungerer som kamera, er en implicit fortæller).
Andre betegnelser for, og typer af fortællere, er: Alvidende fortæller, jeg-fortæller, neutral fortæller, tredje-persons-fortæller, personbunden fortæller.
 
5. Synsvinkel.
Synsvinklen er det sted (eller den person), hvorfra der fortælles. En forfatter kan anvende indresyn (synsvinklen ligger hos én af personerne) eller ydresyn. Der kan også forekomme synsvinkelskift fra indresyn til ydresyn, eller mellem to forskelllige personer.
 
6. Tid.
Fortælletid er det tidspunkt, hvorfra der fortælles. Hvis der fortælles i nutid og kronologisk kalder vi det for "medsyn". Bagudsyn (flashback) kan blandes med medsyn. Selv om der fortælles i datid, kan vi godt have kronologisk medsyn.
Fortalt tid (den omhandlede tid) er den tid, der fortælles om - f.eks. en periode i fortiden, der har betydning for nutiden.
 
7. Fortælleteknik.
Hvilke fortællemåder bruges? Beretning, beskrivelse (natur- eller rum-beskrivelse), replikker (dialog), indre monolog, indirekte tale, dækket direkte tale, scenisk eller panoramisk fremstilling, tankestrøm (stream of consciousness).
 
8. Personkarakteristik.
Hvem er hovedperson, og hvem er bipersoner? Ydre karakteristika, hvad gør personen (forhold til andre) og indre karakteristika (forhold til sig selv, mørk/lys person, o.s.v.). Beskrives personerne som typer, eller som individualiteter med dybtgående, nuanceret psykologisk analyse. Læg også vægt på analyse af personrelationer (personernes samspil).
 
9. Miljøkarakteristik.
Hvilket, eller hvilke miljøer foregår teksten i - socialt, kulturelt, aldersmæssigt o.s.v.? Er miljøet væsentligt for temaet (i socialrealismen og den psykologiske realisme spiller miljøet en vigtig rolle: f.eks. i tekster, der handler om frigørelse)?
I modernismen findes såkaldte "abstrakte" miljøer (løst skitserede).
 
<br>_________________________________________________________________<br>
 
10. Tema.
Et tema er en abstrakt formulering af det, som teksten handler om. For at finde temaet i en tekst kan du spørge: "Hvad handler denne tekst egentlig om?" Jo bedre du er til abstrakt tænkning, og jo mere præcist og originalt, du kan formulere temaer, jo bedre vil din temaanalyse være.
Ofte er der flere temaer i en tekst: Hovedtema og sidetemaer, der indgår i et samspil med hinanden.
Hyppigt forekommende temaer i litteratur er: Identitet, frigørelse, kærlighed, undertrykkelse, ensomhed, opgør med autoriteter, lidenskab, angst, fremmedgørelse, individ/omverden, liv/død, natur/kultur (herunder land/by), o.s.v.
 
11. Fortolkning.
Fortolkning er en sammenfatning af din analyse. For at finde frem til en fortolkning af en tekst kan du spørge: "Hvad er egentlig forfatterens mening med denne tekst?" , eller du kan spørge: "Hvad siger denne tekst egentlig om verden?" Sommetider taler vi også om forfatterholdning, eller forfatterhensigt, eller budskab (men det kan forveksles med morale, og det er ikke meningen!).
 
12. Livssyn.
Ofte kan du relatere en bestemt tekst til et bestemt livssyn, eller en livsanskuelse. Vi kan definere livssyn/livsanskuelse som tekstens eller forfatterens måde at se livet og verden på.
Ofte kan vi også sætte teksten i forhold til en bestemt filosofi: F.eks. en postmodernistisk filosofi, en romantisk filosofi, en eksistentialistisk filosofi, o.s.v.
 
13. Historisk perspektivering.
Du skal sætte teksten ind i en historisk sammenhæng: Hvilken periode indgår teksten i? Hvordan kan man se det (hvordan kommer det til udtryk i tematik, livsanskuelse, fortælleteknik)? Hvordan er forfatterens placering i perioden og i forhold til andre forfattere? Hvilken litterær "isme" hører hans/hendes tekst hjemme i? Naturalisme, romantik, modernisme, postmodernisme?
Periodens kultur, samfund, filosofi inddrages.
 
14. Stil og sprog.
Hver forfatter har sin særlige måde at skrive på: Tekstens stil. Vi kan dog skelne mellem to stilmæssige hovedtyper: Realisme, og "ikke-realisme". Disse kan igen underinddeles og relateres til perioder: f.eks. impressionisme, socialrealisme, nyrealisme, magisk realisme. Og: symbolisme, ekspressionisme, modernisme, fantastisk litteratur.
Til tekstens stil hører også: Ironi, humor, satire, slang, patos. Og generelt: Ordvalg, sætningsstrukturer, rytme, tone.
Endvidere skal du være opmærksom på: Billedsprog, metaforer, sammenligninger. Og hvis der optræder symboler eller symbollignende elementer i teksten, skal deres betydning og funktion opklares og dokumenteres.
 
15. Diskussion af teksten.
Giv en begrundet vurdering af teksten:
God eller dårlig fortælleteknik, godt eller dårligt sprog, er personkarakteristikken "flad"?
Teksten modsiger sig selv. Teksten har uklare eller skjulte præmisser for sit udsagn (kitsch, f.eks.); sammenhængen mellem "budskab" og begrundelse er dårlig.
Du er uenig i livssynet, men finder det alligevel interessant og godt behandlet.
 
<br>_________________________________________________________________<br>
 
16. Fremlæggelse af analyse og fortolkning.
Det vil være uoverkommeligt at fremlægge alle ovenstående punkter i en analyse og fortolkning. Og i øvrigt helt uinspirerende at høre på eller læse i en skriftlig fremstilling. Analyseredskaberne skal anvendes med omtanke og sans for, hvad der er væsentligt og interessant. Tekstanalyse og fortolkning kan gøres til en kreativ og spændende genre med sans for liv og sprog.
Her er en standarddisposition for en mundtlig eller skriftlig fremlæggelse, hvor du trinvist bevæger dig fra det konkrete til det abstrakte:
 
# Anfør forfatter, titel og udgivelsesår.
# Gør rede for tekstens komposition og fortællerforholdene.
# Giv person- og miljøkarakteristik. Husk at dokumentere gennem teksthenvisninger.
# Formulér nu din opfattelse af hovedtema og sidetemaer.
# Konkludér vedr. fortolkning og livssyn.
# Inddrag skrivestilen til yderligere dokumentation for fortolkning.
# Perspektivering til periode, forfatterskabet, andre forfattere.
 
Du kan også starte i det abstrakte og bevæge dig "ned" i det konkrete og tilbage til det abstrakte og overordnede:
# Anfør forfatter, titel og udgivelsesår.
# Gør rede for din fortolkning, og opfattelse af livssynet i teksten.
# Dokumentér fortolkning, livssyn og tema gennem centrale tekstiagttagelser.
# Underbyg ved inddragelse af skrivestil.
# Perspektivering til periode, forfatterskab, andre forfattere.
 
==SMART==
Talking to harddsiks via SMART
*http://www.google.com/search?hl=en&rls=GGLC%2CGGLC%3A1970-01%2CGGLC%3Aen&q=io+ata+smart+win32
 
 
*http://objectmix.com/xharbour/355939-real-serial-number-hd-usb.html
*http://www.google.com/search?hl=en&rls=GGLC%2CGGLC%3A1970-01%2CGGLC%3Aen&q=%22s.m.a.r.t.%22++c%23++harddisk
*http://www.google.com/search?hl=en&rls=GGLC%2CGGLC%3A1970-01%2CGGLC%3Aen&q=%22s.m.a.r.t.%22++c%2B%2B+
 
 
*[http://www.t10.org/ftp/t10/drafts/sat/sat-r05.pdf Information technology - SCSI / ATA Translation (SAT)]
 
==Acronis black screen==
When booting from Acronis boot media on a Dell Inspiron 1501 you get a black screen.
 
* http://www.wilderssecurity.com/archive/index.php/t-179306.html
...So i choosed full mode it starts to load but then all i get is a black screen and nothing happens anymore.. <-QUOTE}Have you tried this:
 
Please boot your computer from the Acronis True Image rescue disc and press F11 key when the selection screen advising you to select either "Full", "Safe" or "Boot into Windows" option appears. After you get the "Linux kernel command line" prompt, please modify it in the following way:
 
quiet acpi=off noapic
 
click on the OK button then and choose "Full Version". That should allow you to use Acronis True Image in some special cases. Please submit a request for technical support describing the issue if you want to automate the process of adding these special parameters.
 
* http://www.wilderssecurity.com/archive/index.php/t-117936.html
 
* '''quiet''' - This parameter is enabled by default and the startup messages are not displayed. Deleting it will result in the startup messages being displayed as the Linux kernel is loaded and the command shell being offered prior to running the very Acronis program.
 
* '''acpi=off''' - Disables ACPI (http://www.webopedia.com/TERM/A/ACPI.html) which may help with a particular hardware configuration.
 
* '''noapic''' - Disables APIC (Advanced Programmable Interrupt Controller) which may help with a particular hardware configuration.
 
==Acronis Bootable Media Boots into Garbled or Low Resolution GUI==
====Symptoms====
# You boot from Acronis Bootable Media;
# When booted, the Graphical User Interface (GUI) is garbled or of low resolution.
 
====Cause====
Acronis Bootable Media failed to correctly detect the video card.
 
====Solution====
#When booted from media created with Acronis Media Builder, on the selection screen hit F11 and in the command-line window enter the following: vga=ask
#Start Acronis
#When asked press <Enter> (be quick, or Acronis will boot normally)
#This will give a list of all available graphic modes.
#Type in the one that suits best and hit Enter.
 
* [http://kb.acronis.com/content/2921 2921: Acronis Bootable Media Boots into Garbled or Low Resolution GUI]
 
==Backup af Exchange Server==
* [http://www.backupexecfaq.com/about.html Backup Exec FAQ Help for users, by users]
* [http://www.backupexecfaq.com/articles/using/backing-up-exchange-mailboxes.html Backing up Exchange mailboxes]
 
* [http://www.msexchange.org/tutorials/MF022.html How to use the Deleted Item Retension and Deleted Mailbox Retension feature in Exchange 2000]
 
 
<categorytree hideroot=on mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Mediacenter</categorytree>
 
<categorytree onlyroot=on mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Opskrifter</categorytree>
 
<categorytree mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Opskrifter</categorytree>
 
<categorytree onlyroot=on mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">English pages</categorytree>
 
==Find det rigtige produkt - til den rigtige pris her==
* [http://www.elsparefonden.dk/forbruger/produkter/hvidevarer Elsparefonden - Find hvidevarer (samme som hvidevarepriser.dk]
* [http://www.pricerunner.dk/t/3/sammenlign-Hvidevarer-priser Hvidevarer - Sammenlign priser & anmeldelser på PriceRunner Danmark]
* [http://www.kelkoo.dk/ Sammenlign priser - Kelkoo godt indeks her kan man sortere]
 
==Hvad er forskellen på LN 88480 og L 84950==
Vægtsensor: Registrerer hvor meget der fyldes i maskinen - før program startes.
* [http://www.aeg-electrolux.dk/Files/denmark_danish/Brochures/AEG-Electrolux_AUG07_FRITST_s003-015.pdf Katalog AEG-Electrolux August 2007]
* [http://www.electrolux-partner.dk/1/AEG-Electrolux_fritstaaende_katalog_2008_WEB_dbA.pdf  Katalog AEG-Electrolux Maj 2008]
* [http://www.electrolux-partner.dk/1/AEG-Electrolux_fritstaaende_prisliste_2008_WEB.pdf Prisliste AEG-Electrolux 2008]
 
* [http://www.electrolux-ui.com:8080/2008/132/964871DA.PDF LN 88480 Brugervejledning]
* [http://www.electrolux-ui.com:8080/2007/132/970580DA.PDF L 84950 Brugsanvisning]
 
* [http://www.aeg-electrolux.com/node441.asp AEG manualer]
 
==Hvem har dem==
* http://www.mariendalonline.dk/shop/aeg-vaskemaskine-ln-7912p.html Påstår der er vægtsensor i LN 88480
*http://www.whiteaway.com/product/aeg-electrolux-l84950
*http://shopping.kelkoo.dk/ssc-146601-aeg-84950.html
*http://www.hvidevaregrossisten.dk/Default.asp?Action=Details&Item=38
*http://handelsgruppen.dk/product.asp?product=2566&sub=47
 
==Forhandlere af hvidevarer==
1,8 * 1,5 * 6 * 52 = 842,4
* [http://www.kole-moller.dk/ Køle Møller]
* [http://www.hvidevarebutikken.dk/ Hvidevarebutikken]
:AEG vaskemaskine 84950 7.980,00 -10% = '''7.182,- + 150,- = 7332'''
:AEG tørretumbler 59840 Energi A 7.959,00 -10% '''7.163,- + 150,- 7.313,-'''
 
 
* [http://www.kai-berntsen.dk/ Kai Berntsen] 14.750,- incl alt
* [http://www.prisrytter.dk/ Prisrytter.dk] AEG 6844,00+475,00=7319,00
* [http://www.handelsgruppen.dk/ Handelsgruppen] AEG 6.830,00+398,00='''7.228,00'''
* [http://onlinehvidevarer.dk/ Onlinehvidevarer] AEG 6.910,00+395,00
* [http://www.el24.dk/ EL24] AEG L84950 7.195,00+295,00=7.490,00 T59840 5.895,00+295,00='''6.190,00'''  
* [http://www.el-tjelle.dk/ Dronninglund Installationsforretning & Hvidevare Center]
* [http://www.punkt1.dk/ Punkt 1]
* [http://www.wupti.com/Produkter/Hvidevarer/ Wupti] AEG 6.999,00+299,00=7.298,00
* [http://www.ahvidevarer.dk/ Ahvidevarer]
* [http://www.ahvidevarer.dk/ Ahvidevarer]
* [http://www.elsalg-saltum.dk/ EL-gården] 5.700,00 +395,00
* [http://www.elsalg-saltum.dk/ EL-gården] 5.700,00 +395,00
* [http://www.lavpriskoekken.dk Lavpriskøkken] 6.285,00
* [http://www.lavpriskoekken.dk Lavpriskøkken] 6.285,00
* [http://butik.el-stroem.dk/ el-strøm] 6.395,00
* [http://butik.el-stroem.dk/ el-strøm] 6.395,00
* [http://skousenshop.scancommerce.dk/ Skousens onlineshop] få modeller
* [http://skousenshop.scancommerce.dk/ Skousens onlineshop] få modeller
 
==Producenter af hvidevarer==
* [http://www.siemens-hvidevarer.com/ Siemens]
* [http://www.bosch-hvidevarer.com/ Bosch]
* [http://www.aeg-electrolux.dk/ AEG-Electrolux - Velkommen til AEG-Electrolux Danmark]
* [http://www.asko.dk/ Asko Vølund]
 
==Service manualer og instruktionsbøger==
* [http://www.devicemanuals.com/ User's Guides, Owner's Manuals and Operational Instructions - også andet end hvidevarer]
* [http://www.serviceforce.co.uk/pdf_search.asp Instruction Manuals Electrolum - AEG...]
 
 
8 Kg Tage
:Siemens WM 16S761DN 54db 74db 2min 60 grader 56 liter
:7.495,00 Bosch WAS 32760NN vægt
:8.150,00 - AEG-ELECTROLUX L 84950 - tromle 63 liter 46dba hygiejneprogram 64-67 grader 1 skyl ekstra 60 grader 3 gange ingen vægt
Kulfri
Støj
60 hvor længe
Tromlestørrelse
Ekstra skyl
Tørretumbler
 
:AEG Lavamat 76850
:AEG Lavatherm 59840
 
<google>DANSK</google>


==Producenter af hvidevarer==
https://tmupdate.blob.core.windows.net/tps/Beta/TrackMan%20Performance%20Studio%20FwFix%20Installer%208.0.169.exe
* [http://www.siemens-hvidevarer.com/ Siemens]
* [http://www.bosch-hvidevarer.com/ Bosch]
* [http://www.aeg-electrolux.dk/ AEG-Electrolux - Velkommen til AEG-Electrolux Danmark]
* [http://www.asko.dk/ Asko Vølund]


==Service manualer og instruktionsbøger==
Get-NetFirewallRule | Where {$_.DisplayName -eq "Network Discovery (UPnP-In)"} | Enable-NetFirewallRule
* [http://www.devicemanuals.com/ User's Guides, Owner's Manuals and Operational Instructions - også andet end hvidevarer]
* [http://www.serviceforce.co.uk/pdf_search.asp Instruction Manuals Electrolum - AEG...]


 
netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes
8 Kg Tage
:Siemens WM 16S761DN 54db 74db 2min 60 grader 56 liter
:7.495,00 Bosch WAS 32760NN vægt
:8.150,00 - AEG-ELECTROLUX L 84950 - tromle 63 liter 46dba hygiejneprogram 64-67 grader 1 skyl ekstra 60 grader 3 gange ingen vægt
Kulfri
Støj
60 hvor længe
Tromlestørrelse
Ekstra skyl
Tørretumbler
 
:AEG Lavamat 76850
:AEG Lavatherm 59840
 
<google>DANSK</google>

Latest revision as of 16:27, 11 August 2022

<seo title="Min sandkasse" />

English pages Danske sider


Test ny MediaWiki

Test.jpg Printer.jpg

My 3D printer

Enclosure

OctoPrint

ASA

top surface skin layers are used to get a more beautiful layers on the top of prints.

if you set 10 top layers, then it will print 10 top layers.

now if you set "top surface skin layers" to 2, then the last 2 layers of the top layers, will be printed as top surface skin layers.

you can change these settings for the top surface skin: top surface skin speed, top surface acceleration, top surface skin jerk, top surface skin line width, top surface skin pattern and top surface skin line directions.

what i usually do is set the top surface skin layers to 1, use top surface skin line width of 1/2 the usual line width (nozzle size), and use top surface Line Pattern with Line directions of 45° or 90°, degrees.

the smaller line width creates smoother surfaces with less pronounced ridges, similar to ironing, the line directions will be consistent on all the top surfaces, to get more decent looking top surfaces.

Sauser og fond

Cannillo's salater

Pastasalat.jpg

Pastasalat - Pasta di insalata

  • 250 g pasta (penne, sløjfer...)
  • 500 g hvide bønner (udblødt og kogt) mindre hvis det måles som tørrede
  • 50 g kapers
  • agurk
  • syltet agurk
  • 300 g drænede syltet italiensk grøntsagsblanding (evt lidt mindre hvis der er agurk og syltet agurk i)
  • 100 g grønne bønner
  • 4 store stængler blegselleri med toppen
  • 700 g mayonnaise
  • 4 tsk salt
  • 4 tsk groft peber
  • 2 spsk hvid balsamico
  • 1 tsk oregano (1 spsk er for meget)
  • hvad med ??? g cremefraiche, ricotta???

Serveres portionsanrettet pyntet med soltørrede tomater

Artiskoksalat.jpg

Artiskoksalat

  • 275 g drænet artiskok i olie (kvarte)
  • 140 g sorte oliven i skiver
  • 1 agurk uden ender agurk
  • syltet agurk
  • 5 stilke blegselleri med top skåret i skiver
  • kapers
  • hvide bønner (udblødt og kogt)
  • olie eddike dressing???
  • (hvid balsamico) (1 dl marinade)
  • (soltørrede tomater)
  • (løg, forårsløg)
  • (rød peberfrugt)
  • (hvidløg, oregano, salt, peber)
  • (kartofler)

Druknede fennikel - Finocchi affogati

Online backup with CrashPlan


Chromecast and EZCast

Image tagging

General information

XMP

Xmp tagline 200px.png

XMP 1.0 2005

EXIF

Picasa

Uses XMP tag system created by Adobe with the addition of Microsoft XMP namespace Microsoft Photo Region Schema and is used by Windows Live Photo Gallery.

Google+ Platfoem

DR TV oversigter

Tablet UX

Squeezebox

Squeezebox End Of Life
Squeezebox
MySQL Collation
  1. http://dev.mysql.com/doc/refman/5.0/en/charset-connection.html
SHOW VARIABLES LIKE 'character_set%';
SHOW VARIABLES LIKE 'collation%';
SET collation_connection = @@collation_database;

TypeScript

WD Green Drive Problems

WD20EARS or WD20EADS? What about seagate's 2tb drive?]

error recovery control (ERC) time-limited error recovery (TLER) command completion time limit (CCTL)

Using consumer disks in a Dell T110

Server 2012 Storage Server and Hyper-V

Storage Spaces


Hyper-V and ReFs

format /fs:refs /q /i:disable <volume>

Hyper-V


RAID


How to Reboot to Safe Mode F8

MSBuild files

Android Exchange sync battery

Søg efter "Changing mailbox from push to ping i denne" fil:

Google: kb2743248 android exchange battery

How to change DNS server in Android

JPT3815W


ListBox

Grid.IsSharedScopeSize is incompatible with * columns in WPF Grid

How to center the content of cells in a data grid? <source lang="xml"> <Style TargetType="{x:Type DataGridCell}">

  <Setter Property="Template">
     <Setter.Value>
        <ControlTemplate TargetType="{x:Type DataGridCell}">
           <Grid Background="{TemplateBinding Background}">
              <ContentPresenter VerticalAlignment="Center" />
           </Grid>
        </ControlTemplate>
     </Setter.Value>
  </Setter>

</Style> </source>

Open pages

Τυρόπιτα






Beef Jerky

Blomberg induktionskomfur

Online converter for video sound and documents

Microsoft Safety Scanner

The logfiles is saved in "C:\Windows\debug\msert.log"

TechSmith Screen Capture Codec

It installs and registres C:\Windows\system32\tsccvid.dll.
It can be removed from the command line (running as administrator) with the command:
Uninstall: tscc.exe /REMOVE
You can verify if it is installed with NirSoft's InstalledCodec.

Beocom 6000 secret codes

  • 9#9#9*655 OK => After replacing battery, will charge new battery full
  • 9#9#9*DOT7 (MKI)=> Enter Test Mode Menu
  • 9#9#9*INT (MKII) => Enter Test Mode Menu

HDMI-CEC

Xbox Live

Symbol server

\\<server>\<share>\Symbols\bin\symstore add /s \\<server>\<share>\Symbols\<company name> /t <product name> /o /r /compress /f <path to build output>
add - Add files to server or create an index file.
/t Product - Name of the product.
/o - Give verbose output.
/r - Add files or directories recursively.
/compress - When storing files, store compressed files on the server.
/f File - Network path of files or directories to add.
\\<server>\<share>\Symbols\bin
\\<server>\<share>\Symbols\<company name>
\\<server>\<share>\Symbols\ThirdParty

Udfasning af glødepærer

Europa-Kommisionen Energisparepærer



Lampe Line

Løsningen
Varenavn: 66733 33 Watt ECO - G9 type fatning
EAN-nr. 4008321208668
El-nr. 5650667335


Shoplight

HTC Surround

EU information

Dæk


Quadcopter

Jacobs firma

Fyldingsdøre

Dell GX620 til Gamer PC



Display

Opening files by doubleclicking - Drag Drop

CommandLine
Interprocess Communications
Named pipes
C++
C#
File Mapping
Drag Drop using SendMessage
WM_DROPFILES
WM_COPYDATA
Interprocess Communication Between .NET and MFC Using WM_COPYDATA
Windows Messages


Drag and Drop
Set filetype association

Getting android source

Google's howto:

  1. Initializing a Build Environment
  2. Downloading the Source Tree

Python

Metro style

The goal of MahApps.Metro is to allow devs to quickly and easily cobble together a "Metro" UI for their WPF4+ apps, with minimal effort

OnPropertyChanged

Azure

For at aktivere dine fordele, skal du logge på din MSDN konto og vælge "Activate Windows Azure".

Google App Engine

Helium Voice


Usorteret




Phone 7

DMI


Lumos

Code samples

Reverse Engineer

AgFx Windows Phone App and Data Caching Framework

UDP Sockets

Portrait and landscape orientation on Windows Phone

AForge.NET

Shape detection



MVVM Light Toolkit

Expression Blend

HOW TO DO COMMAND BINDING FOR APPLICATION BAR WITH APPBARUTILS IN XAML?

Dropbox

iPhone


  1. http://stackoverflow.com/questions/850717/what-are-some-popular-ocr-algorithms
  2. http://www.discover.uottawa.ca/~qchen/my_papers/master_thesis.pdf
  • Face / image recognition
  1. http://www.face-rec.org/algorithms/
  2. http://www.techcrunch.com/2008/04/27/google-experiments-with-next-generation-image-search/
  3. http://www.google.com/search?hl=en&q=pagerank+for+product+image+search&sourceid=navclient-ff&rlz=1B3GGGL_enDK266DK266&ie=UTF-8
  • Games
  • Korteste/hurtigste cykel vej

Ikon design

Sætningsskema / feltskema

MP970

Error 5100 on Canon printers

Clean the timing strip

Vista Print Spooler Stopping

Delete all files in C:\Windows\System32\spool\PRINTERS

DataGrid Styling


MacBook

Read Mac harddrive from Windows

Embedded WiFi

Blandede links

<source lang="java"> ArrayList<String> entries = new ArrayList<String>(Arrays.asList("List Item A", "List Item B")); ArrayAdapter<String> arrAdapt = new ArrayAdapter<String>(this, R.layout.list_item, entries); arrAdapt.setNotifyOnChange(true); arrAdapt.add("List Item C"); </source>

SQL Server troubleshooting

DNS

Windows Workflow Foundation

Træsko

Dem fra Fog

Debugging and profiling

Opspænding af cykelhjul

Shimano tekniske vejledninger

Reservedele

Cryptology

Adobe Photoshop

Unable to continue because of hardware or system error.
Solution: Delete the Photoshop settings file.
Start the application while holding down Ctrl+Alt+Shift. Click Yes to the message "Delete the Adobe Photoshop Settings file?" when it appears.

Unity

Exchange 2010 SP2 + OWA

Install Windows from USB Stick

ESXi

Backup

VirtualBox

Hyper-V 3.0 on Windows Server Core 2012

Hyper-V

Storage configuration options for a server running Hyper-V.


Migrating physical machines to Hyper-V
Assigning disk space to Virtual Machines
Assigning memory to Virtual Machines

Note: Dynamic Memory virker ikke med Small Business Server 2011

Using TurnKey Linux on Hyper-V
  • To show what version of linux it is:

cat /etc/issue

  • To enable boot logging
Edit /etc/default/bootlogd so it shows
  1. Run bootlogd at startup ?
BOOTLOGD_ENABLE=No

/var/log/boot will be created, and it will contain a log of all your boot messages, ther will be some escape sequences but it is colour coding

apt-get install aptitude

Using Ubuntu on Hyper-V

OpenFiler


Disks


Mail server

Blocking specific IP's from attacking your server

Dell PowerEdge T110

Windows Server

Raid

General overview

On a PERC H200 card, caching is forced to be disabled for all physical disks configured into a virtual disk, regardless of the drive type and default drive settings.

For Microsoft Windows 2008, as long as you formatted the disk using the Windows 2008 operating sytem, the disk requires no further alignment actions.

How to view progress of Windows software RAID resynching on Server 2008 R2?
  1. Select one of the raid drives in the Disk Mangement
  2. In the right pane under Actions, select More Actions -> Refresh

If you press F5 (refresh) the progress indication will disappear again. To get it back you need to close and reopen Computer Management. Server 2008 R2 resynching disks.png


Dell PowerEdge Servers – Support for very large drives (>2 TB)

Dell PERC 6

Disks

  • WD Caviar Green WD20EARS 2 TB
  • Samsung Spinpoint F4EG HD204UI 2 TB
  • Seagate Barracuda LP ST32000542AS 2 TB

Cables

The Best Disk write performance testing

Dell UPS 500W

APC UPS

Install SSL Certificate for SBS 2003 Exchange Server

iPhone - Exchange

How to identify Exchange 2003 SP Version

Go to your server in Exchange System Manager, right-click your server, choose Properties, and on the General tab make a note of the version number.

Each version of Exchange Server includes a build number so that you can easily identify which version of the product you are running:

6944.4 = Exchange 2003 RTM (including SBS2003)
7226.6 = Exchange 2003 SP1
7638.2 = Exchange 2003 SP2

DCP Latency

Eksempler på WPP og ETW findes her: C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\winbase\Eventing


ISR and DPC latency monitor (with ETW)

ISR and DPC latency monitor (with ETW)
So, I put together an ISR and DPC latency monitor using ETW. It shows DPC and ISR latencies including routine addressses, drivers, interrupt vectors and CPU number.

All this is done on a best effort basis. After running for a few seconds, the ETW consumer stops receiving events for completely unknown reasons. ProcessTrace is called but events are no longer delivered to the consumer callback. I'm starting to believe ETW is not suitable for a live monitor. If I want to use the real-time logging mode events are not delivered until the trace is stopped.

While the KernelTime and ProcessorTime fields in the EVENT_TRACE_HEADER structure should report the elapsed time in clock ticks of these executions, I have found these instead to be always zero. So I had to do some work and build a table of all starting timestamps of all context switches and calculate the latency by subtracting intervals. This was not exactly straightforward because events are not guaranteed to arrive in order of execution.

So while I still need to straighten out a few things I would like to ask you to run LatencyMon and check if the values reported make sense to you, if you find any bugs or have any suggestions. I will soon add some graphics and add a bit of documentation as well so all this is still subject to evolution.

You can download the first version of LatMon (including source of the ETW stuff) from here: http://www.resplendence.com/latmon

(requires Windows Vista or later)

//Daniel

Mortens aften

Løvsugere

BMI Jyllingevej ECHO

MonoGame

XNA

Indkøb


  • Power kabler


Mediaportal remote - iPiMP - a Smartphone web interface to MediaPortal

MailIT

  • F:\MailIT\Dokumentflet
  • F:\MailIT\MailITPDFfiler
  • Opsætning foretages i Navsion via SALG OG MARKETING --> EXPANDIT MAILIT --> RAPPORTER --> RAPPORTOPSÆTNING på fanerne PDF-fil og Fletning.

Howto Patch .NET managed EXE to run as x86 on x64 bit computer

There is a 32BIT flag in the CorFlags section of the header of a portable executable image that tells Windows if the EXE should be allowed to run as 64 bit application x64 bit Windows.
If this flag is set, the application will run as x86 on both x86 and x64 bit machines.

To set the flag and force application to run as x86 use:
CorFlags.exe assembly.exe /32BIT+

CorFlags.exe is located in "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin" or one of the other folders win SDK bin's.

Kogebøger

Rendering, zooming and printing with WPF

XAML Guidelines

Localization in WPF

Resources in WPF

Zooming med WPF

Design time data in WPF

Routed Events in WPF

Data Binding in WPF

Brushes in WPF

Silverlight

<silverlight width="700" height="400">HelloWorldSilverlight.xap</silverlight> <silverlight width="150" height="600">MediaWikiMenu.xap</silverlight>

Stegetider og opskrifter

– mørt og ikke tørt, STOP i tide]

Open Source OCR

Tesseract is a free software optical character recognition engine that was originally developed as proprietary software at Hewlett-Packard between 1985 and 1995. After ten years without any development taking place, Hewlett Packard and UNLV released it as open source in 2005. Tesseract is currently developed by Google and released under the Apache License, Version 2.0

An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google]

Kopibeskyttelse af .NET programmer

Produckt keys

Hi!

I've finished developing a windows application, but now I am faced with a dilemma on producing two versions of the software: evaluation copy and full version. Specifically, the software won’t utilize the internet for the verification of the product key. Can anyone help me to get started with creating license keys?

Thanks.

jonorossi:
Here is a pile of licensing solutions that you might want to browse through, even the good ones that I have heard heaps of people talk about aren't that expensive for the amount of hours you would spend doing it yourself



Desaware Licensing System
http://www.desaware.com/products/licensingsystem/index.aspx
Price: Expensive at $1495

Licensing .Net Pro
http://www.licensingdotnet.com/
Price: Bargan from $29.95 (limited time)

OpenLicense
http://openlicense.tigris.org/
http://www.spextreme.com/openlicense/openlicense.aspx
Price: Free

Infralution Licensing System
http://www.infralution.com/licensing.html
Price: $80

LM-X
http://www.x-formation.com/LM-X/
Price: Cannot find one, I cannot find a page to buy this one which isn't a good thing for them

XHEO Licensing
http://www.xheo.com/products/enterprise/licensing/
Price: $289

Shareware Starter Kit
http://blogs.msdn.com/danielfe/archive/2005/07/10/437293.aspx
Price: Free
This solution requires the internet for licensing

DreamKey
http://www.fingoo.net/lib/asp/packages.asp
Price: 2.9% or 3.9% of sales



Here is one artlcle about getting info from the user's computer that you could use to identify that the license will only work on their machine:
Retrieving Hardware Identifiers in C# with WMI
http://www.eggheadcafe.com/articles/20030511.asp

This article looks alright, but from just skimming through it, it looks like it is using very simple encryption:
License Key Generation
http://www.codeproject.com/dotnet/LicenseKeyGeneration.asp

This one looks good, it uses a XML formatted license but it uses RSA to store the license key:
Using XML Digital Signatures for Application Licensing
http://www.codeproject.com/dotnet/xmldsiglic.asp

Here is another article that uses RSA and XML that is easy to understand.

Really Simple Licensing Scheme for .NET
http://jclement.ca/devel/dotnet/reallysimplelicensing.html



Those are a few commerial solutions and a few sample licensing apps. It might be easier and cost less (because time is money) to purchase a commerial solution because then you have support and upgrades.

Let me know if you need anything else, Jono

Detecting if the application is being debugged

CHM to PDF=

Recover PDF passwords

Den skaldede kok's kartoffelsalat

  • 1 kg kartofler
  • 3/4 dl æbleeddike
  • 1/4 tsk friskkværnet sort peber
  • 1/2 dl hakket persille
  • 2 store knuste fed hvidløg
  • 3/4 dl dijonsennep
  • 1/2 tsk salt
  • 3/4 dl olivenolie
  • 3/4 dl mayonnaise

Kog kartoflerne i letsaltet vand med lidt citronsaft - syren fra citronen holder bid i de nye kartofler.
Skær kartoflerne i skiver når de er kogt.
Bland dressingen mens kartoflerne koger.
Når kartoflerne er afkølede, kommes dressingen over.
Kom lidt i ad gangen, så der ikke kommer for meget dressing, og det hele svømmer.

Madleksikon

Ansjoser

Politikens opskrifter Tjek.dk

AGM Batterier

Open source S.M.A.R.T Disk tool

CrystalDiskInfo is a HDD/SSD utility software which supports S.M.A.R.T and a part of USB-HDD.

CrystalDiskMark is a disk benchmark software.

smartmontools Search: ] The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA and SCSI harddisks. In many cases, these utilities will provide advanced warning of disk degradation and failure.

GSmartControl is a graphical user interface for smartctl (from smartmontools package), which is a tool for querying and controlling SMART (Self-Monitoring, Analysis, and Reporting Technology) data on modern hard disk drives. It allows you to inspect the drive's SMART data to determine its health, as well as run various tests on it.

Application settings in .NET


What hardware is in my PC

  1. Select Properties
  2. Select the Details tab
  3. Select Hardware Ids
  4. Use the links below to locate Your hardware


Scanning


Artikler smidt ud under oprydning

DPC Latency

1) Download and install

2) Start All Programs - Microsoft Windows SDK v7.0 - Tools - Install Windows Performance Tool Kit (x64)

3)

Administrator - Command prompt
C:\Program Files\Microsoft Windows Performance Toolkit>xperf -on Latency
C:\Program Files\Microsoft Windows Performance Toolkit>xperf -stop
C:\Program Files\Microsoft Windows Performance Toolkit>xperfview.exe \kernel.etl

NVIDIA PowerMizer !!

Device Driver Kit tracelog


Dell

3D Plotter

Stenslibning

Program Compatibility Assistant (PCA)

Equations in Word 2007

Geocaching

Database EER Diagrams

MySQL Workbench

Surdej

Perspektiv i billeder

C#

Skumringsrelæer


Cykel holdere til iPAQ og iPhone

Anmeldelser af iPhone holdere

Garmin Edge 305

BlueTooth Physiological Sensors

Cykelsko

SPD

Konverter video og musik T-1300 Kjærulf

Performance analysis tools

Arduino Duemilanove

Driveres for S12

Replace Lenivi Ideapad S12 LCD screen

After breking the sceen on my s12 i had to remove the lcd and this is how i did it.

  1. remove the small plastic covers in the upper corners
  2. remove the screws underneath
  3. now you may carefully remove the front cover around the lcd screen. There are no screws holding it in the bottom, but a lot of 2side tape. I used a sharp knife to cut the tape from the cover . In the bottom the cover is clicked on so just carefully get the cover free ( use the force but not to much force ) .
  4. After getter the front cover off, unscrew the 4 screws that are holding the lcd screen to the metal frame . The 2 bottom screws are a little tricky cause theres not much room to work in.
  5. Lift the screen forward a little and disconnect the small connecter in the top of the back of the screen.
  6. Remove the tape covering the big connector on the back of ther screen and then disconnect the cable.
  7. your lcd is free and a new one may be fitted in the reverse order.

The steps you quoted are not entirely correct. There are two screws in the upper corners under the rubber bumpers and there is 2 sided tape on the inside of the bezel surrounding the LCD. There is also two screws on the bottom of the bezel but they are not under the rubber bumpers. They are hidden under the hinge covers. You need to pop them off and then remove the screws. The bezel will easily come off then. R

WCS-0010 IP Camera

Windows Vista Backup, Windows 7 Backup and .VHD files

Julegløgg

  • 2 dl Vodka eller klar Brøndum
  • 1 flaske rødvin (70 cl)
  • 2 dl vand
  • 80 g sukker
  • 100 g rosiner
  • 100 g mandler
  • 2 kardemommekapsler
  • 2 kryddernelliker
  • 1 spsk. friskrevet eller tørret ingefær
  • Skallen af en halv usprøjtet appelsin, tyndt skrællet eller 1 g pomeransskal
  • 1 hel kanelstang
  • Lad krydderierne trække i rødvinen i ca. 8 timer, hvorefter de sies fra. Tilsæt resten af ingredienserne, og varm forsigtigt op under omrøring. Gløggen må ikke koge.
  • (6-8 personer)

x64 Windows Registry keys and KEY_WOW64_64KEY

Jobs

  • Oticon
  • GnResound
  • Videx
  • BK Medical
  • Niels Jørgensen 3 Shape


Start egen virksomhed

How to access Microsoft Exchange Server with Outlook from the internet

How to configure McAfee for Microsoft Exchange Server on Small Business Server

Unicycle - Ethjulet cykel

Indkøbsliste

eSATAp

Marsvinebure

Ivomec

TV Overscan

LG kalder det for Kun Scanning Sony kalder det Full Pixel

Ny TV Mediacenter

Driver til Harald Nyborg Tuner findes på Windows Update hvis man kører Vista
Driver til NOVA-T-USB2 (93xxx) http://www.hauppauge.se/site/support/support_wintv7.html
Mediaportal roadmap: http://mantis.team-mediaportal.com/roadmap_page.php?project_id=1

FFDshow Tryouts? Tryouts is an updated fork of the original, and is actively developed unlike the original.

DR.dk EPG ripper

MediaPortal setup and configuration


--- Blandede ting

h.264 playback

---

--- Mediecenter 1,1 RC1

Søgte på: microsoft dtv-dvd video decoder" mediaportal, og fandt:

h.264 edit

Setup of MediaPortal on Asrock 330HT-BD ION

  • Enter BIOS and select default Performance Setup AHCI Mode - save and exit
  • Install Windows x64
  • Insert ASRock NetTop ION 330 Series support CD for Windows7 64 MCE
  • Start ASRSetup
  • Select Install all drivers (it takes several reboots where you must reenter password) (this way You will get the Coprocessor driver installed - that might be impossible otherwise)
  • Install Avast antivirus
  • Install Google Chrome
  • Connect USB Tuners and let windows install drivers
  • Right click Atheros AR9265 Wireless Network Adaptor in Device Manager and select Update Driver Software - it will find a new driver
  • Install all important updates from Windows Update
  • Install MediaPortal - defult, default,... one click...
  • Run TV Setup - Subtitle Settings - Preferred Language Danish
  • Run TV Setup - Subtitle Settings - Enable DVB Subtitles
  1. TV Servers - Scan for TV channels
  2. TV Channels - Delete Scrambled/encrypted channels
  3. TV Channels - Unselect channels you won't see in the TV Guide
  4. DVB EPG - TV Epg grabber - Press All (otherwise next step won't work)
  5. Recording - General - set Pre-and Post recording to 4 and 6 min
  6. Manual Control - Refresh DVB EPG
  7. Additional 3rd party checks - Microsoft Mediacenter Services - Enable policy to prevent services startup
  • OK
  • Run MediaPortal Client Setup
  1. Select Microsoft DTV-DVD Video Decode where possible to get Hardware Acceleration
  2. Remote - Use Microsoft Microsoft MCE remote or keyboard
  3. Change all codecs possible to Microsoft DTV-DVD Video Decoder (or leave as default? - what's best?)
  4. Additional 3rd party checks - Autostart MPTray to launch MediaPortal with the MediaCenter Button
  5. TV - TV Client
  • Add microsoft infrared tranceiver to increase range
  • Disable Nuvoton W836x7HG CIR Device Driver to make sure only one CIR device is present
  • Install newest NVIDIA ION drivers (196.34)
  • Set resolution to ... ... (a little less than 720 to fit visible area) 50Hz (If left at default 60Hz you can't plat 25Hz HD without a lot of lost frames)
  • Instal InstantBoot(1.23.2) choose Fast mode
  • Install OC Tuner and OC DNA

Ting jeg ikke har helt styr på

  • Power Scheduler
  • Start TV Server Configuration
  • Plugins - Enable Power Scheduler
  • Plugins - Power Scheduler - Generel
  1. Shutdown server after being idle 5 minutes
  2. Wakeup server for varius wakeup events
  3. Shutdown mode - Suspend
  • Plugins - Power Scheduler - Advanced
  1. Enable extensive logging
  • Plugins - Power Scheduler - EPG
  1. Prevent standby when grapping EPG
  2. Wakeup system for EPG grabbing on: 04:00
  • Plugins - Power Scheduler - Network Monitor
  1. Prevent standby based on network activity
  • Plugins - Browse and install Extensione
  • Know Extensions
  1. Install MPEIPlugin
  2. Install YouTube.Fm


Ret til default bios settings with AHCI det andet larmer frygteligt

Asrock 330HT-BD ION documents

ASRock

Søg på: php performance atom processor mysql

WD TV LIVE

Maximum T-1300

Man kan anvende USB stick eller USB disk med extern strømforsyning. Brug evt. en USB strømskinne til at tænde disken.

Maximum formatterer disken med FAT32.

Optagelser gemmes is chunks af 2GB så man er nød til at klistre dem sammen hvis man vil have en hel film.

Man må ikke pege for højt med fjernbetjeningen.

Face detection

C#

OpenCV


Misc

NTCore.com reversing

Sådan finder du de nyeste og bedste drivere til din PC

Disse sider kan automatisk detektere hvilken hardware du har og give dig download links til download af nyeste drivere.

The Intel® Driver Update Utility keeps your system up-to-date. It detects which driver updates are relevant to your computer, and then helps you install them quickly and easily.

Virtual machines

Citrix

Custom screen resulutions

AMD, NVIDIA,...

Image Library SDK

FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use, fast, multithreading safe, compatible with all 32-bit versions of Windows, and cross-platform (works both with Linux and Mac OS X).

Windows 7

NSLU2

Webcam

Router

.NET Obfuscators

Outlook hænger

Skærme

Free icons

"C:\Program Files\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\1033\VS2008ImageLibrary.zip"

Donkraft

Golf IV benzinpumpe

De sider IT smed ud

Søg på VOIP RTP PACKET SIZE 180 260




Frisbee golf

Solstrøm

Outlook remote access

Passat sætter ud

Vevaxellägesgivare

Benzinpumpe

Sommerferie

Sata, Micro Sata and eSata

Wireless Antenn

SMTP

Kopibeskyttelsesdriver på pluto sfdrv01.sys

Hegn og hække

Home made digital thermometer

1-wire devices

Maxim's DS9097 is a serial adapter to connect a 1-wire or iButton device to a PC.
It can be bought from Maxim DS9097 or you can make it yourself Homemade 1-wire to Serial adapter or this another 1-wire to Serial adapter or this serialport adapter that supplies also 5V

Temperature sensors

12-bit
12-bit
Measures Temperatures from -55°C to +125°C
±0.5°C Accuracy from -10°C to +85°C
12-Bit Digital Word in 750ms (max)
Only 8-Pin µSOP
3.0 to 3.7V
12-bit
Measures Temperatures from -55°C to +125°C
±0.5°C Accuracy from -10°C to +85°C
12-Bit Digital Word in 750ms (max)
Also 3-Pin TO-92 Packages !!!
3.0V to 5.5V
12-bit
9-bit
9-bit

I²C 2-Wire/SMBus devices

Temperature sensors

13 bit
Measures Temperatures from -55°C to +125°C
±0.5°C Accuracy Over a 0°C to +70°C Range
Fast (13 bit 200ms max) Temperature-to-Digital Conversion Time
1.7V to 3.5V
12 bit
13 bit
Measures Temperatures from -55°C to +125°C
±0.5°C Accuracy Over a 0°C to +70°C Range
13 bit max 1000ms
2.7V to 5.5V
256 bytes of E2 memory
12 bit
12 bit
Measures Temperatures from -55°C to +125°C
±0.5°C Accuracy Over a 0°C to +70°C Range
12 bit 200ms
1.7V to 3.7V
Multidrop Capability
Stand-Alone Thermostat Capability (open-drain output)

I²C to 1-Wire bridge

Windows Fiewall "windows firewall has blocked some features of this program"

DD-WRT flere netwæek på samme router

Geocaching

Enable or disable Vista hibernation

http://www.syschat.com/enable-or-disable-vista-hibernation-2369.html

Outlook hangs

mdi132

Vista won't sleep or hibernate

Use PwrTest in WDK

Køleskab

Håndmikser

.NET Noter

<source lang="cpp">

           System.Diagnostics.Debugger.Launch();
           System.Reflection.Assembly.LoadFrom(@"<path to assembly to load>");


           System.Diagnostics.Debugger.Launch();
           AppDomain currentDomain = AppDomain.CurrentDomain;
           currentDomain.AssemblyResolve += new ResolveEventHandler(currentDomain_AssemblyResolve);
       System.Reflection.Assembly currentDomain_AssemblyResolve(object sender, ResolveEventArgs args)
       {
           System.Diagnostics.Debugger.Launch();
           return System.Reflection.Assembly.LoadFrom(@"<path to assembly to load>");
       }

</source>

Tændingstidspunkts justering på en Passat AGG motor

Hvis man afmonterer hall sensors kabel og genstarter motoren får man fejlkode:

VCDS version: NEZ 805.2

Adresse 01:  Motor
Styreenhed reservedelsnr.	: 037 906 025 G
Beskrivelse og/eller version	: SIMOS 4S           1941
Software kodning		: 00000
Forhandlernummer		: WSC 00000
1 fejlkode fundet:

00515 - Hallgiver (G40) 
        16-00 - Signal udenfor tolerance

Readiness: Ikke tilg.

VCDS Styreenhed Passat.jpg


VCDS Tændingsjustering Passat.jpg


VCDS Fejlkode unden hall kabel til tændspole forbundet.jpg

1 stk spritny strømfordeler, komplet med hall-giver, rotor og fordelerdæksel.. 
Passer til 2E, AGG, ADC og AAC motorer
OENr.: 037 905 205 C 
OENr.: 037 905 205 J
OENr.: 037 905 237 A
OENr.: 037 905 237 AX 

That will have an AGG code engine. The distributor hall sender is out of sync and so the distributor needs top be repositioned. Start the car and enter Engine 01, Measuring Blocks 007 and four blocks of data will appear. Rotate the distributor until the value in block 1 is between 57 and 60 or 1 and the value in block 2 is between 5 and 8.

Lav grundindstilling bagefter

Software jeg gerne vil eje

Digitale Billedrammer

Der findes en holder WMP081BD til rammen http://www.samsung.com/cn/consumer/accessory/type/accList.do?group=computersperipherals&type=photoframe&subtype=photoframeaccessories

DLNA Media Server's

Jeg har haft installeret FUPPES og TVersity.
Ingen af dem kunne snakke med Samsung rammen.
FUPPES er GPL TVersity findes i en almindelig og en PRO udgave PRO udgaven kan man bare installere (man afleverer sin email addresse), evaluere så længe man vil, og så betale senere.

Microsoft links about DLNA and Picture Frames

Search on Google for GetDeviceCapabilities dlna
These 2 documents has new links inside

Adskille Wii

Wii trommesæt

Niels Hausgaard

Nyt tag

Her har de et priseksempel på hjemmesden, og de laver tegltage

Berits PC Shellcon hidden window

Restaurenter

Grammatik

Skoleopgaver

http://www.langkaer.dk/or/DO6.htm

Novelle- og romananalyse. Formålet med novelle- og romananalyse er, at du skal finde frem til det livssyn, der findes i teksten.

I det følgende nævner jeg en række redskaber, som du kan anvende i analysen. En analyse skal ikke nødvendigvis indeholde alle nedenstående elementer; du skal vælge ud og vurdere, hvad der er væsentligt i tilknytning til netop denne tekst. Nogle af nedenstående elementer overlapper hinanden.

Punkt 1-9 er analysen, og pkt. 10-13 er fortolkningen. I praksis vil man ikke kunne opretholde dette skarpe skel mellem analyse og fortolkning.

1. Genrebestemmelse. Hvilken genre tilhører teksten? Novelle eller roman? F.eks. realisme eller science-fiction? Udviklingsroman eller punktroman? Dokumentarisme? Historisk roman? Eventyr? Myte? O.s.v.

2. Komposition. Hvordan er teksten bygget op? Hvilke dele består den af? Hvordan hænger disse dele sammen? Hvilket kompositionsprincip er der tale om? Åben slutning, eller lukket slutning? In medias res? Hvordan understøtter kompositionen tekstens dybere betydning?

3. Handlingsstruktur (episk forløb). Hvordan er handlingsforløbet skruet sammen? Er det liniært, kronologisk? Eller kobles der frem og tilbage imellem forskellige handlingsforløb (episke forløb)? Forekommer der spring i handlingen? Er der flere forskellige handlingsstrenge? Hvordan er de flettet sammen?

4. Fortælleren. Fortælleren er den stemme, der udsiger teksten. Vi kan skelne mellem to hovedtyper af fortællere: Eksplicit fortæller (direkte tilstede i teksten; en jeg-fortæller er en eksplicit fortæller), og implicit fortæller (indirekte til stede i teksten; en neutral fortæller, der fungerer som kamera, er en implicit fortæller). Andre betegnelser for, og typer af fortællere, er: Alvidende fortæller, jeg-fortæller, neutral fortæller, tredje-persons-fortæller, personbunden fortæller.

5. Synsvinkel. Synsvinklen er det sted (eller den person), hvorfra der fortælles. En forfatter kan anvende indresyn (synsvinklen ligger hos én af personerne) eller ydresyn. Der kan også forekomme synsvinkelskift fra indresyn til ydresyn, eller mellem to forskelllige personer.

6. Tid. Fortælletid er det tidspunkt, hvorfra der fortælles. Hvis der fortælles i nutid og kronologisk kalder vi det for "medsyn". Bagudsyn (flashback) kan blandes med medsyn. Selv om der fortælles i datid, kan vi godt have kronologisk medsyn. Fortalt tid (den omhandlede tid) er den tid, der fortælles om - f.eks. en periode i fortiden, der har betydning for nutiden.

7. Fortælleteknik. Hvilke fortællemåder bruges? Beretning, beskrivelse (natur- eller rum-beskrivelse), replikker (dialog), indre monolog, indirekte tale, dækket direkte tale, scenisk eller panoramisk fremstilling, tankestrøm (stream of consciousness).

8. Personkarakteristik. Hvem er hovedperson, og hvem er bipersoner? Ydre karakteristika, hvad gør personen (forhold til andre) og indre karakteristika (forhold til sig selv, mørk/lys person, o.s.v.). Beskrives personerne som typer, eller som individualiteter med dybtgående, nuanceret psykologisk analyse. Læg også vægt på analyse af personrelationer (personernes samspil).

9. Miljøkarakteristik. Hvilket, eller hvilke miljøer foregår teksten i - socialt, kulturelt, aldersmæssigt o.s.v.? Er miljøet væsentligt for temaet (i socialrealismen og den psykologiske realisme spiller miljøet en vigtig rolle: f.eks. i tekster, der handler om frigørelse)? I modernismen findes såkaldte "abstrakte" miljøer (løst skitserede).


_________________________________________________________________

10. Tema. Et tema er en abstrakt formulering af det, som teksten handler om. For at finde temaet i en tekst kan du spørge: "Hvad handler denne tekst egentlig om?" Jo bedre du er til abstrakt tænkning, og jo mere præcist og originalt, du kan formulere temaer, jo bedre vil din temaanalyse være. Ofte er der flere temaer i en tekst: Hovedtema og sidetemaer, der indgår i et samspil med hinanden. Hyppigt forekommende temaer i litteratur er: Identitet, frigørelse, kærlighed, undertrykkelse, ensomhed, opgør med autoriteter, lidenskab, angst, fremmedgørelse, individ/omverden, liv/død, natur/kultur (herunder land/by), o.s.v.

11. Fortolkning. Fortolkning er en sammenfatning af din analyse. For at finde frem til en fortolkning af en tekst kan du spørge: "Hvad er egentlig forfatterens mening med denne tekst?" , eller du kan spørge: "Hvad siger denne tekst egentlig om verden?" Sommetider taler vi også om forfatterholdning, eller forfatterhensigt, eller budskab (men det kan forveksles med morale, og det er ikke meningen!).

12. Livssyn. Ofte kan du relatere en bestemt tekst til et bestemt livssyn, eller en livsanskuelse. Vi kan definere livssyn/livsanskuelse som tekstens eller forfatterens måde at se livet og verden på. Ofte kan vi også sætte teksten i forhold til en bestemt filosofi: F.eks. en postmodernistisk filosofi, en romantisk filosofi, en eksistentialistisk filosofi, o.s.v.

13. Historisk perspektivering. Du skal sætte teksten ind i en historisk sammenhæng: Hvilken periode indgår teksten i? Hvordan kan man se det (hvordan kommer det til udtryk i tematik, livsanskuelse, fortælleteknik)? Hvordan er forfatterens placering i perioden og i forhold til andre forfattere? Hvilken litterær "isme" hører hans/hendes tekst hjemme i? Naturalisme, romantik, modernisme, postmodernisme? Periodens kultur, samfund, filosofi inddrages.

14. Stil og sprog. Hver forfatter har sin særlige måde at skrive på: Tekstens stil. Vi kan dog skelne mellem to stilmæssige hovedtyper: Realisme, og "ikke-realisme". Disse kan igen underinddeles og relateres til perioder: f.eks. impressionisme, socialrealisme, nyrealisme, magisk realisme. Og: symbolisme, ekspressionisme, modernisme, fantastisk litteratur. Til tekstens stil hører også: Ironi, humor, satire, slang, patos. Og generelt: Ordvalg, sætningsstrukturer, rytme, tone. Endvidere skal du være opmærksom på: Billedsprog, metaforer, sammenligninger. Og hvis der optræder symboler eller symbollignende elementer i teksten, skal deres betydning og funktion opklares og dokumenteres.

15. Diskussion af teksten. Giv en begrundet vurdering af teksten: God eller dårlig fortælleteknik, godt eller dårligt sprog, er personkarakteristikken "flad"? Teksten modsiger sig selv. Teksten har uklare eller skjulte præmisser for sit udsagn (kitsch, f.eks.); sammenhængen mellem "budskab" og begrundelse er dårlig. Du er uenig i livssynet, men finder det alligevel interessant og godt behandlet.


_________________________________________________________________

16. Fremlæggelse af analyse og fortolkning. Det vil være uoverkommeligt at fremlægge alle ovenstående punkter i en analyse og fortolkning. Og i øvrigt helt uinspirerende at høre på eller læse i en skriftlig fremstilling. Analyseredskaberne skal anvendes med omtanke og sans for, hvad der er væsentligt og interessant. Tekstanalyse og fortolkning kan gøres til en kreativ og spændende genre med sans for liv og sprog. Her er en standarddisposition for en mundtlig eller skriftlig fremlæggelse, hvor du trinvist bevæger dig fra det konkrete til det abstrakte:

  1. Anfør forfatter, titel og udgivelsesår.
  2. Gør rede for tekstens komposition og fortællerforholdene.
  3. Giv person- og miljøkarakteristik. Husk at dokumentere gennem teksthenvisninger.
  4. Formulér nu din opfattelse af hovedtema og sidetemaer.
  5. Konkludér vedr. fortolkning og livssyn.
  6. Inddrag skrivestilen til yderligere dokumentation for fortolkning.
  7. Perspektivering til periode, forfatterskabet, andre forfattere.

Du kan også starte i det abstrakte og bevæge dig "ned" i det konkrete og tilbage til det abstrakte og overordnede:

  1. Anfør forfatter, titel og udgivelsesår.
  2. Gør rede for din fortolkning, og opfattelse af livssynet i teksten.
  3. Dokumentér fortolkning, livssyn og tema gennem centrale tekstiagttagelser.
  4. Underbyg ved inddragelse af skrivestil.
  5. Perspektivering til periode, forfatterskab, andre forfattere.

SMART

Talking to harddsiks via SMART



Acronis black screen

When booting from Acronis boot media on a Dell Inspiron 1501 you get a black screen.

...So i choosed full mode it starts to load but then all i get is a black screen and nothing happens anymore.. <-QUOTE}Have you tried this:

Please boot your computer from the Acronis True Image rescue disc and press F11 key when the selection screen advising you to select either "Full", "Safe" or "Boot into Windows" option appears. After you get the "Linux kernel command line" prompt, please modify it in the following way:

quiet acpi=off noapic

click on the OK button then and choose "Full Version". That should allow you to use Acronis True Image in some special cases. Please submit a request for technical support describing the issue if you want to automate the process of adding these special parameters.

  • quiet - This parameter is enabled by default and the startup messages are not displayed. Deleting it will result in the startup messages being displayed as the Linux kernel is loaded and the command shell being offered prior to running the very Acronis program.
  • noapic - Disables APIC (Advanced Programmable Interrupt Controller) which may help with a particular hardware configuration.

Acronis Bootable Media Boots into Garbled or Low Resolution GUI

Symptoms

  1. You boot from Acronis Bootable Media;
  2. When booted, the Graphical User Interface (GUI) is garbled or of low resolution.

Cause

Acronis Bootable Media failed to correctly detect the video card.

Solution

  1. When booted from media created with Acronis Media Builder, on the selection screen hit F11 and in the command-line window enter the following: vga=ask
  2. Start Acronis
  3. When asked press <Enter> (be quick, or Acronis will boot normally)
  4. This will give a list of all available graphic modes.
  5. Type in the one that suits best and hit Enter.

Backup af Exchange Server


<categorytree hideroot=on mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Mediacenter</categorytree>

<categorytree onlyroot=on mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Opskrifter</categorytree>

<categorytree mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Opskrifter</categorytree>

<categorytree onlyroot=on mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">English pages</categorytree>

Find det rigtige produkt - til den rigtige pris her

Hvad er forskellen på LN 88480 og L 84950

Vægtsensor: Registrerer hvor meget der fyldes i maskinen - før program startes.

Hvem har dem

Forhandlere af hvidevarer

1,8 * 1,5 * 6 * 52 = 842,4

AEG vaskemaskine 84950 7.980,00 -10% = 7.182,- + 150,- = 7332
AEG tørretumbler 59840 Energi A 7.959,00 -10% 7.163,- + 150,- 7.313,-



Producenter af hvidevarer

Service manualer og instruktionsbøger


8 Kg Tage

Siemens WM 16S761DN 54db 74db 2min 60 grader 56 liter
7.495,00 Bosch WAS 32760NN vægt
8.150,00 - AEG-ELECTROLUX L 84950 - tromle 63 liter 46dba hygiejneprogram 64-67 grader 1 skyl ekstra 60 grader 3 gange ingen vægt

Kulfri Støj 60 hvor længe Tromlestørrelse Ekstra skyl Tørretumbler


AEG Lavamat 76850
AEG Lavatherm 59840

<google>DANSK</google>

https://tmupdate.blob.core.windows.net/tps/Beta/TrackMan%20Performance%20Studio%20FwFix%20Installer%208.0.169.exe

Get-NetFirewallRule | Where {$_.DisplayName -eq "Network Discovery (UPnP-In)"} | Enable-NetFirewallRule

netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes

id=siteTree