14th August 2006

Pixelpost 1.5 with Lightbox JS v2.0

Well, I have been using pixelpost now for quite some time and liked it a lot. A few day ago i came across Lightbox JS v2.0 and wondered why I haven’t seen it before on any websites. So I wanted to combine both for the “Browse View” of my pixelpost.

 pixelpost with lightbox in firefox screenshot

Before i continue with the install instructions you should have a look at it. Example Ok now what to do: At first I am assuming that you have Pixelpost 1.5 already installed. Now get Lightbox JS v2.0 and copy the folders “css” and “js” just aside your “index.php” from pixelpost and copy the stuff from the “image” folder into the existing “image” folder from pixelpost.

 pixelpost directory structure with lightbox included

 Should look like this in the end. Open pixelpost’s “index.php” and go to the line with the “$thumb_output” (line 723 for me) and replace it with:

$thumb_output .= "<a href='images/$name' rel='lightbox[views]' title='$title'><img src='$thumbnail' alt='$title' title='$title' class='thumbnails' /></a>";

Next go to your “browse_template.html” of the recent pixelpost template and insert:

<link rel="stylesheet" xhref="css/lightbox.css" type="text/css" media="screen" /> <script xsrc="js/prototype.js" type="text/javascript"></script> <script xsrc="js/scriptaculous.js?load=effects" type="text/javascript"></script> <script xsrc="js/lightbox.js" type="text/javascript"></script>

Just put it under the existing “<link rel=”alternate stylesheet” …”.Sometimes you have to modify “lightbox.css” because of font colors of your pixelpost theme. Like in my case i had to edit this:

#imageDataContainer{ color: #666; …

In order to get a little link to the picture beside the caption i did the following edit in the “lightbox.js” . Look for the line with

Element.show('caption');

and replace the next line with

Element.setInnerHTML( 'caption', imageArray[activeImage][1] + " <a target=_blank xhref=" + imageArray[activeImage][0] + ">[ link ]</a> ");

It worked for me.

posted in reviews | 56 Comments

31st July 2006

CD Art Display for iTunes on Windows XP

A few days ago i found GimmeSomeTune 1.6 for iTunes on Mac OS-X. Now being back to Windows XP I needed a similar tool. Most important for me is not using such buggy widget engines like Yahoo! Widgets or AveDesk, sorry guys but your tools don’t work so well with other mods like RK Launcher or Entbloess 2.

CD Art Display for iTunes on Windows-XP

Close to Software created this awesome Freeware tool. It offers some nice skins and lets you modify lots of settings with their handy interface. It searches cover art images for your playing songs and saves em as folder.jpg in the according folders. On their website it says:

CD Art Display supports Winamp 5, AlbumPlayer 4.3e and iTunes 6.It also supports Winamp 5 API enabled players such as foobar2000 (with Winamp API Emulator plugin) and MediaMonkey.

Awesome software, I will test it the next days because it is not final yet (Release Candidate 4).

posted in windows | 0 Comments

31st July 2006

Adobe Acrobat Reader 7 – no double page facing in fullscreen mode

When checking page layouts everybody wants to see their layouts as big as possible and sometimes wants to see the double page layout, just like a book Face double page ( 2 pages next to each other on one screen).

Adobe Acrobat Reader in its recent version 7 doesn’t support this feature in their full-screen mode. So I had to search for some alternative PDF viewer.

Foxitreader

FoxitReader (Freeware) is fast, starts in a split second and features double-page facing in fullscreen mode. Don’t be afraid of the ugly web-site and the more ugly screenshot.

Foxitreader fullscreen double-page facing

On some properly theme-d Windows XP its looks really nice, even better than Acrobat with all its colorful buttons.

posted in reviews, windows | 22 Comments

31st July 2006

msstyle button font bug fixed

Oh I hated that bug.

mssytles button font bug

After finding nice mssytles like Milk or Smooth Stripes for Windows XP I mostly had this bug and somehow no font setting could fix it. Today I stumbled across some forum threads discussion this problem and they really found the solution.

