Donnerstag, 9. September 2010

Lucky Louie Screenshot


Screen Capture from Louie S01E09.. Just to put it out there :)

Dienstag, 7. September 2010

Problem: GOM Player wont play DTS audio through SPDIF

Problem: Gom player hangs up/doesnt make a correct audio pass trough if you choose a DTS audio stream

Solution1: There seems to be a problem with the DTS Passtrough if you select SPDIF in the audio-preferences. If you want to play DTS sound, youll have to choose stereo output. For some reason DTS passtrough works on this setting. For AC3 Sound youll have to set it up to SPDIF again.



(GOM Player Audio-Preferences)


Solution2: Download and install AC3 Filter (LINK). Open "AC3 filter config":



Set the parameters as seen above and restart GOM player..

Ps: After so many hits on this post, I have to say that I'm not an expert on this case. Just sharing what worked for me. Didnt work out for you? Have another idea? Feel free to comment please!

Montag, 6. September 2010

Problem: Nokia Player does not start/refresh the Music Library/Cant select song as ringtone

Problem: The Nokia Player opens up, but you cant see any symbols and cant refresh the music library. OR You cant select a song as a ring or alarm tone.
Solution:
Deleting the created music library actually seems to be the solution for various problems. Here is how you do it:
  1. The File System Structure may be damaged (which was the cause in my case) and you'll have to run scandisk (Error-checking) on your flash drive your music is in. After that, try running the player again.
  2. Go into the folder /Private (its a hidden folder in the root of the flash drive) and you will see several directories like "101f8857", "20001f63".. in it. Find the one that has a directory named "Cache" in it and delete the folder.. This will delete the music library the player has created before and the nokia player should be able to refresh after that.

Freitag, 27. August 2010

C# Coding: Errors and Solutions

These are just some small Problems and their solutions i encountered so far in C#:

  • Situation: Creating a C# Console Application
  • Error Message [English]: "The type or namespace name
    'Windows' does not exist in the namespace 'System' (are you missing an
    assembly reference?)"
  • Error Message [German]: "Der Typ oder Namespacename 'Windows' ist in der Klasse oder dem Namespace 'System' nicht vorhanden (fehlt ein Assemblyverweis?)"
  • Solution: You need to add the file "System.Windows.Forms.dll" as a reference to your project (Right click on references -> Add Reference -> .net tab)

Mittwoch, 18. August 2010

Buying a Notebook - Some simple but important Criteria

Simple but important things for a long term usage:
  • It has a HDD Light: You can see if the HDD is busy or not
  • The Speakers are NOT at the Bottom
  • Memory Cards go completely in: If you want to leave it in all the time, its important that half of it doesnt stick out
  • The Battery doesnt stick out of the Case like (Sideview):
  • There is a LED Light that turns OFF when the Battery is fully loaded
  • You can open it up without needing to hold the bottom part down
  • The Power Adaptor is not too big (see my Lenovo Review)
Ps: Technology is GREAT, users are bitchy ;)

Sonntag, 8. August 2010

Adding Code in your blogspot Post

Add this:
<td class="smallfont">
 <div style="margin: 5px 20px 20px;">
 <pre class="alt2" dir="ltr" 
style="border: 1px inset ; margin: 0px; padding: 6px; 
overflow: auto; width: 640px; height: 34px; 
text-align: left;">YOUR_TEXT_HERE</pre>
 </div>
</td>


as HTML and change the Size of the Screen by changing the margin values.
You may need to use HTML code for new lines.

Freitag, 30. April 2010

Disable Avira Notifications

For Windows XP:
  1. Start-> Control Panel
  2. Administrative tools-> Local security policy
  3. Click on Software Restriction Policy-> Action (at the top)-> create new restriction policies
  4. Right-click additional rules (on the right side)-> new path rule
  5. Click Browse and navigate to C:\Program Files\(Avira)\AntiVir PersonalEdition Classic\ and double-click avnotify.exe
  6. Set the security level to Disallowed-> apply-> ok
Note: Local Security policy is not availiable on XP Home Edition.

[GERMAN]:
  1. Systemsteuerung
  2. Verwaltung -> Lokale Sicherheitsrichtlinie
  3. Richtlinien für Softwareeinschränkung
  4. Action -> Neue Richtlinie erstellen
  5. Rechtsclick auf "Zusätzliche Regeln" -> Neue Pfadregel
  6. Durchsuchen -> avgnotify.exe im Avira ordner auswählen
  7. Sicherheitsstufe -> Nicht Erlaubt
Hinweis: Lokale Sicherheitsrichtlinie ist nicht bei XP Home Edition verfügbar.

Enjoy not being bugged :)

SOURCE