Direkt zum Hauptbereich

Posts

Es werden Posts vom 2011 angezeigt.

Sign pdf with license cost free tool

http://www.digisigner.com/ can be used in the free version to sign your pdf. Better and stupid simple (this is a good thing): https://www.buergerkarte.at/pdf-as/ they claim that you could use the onlineservice with many smartcards from europe.... dont know if this is right but i tested it with  my austrian insurance card (e-card). the domain buergerkarte.at is hosted by the technical university graz (see nic.at) and therfore it should be quite save to trust the hoster but keep in mind that technicaly the hoster of this service has access to your document.

Wlan Webcam à la Android

Last time i sat on a laptop without webcam an wanted to make a videocall. I searched for a solution to connect my andorid camera to my pc and found two solutions: IP Webcam DroidCam Wireless Webcam Both need some additional software at the pc to present some common webcaminterface to your voip or im software and both are advertisefundet. Dont know if there is a advertisefree verion of IP Webcam but there is a "pro" version of DroidCam Wireless Webcam which is free of the timelimit. I decidet to test DroidCam longer because the software which is needed on the PC worked out of box (at least with skype), while the software of IP Webcam (option 2) crashed.

Thunderbird, Google & Android

Google pro & con... decide yourself if you wanna present your data to google. The fact is: Its realy easy to get your contacts, calender and mails synced over the air with google without any mony. Just add this three addons to have your calender and contacts synced. Contacts: http://hogi.sakura.ne.jp/en/index.rhtml Calendar: http://www.mozilla.org/projects/calendar Calendar & Google: https://addons.mozilla.org/de/thunderbird/addon/provider-for-google-calendar/

Cleaning up email inbox - found some notes about smart solutions for debelopment

Buildscript for Visual Studio http://www.codeproject.com/Tips/265771/A-daily-build-script-for-your-project WCF REST & Oauth : http://www.dotnetopenauth.net/developers/help/programmatic-openid-relying-party/ , http://sourceforge.net/projects/dnoa/, http://stackoverflow.com/questions/tagged/oauth+rest , http://www.theleagueofpaul.com/codesnippet-ooo-openid-odata-oauth-together.html , http://social.msdn.microsoft.com/Forums/is/wcfprerelease/thread/cb4f6b1f-519f-49bf-84ac-7f5fdf411af7 , http://code.google.com/p/oauth-dot-net/ FTP & .net: http://ftplib.codeplex.com/ - works great others: http://sourceforge.net/projects/dotnetftpclient/ http://www.dijksterhuis.org/webclient-class-upload-download-ftp-files/ .net Wrapper for RAS: http://dotras.codeplex.com/ Wanna call Win32 and ohter unmanaged Code from .net? http://pinvoke.net/

Howto get leased IP-Adress of ICS DHCP Server of Windows

The leased Adress of the ICS in Windows is not shown on the serverside. this is ok in most cases because you can read it on the client but in rare cases this is not possible (e.g. embedded devices). Use wireshark to get the adress out of yout networkcommunication:

offline E-Card reader

Built an e-Card chipcard ( http://www.chipkarte.at http://de.wikipedia.org/wiki/E-card_(Chipkarte) ) offlinereader based only on .net code .... using http://www.codeproject.com/KB/smart/SmartcardFmwk.aspx . Until now i am able to read Social insurance number, Brithdate, First-, Lastname and Sex.

open7x0Client - Ftpbased client for open7x0

hacked a client to hand ftpbasedurls of records on an open7x0 to vlc. http://seeland.biz/blog/m740/open7x0client/Open7x0ClientSetup.msi known bug: vlc has some problems with unicodeftpurls - http://trac.videolan.org/vlc/ticket/2746

Visualstudio & Tools

VS Addons: SVN-Integration in Visualstudio:  AnkhSVN Merge/Difftool: http://sourceforge.net/projects/winmerge/ Entityframework (EF) 4.1 http://www.microsoft.com/download/en/details.aspx?id=26825 ( HowToUse )   Microsoft® SQL Server® 2008 Management Studio Express Documentationhelpers:     GhostDoc http://submain.com/products/ghostdoc.aspx     CodeItRight http://submain.com/products/codeit.right.aspx     SandCastle http://sandcastle.codeplex.com/     Sandcastle Help File Builder http://www.codeplex.com/wikipage?ProjectName=SHFB 1st: get WinMerge from here: http://sourceforge.net/projects/winmerge/ 2nd: Select Configurationtemplate in Visualstudio to get ankSVN working with winmerge: ( http://mgowen.com/2010/10/22/use-winmerge-with-ankhsvn/ )

Get your HelloWorld deployed on your Device

1. Check if your Device is known by your android-Sdk: C:\Program Files (x86)\Android\android-sdk\platform-tools>adb devices adb server is out of date.  killing... * daemon started successfully * List of devices attached SH17123123123    device If you just see C:\Program Files (x86)\Android\android-sdk\platform-tools>adb devices List of devices attached without any listed device you propably missed installing the driver from your phonemanufacture. In my case there was just on download at http://www.htc.com/europe/help/htc-wildfire-s/index.page?#download (htc.com -> help -> select your device -> News & Dowload -> HTC Sync Set Phone into debugmode: Set up your device to allow installation of non-Market applications. On the device, go to Settings > Applications and enable Unknown sources . Turn on "USB Debugging" o

Setup Android Devenviroment @ win7

Mainstream Android Devoloping: Get Android SDK http://developer.android.com/sdk/index.html Get JDK http://www.oracle.com/technetwork/java/javase/downloads/index.html Get Eclipse http://www.eclipse.org/downloads/ Add ADT Plugins to Eclipse https://dl-ssl.google.com/android/eclipse/ Others: Developing with IntelliJ: They are missing a GUI-Wysiwyg-Designer... maybe http://www.droiddraw.org/ would help... http://wiki.jetbrains.net/intellij/Developing_Android_applications_in_IntelliJ_IDEA#Creating_Elements_of_Your_Application Developiong with Netbeans: ... is also missing a Wysiwygtool but there might be some in future: http://kenai.com/projects/android-gui

Andoiddevelopment Error: Emulator] invalid command-line parameter: Files.