Just open your Registry-Editor (regedit.exe) and go to the

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\FontSubstitutes

and fix the both values of “MS Shell Dlg” and “MS Shell Dlg 2” by setting em to “Lucida Grande” or whatever main system font you defined for your style.

posted in windows | 1 Comment

30th July 2006

Global Mouse Gestures for Windows XP and Mac OS X

Well, I always complained about the threading problems in Firefox (Windows XP). For example Firefox won’t let you use any mouse gestures (e.g. switch to next tab) while it is loading plugins or just web-content in the recent tab. I guess the plugins just have lower priority than the render engine. But you can still use the keyboard shortcuts to switch the tabs at all times.

In Mac OS X I had the problem that some browsers don’t support mouse gestures at all.

So I had to find some application for Global Mouse Gestures on both systems.

 

Lets start with Windows XP.

Strokeit - Global Mouse Gestures for Windows XP

StrokeIt (0.9.5) is some great Freeware tool that lets you define global and local (for individual window classes)  mouse gestures for all your needs. It even offers gesture feedbacks like line-drawings in individual colors. Since the global keyboard and mouse events have almost the highest priority in Windows XP it is much faster than any plugin for Firefox like Mouse Gestures 1.5.1 or All-in-One Gestures 0.17.4.

 

Now for Mac OS X ( PPC and Intel Mac).

CocoaSuite for Mac OS X (unibin)

CocoaSuite (universal binary), formerly know as CocoaGestures, was originally Freeware but the project was integrated into the new Payware CocoaSuite. You can still download the old CocoaGestures 1.2 from MacUpdate but I guess it only works on PPC. So CocoaSuite works only on for Cocoa apps and costs like “US$14.95” recently. It works pretty well and 30–day trial is OK for AppZapper if you know what I mean.

posted in mac os x, windows | 0 Comments

30th July 2006

Block Ads in Safari and OmniWeb

My first try was going to pimpmysafari.com and look for Adblock plugins. I decided to use SafariBlock and got the list of blocked URL’s from yoyo. But than I started Safari and everything was awesome laggy. I couldn’t even scroll the engadget site while it was loading. So I guess the filter list was too much for that little plugin.

Next I tried BFilter which was pretty fast but had no nice GUI for the filter lists and that’s a no-go in OS X 🙂

Finally I found this weblink describing how to modify the "etc/hosts" file in Mac OS X.

  1. So just go to yoyo and get the list in host file format (copy to clipboard).
  2. Open some Terminal.app and enter this command:
    sudo /Applications/TextEdit.app/Contents/MacOS/TextEdit /etc/hosts
  3. Paste the filter list right under all the existing entries into the TextEdit window and save the changes.
  4. Relog or reboot and you are done !

Additionally I used the userContent.css from floppymouse and used it both with Safari and OmniWeb by just setting the "Style Sheet" option in both browsers preferences.

posted in mac os x | 0 Comments

29th July 2006

Flip4Mac installation bug solved

Well, I tried to install Flip4Mac in order to play Windows Media Videos in my browsers on Mac OS X and got this nice error message.

Flip4Mac WMV cannot be installed on this computer. QuickTime version 6.5.1 or later is required to run Flip4Mac WMV Player.

The solution to this problem is the following.

  1. Download Flip4Mac and copy the "Flip4Mac WMV.mpkg" to your desktop or somewhere else.
  2. "Show Package Contents" with right mouse button and open the /Contents/Info.plist with TextEdit
  3. Find "IFRequirementDicts" and delete the complete key tree like this . Save the changes (overwrite) and you are done.
  4. Now install Flip4Mac by just double-clicking the "Flip4Mac WMV.mpkg".

Worked for me.

posted in mac os x | 4 Comments

27th July 2006

ShapeShifter 2.4b1 finally universal binary

Finally ! Unsanity released the Beta 1 of its famous desktop theme modding software as universal binary. In this weblog post you can read the recent discussions and get the download link.

I had problems with themes like Mes, Muku and Pulsar (ShapeShifter crashed). But others had the same problems and Jason Harris promised to “release a 2.4b2 tomorrow that includes the fix”. So lets hope it will work. So far I’m using Metal Milk 1.0 . I’d prefer MaxThemes’s Milk 3.2 but somehow they don’t care that much for their stuff to update it with applications like iTunes.

update: Well, as Jason Harris promised the new 2.4b2 is out and fixed the crashes on Pulsar and co. But somehow I couldn’t find some active community about theme creation. MacThemes is a little silent as well in the last months. I hope the theme communities from the PC users will slowly come over to OS X and reanimate the Mac communities. I’ve tried now about 25 recent themes and found like 2-3 that were halfway useable and got wide application support.

posted in mac os x, reviews | 72 Comments

27th July 2006

iTunes sound problem after iLife 06 installation

Just after the iLife 06 installation (on Mac OS X 10.4.7)  I discovered a few problems with iTunes. After like 5 minutes of playback the sound was muted, but not via the menu or by system settings. So I rummaged in a few forums and found out that installing iLife 06 changes some audio settings in OS X.

adjust these settings to 2 Channel output !

All you have to do is changing the "Applications – Utilities – Audio MIDI Setup – Audio Output" configuration back to a "2ch" 2 Channel output. This fixed it for me.

posted in mac os x | 0 Comments

19th July 2006

GimmeSomeTune 1.6 – iTunes translucent floating window

Just found this nice tool. After trying to find some Senergy freeware alternative for iTunes I stumbled across various stuff like iTunes Companion for Yahoo! Widget Engine, or Clutter .

GimmeSomeTune 1.6

GimmeSomeTune 1.6 even offers the little mini-controller I was used from Senergy, but without its buggy fade-out effect on the floater. So far it works nicely, got to check out the Amazon artwork fetch feature a little more.

posted in mac os x, reviews | 13 Comments

28th June 2006

Mac OS x86 on AMD – my story

This is my first blog entry using Mac OS x86 10.4.60 on my AMD (A8N-SLI with 6600GT connected with DVI). I tried using Blog Thing but somehow it was too simple or i was too stupid, right now I’m using ecto . Too sad its not freeware, maybe ill find some nice tool later on.

Just stumbled across Qumana . Its freeware, looks a bit ugly but seems to work smooth.

So how did the whole mac thing start ?

Mac OS x86 AMD

After reading this HowTo install Mac OSX on a Standard Laptop i was ready to install it. Next i got the "NVDriverBeta1.zip" from MacVidia and followed basicly this guide to install NVidia drivers for Mac OSx86 . The best suiteable resolution for me was 1680×1050 so far. I wish for 1920×1200 in the next release. So the DVI connector and resolution problems were solved and i could work on the little iTunes preferences page bug. With Maxxuss’s AMD_Enabler 1.0a this was fixed pretty easily. Last thing was to install Firefox, some ICQ client called Adium , Tinker Tool , VLC with xvid and divx codecs and a few other neat things.

A few more things:

A8N-SLI restart fix (you can now reboot properly with the osx menu buttons)

nForce4 Network driver Hack for the A8N-SLI (now you can use the onboard network card)

Gimp (if you dont have iphoto and osx’s preview tool wont let you edit pics …)

HowTo Switch to Mac (very useful article for former windows users)

posted in mac os x | 0 Comments

2nd June 2006

HowTo speed up your USB mouserate from 125 Hz (8ms) to 1000 Hz (1ms)

Just got my new mouse and started reading about mouse sensor technology. I found this very detailed report about state-of-the-art mouse-sensor-technology. Additionally i found this site with sensor manufacturer specs of some sensors.

Mouserate usb switcher

After some research in various forums i found this USB Mouserate Switcher 1.1. You can tune up and down your USB polling rate (System’s USB driver modification) from standard 125 Hz (8ms) to 250 Hz (4ms), 500 Hz (2ms) and finally 1000 Hz (1ms). Some people reported a mouse freeze after reboot, so you better enable your Keyboard Mouse Emulator in Windows XP’s Accessibility options. I set mine to 500 Hz and had no problems with my a4tech mouse.