Errorsolution: [2011-09-22 09:46:52 - Emulator] invalid command-line parameter: Files. [2011-09-22 09:46:52 - Emulator] Hint: use '@foo' to launch a virtual device named 'foo'. [2011-09-22 09:46:52 - Emulator] please use -help for more information If this shows up you have to correct the path of the Android SDK location: ... its some bug of some component which has a problem with pahts with blanks... In my case (Win64) in Eclipse: Window -> Preferences -> Android -> SDK Location: "C:\PROGRA~2\Android\android-sdk" ( http://stackoverflow.com/questions/6638713/android-emulator-is-not-starting-showing-invalid-command-line-parameter )

Ubuntu & Virtual Box

Ubuntu falls back to gnome after installing default because 3d-accellaration is deactivated without vm-additions. additionaly to running the installscript of the additions i had to: sudo apt-get update sudo apt-get install virtualbox-ose-guest-utils In Ubuntu 16.04 / 14.04 sudo apt-get install virtualbox-guest-x11 virtualbox-guest-dkms found here http://www.webupd8.org/2010/12/how-to-test-ubuntu-1104-with-unity-in.html

Developers Developers Developers

Convert Text to Image: http://www.codeproject.com/Tips/184102/Convert-Text-to-Image.aspx Do Smart coding using Code Snippets in .NET: http://www.codeproject.com/Tips/183939/Do-Smart-coding-using-Code-Snippets-in-NET.aspx Extension Methods in C#: http://www.codeproject.com/Tips/183800/Extension-Methods-in-Csharp.aspx#alternate2 Convert LINQ to Entity Result to a DataTable: http://www.codeproject.com/Tips/184675/Convert-LINQ-to-Entity-Result-to-a-DataTable.aspx#alternate1 Fine demo for using Systetray with winforms: http://www.codeproject.com/Articles/185513/Personal-Schedule-Management-Tool.aspx How to store custom objects in web.config: http://www.codeproject.com/Articles/184716/How-to-store-custom-objects-in-web-config.aspx

Like it! http://sourceforge.net/projects/dejavu/ free nice font

http://sourceforge.net/projects/dejavu/

i liked ubuntu 9.10

it was cleaner. no socialcommunity out of box not that much specific dependencies to canonical and most important: out of box the symbols in the right right corner :-P

news news news

opensource html(5) wysiwyg editor - http://maqetta.org/ privacy and ipv6 - http://www.heise.de/netze/artikel/IPv6-Privacy-Extensions-einschalten-1204783.html how fair is your provider? - http://www.heise.de/netze/artikel/Netalyzr-1045926.html?artikelseite=3

no opensource allowed on phone7

ugh! like apple on ios now microsoft forbids gpl or simmilar on phone7 http://www.heise.de/open/meldung/Keine-Open-Source-fuer-Windows-Phone-1191287.html dinosaurs http://geekandpoke.typepad.com/geekandpoke/2011/02/dinosaurs.html?utm_source=feedburner&utm_medium=email&utm_campaign=Feed%3A+GeekAndPoke+%28Geek+And+Poke%29

Free mathematics software

Features: linear algebra complex numbers handwriteing recognition (ink) shows "solution steps" seems to miss differntial and integraloperator btw. feature http://www. mi crosoft.com/downloads/en/details.aspx?FamilyID=9caca722-5235-401c-8d3f-9e242b794c3a

Convert your Blog to PDF / Take your Blog Offline / Download Blog

I searched for a solution to take a blog offline so I can archive them at the end of its life. The solution is http://www.blogbooker.com . To use it with blogger.com I had to export it through the onboard backup function to a xml. Only the xml isn't much help if you want to read it offline. Here blogbooker.com comes in the game. I had to upload this xml and tell it the public adress of the blog. Then I got a plain pdf with all pictures and comments. Videos can not be exportet into pdf of course.

Properitary MP3 ID Tags of iTunes breaks the parser of windows mediaplayer - mediaplayer does not read id3 tag

i got some mp3 from some iTunes user who copied a cd for me. after getting back the mp3s to my workstation i wonderd why windows mediaplayer wont show the tags... vlc does. after viewing the tag with http://www.mp3tag.de/ I saw a suspicious tag by clicking "extended tags". There was a tag with the name "comment itunnorm" and some binary looking value. After deleting the tag "comment itunnorm" windows mediaplayer started reading the residual informations. Hint: you can mark multiple files in mp3tag and delete the tag in every file in one step. it just .... breaks standards ... or windows mediaplayer just can not read id3v2.4 tags... after removing the tag the vesion which was shown by the software mp3tag changed from 2.4 to 2.3..... dont know. does anybody? see id3.org/idv2.4.0-structure for details