posted in windows | 38 Comments

30th May 2006

Adblock for Opera 9 ?

At first, there is no equivalent like Adblock + Filterset.G in Mozilla Firefox for Opera 9 that is as comfortable and efficient.

Opera 9 block content

Opera 9 (beta 2) offers the “Block content…” option in its content menu. After pressing it you get some nice preview of what is being blocked from the site.

Basicly they use the filter.ini file in Opera’s profile folders. Its a simple list of urls that specify excludes and includes. There have been external tools like OperaAdFilter(link died) and FlashBlock . You can although use external proxy tools that control your whole web traffic for all applications so you could block icq ads and opera ads with one tool. But these tools all suffer from very basic problems. If you block some ads on a web-site the place on the web-site is simply left empty and web-sites look a bit chaotic and unfinished. Adblock in Firefox handles this a lot better. The fact that opera integrated this feature in its gui shows that the developers listened to user requests. Lets hope Opera’s “Block content…” will be as good as Firefox’s Adblock in the final version.

Update: Final Version of Opera 9 is out and i found this neat link with some up-to-date Filterset in Opera 9 format . It works pretty well so far. But you still cant edit the color of  the nasty yellow “special effect”. By the way, if you can’t find the urlfilter.ini in Mac OS X:
/Users/[username]/Library/Preferences/Opera Preferences
if its not there just go back to opera and use ‘tools – advanced – block content’ and create a sampe block. Than the file will be created.

posted in linux, mac os x, reviews, windows | 0 Comments

27th May 2006

HowTo move the address bar below the tab bar in Opera 9 beta 2

Just downloaded the Opera 9 beta 2. …. gawd Opera looks pretty ugly. Went to their skin site, but there is no decent one. All i found was this grubby forged one, with its suited name fantastic . After that i noticed that customizing Opera is not as easy as i’m used to in Firefox. For example moving the tab-bar below the address bar, which doesn’t sound hard but you got to work around a bit. On this thread i found some lil guide to solve this mystery.

– turn of the Opera default address bar with “CTRL+F8”
– right click on the main toolbar -> “customize”
– choose “Buttons” -> “Browser view”
– then you can drag the “address bar button” and drop it into the main bar at any place you like
– press “ok” to close the app. window

Maybe there are good Opera themes but hard to find.

Update: I found some sweet skin.

1. Go to this website and select the “Odyssey” skin.
2. in the “Skin selection” drop-down-menus select “All” in the left one and than “Browser skin” in the right one
3. Now set all Paddings to “0”, press “save” and “download” on bottom right

Odyssey Opera 9 skin

So there is a last “feature” to get rid of, the nasty yellow special effects glow. I’ve read that it is a system color (windows tool-tip color) but somehow thats not right. In the official opera forum they created some “Opera Standard modified” skin without the yellow glowing in the scrollbars and buttons. nontroppo has modified his Breeze skin as well to fix this “feature”. I guess in the final Opera 9 this wont be a problem anymore and you can select the special effects color within opera.

posted in linux, mac os x, windows | 13 Comments

25th May 2006

product not existent ?

Just found this lovely picture of Microsoft Intellimouse Explorer 2.0 in blue, white, lime/green, mauve/lila in this review.

Intellimouse

But there is no way to find the white or the green (not the “night vision” model) in the web for sale. Was this just a product study ? They look really better than the sale models. So anyone got a clue what this picture was meant for ?

posted in reviews | 0 Comments

23rd May 2006

signed angle between two vectors(3d) in c/c++

I tried to realize some point-in-polygon-test in 3D for my raytracer and came upon the problem to calculate a signed angle between 2 vectors. Trying to find this in the web was not easy, somehow most people project the polygon plane and the point into 2d and do the test there. But here is the method i found:

signed_angle = atan2(  N * ( V1 x V2 ), V1 * V2  );
// where * is dot product and x is cross product
// N is the normal to the polygon
// ALL vectors: N, V1, V2 must be normalized

It worked for me.

posted in reviews | 10 Comments

14th May 2006

Advanced Warfighter – Condemned – DirectX – mouse lag – keyboard lag – input lag

I’ve been experiencing heavy keyboard and mouse lag in recent direct-x games. Searching the web i found several attempts in solving this program issues. In the old days when Half-life 1 came out it was quite easy to switch from direct-x to opengl but now-days its not that easy anymore.

One solution was to look for the windows xp keyboard filters (repeat rates, delay rates, …).

windows xp – control panel – accessibility

and

windows xp – control panel – keyboard

 Here you can find various settings “Ignore quick keystrokes and slow down the repeat rate”, “Slow down keyboard repeat rates” and so on. One strategy might be to decrease all repeat rates and delays to their minimums, but does it make that much sense if the game isn’t able to process your input fast enough and you even raise the input rate ? And wont the game set its own delay and repeat rates for the game input ? Well, it seems like it worked for a few people but not for me.

So i kept on searching and found another method that although worked for a few people. It seems like a few direct-x games set its own priority level above the keyboard/mouse priority level.

check with ctrl+alt+del in the process tab – right mouse button on a process – check priority

Now you can set the game priority back to normal, because some people complained that the advanced warfighter demo sets its priority itself to high. In this thread they discuss various methods of launching a game with a certain preset priority, ranging from writing your own batch (.bat) file to just use the “/NORMAL” attribute for the windows xp application link.

So, did it work for me ? No ! I just used the CPU settings “Maximum” and the Graphic Card settings “Medium” in the Condemned game settings and it was “playable”. I guess its a problem of the Post Effects in direct-x in combination with FSAA and AF. I’ve experienced a similar problem with the post fx in trackmania sunrise, but there it just had an effect on the graphic delay and didn’t cause an input rate delay.

posted in windows | 1 Comment

11th May 2006

Flyakite 3.5 – MacOSX-look for your Windows XP

Finally FlyakiteOSX 3.5 (i tried the german version) works flawlessly. In the early version i always had some bugs with the Y’z Shadow and the dock-bar, but this time everything works just from the start, without additional configuring. It is recommended to use the included “Rebuild Icon Cache” tool if you finally found or created all icons for your desktop, this will speedup the start-up.

FlyakiteOSX3.5

The only tool i had to add was some look-a-like tool for apple’s Exposé. The very nice Flyakite Guide “Welcome to FlyakiteOSX v3.5” had nice suggestions for this purpose. I tried TopDesk v1.3.5 (trial) which was a very excellent tool and i was about to actually buy it, but their web-site was down and no other share-ware shop offered it. Bad luck for you Okatu Software ! So i went with Entbloess v2.7.2 . I tried that software like a year ago or so and i got this nasty flicker effects when going to the “tile all windows” view. The 2.7.2 does a very good job with its “PrintWindow” method. I got fast and smooth animations after i disabled the “Zoom previews when highlighted” option. Somehow the performance is bad with that mode when you have high quality previews. The Lucida Grande (bold) looks very good on my desktop symbols in combination with Cleartype.

Additional Links: osx-e.com  nice collections of links and articles, panther icons , more extensive guide to extend FlyakiteOSX

posted in reviews, windows | 575 Comments

11th May 2006

Windows Media Player skin – MacOSX Graphite Blue Milk

Just found this neat Windows Media Player skin (WMP10 but works on WMP9 as well).

Quicktime_vs__iTunes_skin_by_jNCo_01

Its the best one i found so far. If anyone has a better Graphite skin for WMP please tell me. Good looking play-list and player window is most important for me.

posted in windows | 0 Comments

11th May 2006

Spellforce 2 runtime error c++

Yak, just installed and played Spellforce 2, started to like the game and played a few levels. Next day i tried launching the game and got this nasty “Runtime Error”. So what was wrong ? I’ve heard that changing the system configuration might disturb the starforce copy protection but i didn’t change anything.

Spellforce2

After some research in the web i found out that changing the folder attributes of “..\My Documents\SpellForce2” to “hidden“ causes this problem. What a stupid error ?! I think its pretty boldfaced to force the users having their save-game folder in their clean My Docs folder.

posted in windows | 8 Comments

5th February 2006

HowTo join multiple ts files

Dealing with HDTV movies from newsgroups (usenet binaries) i had to join many .ts files ( movie.1080i.0001.ts , movie.1080i.0002.ts, movie.1080i.0003.ts , … ).

NullPacketStripper

I found this little java tool called NullPacketStripper . One of its features is “ automatically merge files following the filename.nnnn.ts (with nnnn being a 1-4 digit number) pattern “. You need to have a 1.4.x JVM installed. Just start the program NullPacketStripper.jar and select your movie.1080i.0001.ts as “Input file(s)”, press “Start processing” and wait until all parts are merged.

Ok and now something for the people that don’t like java. If the .ts files are split correctly you can simply join the files using your OS built in copy functions.

In windows just move all .ts files into one folder. Go to “DOS” command line (cmd.exe), navigate to your folder with the .ts files and type:

copy /b *.ts output-file.ts

or output the file to another drive like e:\

copy /b *.ts e:\output-file.ts

In linux it shouldn’t be that much harder. Just use the cat command.

posted in reviews, windows | 91 Comments

18th January 2006

Dell 2405FPW Windows XP display driver .inf and .icm

Just found this link at dell’s web site offering the display driver and colour calibration profile for the dell 2405 fpw ( manual ).

DELL-2405FPW

I’ve been searching quite a lot since there is no driver on their documentation CD nor you can find it in their download center.

To make it running in Linux (SUSE 10 with gnome) i had to add the following modeline to my xorg.conf ( command: sudo gedit /etc/X11/xorg.conf  ) and set the correct resolution in the gnome control center ( “Screen Resolution”).

  • Modeline “1920x1200_60.00”  154 1920 1968 2000 2080  1200 1203 1209 1235  +HSync -VSync

And since i had my old CRT monitor connected to the d-sub connection on my 6600GT i had to add in the “Device” Section:

  • Option       “ConnectedMonitor”       “DFP”
  • Option        “IgnoreDisplayDevices”   “CRT”

But there is still a problem. In Linux i got heavy tearing in games and on the overall work-flow. Windows XP doesn’t show this effect so i wonder what’s the difference.

 

posted in linux, windows | 7 Comments

6th January 2006

Ricoh GR-d, Canon S80, Panasonic LX-1 and now ?

I’ve been looking for reviews and test pictures of these 3 cameras. Why ? Because they seem to be the only recent models that try to give the user at least some picture quality or a good camera body feeling.

Ricoh GR-digital, this camera has some really great feeling body and some nice 28mm F2.4 lens.

Ricoh_gr_digital

But it has quite some heavy problems when it comes to focusing and handling noise(too small sensor for this beauty). Other people complain a lot about the slow response when saving pictures in RAW format to the memory card. User opinion 1 , 2 . Review 1 .

Panasonic LX-1, this camera is supposed to offer some high optical quality because of its nice Zeiss lens 28–112 F2.8–F4.9.

Panasonic_LX1

Some people complain about its sluggish plastic feeling and others love the 16:9 image mode. Some say the noise in JPEG-mode is too much and others love their naturally colours compared to Canon’s S80. Review 1 , 2 , 3 .

Canon S80, this was originally my favourite camera because of its nice and clear video mode that doesn’t suffer from compression artifacts and flat colours like most other models.

Canon_s80

From all 3 bodies id say this one looks worst. The S60 was kind-a sexy and had RAW support and thats probably the biggest complaint for all people. The images tend canon-like to have some red-orange cast. Review 1 , 2 , 3 .

 

So what’s the bottom line ?

In the reviews i posted above you find lots of comparisons that show the colour cast on the S80 compared to the LX-1. The official samples from the Ricoh GR-digital look so horrible. I wonder how they want to sell their cam with such pictures. I found this big gallery with user pictures featured by Ricoh, they give you some kind of impression what the camera really can do. For me the LX-1 is the best choice at the moment, the raw support and the really wide 16:9 mode make it pretty attractive.

posted in reviews | 1 Comment