<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-12119224</id><updated>2012-02-13T17:45:33.948+01:00</updated><category term='Cooding'/><category term='Browser'/><category term='helios'/><category term='Games'/><category term='css'/><category term='java'/><category term='derby'/><category term='php'/><category term='Linux'/><category term='junit'/><category term='maven'/><category term='eclipse'/><category term='oddity'/><title type='text'>dreadys' blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default?start-index=101&amp;max-results=100'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>106</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-12119224.post-4746757401350239993</id><published>2011-03-02T10:52:00.002+01:00</published><updated>2011-03-02T10:57:45.240+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>PHP 5.3 DirectoryIterator::getPathname bug on root</title><content type='html'>Using DirectoryIterator on root results in a different behavior of getPathname.&lt;br /&gt;&lt;br /&gt;before 5.3 the output would be something like:&lt;blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;/var&lt;br /&gt;/etc&lt;br /&gt;...&lt;/blockquote&gt;&lt;br /&gt;after 5.3 it is:&lt;br /&gt;&lt;blockquote&gt;//var&lt;br /&gt;//etc&lt;br /&gt;...&lt;br /&gt;&lt;/blockquote&gt;what the heck is it with the doubleslashes? It's only happening if you are using Root as the Directory to start with&lt;br /&gt;&lt;blockquote&gt;new DirectoryIterator('/');&lt;/blockquote&gt;Although it seems to me like a bug, i found nothing on google. Reporting it was not possible as i am using a debian distributed version and i already know their answer. "Use the original one first"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-4746757401350239993?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/4746757401350239993/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=4746757401350239993' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/4746757401350239993'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/4746757401350239993'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2011/03/php-53-directoryiteratorgetpathname-bug.html' title='PHP 5.3 DirectoryIterator::getPathname bug on root'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-3433206303221923506</id><published>2010-10-14T00:00:00.001+02:00</published><updated>2010-10-14T00:00:02.179+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='helios'/><category scheme='http://www.blogger.com/atom/ns#' term='maven'/><title type='text'>Maven troubles on Helios</title><content type='html'>I created a new working environment on my laptop and checked out my source via clone. After setting up everything i still had troubles deploying my application on glassfish:&lt;blockquote&gt;&lt;br /&gt;|WARNING|glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=23;_ThreadName=http-thread-pool-4848-(1);|java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener&lt;br /&gt;java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener&lt;/blockquote&gt;&lt;br /&gt;Searching in the net i found out that maven on helios has a bug deploying dependencies on helios.&lt;br /&gt;Here the Link:&lt;br /&gt;&lt;a href="http://www.eclipse.org/forums/index.php?t=msg&amp;amp;goto=544809&amp;amp;"&gt;http://www.eclipse.org/forums/index.php?t=msg&amp;amp;goto=544809&amp;amp;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I installed and checked everything, in the end i had to change this file:&lt;br /&gt;&lt;span class="MsgBodyText"&gt;${PROJECT_HOME}/.settings/org.eclipse.wst.common.component&lt;br /&gt;&lt;/span&gt;&lt;span class="MsgBodyText"&gt;&lt;pre&gt;&lt;blockquote&gt;&lt;dependent-module path="/WEB-INF/lib" handle="module:/classpath/con/org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"&gt;             &lt;dependency-type&gt;consumes&lt;/dependency-type&gt; &lt;/dependent-module&gt; &lt;/blockquote&gt;&lt;/pre&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-3433206303221923506?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/3433206303221923506/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=3433206303221923506' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/3433206303221923506'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/3433206303221923506'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2010/10/maven-troubles-on-helios.html' title='Maven troubles on Helios'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-3871057686563589182</id><published>2010-10-09T09:20:00.010+02:00</published><updated>2010-10-13T00:12:37.850+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='derby'/><title type='text'>Moving from MySQL to Derby</title><content type='html'>Developing locally i wanted to move my Database from MySQL to Derby on my laptop. Since i use JPA Entities i thought it's an easy task just clicking some menus.&lt;br /&gt;&lt;br /&gt;Unfortunately triing to create the Tables from Entities were not as easy as i hoped.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Constraints 'SQL101008073950601' and 'SQL101008073950600' have the same set of columns, which is not allowed.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This was the first Problem i had to fix. Since google (or any other search engine) is the developers best friend i found this bug information:&lt;br /&gt;&lt;a href="https://issues.apache.org/jira/browse/DERBY-789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel"&gt;https://issues.apache.org/jira/browse/DERBY-789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This Link is also very informative:&lt;br /&gt;&lt;a href="https://forum.hibernate.org/viewtopic.php?f=1&amp;amp;t=998193"&gt;https://forum.hibernate.org/viewtopic.php?f=1&amp;amp;t=998193&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;In the end it was this little Attribute in Column (unique = true)&lt;br /&gt;&lt;blockquote&gt;@Id&lt;br /&gt; @GeneratedValue(strategy = IDENTITY)&lt;br /&gt; @Column(name = "hi_id", unique = true, nullable = false)&lt;br /&gt;&lt;/blockquote&gt;&lt;span style="font-weight: bold;"&gt;derby column, or type mapping 'VARCHAR(65535)' is not valid&lt;/span&gt;&lt;br /&gt;I found this link:&lt;br /&gt;&lt;a href="http://opensource.atlassian.com/projects/hibernate/browse/HHH-1501"&gt;http://opensource.atlassian.com/projects/hibernate/browse/HHH-1501&lt;/a&gt;&lt;br /&gt;&lt;blockquote&gt;@Column(name = "hi_text", length = 65535)&lt;/blockquote&gt;I had to cut the length to 32000.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-3871057686563589182?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/3871057686563589182/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=3871057686563589182' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/3871057686563589182'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/3871057686563589182'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2010/10/moving-from-mysql-to-derby.html' title='Moving from MySQL to Derby'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-6424291565275598907</id><published>2010-08-17T10:10:00.002+02:00</published><updated>2010-08-17T10:18:03.694+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='junit'/><title type='text'>Hamcrest 1.1 Security Error on Eclipse Gallileo With JMock</title><content type='html'>Finally i started working on unit tests and already got a gotcha on eclipse galileo with jMock 2.5.1.&lt;br /&gt;Galileo Ships with jUnit 4 but unfortunately without org.hamcrest.TypeSafeMatcher which is needed by jMock.&lt;br /&gt;&lt;br /&gt;Adding jMock through Maven still leaves the Problem with Classpath and who comes first.&lt;br /&gt;&lt;br /&gt;I tried the following links with no luck:&lt;br /&gt;&lt;a href="http://www.southsearepublic.org/article/2258/read/hamcrest_11_security_error_on_eclipse_gallileo_with_jmock"&gt;http://www.southsearepublic.org&lt;/a&gt;&lt;br /&gt;&lt;a href="http://cedar715.wordpress.com/2009/10/20/86/"&gt;http://cedar715.wordpress.com/2009/10/20/86/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Then i removed jUnit Libraries in Project Properties under Java Build Path =&gt; Libraries and added jUnit through Maven Dependencies.&lt;br /&gt;&lt;br /&gt;Works like a charm now.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-6424291565275598907?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/6424291565275598907/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=6424291565275598907' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/6424291565275598907'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/6424291565275598907'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2010/08/hamcrest-11-security-error-on-eclipse.html' title='Hamcrest 1.1 Security Error on Eclipse Gallileo With JMock'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-6623422474616735367</id><published>2010-07-27T15:32:00.000+02:00</published><updated>2010-07-27T11:02:32.696+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><title type='text'>jPitfalls - Enums in Hibernate</title><content type='html'>In Hibernate you have two ways defining the association between database fields and Java properties. You can use xml definitions or Annotations.&lt;br /&gt;&lt;br /&gt;I for example started with xml and later changed everything to Annotations. Either way, i used jBoss Hibernate Tools in Eclipse for generating the Java Class Files and xml Configuration.&lt;br /&gt;&lt;br /&gt;Fortunately both Database and Java have Enums. Unfortunately the Hibernate Tool does not. (don't get me started on Hibernate at this point) So while you may think "Hey, i used Enums in my Database Design because i am a genius" and "That's great, now i can use them in Java" you can't. (Who is the genius).&lt;br /&gt;&lt;br /&gt;Using Annotations it's easier. Creating Enums, adding them into the Hibernate Class Files and voila, you have Enums. (But don't forget to maintain them = meaning if you change the Enum in Java or the Database you have to change the other Part two by hand).&lt;br /&gt;&lt;br /&gt;Using xml is a complete different Story. You have to Define the Type and adjust it by Hand. There is even a GenericEnumUserType explained in the jBoss Community.&lt;br /&gt;&lt;br /&gt;In the end i still think that it should also be possible to create Enums automatically and some day it might, but in the meantime stay sharp and check you Enums.&lt;br /&gt;&lt;br /&gt;Linktipps:&lt;br /&gt;http://community.jboss.org/wiki/Java5EnumUserType&lt;br /&gt;http://weblog.dangertree.net/2007/09/23/mapping-java-5-enums-with-hibernate/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-6623422474616735367?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/6623422474616735367/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=6623422474616735367' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/6623422474616735367'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/6623422474616735367'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2010/07/jpitfalls-enums-in-hibernate.html' title='jPitfalls - Enums in Hibernate'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-2957628244575857358</id><published>2010-07-07T15:17:00.007+02:00</published><updated>2010-07-08T17:18:29.345+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='maven'/><title type='text'>jPitfalls - log4j adding through maven</title><content type='html'>One of the first thing a developer want to add is logging. Without logging there is no development. And i mean it... no development.. seriously!&lt;br /&gt;&lt;br /&gt;Therefore i looked up in the net which logging Facility i should use and ended up with log4j. (And because all the Tutorials and Books i looked up used it as well). It's really great and flexible. (Enough advertising.)&lt;br /&gt;&lt;br /&gt;But being not accustomed to Maven and Dependency Management and everything automatic, i had to learn another hard lesson.&lt;br /&gt;&lt;br /&gt;The Thing with log4j is, there are several ways the output can be collected. Console, File, Database, you name it. The Thing with Maven and log4j is, if you add a plugin, it's automatically included and you don't even have to do much more work.&lt;br /&gt;&lt;br /&gt;Being accustomed that every little peace has to be configured by hand i was unprepared for the *automaticallywedoeverythingforyou* world. Adding more than one log4j plugin i ended up with no output at all.&lt;br /&gt;&lt;br /&gt;Nothing worked and i was starting to gave up my hopes. Fortunately a colleague of mine helped me out (we were sitting together, no clue at all) and found the reason for the misbehavior.&lt;br /&gt;&lt;br /&gt;Use only the one output you need, no more than that and everything worked like a charm.&lt;br /&gt;&lt;br /&gt;So today's Mantra is "Only use what you need, no more than that" (young grasshopper)&lt;br /&gt;&lt;br /&gt;Thanks again&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-2957628244575857358?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/2957628244575857358/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=2957628244575857358' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/2957628244575857358'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/2957628244575857358'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2010/07/jpitfalls-log4j-adding-through-maven.html' title='jPitfalls - log4j adding through maven'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-6979616983847682305</id><published>2010-07-07T13:16:00.005+02:00</published><updated>2010-07-07T15:17:19.866+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='eclipse'/><title type='text'>PHP Programmers Way to Java Heaven .. or jPitfalls</title><content type='html'>That's a nice Title.. or "Typical Java Pitfalls if your a PHP Programmer" or something like that .. in short Java Pitfalls or jPitfalls. (That's a nice short word!)&lt;br /&gt;&lt;br /&gt;In short: i started programming in java/eclipse a while ago and decided to write all my troubles down so it might help someone else getting a clue what's happening...&lt;br /&gt;&lt;br /&gt;And because my college urged me to do it over half a year.. so here it comes. A complete Series about all my troubles with the Name jPitfalls.&lt;br /&gt;&lt;br /&gt;Now i need to tell you a little about the environment of the project i am working on. It's a typical WebShop with Database connectivity serving a handful of people so it's not a big deal. But this are my first baby steps into the wonderful world of compilation, debugging and so much more.&lt;br /&gt;&lt;br /&gt;Without any help it's not as easy as it sounds when you need to find the right peace of software for your work. Frameworks, Database Connection, Template System... learn everything from scratch. So i worked my way through Struts 1,2, Spring, Hibernate, Plugins for that Frameworks and of course Eclipse and it's Plugins, unsure where it ends.&lt;br /&gt;&lt;br /&gt;Also there was/is the question where will it be hosted. Finding a decent and pricable Hoster isn't easy if you know what technology you are working for. But now it's also a Question if you want an EJB 3 Container or not. Is Tomcat enough or do we need something more extravagant. (Glassfish?)&lt;br /&gt;&lt;br /&gt;I ended up in several discussions with myself about the way i should go. (I am still having these discussions, but man, i have gone a long road already) For example the Framework: First i decided to use Struts1 because i thought it's old, so you find a lot of helpful information and it's really complete, nothing beta.&lt;br /&gt;&lt;br /&gt;After working hard on the project for several weeks i thought that upgrading to Struts2 would be a good Idea, but not yet. Don't change something important as the Framework in the middle of the implementation cycle. Remember: You want to complete the project asap.&lt;br /&gt;&lt;br /&gt;But then some Problems occurred which led to the decision to refactor everything and use Struts2 instead. (It was after all the right decision). In the meantime i use Spring for some parts (as they really work great together) and Hibernate as Database Layer.&lt;br /&gt;&lt;br /&gt;My Intention was always to keep it as small as possible and as simple as possible. And for christs sake: Get the job done, will you!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-6979616983847682305?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/6979616983847682305/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=6979616983847682305' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/6979616983847682305'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/6979616983847682305'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2010/07/php-programmers-way-to-java-heaven-or.html' title='PHP Programmers Way to Java Heaven .. or jPitfalls'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-3676276304057641447</id><published>2010-01-07T13:45:00.004+01:00</published><updated>2010-01-07T13:51:22.007+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='eclipse'/><title type='text'>Could not open the Visual Page Editor: No more handles [Could not detect registered XULRunner to use]</title><content type='html'>If you have installed the struts tools from the jboss development update site in eclipse under windows and get hit by that error you might want to check if you also installed the xul runner from the jboss update site.&lt;br /&gt;&lt;br /&gt;Might save you a lot of troubles and hours of searching what's been happening.&lt;br /&gt;&lt;br /&gt;cheers&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-3676276304057641447?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/3676276304057641447/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=3676276304057641447' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/3676276304057641447'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/3676276304057641447'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2010/01/could-not-open-visual-page-editor-no.html' title='Could not open the Visual Page Editor: No more handles [Could not detect registered XULRunner to use]'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-5473829386547467006</id><published>2008-11-27T11:10:00.002+01:00</published><updated>2008-11-27T11:25:33.139+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='oddity'/><title type='text'>Microsofts Ticket System sucks big time</title><content type='html'>After finding this little bugger i naturally wanted to share it where people like would look for, therefore i thought i should share it with the IE8 beta bugs place at ms. (since quirksmode does not seem to be accessed often anymore and it's recommended on http://blogs.msdn.com/ie/archive/2008/03/05/ie8-beta-feedback.aspx)&lt;br /&gt;&lt;br /&gt;Being a google naive user i never needed a Windows Live Account, therefore i had to create it. Ok, if that's the price it would be ok.&lt;br /&gt;&lt;br /&gt;I already checked the newsgroup and bugs database. So i went to the connect website.. but my Windows Live Account is not the only thing needed, i had to Register there too (so why did i need that Live Account again?) and they wanted much more information.. personal information they don't need to know.. i mean it's about sharing in a global community, not buying things or any other secure workflow.&lt;br /&gt;&lt;br /&gt;Ok, registered there too i had to acknowledge again that the email is correct. (Why did i need that Live Account now?) Then i was able to check that my bug was not listed so i wanted to create it.. oh, no you need to send a post into the newsgroup, our people will create it then if it's worth it..&lt;br /&gt;&lt;br /&gt;Of course they could not use just another trac or bugzilla system where anybody was able create bugs, that would create a much bigger mess, i understand it, but still it gets me pissed even more.&lt;br /&gt;&lt;br /&gt;Good, let's go to the Newsgroup... at that time i was really in an angry mood so i am not sure anymore if i had to register again, but i am pretty sure they wanted another check if my email is valid (i already confirmed that when creating that damn Windows Live Account, why the heck do you need it AGAIN????)...&lt;br /&gt;&lt;br /&gt;But i was able to regain myself and send the post on Friday last week (of course no reply) and shout afterwards...&lt;br /&gt;&lt;br /&gt;Conclusion:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;3 Email Verifications&lt;/li&gt;&lt;li&gt;2 or 3 Registrations&lt;/li&gt;&lt;li&gt;1 News Post&lt;/li&gt;&lt;li&gt;no way of creating a bug report&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Where do you want to go today?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-5473829386547467006?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/5473829386547467006/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=5473829386547467006' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/5473829386547467006'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/5473829386547467006'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2008/11/microsofts-ticket-system-sucks-big-time.html' title='Microsofts Ticket System sucks big time'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-1650768754148983252</id><published>2008-11-27T11:05:00.002+01:00</published><updated>2010-07-07T11:24:12.640+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cooding'/><category scheme='http://www.blogger.com/atom/ns#' term='Browser'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>IE 8 beta 2 1px Background Image Zoom Bug</title><content type='html'>IE 8 beta 2 has a nasty little bug with Background Images. If they have a width or height of 1px because you use it for repeat-x or repeat-y backgrounds you will get very dissapointed if zooming your Template smaller than 100%.&lt;br /&gt;&lt;br /&gt;Somehow IE calculates 1px &lt; 100% must be 0px which means the background dissapears even with repeat statement.&lt;br /&gt;&lt;br /&gt;Workaround ist to use bigger sizes, at least 2px but i am not sure if you will get problems at &lt; 50% so i use 10px now, at least for IE8 (conditional comments are a savior).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-1650768754148983252?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/1650768754148983252/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=1650768754148983252' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/1650768754148983252'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/1650768754148983252'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2008/11/ie-8-beta-2-1px-background-image-zoom.html' title='IE 8 beta 2 1px Background Image Zoom Bug'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-483066158065131416</id><published>2007-09-28T15:18:00.000+02:00</published><updated>2007-09-28T15:21:54.009+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Apache 2.2 PAM troubles</title><content type='html'>This time i had to configure an apache to use pam to connect through winbind to an Active Directory.&lt;br /&gt;&lt;br /&gt;Basically i was trying to port an Apache 2.0 vhost to Apache 2.2 since we are switching servers.&lt;br /&gt;&lt;br /&gt;It took me some time until we found a bugreport indicating why it is not working anymore..&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;AuthBasicAuthorative Off&lt;/blockquote&gt;&lt;br /&gt;&lt;a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394097"&gt;&lt;br /&gt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394097&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-483066158065131416?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/483066158065131416/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=483066158065131416' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/483066158065131416'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/483066158065131416'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2007/09/apache-22-pam-troubles.html' title='Apache 2.2 PAM troubles'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-8999843877526149932</id><published>2007-09-24T10:36:00.001+02:00</published><updated>2007-09-24T10:42:42.909+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>SATA Problems Part II</title><content type='html'>Last weekend i got the replacement disk for my broken sata disk and reinstalled it. I found a manual quite quick but had some serious problems since i either got one of the two following errors while trying to rebuild the raid 1 array:&lt;br /&gt;&lt;blockquote&gt;ata1: Timeout&lt;br /&gt;ata1: DMA Timeout&lt;/blockquote&gt;&lt;br /&gt;Although i had some ideas what could be wrong my last solution was to change the SATA Cable and that was all it needed...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Rebuild Array&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To rebuild an array with a clean disk i found this guide useful:&lt;br /&gt;&lt;a href="http://www200.pair.com/mecham/raid/raid1-degraded-etch.html"&gt;http://www200.pair.com/mecham/raid/raid1-degraded-etch.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Although it was written for IDE Disks you can use it also for SATA..&lt;br /&gt;&lt;br /&gt;Here the needed parts extracted:&lt;br /&gt;&lt;i&gt;We start by copying the partition structure from /dev/hda to /dev/hdc. We  do this for what should now be an obvious reason: the secondary drive is empty, but it needs to have the same structure as the primary drive. If the disk was first cleaned, and is large enough,  you should have no errors (but you may still have to --force it):&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:Blue;"&gt;&lt;code&gt; sfdisk -d /dev/hda | sfdisk /dev/hdc &lt;/code&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; &lt;i&gt;We make sure the superblocks are zeroed out on the new drive (as always, be  careful you do this to the correct drive). Edit as needed:&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:Blue;"&gt;&lt;code&gt;mdadm --zero-superblock /dev/hdc1&lt;br /&gt;mdadm --zero-superblock /dev/hdc5&lt;br /&gt;mdadm --zero-superblock /dev/hdc6 &lt;/code&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; &lt;i&gt;Now we add our three hdc partitions to the corresponding md's.&lt;br /&gt;Understand what you are doing here before you do it, edit as needed:&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:Blue;"&gt;&lt;code&gt; mdadm --add /dev/md0 /dev/hdc1&lt;br /&gt;mdadm --add /dev/md1 /dev/hdc5&lt;br /&gt;mdadm --add /dev/md2 /dev/hdc6 &lt;/code&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; &lt;i&gt;Watch them sync:&lt;/i&gt;&lt;br /&gt;&lt;span style="color:Blue;"&gt;&lt;code&gt;watch -n 6 cat /proc/mdstat&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;&lt;/span&gt;&lt;i&gt;Once the recovery is complete (and not until then), create a new boot records on both drives:&lt;/i&gt;&lt;br /&gt;&lt;span style="color:Blue;"&gt;&lt;code&gt; grub &lt;/code&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;From the grub&gt; prompt (edit partition number if needed):&lt;/i&gt;&lt;br /&gt;&lt;span style="color:Blue;"&gt;&lt;code&gt; root (hd0,0)&lt;br /&gt;setup (hd0)&lt;br /&gt;root (hd1,0)&lt;br /&gt;setup (hd1)&lt;br /&gt;quit &lt;/code&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-8999843877526149932?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/8999843877526149932/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=8999843877526149932' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/8999843877526149932'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/8999843877526149932'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2007/09/sata-problems-part-ii.html' title='SATA Problems Part II'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-666940457176645201</id><published>2007-09-24T10:12:00.001+02:00</published><updated>2007-09-24T10:35:19.060+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>PHP5 DomDocument schemaValidation problems</title><content type='html'>First i have to tell about a SOAP Connection to a webservice. I don't know if the developers ever thought about SOAP more than just a quick thought how can we transfer data, since from my end it looks as if they have absolute no idea what they were doing.&lt;br /&gt;&lt;br /&gt;We have a Service that holds a bunch of personal data which we have to transfer to the webservice of an higher instance. Now you would think they provide a SOAP Connection where there are a lot of functions to send them the data for every person.. but no.. there are only two functions:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;One which wants a XML String where all personal data has been collected together and&lt;/li&gt;&lt;li&gt;a second one which wants the same string as zip&lt;/li&gt;&lt;/ul&gt;So you see the whole point of the SOAP connection is just to send them the already prepared XML Files and then they work with the collected data somehow internal.&lt;br /&gt;&lt;br /&gt;Fortunately they provided a xsd file so i was able to add additional validation to ensure the data is valid.&lt;br /&gt;&lt;br /&gt;Now i created the XML Files using php5 DomDocument. The library makes it really easy to create Elements and it also holds a schemaValidation functionality.&lt;br /&gt;&lt;br /&gt;I don't want to get into to much detail but when i said that they want all personal data of all people collected in one file you will notice that it would not be a good idea creating first all users in one file and then check if that file is ok... or perhaps i am just the only paranoid here, but i wanted to know exactly which person is making troubles.&lt;br /&gt;&lt;br /&gt;So my code first creates the xml data for each person separately (although cached) and then i add the xml data to an prepared xml so i can validate against the schema.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The Problem&lt;/span&gt;&lt;br /&gt;Now we get to the point. My Function first creates a Validation XML which helds all the markup and then adds the XML Data of the person using DomDocument-&gt;importNode and then appendChild at the correct position.&lt;br /&gt;&lt;br /&gt;Unfortunately the schemaValidation finds errors where there are not really one, or so i thought. I got Error Messages which i was unable to see anything wrong. But i found a workaround.&lt;br /&gt;Using DomDocument-&gt;loadXML(DomDocument-&gt;saveXML()) just before the validation i was able to sort of "normalize" the DomDocument and the schemaValidation worked.&lt;br /&gt;&lt;br /&gt;I am not sure if the schemaValidation was just not designed for such a work or i did misjudge and used it completely wrong. But since there is not much documentation at php.net i had no other way.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-666940457176645201?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/666940457176645201/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=666940457176645201' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/666940457176645201'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/666940457176645201'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2007/09/php5-domdocument-schemavalidation.html' title='PHP5 DomDocument schemaValidation problems'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-6573933779549007738</id><published>2007-09-10T12:33:00.000+02:00</published><updated>2007-09-10T12:49:41.659+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>SATA problems</title><content type='html'>I had some serious problems with my Server concerning some sata harddisks. Unfortunately not only my raid 0 system with a one year old Samsung SpinPoint was broken (i sent the disk to samsung) also another disk failed with serious failures and locked my system.&lt;br /&gt;&lt;br /&gt;So i bought a new one and wanted to transfer the data from the broken one as good as possible to the new one before it completely fails. But i was stopped by my own ignorance.. the new 500GB disk was not working with the sata Controller onboard.. so when i went back to change it into a smaller disk (since i thought there are some size restriction in effect which stopps my controller to get it working with the disk) they just told me to jumper the disk to sata I and try again..&lt;br /&gt;&lt;br /&gt;Not only is this jumper setting not explained in the small tiny manual which is normally shipped with the disks, i also called the support Hotline preview to this incident to confirm my theory (with the size) and was a little angry they have not told me this on the phone before.. Not that i have much to do, i am just a workaholic with a family and a little girl....&lt;br /&gt;&lt;br /&gt;Never less i used the jumper setting they told me and tried again.. first the controller had troubles recognizing the disk but after another restart it was finally there.&lt;br /&gt;Good, now all i have to do is partioning the disk and then create a filesystem.. but then the same errors appeared on the disk as on the old one.. NOT AGAIN...&lt;br /&gt;&lt;br /&gt;Another mistake of me was to define the problem with the Controller... ok it's a via chipset and it has some troubles with maxtor 500GB disks and i am not very found of it and maybe it is also a reason for the problems. Either way i just bought a pci sata Controller and installed it.. and it found both sata disks (not my raid array, that is on another sata controller....   ok now that sounds more complicated than it really is.) and after booting linux i tried to mount both disks.&lt;br /&gt;&lt;br /&gt;The new one did not have any problems, i was able to recreate the partition and installed a filesystem, but the old one still got some errors by mounting readonly:&lt;br /&gt;&lt;blockquote&gt;sd 5:0:0:0: SCSI error: return code = 0x8000002&lt;br /&gt;sdc: Current: sense key: Aborted Command&lt;br /&gt;Additional sense: Scsi parity error&lt;br /&gt;end_request: I/O error, dev sdc, sector 206307443&lt;br /&gt;lost page write due to I/O error on sdc1&lt;br /&gt;ATA: abnormal status 0xFF on port 0xFFFFC2000004439C&lt;br /&gt;ata6: status=0xff { Busy }&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Luckily i found a site which proposed to change the sata cable. Since i changed it to the one shipped with the controller the disk run as smooth as ever.&lt;br /&gt;&lt;br /&gt;Now i could be pretty angry for searching this little fellow for about two weeks but i am just relieved that the data on the disk are ok. Naturally the first thing i did was to backup the complete disk to the new one before laying my hand into the fire ;-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-6573933779549007738?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/6573933779549007738/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=6573933779549007738' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/6573933779549007738'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/6573933779549007738'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2007/09/sata-problems.html' title='SATA problems'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-1148975475587406355</id><published>2007-09-06T11:21:00.000+02:00</published><updated>2007-09-06T11:27:45.556+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>vserver with different Architecture</title><content type='html'>My system is a little weird since i did a poor job installing linux: i installed a 32 bit system on a 64bit architecture and then just changed the kernel.&lt;br /&gt;&lt;br /&gt;Now installing a new vserver with debootstrap it automatically uses the source system which in my case is 32bit and therefore i got the errors:&lt;br /&gt;&lt;blockquote&gt;kernel: IA32 syscall 311 from ...&lt;/blockquote&gt;&lt;br /&gt;It finally annoyed me enough, so i asked a friend and with his help i finally managed to change the architecture when installing a new vserver:&lt;br /&gt;&lt;blockquote&gt;newvserver --hostname name --domain domain --ip ip --dist testing --interface eth0 --arch amd64 --context context&lt;/blockquote&gt;&lt;br /&gt;Not only i got rid of the warnings, i experienced a slight boost in performance. But maybe this is because of the source of the error. Now i am installing all vservers again in 64bit and move forward.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-1148975475587406355?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/1148975475587406355/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=1148975475587406355' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/1148975475587406355'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/1148975475587406355'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2007/09/vserver-with-different-architecture.html' title='vserver with different Architecture'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-5063790084952341871</id><published>2007-08-31T13:30:00.000+02:00</published><updated>2007-09-10T12:50:18.552+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>LDAP the second - Apache2</title><content type='html'>After getting LDAP Working on PAM the next move was to get it working with Apache. I tried several ways:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;direct contact to the AD through LDAP&lt;/li&gt;&lt;li&gt;using PAM&lt;/li&gt;&lt;li&gt;using Kerberos&lt;/li&gt;&lt;/ul&gt;and i was able to get it working through LDAP. For that i needed the module authnz_ldap and lap. Then all i had to do is to get the correct Authorization config into the virtual host:&lt;br /&gt;&lt;blockquote&gt;    &amp;lt;directory&amp;gt;&lt;br /&gt;      ...&lt;br /&gt;&lt;br /&gt;      AuthType Basic&lt;br /&gt;      AuthName "LDAP"&lt;br /&gt;      AuthBasicProvider ldap&lt;br /&gt;      AuthLDAPBindDN cn=ldapauth,ou=Users,dc=your,dc=domain,dc=com&lt;br /&gt;      AuthLDAPBindPassword password&lt;br /&gt;      AuthLDAPURL "ldap://yourdomain.com:389/ou=Users,dc=your,dc=domain,dc=com?sAMAccountName?sub?(objectClass=*)"&lt;br /&gt;      AuthzLDAPAuthoritative off&lt;br /&gt;&lt;br /&gt;      Require valid-user&lt;br /&gt;&lt;br /&gt;      ...&lt;br /&gt;  &amp;lt;/directory&amp;gt;&lt;/blockquote&gt;Some Explanations: The AuthBasicProvider is needed as of Apache 2.2 since else you will get an error Message.&lt;br /&gt;&lt;br /&gt;Links:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.rrze.uni-erlangen.de/dienste/arbeiten-rechnen/linux/howtos/ldap/anwendungen/apache.shtml"&gt;http://www.rrze.uni-erlangen.de/dienste/arbeiten-rechnen/linux/howtos/ldap/anwendungen/apache.shtml (German)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html#authldapgroupattributeisdn"&gt;http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html#authldapgroupattributeisdn&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.le.ac.uk/cc/sh23/adldap.html"&gt;http://www.le.ac.uk/cc/sh23/adldap.html&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://support.microsoft.com/kb/555092"&gt;http://support.microsoft.com/kb/555092&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://thomas-howard.com/Reference/Articles/Apache+AD/"&gt;http://thomas-howard.com/Reference/Articles/Apache+AD/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.issociate.de/board/post/328656/LDAP_authentification_from_2.0_to_2.2.html"&gt;http://www.issociate.de/board/post/328656/LDAP_authentification_from_2.0_to_2.2.html&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-5063790084952341871?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/5063790084952341871/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=5063790084952341871' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/5063790084952341871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/5063790084952341871'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2007/08/ldap-second-apache2.html' title='LDAP the second - Apache2'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-7423317062873174171</id><published>2007-08-31T12:29:00.001+02:00</published><updated>2007-08-31T13:30:04.932+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Ldapping the World - Active Directory and PAM</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Introduction&lt;/span&gt;&lt;br /&gt;Working with multiple vservers we started thinking about using a single user database for all authentications. Since we are using a MS Server with Exchange and so on it was decided that the Active Directory (AD) of that Server is our User database.&lt;br /&gt;&lt;br /&gt;Next we had to get everything under Linux configured to authenticate against our AD, which meant we had to configure PAM to use our AD. Now there are two ways to do that: Winbind and LDAP. Winbind was used before and we had some real bad problems when the Windows Server has been restarted so we thought of using LDAP. Beside that, we did not want to install Samba on all Vservers.&lt;br /&gt;&lt;br /&gt;Now to get LDAP working there are some small thoughts you have to consider: First, you need openldap (or similar) to get information from LDAP, but to authenticate you have to use at least kerberos. There are other ways also, but i wanted to keep it as simple as possible and security measurements (clear text passwords,...) were not in consideration at this point.&lt;br /&gt;&lt;br /&gt;Our System:&lt;br /&gt;- Windows Server 2003&lt;br /&gt;- Debian Linux testing (at this point)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Windows&lt;/span&gt;&lt;br /&gt;You will have to adjust also the Windows Server since it has to add some more Fields for Unix to the Active Directory. Depending on your system there are multiple ways and they are all explained in the links i added at the end. We used Microsofts Services for Unix 3.5 (SFU).&lt;br /&gt;&lt;br /&gt;Then i added a new user ldapauth for the communication, and i adjusted my own user for testing, which means i activated the Unix Attributes and set everything.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;ldapsearch&lt;/span&gt;&lt;br /&gt;First i had to get ldapsearch working. For that i installed ldap-client&lt;br /&gt;&lt;blockquote&gt;apt-get install ldap-client libnss-ldap&lt;br /&gt;&lt;/blockquote&gt;and then i backuped the &lt;span style="font-style: italic;"&gt;/etc/ldap/ldap.conf&lt;/span&gt; file because i made a symbolic link to &lt;span style="font-style: italic;"&gt;/etc/libnss_ldap.conf&lt;/span&gt;:&lt;br /&gt;&lt;blockquote&gt;HOST    &lt;span style="font-style: italic;"&gt;yourhost.com&lt;/span&gt;&lt;br /&gt;base    &lt;span style="font-style: italic;"&gt;ou=Users,dc=your,dc=host,dc=com&lt;/span&gt;&lt;br /&gt;uri        &lt;span style="font-style: italic;"&gt;ldap://yourhost.com/&lt;/span&gt;&lt;br /&gt;ldap_version 3&lt;br /&gt;binddn    &lt;span style="font-style: italic;"&gt;cn=ldapauth,ou=Users,dc=your,dc=host,dc=com&lt;/span&gt;&lt;br /&gt;bindpw    &lt;span style="font-style: italic;"&gt;password&lt;/span&gt;&lt;br /&gt;nss_base_passwd         &lt;span style="font-style: italic;"&gt;ou=Users,dc=your,dc=host,dc=com?one&lt;/span&gt;&lt;br /&gt;ss_base_shadow          &lt;span style="font-style: italic;"&gt;ou=Users,dc=your,dc=host,dc=com?one&lt;/span&gt;&lt;br /&gt;nss_base_group          &lt;span style="font-style: italic;"&gt;ou=Groups,dc=your,dc=host,dc=com?one&lt;/span&gt;&lt;br /&gt;nss_map_attribute       rfc2307attribute        mapped_attribute&lt;br /&gt;nss_map_objectclass     rfc2307objectclass      mapped_objectclass&lt;br /&gt;nss_map_attribute         uniqueMember msSFU30PosixMember&lt;br /&gt;nss_map_objectclass     posixGroup Group&lt;br /&gt;nss_map_objectclass     posixAccount user&lt;br /&gt;nss_map_objectclass     shadowAccount user&lt;br /&gt;nss_map_attribute         uid sAMAccountName&lt;br /&gt;nss_map_attribute         shadowLastChange pwdLastSet&lt;br /&gt;pam_login_attribute     sAMAccountName&lt;br /&gt;pam_filter objectclass=User&lt;br /&gt;pam_password ad&lt;br /&gt;ssl off&lt;br /&gt;nss_map_attribute uidNumber msSFU30UidNumber&lt;br /&gt;nss_map_attribute gidNumber msSFU30GidNumber&lt;br /&gt;nss_map_attribute userPassword msSFU30Password&lt;br /&gt;nss_map_attribute homeDirectory msSFU30HomeDirectory&lt;br /&gt;nss_map_attribute loginShell msSFU30LoginShell&lt;br /&gt;nss_map_attribute gecos name&lt;/blockquote&gt;Then i was able to use ldapsearch:&lt;br /&gt;&lt;blockquote&gt;ldapsearch -x -Hldap://yourdomain.com/ "(cn=User Name),dc=your,dc=domain,dc=com" -W -DAdministrator&lt;/blockquote&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;passwd&lt;br /&gt;&lt;/span&gt;Now i had to change the &lt;span style="font-style: italic;"&gt;/etc/nsswitch.conf&lt;/span&gt;:&lt;br /&gt;&lt;blockquote&gt;&lt;pre&gt;&lt;code&gt;passwd:         ldap files&lt;br /&gt;group:          ldap files&lt;br /&gt;shadow:         ldap files&lt;/code&gt;&lt;/pre&gt;&lt;/blockquote&gt;normally getent passwd should first show the activated AD User and then the linux user. I had some troubles get it working correctly and used strace getent passwd to see that my users from AD have been parsed but somehow did not return in the list. Unfortunately i am not sure anymore what i have done to get this working, but i am pretty sure that it was some change in the &lt;span style="font-style: italic;"&gt;/etc/libnss_ldap.conf&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Kerberos&lt;/span&gt;&lt;br /&gt;Now after we have got ldap talking with AD we need kerberos installed for PAM.&lt;br /&gt;&lt;blockquote&gt;apt-get instal heimdal-clients libpam-heimdal&lt;/blockquote&gt;and then i had to configure the &lt;span style="font-style: italic;"&gt;/etc/krb5.conf&lt;/span&gt;:&lt;br /&gt;&lt;blockquote&gt;[logging]&lt;br /&gt;      default = FILE:/var/log/krb5lib.log&lt;br /&gt;[libdefaults]&lt;br /&gt;      ticket_lifetime = 24000&lt;br /&gt;      default_realm = YOURDOMAIN.COM&lt;br /&gt;      default_tkt_enctypes = des3-hmac-sha1 des-cbc-crc&lt;br /&gt;      default_tgs_enctypes = des3-hmac-sha1 des-cbc-crc&lt;br /&gt;      krb4_config = /etc/krb.conf&lt;br /&gt;      krb4_realms = /etc/krb.realms&lt;br /&gt;      kdc_timesync = 1&lt;br /&gt;      ccache_type = 4&lt;br /&gt;      forwardable = true&lt;br /&gt;      proxiable = true&lt;br /&gt;      v4_instance_resolve = false&lt;br /&gt;      v4_name_convert = {&lt;br /&gt;              host = {&lt;br /&gt;                      rcmd = host&lt;br /&gt;                      ftp = ftp&lt;br /&gt;              }&lt;br /&gt;              plain = {&lt;br /&gt;                      something = something-else&lt;br /&gt;              }&lt;br /&gt;      }&lt;br /&gt;      fcc-mit-ticketflags = true&lt;br /&gt;[realms]&lt;br /&gt;      YOURDOMAIN.COM = {&lt;br /&gt;              kdc = yourdomain.com:88&lt;br /&gt;              admin_server = yourdomain.com&lt;br /&gt;              default_domain = yourdomain.com&lt;br /&gt;      }&lt;br /&gt;[domain_realm]&lt;br /&gt;      yourdomain.com = YOURDOMAIN.COM&lt;br /&gt;      .yourdomain.com = YOURDOMAIN.COM&lt;br /&gt;[login]&lt;br /&gt;      krb4_convert = true&lt;br /&gt;      krb4_get_tickets = false&lt;/blockquote&gt;You can test it with:&lt;br /&gt;&lt;blockquote&gt;kinit testuser&lt;/blockquote&gt;&lt;span style="font-weight: bold;"&gt;PAM&lt;/span&gt;&lt;br /&gt;Now finally i had to configure the pam configuration files:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;common-account&lt;/li&gt;&lt;/ul&gt;&lt;blockquote&gt;account sufficient      pam_ldap.so&lt;br /&gt;account required        pam_unix.so&lt;/blockquote&gt;&lt;ul&gt;&lt;li&gt;common-auth&lt;/li&gt;&lt;/ul&gt;&lt;blockquote&gt;auth    sufficient  pam_krb5.so ccache=/tmp/krb5cc_%u&lt;br /&gt;auth    sufficient  pam_ldap.so use_first_pass&lt;br /&gt;auth    required        pam_unix.so nullok_secure&lt;br /&gt;&lt;/blockquote&gt;&lt;ul&gt;&lt;li&gt;common-password&lt;/li&gt;&lt;/ul&gt;&lt;blockquote&gt;password    required     /lib/security/pam_ldap.so use_authtok md5&lt;br /&gt;password   required   pam_unix.so nullok obscure min=4 max=8 md5&lt;/blockquote&gt;&lt;ul&gt;&lt;li&gt;common-session&lt;/li&gt;&lt;/ul&gt;&lt;blockquote&gt;session required        pam_unix.so&lt;br /&gt;session required pam_mkhomedir.so skel=/etc/skel/ umask=0022&lt;/blockquote&gt;&lt;br /&gt;Enjoy!&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Links&lt;/span&gt;:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.linux-magazin.de/heft_abo/ausgaben/2002/04/zentrale_meldestelle"&gt;http://www.linux-magazin.de/heft_abo/ausgaben/2002/04/zentrale_meldestelle (German)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.linux-magazin.de/heft_abo/ausgaben/2005/05/fenster_oeffnung"&gt;http://www.linux-magazin.de/heft_abo/ausgaben/2005/05/fenster_oeffnung (German)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://adminspotting.net/articles/windows/Linux-and-Active-Directory.html"&gt;http://adminspotting.net/articles/windows/Linux-and-Active-Directory.html&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://developer.novell.com/wiki/index.php/HOWTO:_Configure_Ubuntu_for_Active_Directory_Authentication"&gt;http://developer.novell.com/wiki/index.php/HOWTO:_Configure_Ubuntu_for_Active_Directory_Authentication&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://gentoo-wiki.com/HOWTO_Adding_a_Samba_Server_into_an_existing_AD_Domain"&gt;http://gentoo-wiki.com/HOWTO_Adding_a_Samba_Server_into_an_existing_AD_Domain&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://wiki.freaks-unidos.net/linux%20ldap%20howto#setting-up-active-directory"&gt;http://wiki.freaks-unidos.net/linux%20ldap%20howto#setting-up-active-directory&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/technet/solutionaccelerators/cits/interopmigration/unix/usecdirw/17wsdsu.mspx"&gt;http://www.microsoft.com/technet/solutionaccelerators/cits/interopmigration/unix/usecdirw/17wsdsu.mspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/security/tkerberr.mspx"&gt;http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/security/tkerberr.mspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://technet2.microsoft.com/WindowsServer/en/library/8196d68e-776a-4bbc-99a6-d8c19f36ded41033.mspx?mfr=true"&gt;http://technet2.microsoft.com/WindowsServer/en/library/8196d68e-776a-4bbc-99a6-d8c19f36ded41033.mspx?mfr=true&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.linuxquestions.org/questions/showthread.php?t=287606"&gt;http://www.linuxquestions.org/questions/showthread.php?t=287606&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-7423317062873174171?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/7423317062873174171/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=7423317062873174171' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/7423317062873174171'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/7423317062873174171'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2007/08/ldapping-world-active-directory-and-pam.html' title='Ldapping the World - Active Directory and PAM'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-8671092096757928104</id><published>2007-07-17T16:24:00.000+02:00</published><updated>2007-07-17T16:37:11.482+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Apache2 proxy on vservers</title><content type='html'>I have recently changed my internal structure from chroot to vserver, and therefore i was able to split my development system from my live system.&lt;br /&gt;&lt;br /&gt;But unfortunately that also meant that there is only one vserver who gets the port 80 requests. I thought a long time about that and decided there must be a possibility to use apache2 as a proxy, but also to use wildcards. (I did not want to have multiple files on different systems).&lt;br /&gt;&lt;br /&gt;For that i have installed apache2 on both machines. On the live one i have one configuration file for all proxy requests:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;lt;virtualhost&amp;gt;&lt;br /&gt;     ServerName      www.sub.example.com&lt;br /&gt;     ServerAlias     *.sub.example.com&lt;br /&gt;&lt;br /&gt;     CustomLog      sub.example.com-access.log combined&lt;br /&gt;     ErrorLog        sub.example.com-error.log&lt;br /&gt;&lt;br /&gt;     ProxyRequests   On&lt;br /&gt;&lt;br /&gt;     &amp;lt;proxy&amp;gt;&lt;br /&gt;             Order deny,allow&lt;br /&gt;             Allow from live-ip&lt;br /&gt;     &amp;lt;/proxy&amp;gt;&lt;br /&gt;&lt;br /&gt;     ProxyPass       / http://develop-ip/&lt;br /&gt;     ProxyPassReverse / http://develop-ip/&lt;br /&gt;     ProxyPreserveHost       On&lt;br /&gt;&amp;lt;/virtualhost&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;That way all Requests are send to the development vserver and i don't have any more headaches about it.&lt;br /&gt;&lt;br /&gt;See also:&lt;br /&gt;&lt;a href="http://www.debian-administration.org/articles/358"&gt;http://www.debian-administration.org/articles/358&lt;/a&gt;&lt;br /&gt;&lt;a href="http://kpumuk.info/ruby-on-rails/upgrading-apache-to-version-2-2-in-debian/"&gt;http://kpumuk.info/ruby-on-rails/upgrading-apache-to-version-2-2-in-debian/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-8671092096757928104?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/8671092096757928104/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=8671092096757928104' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/8671092096757928104'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/8671092096757928104'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2007/07/apache2-proxy-on-vservers.html' title='Apache2 proxy on vservers'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-1348044276294308214</id><published>2007-07-09T10:08:00.000+02:00</published><updated>2007-07-09T10:26:46.515+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='oddity'/><title type='text'>iTunes has detected an iPod in recovery mode</title><content type='html'>I have an iPod of the 5th Generation for about a year now and use it whenever i can. At work i use iTunes to control the iPod, but i am not using it for sharing my music otherwise.&lt;br /&gt;&lt;br /&gt;Now i had this problem that iTunes showed an Error "..iPod in recovery mode.." ... what the hack? Since i sync my iPod with my home iTunes i had to recover it there (although it did not have any Problems).. now i tried it again at work: same Problem..&lt;br /&gt;&lt;br /&gt;After a quick search i found this: &lt;a href="http://docs.info.apple.com/article.html?artnum=304503"&gt;http://docs.info.apple.com/article.html?artnum=304503&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It suggest that the Drive Letter the iPod wants to use is used already... and that was the whole Problem all the time.&lt;br /&gt;&lt;br /&gt;Now i ask: Why the hell could it not say it at the first sign? I mean it did never occur to me that this could be a Problem.&lt;br /&gt;&lt;br /&gt;The Drive Letter support with USB and Network was always a Problem with XP (which had to be configured by hand) but at least there could be some information at iTunes.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-1348044276294308214?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/1348044276294308214/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=1348044276294308214' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/1348044276294308214'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/1348044276294308214'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2007/07/itunes-has-detected-ipod-in-recovery.html' title='iTunes has detected an iPod in recovery mode'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-5044397120327915928</id><published>2007-06-28T11:39:00.000+02:00</published><updated>2007-06-28T12:16:31.797+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='oddity'/><title type='text'>life span of a LCD Beamer</title><content type='html'>&lt;div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_liXYsLCkTQI/RoODfEnIwuI/AAAAAAAAAA0/OdNRj942fg0/s1600-h/ptae700.jpg"&gt;&lt;img style="cursor: pointer;" src="http://2.bp.blogspot.com/_liXYsLCkTQI/RoODfEnIwuI/AAAAAAAAAA0/OdNRj942fg0/s320/ptae700.jpg" alt="" id="BLOGGER_PHOTO_ID_5081049374441128674" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 102, 102);font-size:onload;" &gt;My PT AE 700&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;About three years ago i bought a Panasonic PT AE 700 Beamer. Calulating the time how long a Lamp may live i thought i have worked it all out.. but i was wrong.&lt;br /&gt;&lt;br /&gt;LCD Beamers are not supposed to be used the whole day, every day in the year.. just as you would use a TV.. but i thought it would only need more Lamps..&lt;br /&gt;&lt;br /&gt;Unfortunately that's not the whole story. Without going into much technical Detail about how they work there is one piece which is the heart of it.. the LCD Panel. Basically it holds all three Panels (one for Red, Green and a Blue one) and the replacement unit costs as much as a new Beamer.&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_liXYsLCkTQI/RoOE4UnIwvI/AAAAAAAAAA8/WqwjxvpbaMI/s1600-h/panel.jpg"&gt;&lt;img style="cursor: pointer;" src="http://3.bp.blogspot.com/_liXYsLCkTQI/RoOE4UnIwvI/AAAAAAAAAA8/WqwjxvpbaMI/s320/panel.jpg" alt="" id="BLOGGER_PHOTO_ID_5081050907744453362" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 102, 102);font-size:85%;" &gt;That's supposed to be a black Image.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;I have now seen about 5000 Hours with that Beamer and after about 4500 there was a Blue Cloud in the Picture... this week i have some black artifacts in the Cloud... My Panel has broken before i even had changed the Lamp in it...&lt;br /&gt;&lt;br /&gt;So my advice is: If you want to use the Beamer more than once a week, don't by a LCD.&lt;br /&gt;&lt;br /&gt;Looking for a replacement i either would take a Plasma screen or maybe a DLP, but i am not entirely sure what costs you have with an DLP.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-5044397120327915928?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/5044397120327915928/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=5044397120327915928' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/5044397120327915928'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/5044397120327915928'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2007/06/life-span-of-lcd-beamer.html' title='life span of a LCD Beamer'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_liXYsLCkTQI/RoODfEnIwuI/AAAAAAAAAA0/OdNRj942fg0/s72-c/ptae700.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-8406729973830872458</id><published>2007-06-19T08:59:00.000+02:00</published><updated>2007-06-19T09:07:16.508+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='oddity'/><title type='text'>WinXP not as secure as some thought</title><content type='html'>Working as a Programmer in a Company i have to deal with Windows XP, since they are installed on our Machines. That includes a Windows Server where we are connected together.&lt;br /&gt;&lt;br /&gt;Now normally i configured a Screensaver with Password to activate after a period of time so nobody can make nonsense here.&lt;br /&gt;&lt;br /&gt;Unfortunately WinXP is not as secure as i thougth. Althought the Screensaver is active i am able to activate the special keys on my Logitech Keyboard and Start my Browser, Email, Media Player etc.&lt;br /&gt;&lt;br /&gt;In my Opinion if the Password has to be entered to get back, you should also not be able to start anything without that Password. I think it's a serious breach, even when you can not do anything but start programs, that should not be possible.&lt;br /&gt;&lt;br /&gt;To be complete, i always have the latest updates installed through automatic update.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-8406729973830872458?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/8406729973830872458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=8406729973830872458' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/8406729973830872458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/8406729973830872458'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2007/06/winxp-not-as-secure-as-some-thought.html' title='WinXP not as secure as some thought'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-3359148310529954841</id><published>2007-06-05T22:03:00.000+02:00</published><updated>2007-06-19T09:06:52.254+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>ubuntu your way</title><content type='html'>I just installed ubuntu on my new/old company notebook and must say it was quite easy. Last time i tried this i had troubles with about everything, but that was about two years ago. This time everything went smooth.. i mean i had some troubles and had to install it about two times to get it up and running, but that's my fault.&lt;br /&gt;&lt;br /&gt;The only real Program which made serious troubles was eclipse. Normally i use Vim to code but with growing projects i had to use a ide which was able to handle them. So i use eclipse and configured it to use Vim whenever i like to. (Added the editor to the php files).&lt;br /&gt;&lt;br /&gt;Since i have a windows client i thought i just have to export my eclipse bookmarks and import them on the notebook.. wrong way.. i had so many errors that i did not know which way to go. Fortunately all was saved in the .eclipse directory in my home and i just had to delete it to start from scratch.&lt;br /&gt;&lt;br /&gt;This time i started with one Bookmark after another, starting with PDT (since i code php) and installing all needed addons. Finally got it working.&lt;br /&gt;&lt;br /&gt;Then subversive where i had to disable a certain update since it uses Win32 libraries (at least that what's the error message told me.)&lt;br /&gt;&lt;br /&gt;After installing all addons i had troubles getting svn working since it showed me some kind of PROPFIND error..&lt;br /&gt;Luckily i found some Sites which described the error and that i had to update java at least to version 6 and then tell eclipse to use it instead of the gcj runtime. (german site: &lt;a href="http://forum.ubuntuusers.de/viewtopic.php?p=757773#757773"&gt;http://forum.ubuntuusers.de/viewtopic.php?p=757773#757773&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;Installing Java was not the problem, getting eclipse use it was harder. Although i changed it in my private eclipse settings (eclipserc) it still used the global java_home configuration instead so i had to change it there too.&lt;br /&gt;&lt;br /&gt;Then finally I got it up and running with all I wanted ever..&lt;br /&gt;&lt;br /&gt;Last Program I installed was &lt;a href="http://synergy2.sourceforge.net/"&gt;synergy &lt;/a&gt;which is pretty cool! (you should try it)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-3359148310529954841?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/3359148310529954841/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=3359148310529954841' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/3359148310529954841'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/3359148310529954841'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2007/06/ubuntu-your-way.html' title='ubuntu your way'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-1984230738987400397</id><published>2007-04-12T13:05:00.000+02:00</published><updated>2007-04-12T13:09:55.135+02:00</updated><title type='text'>apt-get has super-cow-powers</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_liXYsLCkTQI/Rh4S7rT1x7I/AAAAAAAAAAg/ixLCSJe-R3A/s1600-h/moo.png"&gt;&lt;img style="margin:0 0 10px 10px;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_liXYsLCkTQI/Rh4S7rT1x7I/AAAAAAAAAAg/ixLCSJe-R3A/s320/moo.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5052496648403797938" /&gt;&lt;/a&gt;&lt;br /&gt;Working on the server i was puzzled when i found out my apt-get has super-cow-powers.. now i am relieved that it finally can show it's real identitiy to the world ;-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-1984230738987400397?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/1984230738987400397/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=1984230738987400397' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/1984230738987400397'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/1984230738987400397'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2007/04/apt-get-has-super-cow-powers.html' title='apt-get has super-cow-powers'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_liXYsLCkTQI/Rh4S7rT1x7I/AAAAAAAAAAg/ixLCSJe-R3A/s72-c/moo.png' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-279382247351801767</id><published>2007-03-01T12:56:00.000+01:00</published><updated>2007-03-01T13:19:05.862+01:00</updated><title type='text'>eclipse CVS repository</title><content type='html'>Although i generally use VIM for cooding for some purposes i use eclipse.. one is a project from a colleague.&lt;br /&gt;&lt;br /&gt;Normally i have a workspace on my own Computer while i link the project directories directly to the Server Share. That worked quite good, until now. The project is managed through CVS (although i am a fan of SVN), but eclipse has a built in CVS Client. Ok i thought, but with linked Directories i was not able to get it working.&lt;br /&gt;&lt;br /&gt;I had to change the Project to sit directly on the Server share, not my workspace, and now it works as suspected.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-279382247351801767?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/279382247351801767/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=279382247351801767' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/279382247351801767'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/279382247351801767'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2007/03/eclipse-cvs-repository.html' title='eclipse CVS repository'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-7385641405959400401</id><published>2007-02-12T11:57:00.000+01:00</published><updated>2007-02-12T12:05:12.270+01:00</updated><title type='text'>Starforce at freeware</title><content type='html'>We regularly get Computer Magazines which held from time to time some CD's with data on it.&lt;br /&gt;&lt;br /&gt;Last Year in December on one of the Discs was the Game Trackmania Nation, as free ware. Since it was entitled as free ware i thought, cool, and installed it.&lt;br /&gt;&lt;br /&gt;What i was not aware is, that i also installed &lt;a href="http://www.glop.org/starforce/"&gt;Starforce&lt;/a&gt; with it. &lt;br /&gt;&lt;br /&gt;HELLO?!! F R E E  W A R E ? !!&lt;br /&gt;&lt;br /&gt;I was able to uninstall the damn thing, which of course meant i am unable to play Trackmania anymore. That led only to one conclusion.. bye bye!&lt;br /&gt;&lt;br /&gt;I don't understand why someone was adding a software like starforce for a freeware game...&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.glop.org/starforce/"&gt;Boykott Starforce&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-7385641405959400401?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/7385641405959400401/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=7385641405959400401' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/7385641405959400401'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/7385641405959400401'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2007/02/starforce-at-freeware.html' title='Starforce at freeware'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-1167091141781290606</id><published>2007-02-01T10:26:00.000+01:00</published><updated>2007-02-01T10:38:12.609+01:00</updated><title type='text'>not cost effective...</title><content type='html'>Working as a programmer for websites i have naturally to do with hosting companies. In Austria there are only a handful big Companies, e-Tel is one of them.&lt;br /&gt;&lt;br /&gt;In e-Tel there are combined the old Hosting Companies eunet, nextra, e-Tel (of course) just to tell some big fishes. With the new year e-Tel has been bought by Telekom Austria, the biggest austrian phone provider.&lt;br /&gt;&lt;br /&gt;We are now in the concept phase of a very big project, which i can't tell much about, but what i can tell is that it needs a whole bunch of servers load-balanced of course.&lt;br /&gt;&lt;br /&gt;Getting offers from different Providers via Email, e-Tel called in and someone told me that it is "not cost effective" since they would have to create a whole infrastructure for our project.&lt;br /&gt;&lt;br /&gt;I got offers from companies who are that small, that they may be smaller than the smallest branch of e-Tel. (i don't know for sure, but just to make my point).&lt;br /&gt;&lt;br /&gt;I wonder what that means: is the company just not flexible enough or should somebody who's site is hosted there should be worried?&lt;br /&gt;&lt;br /&gt;Worried or not i am puzzled.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-1167091141781290606?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/1167091141781290606/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=1167091141781290606' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/1167091141781290606'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/1167091141781290606'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2007/02/no-cost-effective.html' title='not cost effective...'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-558043171753883479</id><published>2007-01-11T09:35:00.000+01:00</published><updated>2007-01-11T09:40:42.651+01:00</updated><title type='text'>Google Desktop</title><content type='html'>I am using Google Desktop in the company to quickly find files.. since Outlook and other Applications from MS are rather slow and you can't find what you really want.&lt;br /&gt;&lt;br /&gt;But the Problem i had is that you are unable to change the Directory where to save the Indexing Files. Since it saves them onto the Local Settings of my User Account that Data would be moved back to our server with my whole profile.&lt;br /&gt;&lt;br /&gt;I am working on the same Client PC every day, so i don't need them to be moved to the server and back, it's an unnecessary waste of resources.&lt;br /&gt;&lt;br /&gt;Luckily i found this: &lt;a href="http://www.oreillynet.com/pub/a/network/2004/10/14/google_desktop.html"&gt;http://www.oreillynet.com/pub/a/network/2004/10/14/google_desktop.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;In short:&lt;br /&gt;&lt;blockquote&gt;If you want to change the location of the cache, you just need to change a registry key:&lt;br /&gt;&lt;br /&gt;HKEY_CURRENT_USER\Software\Google\Google Desktop\data_dir&lt;br /&gt;&lt;br /&gt;It defaults to C:\Documents and Settings\username\Local Settings\Application Data\Google\Google Desktop Search&lt;br /&gt;&lt;br /&gt;I just exited the search with the tray icon, changed it to a folder on my D drive and moved the existing files over to the new location and then restarted it and it is now updating at the new location just dandy..&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;It worked like a charm ;-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-558043171753883479?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/558043171753883479/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=558043171753883479' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/558043171753883479'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/558043171753883479'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2007/01/google-desktop.html' title='Google Desktop'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-8207656694655011338</id><published>2007-01-04T19:23:00.000+01:00</published><updated>2007-01-04T20:06:40.385+01:00</updated><title type='text'>IE7 a little funny?</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://polemic.hostingdirect.co.nz/uploads/warningMessage.JPG"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; text-align: center; cursor: pointer; width: 320px;" src="http://polemic.hostingdirect.co.nz/uploads/warningMessage.JPG" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Recently i got some weird Warning Messages at my PC. Starting exe Files like Installation Files or even my context Menu on rar Files on my Network Drive would create a Warning Popup telling me that it is insecure and if i know what i am doing.&lt;br /&gt;&lt;br /&gt;At first i did not have much time so i did not really care but today it was getting really on my nerves. So i thought about who could be responsible ... a security update? No, ... but i updated to IE 7 last year and it is common knowledge that IE has some power over the Windows Explorer.&lt;br /&gt;&lt;br /&gt;So i looked into the Options of IE and found a Security switch in the Tab Security in the Options of Internet which is called something like Misc-&gt;Start Applications and unsafe Files (since i have a German Version it is called something different). After i changed this to yes i got no more messages anymore.&lt;br /&gt;&lt;br /&gt;But IE7 is going nuts that it is now insecure and wants to change that Switch every time i start IE.&lt;br /&gt;&lt;br /&gt;First: Why the hell is a Web Browser changing rules for my Operating System?!! And Second: Why is my Network Drive now in the Internet Group?&lt;br /&gt;&lt;br /&gt;Ok i found this site: &lt;a href="http://polemic.hostingdirect.co.nz/index.php?categoryid=19"&gt;http://polemic.hostingdirect.co.nz&lt;/a&gt; which tells you how to add your server to the intranet security options in IE7.&lt;br /&gt;&lt;br /&gt;Still i think that a Web Browser should not be able to change my OS Settings.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-8207656694655011338?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/8207656694655011338/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=8207656694655011338' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/8207656694655011338'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/8207656694655011338'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2007/01/ie7-little-funny.html' title='IE7 a little funny?'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-6650134997251651418</id><published>2006-12-07T10:04:00.000+01:00</published><updated>2006-12-07T10:11:29.768+01:00</updated><title type='text'>debian update removes packages</title><content type='html'>I have a debian testing server and make from time to time some updates to be up to date.&lt;br /&gt;&lt;br /&gt;But i discovered a interesting behavior, sometimes after an update i am missing packages. Yesterday samba was missing again.&lt;br /&gt;&lt;br /&gt;apt-get install samba did the thing, but hey? what the fu$%!! Why are packages missing after an update?&lt;br /&gt;&lt;br /&gt;Strange!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-6650134997251651418?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/6650134997251651418/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=6650134997251651418' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/6650134997251651418'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/6650134997251651418'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/12/debian-update-removes-packages.html' title='debian update removes packages'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-116403900125320007</id><published>2006-11-20T17:04:00.000+01:00</published><updated>2006-11-20T17:10:01.256+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='oddity'/><title type='text'>damn Windows Word Charset</title><content type='html'>Although i thought i may have some more time working than eventually fixing some weird IE 6 Bugs i found one which held me up all day.&lt;br /&gt;&lt;br /&gt;It looks like IE 6 sends illegal (malformed) HTTP POST request from forms which held some non ISO chars.&lt;br /&gt;&lt;br /&gt;The thing is: i was able to find &lt;a href="http://channel9.msdn.com/wiki/default.aspx/Channel9.InternetExplorerBugs"&gt;this site&lt;/a&gt; which helped me identify what my bug was, but then i traced it to one simple char.&lt;br /&gt;&lt;br /&gt;It was one of Microsoft Word fu%$&amp;ing Chars for - which where copied through to the textArea and so IE 6 was unable to work properly.&lt;br /&gt;&lt;br /&gt;In the end two Microsoft Products were creating a Problem because they are unable to work correctly together.&lt;br /&gt;&lt;br /&gt;If i wouldn't  be such a nice guy i would curse the inventor of Words Charset!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-116403900125320007?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/116403900125320007/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=116403900125320007' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/116403900125320007'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/116403900125320007'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/11/damn-windows-word-charset.html' title='damn Windows Word Charset'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-116403862642091246</id><published>2006-11-20T16:58:00.000+01:00</published><updated>2006-11-20T17:03:46.433+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Browser'/><title type='text'>Firefox 2 missing Addons</title><content type='html'>Firefox 2 has been out for some time now and there are still some Addons which have not been updated from their authors.&lt;br /&gt;&lt;br /&gt;But since there is a big community there are several updates from other people to get the add on running on FF 2.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="https://addons.mozilla.org/firefox/573/comments/"&gt;Add'n Edit Cookies&lt;/a&gt; (Erics Comment has a link: http://zektek.com/cookie.xpi)&lt;/li&gt;&lt;li&gt;&lt;a href="http://andy.5263.org/screengrab/#"&gt;ScreenGrab&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://bordewolf.blogspot.com/2006/09/interesting.html"&gt;Tails Export&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-116403862642091246?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/116403862642091246/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=116403862642091246' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/116403862642091246'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/116403862642091246'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/11/firefox-2-missing-addons.html' title='Firefox 2 missing Addons'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-116352802756246143</id><published>2006-11-14T19:09:00.000+01:00</published><updated>2006-11-23T10:10:16.726+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>svn your system</title><content type='html'>After my friend used subversion also for the &lt;a href="http://markus.fischer.name/about/archives/2006/06/07/brilliant-or-just-insane-using-subversion-to-version-a-complete-debian-installation/"&gt;linux system&lt;/a&gt; for quite some time now i thought i give it finally a try.&lt;br /&gt;&lt;br /&gt;Installing svn or importing the system was not the problem, but how am i able to add the system into svn without having to checkout at the end.&lt;br /&gt;&lt;br /&gt;Goggling with the right words i found &lt;a href="http://subversion.tigris.org/faq.html#in-place-import"&gt;this&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The Trick is to add the directories by hand into the svn with mkdir and then checkout the empty directory into your system. Then all you have to do is to add all files and directories and commit everything:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;# svn mkdir file:///root/svn-repository/etc&lt;br /&gt;      -m "Make a directory in the repository to correspond to /etc"&lt;br /&gt;# cd /etc&lt;br /&gt;# svn co file:///root/svn-repository/etc .&lt;br /&gt;# svn add *&lt;br /&gt;# svn ci -m "Initial version of my config files"&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-116352802756246143?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/116352802756246143/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=116352802756246143' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/116352802756246143'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/116352802756246143'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/11/svn-your-system.html' title='svn your system'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-116341052062089532</id><published>2006-11-13T10:30:00.000+01:00</published><updated>2006-11-13T10:35:20.630+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Browser'/><title type='text'>Firefox will not start after installing SiteAdvisor</title><content type='html'>Today my Firefox did not start which was quite annoying for a Monday morning. The Safe Mode feature of FF was very helpful since i easily was able to find the course of the problem.&lt;br /&gt;&lt;br /&gt;I have installed the SiteAdvisor extension from McAfee and after some googling i found &lt;a href="http://support.siteadvisor.com/support-center/index.php?mod_id=2&amp;id=168&amp;amp;kb_rating=yes"&gt;this Article&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;On Friday i changed my Proxy Settings from Direct Connection to Automatic (we had some problems with our servers) and forgot to undo this...&lt;br /&gt;&lt;br /&gt;quite annoying "Feature" of the Extension.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-116341052062089532?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/116341052062089532/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=116341052062089532' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/116341052062089532'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/116341052062089532'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/11/firefox-will-not-start-after.html' title='Firefox will not start after installing SiteAdvisor'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-116228178517610380</id><published>2006-10-31T08:56:00.000+01:00</published><updated>2006-10-31T09:03:05.196+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>debian update =&gt; uninstalled samba?</title><content type='html'>I did not update my etch installation for a longer time so i thought it's time to run the update...&lt;br /&gt;&lt;br /&gt;The long list of updates was another indication of the long time i missed updating, but i looked it through and started the process.&lt;br /&gt;&lt;br /&gt;After it was finished i had a problem with my network directories.. there were no network directories anymore... so i looked the status of samba, not running.&lt;br /&gt;Ok then start it up, nothing in return... status, nothing... what the f*** ??&lt;br /&gt;&lt;br /&gt;After some research (which did not get me any conclusion) i tried to get the version by using&lt;br /&gt;apt-show-versions samba&lt;br /&gt;&lt;br /&gt;but it returned that samba is not installed... what?&lt;br /&gt;&lt;br /&gt;apt-get install samba and it runs smooth as before. But why the hack was it uninstalled when i tried to update it?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-116228178517610380?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/116228178517610380/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=116228178517610380' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/116228178517610380'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/116228178517610380'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/10/debian-update-uninstalled-samba.html' title='debian update =&gt; uninstalled samba?'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-115956391359582995</id><published>2006-09-29T22:57:00.000+02:00</published><updated>2006-09-29T23:05:13.596+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='oddity'/><title type='text'>MACHINE_CHECK_EXCEPTION</title><content type='html'>Yesterday my pc welcomed me with a blue screen including the the failure: page_fault_in_nonpaged_area&lt;br /&gt;&lt;br /&gt;Somehow it has problems with my ati Drivers so i had to restart,... and switch harddisks (since somehow windows change them) and after some hard works (hours and hours, some restarts in safe mode and ubuntu) i was able to get windows loading again...&lt;br /&gt;&lt;br /&gt;I deinstalled all software i installed lately, downgraded my ati driver to a version which worked over some months and updatet my chipset and bios... and nothing worked..&lt;br /&gt;&lt;br /&gt;All i was able was to change the message to a machine_check_exception... Googling about it i found out it could be with jre or daemon tools or something else...&lt;br /&gt;Of course there was also some information that the harddisc may be defect, but since it was more or less new i did not think about that it could be a problem...&lt;br /&gt;&lt;br /&gt;But since i had the same drive again (i had them working as raid 1 until some months ago) i mirrored the defect disc to it and restarted with the new drive...&lt;br /&gt;&lt;br /&gt;No problems anymore.. now i finally found out why i had so much trouble running them as raid ...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-115956391359582995?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/115956391359582995/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=115956391359582995' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/115956391359582995'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/115956391359582995'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/09/machinecheckexception.html' title='MACHINE_CHECK_EXCEPTION'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-115943907796237907</id><published>2006-09-28T12:11:00.000+02:00</published><updated>2006-09-28T12:24:37.973+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='oddity'/><title type='text'>hdcp compliant</title><content type='html'>I feel like in a humorous story.. well all you can do at a certain point is just laugh.&lt;br /&gt;&lt;br /&gt;Some months ago i bought a new Sapphire X1600 Graphic Card (ATI), a HDMI cable and an Adapter for DVI to HDMI so i could connect my Beamer to the Card through HDMI.&lt;br /&gt;&lt;br /&gt;Both, Beamer and Graphic Card can HDTV so why don't use it.. that were my thoughts... but in reality nothing works as expected. All i was able to get is 800x600 and that's not funny.&lt;br /&gt;&lt;br /&gt;So i first asked ATI (in the Support Ticket function which registration is a hard try itself) and they told me (after some typiing) to ask the Beamer manufacturer.&lt;br /&gt;&lt;br /&gt;Ok i asked Panasonic (since i have a PT AE 700) how i can resolve this and they told me the Beamer can HDTV but only with HDCP and therefore the Card has to be HDCP compliant.&lt;br /&gt;&lt;br /&gt;Good argument, i thought so i went back to ATI who returned: The Cards are not HDCP compliant... *grrr*&lt;br /&gt;Ok, looked again at Sapphire's site and voila there is some misterous sentence which does not really say it can HDCP but it also does not say it can't... so i asked Sapphire about it.&lt;br /&gt;&lt;br /&gt;They told me that the ASIC (chipset) is compliant but the firmware not and i have to asked another company about it... ?? what the heck??&lt;br /&gt;&lt;br /&gt;Ok, let's just asked for fun how it is going to end:&lt;br /&gt;I asked if there is a way for a standard user (please without soldering gun) to update the firmware and the first reaction was that sapphire lacks of the licence and they will ask them if they want to buy it first...&lt;br /&gt;&lt;br /&gt;?What?? I don't quite understand.. but then i got another answer:&lt;br /&gt;&lt;blockquote&gt;I checked with HKG and they said that to-date the drivers are still not yet compliant. Hopefully future drivers will resolve, we have been promised for over a year now.&lt;/blockquote&gt;Now i had to laugh since HDCP is the reason for the movie companies to use HDTV and therefore every peace of equipment has to be HDCP compliant.. all but not the graphic cards..&lt;br /&gt;&lt;br /&gt;One more note: ATI told me that the only product they have released so far which is HDCP compliant is the X1950 series cards.. (do they have got the new firmware?)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-115943907796237907?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/115943907796237907/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=115943907796237907' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/115943907796237907'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/115943907796237907'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/09/hdcp-compliant.html' title='hdcp compliant'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-115511771660460014</id><published>2006-08-09T11:57:00.000+02:00</published><updated>2006-08-09T12:01:56.636+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Browser'/><title type='text'>ie6 floates just the background...</title><content type='html'>I had the problem that the background in a floated environment was not shown in ie 6 and clear:both was not helping much.&lt;br /&gt;&lt;br /&gt;Pinpointing the problem down over 1 hour i found the reason in the width of the floated div. It was exact 1 px wider than ie liked it. So if i set it 1 px smaller the background as shown right, if i set it 1 px wider the content is also moved down. (since we are talking about 2 boxes floated, and the right one is the problem).&lt;br /&gt;&lt;br /&gt;So it seems like ie is floating the background and the content separately.&lt;br /&gt;&lt;br /&gt;I looked also in IE 7 (Vista Beta) and the problem is there also... and i found what seems like the peekaboo bug??..&lt;br /&gt;&lt;br /&gt;Since i am really in a hurry and don't have time i have to postpoint writing a testcase for it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-115511771660460014?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/115511771660460014/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=115511771660460014' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/115511771660460014'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/115511771660460014'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/08/ie6-floates-just-background.html' title='ie6 floates just the background...'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-115425140118745593</id><published>2006-07-30T11:11:00.000+02:00</published><updated>2006-07-30T11:23:21.196+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Win XP Shares</title><content type='html'>Since i had my part of Harddisk failures i implemented a backup system (rsync and cron) to my linux server to prevent any dataloss. But i had some error messages and never got the time to look into that matter, until today.&lt;br /&gt;&lt;br /&gt;I was never sure if it is a Windows or a samba problem but first what my script does:&lt;br /&gt;1.) connect a windows share through samba mount.&lt;br /&gt;2.) backup via rsync the data to my linux system&lt;br /&gt;3.) disconnect.&lt;br /&gt;&lt;br /&gt;So everythin i have to do is to share a directory under xp and that's all... or is it not. Working through my google results i learned that there are some difficulties to think of. First: i don't like the guest account and i left it disabled. I just used the "easy" sharing model of xp and that worked fine.&lt;br /&gt;&lt;br /&gt;Ok, so where is the Problem: The Problem is when you are sharing directories under a folder that is not accessible by everyone (for example, individual folders under "Documents and&lt;br /&gt;Settings").&lt;br /&gt;&lt;br /&gt;Although i clicked on share this Directory and User have all rights, windows don't give you this rights. You have to disable the "easy sharing" model and then go to the folder permissions (of the shared directory) and on the security Tab.&lt;br /&gt;&lt;br /&gt;There you can find a setting which tells that if there are permission settings on the parent directory (which there are for Documents and Settings) it will use them instead of anything else. Which meant: Nobody has rights on that Directory except the User who owns the individual parent folder...&lt;br /&gt;&lt;br /&gt;%$&amp;amp;!! only windows can be so complicated. That's why i like linux. You tell the right permission to a folder and that's all, nothing more....&lt;br /&gt;&lt;br /&gt;So all you have to do is to disable that parent overwrite.. (or to be exact: enable the overwrite parent settings checkbox).&lt;br /&gt;&lt;br /&gt;Now i don't get any permission denied errors anymore!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-115425140118745593?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/115425140118745593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=115425140118745593' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/115425140118745593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/115425140118745593'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/07/win-xp-shares.html' title='Win XP Shares'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-115352493974943757</id><published>2006-07-22T01:31:00.000+02:00</published><updated>2006-07-22T01:36:34.893+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Games'/><title type='text'>Monkey Island</title><content type='html'>My collegues and i were talking about it over months before we finally could agree on a date, but we did and just 5 minutes ago we got through: Playing Monkey Island 1 once more over my video beamer with the cordless mouse and keyboard from my colleque.&lt;br /&gt;&lt;br /&gt;Here is an image from the test (if it works on the beamer):&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/6893/1010/1600/Bild%2879%29.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/6893/1010/200/Bild%2879%29.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-115352493974943757?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/115352493974943757/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=115352493974943757' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/115352493974943757'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/115352493974943757'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/07/monkey-island.html' title='Monkey Island'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-115352470796595218</id><published>2006-07-22T01:28:00.000+02:00</published><updated>2006-07-22T01:31:47.976+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='oddity'/><title type='text'>sync your google calendar with your ipod</title><content type='html'>I just bought a black 60 GB iPod for myself. (I was looking forward it a long time) Of course one of my first questions was: how will i get my google calendar data to my ipod.&lt;br /&gt;&lt;br /&gt;Well i found a small program which does that, but the catch is, you have to do it manually when your ipod is connected.&lt;br /&gt;As a programmer i would hope that iTunes would be more flexible than just standard Outlook connection.&lt;br /&gt;&lt;br /&gt;Here is the Program: The Calendar works fine, but i was not able to sync my Contacts with that other tool:&lt;br /&gt;&lt;a href="http://johnny.matthews.googlepages.com/getcals"&gt;http://johnny.matthews.googlepages.com/getcals&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-115352470796595218?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/115352470796595218/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=115352470796595218' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/115352470796595218'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/115352470796595218'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/07/sync-your-google-calendar-with-your.html' title='sync your google calendar with your ipod'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-115330415264474507</id><published>2006-07-19T12:08:00.000+02:00</published><updated>2006-07-19T12:15:52.660+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>ide troubles</title><content type='html'>After i got my Raid Array working i had another Problem with the debian kernel i upgraded (kernel-image-2.6.8-11-amd64-k8), my ide harddisk was not working..&lt;br /&gt;&lt;br /&gt;Tracking the problem i found that there were no hd devices in /dev. I checked the config of the kernel and the kernel uses ide as a module. Ok, now all i had to do is to load the right module.&lt;br /&gt;&lt;br /&gt;Since i was not very familiar with installing specific modules, or knowing which module was the right i had some troubles getting it working. ide-cd and ide-disk were loaded, still something was missing.&lt;br /&gt;&lt;br /&gt;Today i found it: ide-generic. After loading it with modprobe everything was there in /dev and i was able to mount the disk. Now all i had to do is to add it in /etc/modules.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-115330415264474507?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/115330415264474507/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=115330415264474507' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/115330415264474507'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/115330415264474507'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/07/ide-troubles.html' title='ide troubles'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-115308271394023728</id><published>2006-07-16T22:32:00.000+02:00</published><updated>2006-07-16T22:45:13.953+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Promise Raid at Linux</title><content type='html'>For two days now i have been tracking a problem on my new server. Grub was not able to read the updates debian at the menu.list. I was triing almost everything, but everytime i booted, the Menu from Grub did not change, until i found the Problem this night.&lt;br /&gt;&lt;br /&gt;The Reason i had so much trouble was that  the Promise (378) Raid Array was not recognized right by sarge. So every change i made was written to the second Disk, while the first Disk was the one i booted from...&lt;br /&gt;&lt;br /&gt;After some research i found out that Promise has stopped supporting drivers for their controllers after kernel 2.4.22 (or so.) So the only good way is to create a linux software raid instead.&lt;br /&gt;&lt;br /&gt;Took some time to get that information.&lt;br /&gt;&lt;br /&gt;If you want to create a Raid 1 system with mdadm you can try that:&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;mdadm --create /dev/md0 --chunk=64 --level=raid1 --raid-devices=2 /dev/hda1 /dev/hdc1&lt;br /&gt;&lt;br /&gt;Some times /dev/md0 is not there yet, so you can either add it manually or add --auto to the mdadm string and it will create it automatically.&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-115308271394023728?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/115308271394023728/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=115308271394023728' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/115308271394023728'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/115308271394023728'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/07/promise-raid-at-linux.html' title='Promise Raid at Linux'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-114975733178654021</id><published>2006-06-08T10:51:00.000+02:00</published><updated>2006-06-08T11:02:11.796+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Games'/><title type='text'>Oblivion Patch is out</title><content type='html'>Waiting for it for a long time it is finally out. Bethesda released the Patch for Oblivion:&lt;br /&gt;&lt;a href="http://www.theelderscrolls.com/downloads/updates_patchnotes6.htm"&gt;http://www.theelderscrolls.com/&lt;/a&gt;&lt;br /&gt;It has a lot of Bugfixes, unfortunately they did not add this &lt;a href="http://www.tessource.net/files/cache/2106.html"&gt;Fix&lt;/a&gt; into it which gets the fence Fathis Ules back to the Imperial City after the Quest in Chorrol. (Needed for the Thieves Guild Quests).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-114975733178654021?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/114975733178654021/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=114975733178654021' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114975733178654021'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114975733178654021'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/06/oblivion-patch-is-out.html' title='Oblivion Patch is out'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-114975468258513286</id><published>2006-06-08T09:42:00.000+02:00</published><updated>2006-06-08T10:49:36.506+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='oddity'/><title type='text'>iTunes@home</title><content type='html'>I used to work with winamp for a long time so i never thought about iTunes before. But now i am triing to build my own Music Database so i can hear my music in every part of my Home and Working with Winamp did get a little confused and complicated.&lt;br /&gt;&lt;br /&gt;A collegue of mine uses iTunes and after some talking i installed it and imported my Files into it. And here the odysee started. Importing my Files didn't run as smoothly as i expected since iTunes seems to have a problem importing Files which have a Filename that is too big.&lt;br /&gt;&lt;br /&gt;Unfortunately the Filename should be very small, after that iTunes just cuts the Name and if the Filename is bigger than a certain point it just does not import the file.&lt;br /&gt;Since i used the Term "Artist - Album Name - Audiotitle - Track#.mp3" i had some difficulties.&lt;br /&gt;&lt;br /&gt;But after i found out about that problem it got a little easier.. although i had to import many of my CD's from scratch since the Tags were not right.&lt;br /&gt;Working with iTunes has some very good advantages and it really helps finding your music very quick. I like the search engine..&lt;br /&gt;&lt;br /&gt;So the next step was to find a iTunes Server for my linux server: &lt;a href="http://wiki.mt-daapd.org/wiki/Main_Page"&gt;http://wiki.mt-daapd.org&lt;/a&gt;&lt;br /&gt;It works great, but has several disadvantages i want to share with...&lt;br /&gt;&lt;br /&gt;If you use a iTunes Library on your PC and want to add the Files to the Server there is no Possible way to just move them in iTunes. Also if you have another PC which shares the Music iTunes does not support copiing or moving between them. (Possible becouse they don't want you to copy music to a third person which is not allowed by law.. buy the music you want to hear instead.)&lt;br /&gt;&lt;br /&gt;One way which works fine for me is to tell the iTunes of my PC to use as source the same iTunes directory my server uses. (Which is not a big deal with samba..)&lt;br /&gt;Now i am able to import all the other CD's of mine (not a small amount) and to share it even in the farthest away room where we have our roleplaying meeting every second week.&lt;br /&gt;&lt;br /&gt;Maybe some time in the Future i find a way to import Music from any iTunes to my server, until then i try to find a way to connect to my server from any point i am over a secure line so i am able to here my music wherever i am (and have a internet connection)..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-114975468258513286?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/114975468258513286/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=114975468258513286' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114975468258513286'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114975468258513286'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/06/ituneshome.html' title='iTunes@home'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-114614618641336090</id><published>2006-04-27T15:42:00.000+02:00</published><updated>2006-04-27T15:56:26.436+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Browser'/><title type='text'>labeling the world</title><content type='html'>Using labels for any form has become a standard habitat for me. From time to time i get angry when i am using some form on the internet which does not know about labels.. so you have to click right on the element.. not left... ah...sh*$$ not right.. now i have it ;-(&lt;br /&gt;&lt;br /&gt;At first i did not think much about it but now, it's always an indicator if the site i am looking at is well programmed or not.&lt;br /&gt;&lt;br /&gt;Unfortunately css3 is not starting early enough and we have to keep with css 2.1 and Windows without Cleartype activated.. which means the designers want graphics everywhere .. even in a form. (From time to time).&lt;br /&gt;&lt;br /&gt;Using Firefox as my primary Browser i did not detect the error at first, but it looks like IE does not like images in labels.. which means, it does not work.&lt;br /&gt;&amp;lt;label for="foo"&amp;gt;&amp;lt;img .... /&amp;gt;&amp;lt;/label&amp;gt;&lt;br /&gt;&lt;br /&gt;I don't know if it's a bug in IE or it is not in the specification for html, so shouldn't work at all.. but i tested it also with IE 7 Beta 2.. it does not work.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-114614618641336090?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/114614618641336090/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=114614618641336090' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114614618641336090'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114614618641336090'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/04/labeling-world.html' title='labeling the world'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-114605987622724797</id><published>2006-04-26T15:50:00.000+02:00</published><updated>2006-04-26T15:57:56.230+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cooding'/><title type='text'>googles personalized home</title><content type='html'>Today i got a call in the morning that we need a module for the personalized home at google and it's urgent.&lt;br /&gt;&lt;br /&gt;Well of course i knew about the personalized home feature, but i did not have any time to look how to implement something for my own.. until now.&lt;br /&gt;&lt;br /&gt;And it is really easy, just look at the &lt;a href="http://www.google.com/apis/homepage/guide.html"&gt;guide from google&lt;/a&gt;. It's just a xml File with the Data in it. Ingenious, although there is a little problem involved.&lt;br /&gt;&lt;br /&gt;I don't know why, but when i tried testing my module i got an error until i found a server which correspond with google. I looked into the groups and all i could find was &lt;a href="http://groups.google.com/group/Google-Homepage-API/browse_thread/thread/8e8e244327a6434c/5cf1ae135c12ef92?tvc=2&amp;amp;q=module+not+found#5cf1ae135c12ef92"&gt;someone from israel&lt;/a&gt; having the same problem, but no answer.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;After some testing all i could find out is that google does not like certain websites. Best is you use a server at US.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-114605987622724797?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/114605987622724797/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=114605987622724797' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114605987622724797'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114605987622724797'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/04/googles-personalized-home.html' title='googles personalized home'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-114597241082669710</id><published>2006-04-25T15:29:00.000+02:00</published><updated>2006-04-26T15:50:23.110+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cooding'/><title type='text'>javascript handling fileupload through popup</title><content type='html'>Since the dawn of Ajax everyone tries to implement it even more often than before.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I, for instance happen to work on an old project, which already uses ajax technology for about 2 years. There is a form where the user can enter data and at one part you can add additional information indefinetly by clicking on a button which generates a popup to add the data, then click on save and the data is in the form.&lt;br /&gt;&lt;br /&gt;Everything was fine, until i had to also add files ... and that was a little tricky. Everyone knows&lt;br /&gt;that you can't change the value of a file input field for security reasons. But i had to find a way the user can add a file in the popup and then it apears in the form.&lt;br /&gt;&lt;br /&gt;The idea took about 12 Seconds.. the implementation took longer ;-)&lt;br /&gt;&lt;br /&gt;In the Popup i have a js Routine that sends the data to the js Function of the Form. I changed it so it also sends the File Input field with it. (document.getElementById();)&lt;br /&gt;&lt;br /&gt;The Form Function takes the data and build the new elements into the dom. Now i look for the  File Input Field and if i get it, i just append it where i need it.&lt;br /&gt;&lt;br /&gt;So i have the Input Filed moved from the popup into my Form with all the data it has in it. Now i can submit the Form and get the Files i added in the popup.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-114597241082669710?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/114597241082669710/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=114597241082669710' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114597241082669710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114597241082669710'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/04/javascript-handling-fileupload-through.html' title='javascript handling fileupload through popup'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-114439780424371946</id><published>2006-04-07T10:09:00.000+02:00</published><updated>2006-04-07T10:16:44.256+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Games'/><title type='text'>Oblivion Quest "GoFish" (Warining Spoiler)</title><content type='html'>Since i have some Problems with that Quest and after searching found that i am not the only one i thought i just write a post for it. But warning, it's a spoiler, so if you don't want to know stop right here.. or here... or here ;-)&lt;br /&gt;&lt;br /&gt;The main Problem with that Quest is to find the right Slaughterfishes, becouse the Green Marker will not show it to you after you killed about 6 of them. It will still show the location where the dead ones swim.&lt;br /&gt;&lt;br /&gt;I am not completely sure yet, since i have not finished it yet but most of the threads i read say they have just left and made some other quests. After they went back there were additional fishes.&lt;br /&gt;&lt;br /&gt;My guess is, there aren't all 12 Fishes there at the same time. You have to wait until new ones have been bread, only i don't know how long it takes and if you need at least one or two fishes alive for it.&lt;br /&gt;I don't think they added it, but it would be funny if you killed all fishes in that water and there are no more fishes, since there are no descendeds any more.&lt;br /&gt;&lt;br /&gt;I already killed all the ones i found and now i wait and go for some other quests, maybe the main quest, which i did'nt follow yet. If there are another Fishes then, we know.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-114439780424371946?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/114439780424371946/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=114439780424371946' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114439780424371946'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114439780424371946'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/04/oblivion-quest-gofish-warining-spoiler.html' title='Oblivion Quest &quot;GoFish&quot; (Warining Spoiler)'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-114353680686694570</id><published>2006-03-28T11:01:00.000+02:00</published><updated>2006-03-28T11:06:46.866+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Games'/><title type='text'>Oblivion Teaser</title><content type='html'>Yesterday i got oblivion and well.. it's just great! I am not really able to tell much more, but in time i may write some impressions.&lt;br /&gt;&lt;br /&gt;Until now i just played the tutorial and my first dungeon.. and the only thing that stopped me was my wife towing me into bed so i am able to work the next day ;-)&lt;br /&gt;&lt;br /&gt;The only thing i want is a safe deposit ingame so i can keep their my precious stones and other things.&lt;br /&gt;&lt;br /&gt;Now another adware: if you like some information about alcemy go to &lt;a href="http://oblivion.melian.cc/"&gt;Darliandor's Alchemy Lab&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-114353680686694570?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/114353680686694570/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=114353680686694570' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114353680686694570'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114353680686694570'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/03/oblivion-teaser.html' title='Oblivion Teaser'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-114329256413539666</id><published>2006-03-25T13:53:00.000+01:00</published><updated>2006-03-25T14:16:04.150+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='oddity'/><title type='text'>Don Quijote's way of life</title><content type='html'>Working in a webdeisgn firm i always thought there is a place for design and programming standards. When i started there was just design and some barbarous programming. I was not very happy about it but i adapted.&lt;br /&gt;&lt;br /&gt;A couple of years ago we had a high peak for programming standards due to a new programmer in the team that changed our complete behavior. Standards were right and fundamental and the firm tried to have both, high design standards and high programming standards. I always thought that would be a good thing and i always thought that both can live together.&lt;br /&gt;&lt;br /&gt;But since then some things have changed. Our lead programmer left the firm and i was the one in charge about programming standards. I always tried to be like a rock and getting at least the standards of capital importance in every project.&lt;br /&gt;&lt;br /&gt;But it seems i was more like don quijote fighting with windmills. At least from my part of view the firms path is just design, and if comfortable we also like some standards, but that's not important.&lt;br /&gt;&lt;br /&gt;My problem is: I like to work and i want to make projects which i am proud of. Unfortunately that means i also want to use standards whenever possible and try to even more enhance our goal to maintaine maximum accessibility.&lt;br /&gt;&lt;br /&gt;But to what end? I am tired of telling why we should also program a textonly version, or why we should let people increase their font size, as they wish.&lt;br /&gt;&lt;br /&gt;For the first time I found myself thinking if i should leave the company or just stop using standards, and just doing my job without pride, without fun. Using them only in private little projects and do whatever they want.&lt;br /&gt;&lt;br /&gt;I found myself asking if i lost something or just found something i don't want to loose anymore..&lt;br /&gt;I found myself asking why do we work all day triing to use standards, doing things "right".. when there is no recommendation, no one that we see it was the right thing to do.&lt;br /&gt;&lt;br /&gt;I may sound depressive.. well i am, but where should we go from here... Triing to better our techiques to build more websites which use all standards and have maximum accessability or not..&lt;br /&gt;&lt;br /&gt;Is the war worth fighting for?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-114329256413539666?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/114329256413539666/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=114329256413539666' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114329256413539666'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114329256413539666'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/03/don-quijotes-way-of-life.html' title='Don Quijote&apos;s way of life'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-114301551732766930</id><published>2006-03-22T08:47:00.000+01:00</published><updated>2006-03-22T09:18:37.346+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='oddity'/><title type='text'>A Tribute to Raid</title><content type='html'>Since i was having some difficulties while changing my motherboard with onboard Raid and maybe someone has the same problems i wanted to post this little story.&lt;br /&gt;&lt;br /&gt;I had an Asus A8V board  with Promise Raid onboard and used it with two SATA 160GB Harddisks in a Raid 1 (mirror) Array. It was working fine and i was getting used to how the Promise Bios works.&lt;br /&gt;&lt;br /&gt;Unfortunately the Mainboard was AGP and i needed an upgrade to PCIe.. so i bought the Asus A8N-E with onboard Raid from VIA.&lt;br /&gt;&lt;br /&gt;The first impression was good. I activated the Raid controller, set the two SATA ports to Raid and looked into the Raid Bios. Raid was found and worked "Healthy"... Very good, i thought and started up, since Windows was already on the harddisks....&lt;br /&gt;&lt;br /&gt;But Windows is not as easy as i hoped for which the bluescreen told me even in Safe Mode. Now i had two options.. try to boot somehow and backup all data (160GB is a little too much) or just disconnect one drive from the array and boot up with one harddisk. Install everything on that and then copy everything i need (like profile) from the disconnected drive.&lt;br /&gt;&lt;br /&gt;At this moment i loved Raid 1, since i did not have to backup everything.. i had a backup. To make the story short: i disabled the Raid, installed everything on one disk, connected the second drive and copied everything from one disk to another.&lt;br /&gt;&lt;br /&gt;Then things got wired. I reactivated Raid and the Bios told me the Array was healthy.. that could not be since the data on both disks differ... I tried to boot, but it did not (which i later discovered was my fault since Windows never installed a raid driver, becouse it was disabled)..&lt;br /&gt;&lt;br /&gt;The Bios was also very wired since there is an option for rebuild an Array, but when you press R for rebuild you can choose a disk from the Array.. but no info what will happen. Am i choosing the master disk or the disk which is going to be rebuild? The documentation on this part is .. well there is no documentation.. All it says is: then press enter and the rebuild process will start...&lt;br /&gt;&lt;br /&gt;Very good.. really... Who wrotes crap like that? Did people actually get paid for manuals which don't help?&lt;br /&gt;&lt;br /&gt;The best part, after you choose a disk nothing happen...absolutely nothing.. With the Promise Bios you see a progress Bar and everything.. but here.. nothing..&lt;br /&gt;&lt;br /&gt;After i realized that windows could not even start without the raid driver i was finally able to boot and then something happend i did not think of.. automatically in windows a info tray window appeard telling me the reconstruction of the array is in progress...&lt;br /&gt;&lt;br /&gt;Ahhhh... now it's rebuilding the array... in windows.&lt;br /&gt;&lt;br /&gt;So at the end i have to say i made some mistakes and should just have installed the Raid Driver in Windows to make everything work.&lt;br /&gt;But i also have to say that VIA should rebuild their Bios so people are able to make this things in the Bios.. doing that kind of things in Windows is.. well it's not only bad.. it's ..unthinkable....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-114301551732766930?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/114301551732766930/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=114301551732766930' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114301551732766930'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114301551732766930'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/03/tribute-to-raid.html' title='A Tribute to Raid'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-114243097656763887</id><published>2006-03-15T14:33:00.000+01:00</published><updated>2006-03-15T14:56:16.580+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Games'/><title type='text'>Battle for Middle Earth 2 Review</title><content type='html'>I happen to get a look at the game through a friend of mine and was like in the demo impressed by the stability of the game.&lt;br /&gt;&lt;br /&gt;When playing BTFM 1 the game was a little laggy, meaning you had problems navigating through the menu since the animation of the "eye" made everything uneasy. But they improved everything and also the game itself runs good. And that on the same machine where i had problems with the first game.&lt;br /&gt;&lt;br /&gt;Another goodie are the new Races, Goblins and Elves. Two Races, Rohan and Gondor, has been put together and are just called Men. And they added more Weight on Heroes by allowing the User to create their own Heroe. This is really nice, becouse you can adjust a little the look of the Heroe and some stats. But it is also limited, since a friend of mine created a Harradrim which was able to disguise and kill a Person in an instance, but was also very slow. There was no indication how quick he will be and there is no way of changing the speed.&lt;br /&gt;&lt;br /&gt;As a rpg playing gamer i would expect another advanced button to change more stats, but that's just a love to have, not a need to have.&lt;br /&gt;&lt;br /&gt;What's really bothering me is that when you capture a building you use the Flag of the building. That Idea is great, but what i don't like is that when you move the cursor over the Flag you see the same cursor which was used in C&amp;C Generals... hello? That should not have been necessary.&lt;br /&gt;&lt;br /&gt;As in BTFM1 the Maps have not very improved. There is only on Map for 8 Players and most of the Maps have moved from BTFM1 to 2. What's good is they added a nice Minas Tirith, Helms Deep Map and some other cool locations. We already started searching for new maps, especially which needed a little more water.. I would like an Osgiliath Map for 8 Players with a huge Water Part in it.&lt;br /&gt;&lt;br /&gt;Another good invention is that you can build your own Walls, which means you can make your own minas tirith if you'd like (i usually do) ...&lt;br /&gt;&lt;br /&gt;But speaking of Walls, there is one catch i definetly don't like. Every good race is able to build a Wall, every single one. On the bad side there is only Isengard... hello? Did they hear about the lack gate? You know the one from Moria...&lt;br /&gt;&lt;br /&gt;It's really anoying since you can't stop a group of Horseriders with some Archtowers. But with a wall they would have some problems. Looking at the Races in General it's like in BTFME 1, the good have a greater advantage like healing, they can build fountain, walls, legolas...&lt;br /&gt;&lt;br /&gt;My conclusion is: if you had liked BTFME1 it is not bad to buy BTFME2. They have improved much, but i don't know if BTFME2 would kept me from playing C&amp;amp;C Generals Zero Hour in the Future..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-114243097656763887?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/114243097656763887/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=114243097656763887' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114243097656763887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114243097656763887'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/03/battle-for-middle-earth-2-review.html' title='Battle for Middle Earth 2 Review'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-114190141570705809</id><published>2006-03-09T11:34:00.000+01:00</published><updated>2006-03-09T11:50:15.726+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Games'/><title type='text'>oblivion - will there be a generate button?</title><content type='html'>Hi!&lt;br /&gt;&lt;br /&gt;As many others i am already waiting for the release. A friend of mine made a site for it: &lt;a href="http://oblivion.melian.cc"&gt;http://oblivion.melian.cc&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;But that's not why i started the post. I was thinking while looking at the screenshots, that the trees and nature are completely generated by the computer. So when i start the game it will generate my version of oblivion. But will it remember it or will it generate it new every time i enter the game or dungeon or.. i don't know, like diablo 2 the map.&lt;br /&gt;&lt;br /&gt;I thought of running through the forest in circles becouse everything is generated over and over again and you have no point of reference (except of a map) where you have to go..&lt;br /&gt;&lt;br /&gt;Playing Gothic 2 we started to memorize which plants we find on which sites.. like a specific tree... now what? The tree is there but the plant not... the tree and the plant are moved 50 meters to the west.. the plant is there but the tree not..&lt;br /&gt;That's a new way of playing scottland yard.&lt;br /&gt;&lt;br /&gt;The other way would be that the forest is generated only one time after creating a new character, specific to the hardware you have installed. But then, what if you change it to a better one, will you still see the old version. Will there be a generate button to recreate the forest?&lt;br /&gt;&lt;br /&gt;Let the question enter yourself and think of it as activity for the break until the game is in your hands.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-114190141570705809?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/114190141570705809/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=114190141570705809' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114190141570705809'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114190141570705809'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/03/oblivion-will-there-be-generate-button.html' title='oblivion - will there be a generate button?'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-114190047432559389</id><published>2006-03-09T11:27:00.000+01:00</published><updated>2006-03-09T11:34:34.340+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cooding'/><title type='text'>googlemaps api</title><content type='html'>As i was thinking the other day why shouldn't somebody try to use the googlemaps engine, or sort of it for fantasy worlds, it just happen to be me one week later ;-)&lt;br /&gt;&lt;br /&gt;My first approach was to try to understand the engine just by examing their code and the dominspector... but after a while of searching i found something great. You can use the googlemaps api from google themselves. Just create your onw code and voila everything is working..&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.google.com/apis/maps/"&gt;http://www.google.com/apis/maps/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Also there are a mass of tutorials and helps how to work with the api and how to add custom maps, although they only think of adding just parts of the map and not a completely new map.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.mapki.com/index.php?title=Main_Page"&gt;http://www.mapki.com/index.php?title=Main_Page&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.econym.demon.co.uk/googlemaps/index.htm"&gt;http://www.econym.demon.co.uk/googlemaps/index.htm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I would also recommend looking into the Google Group for the Api for help. There is always something you can work with.&lt;br /&gt;&lt;br /&gt;Happy mapping!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-114190047432559389?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/114190047432559389/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=114190047432559389' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114190047432559389'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114190047432559389'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/03/googlemaps-api.html' title='googlemaps api'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-114002833678856857</id><published>2006-02-15T19:23:00.000+01:00</published><updated>2006-02-15T19:32:16.790+01:00</updated><title type='text'>Honeymoon</title><content type='html'>Now something intechnical.. since i wrote most times something about php, css or mysql ;-)&lt;br /&gt;&lt;br /&gt;I just got back this week from my honeymoon at Buenos Aires and i have to say, it was really lovely there.  Living in the City, talking to people and dancing was really helping shutting down the normally technical problems ..&lt;br /&gt;&lt;br /&gt;I should add i did not speak spanish, so i had to learn some words to make my way through, although they all speak english and there is always a way to comunicate, even without words...&lt;br /&gt;&lt;br /&gt;Finally i managed to ask how much something costs in spanish, but the problem was, i did not understand what they were answering.. *lol*.. so i had to learn some new techniques to find it out without using english and without looking like someone who is not able to speak spanish...&lt;br /&gt;&lt;br /&gt;But i managed and now i am going to take some lessons so i may do more than just ask a few questions.. I think this is one reason to travel to a foreign country, to learn about their culture, their language, their life... it's not always different then ours, but it's definetly fun!&lt;br /&gt;&lt;br /&gt;Of course i also had some Troubles to realize that i am married now.. i mean nothing changed except now i have a wife... i mean a real Wife... well, let's take one step after another.. tomorrow i will realize that we will have to get some childrens some day.. ;-))&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-114002833678856857?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/114002833678856857/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=114002833678856857' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114002833678856857'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114002833678856857'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/02/honeymoon.html' title='Honeymoon'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-114002778279956426</id><published>2006-02-15T19:20:00.000+01:00</published><updated>2006-02-15T19:23:02.816+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cooding'/><title type='text'>get rid of the white flashes when loading a flash</title><content type='html'>Everyone knows it... the little white flash when loading a flash into your website... and it get really on our nerves....&lt;br /&gt;&lt;br /&gt;Well finally i managed to find a very little trick.. it is so easy i feel ashamed i did not come up with it further..&lt;br /&gt;&lt;br /&gt;just add the wmode="transparent" to the object (and of course the same to the embed part) and you have no more flashes. Of course you should check if the background is working accordingly and does not add aditional problems..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-114002778279956426?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/114002778279956426/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=114002778279956426' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114002778279956426'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/114002778279956426'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/02/get-rid-of-white-flashes-when-loading.html' title='get rid of the white flashes when loading a flash'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-113775985602989741</id><published>2006-01-20T13:13:00.000+01:00</published><updated>2010-07-07T15:34:37.452+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cooding'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>PHP5 parent:: Object</title><content type='html'>Working with PHP5 getting you used to work with real Object Orientatet Classes. Extended Classes or using the parent:: Object in such an extended Class is nothing new.&lt;br /&gt;&lt;br /&gt;But i did not know (till now) that it is possible to jump over an extended Class to that parent.&lt;br /&gt;&lt;br /&gt;To explain what i mean we have this Example:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;class foo {&lt;br /&gt;    protected $iFoo = 0;&lt;br /&gt;    protected function bar() {&lt;br /&gt;        $this-&gt;iFoo++;&lt;br /&gt;        echo "foo: {$this-&gt;iFoo}&lt;br /&gt;";&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;class fooA extends foo {&lt;br /&gt;    protected function bar() {&lt;br /&gt;        $this-&gt;iFoo++;&lt;br /&gt;        echo 'fooA:';&lt;br /&gt;        parent::bar();&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;class fooB extends fooA {&lt;br /&gt;    public function bar() {&lt;br /&gt;        $this-&gt;iFoo++;&lt;br /&gt;        echo'fooB';&lt;br /&gt;        parent::bar();&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;$oFoo = new fooB();&lt;br /&gt;$oFoo-&gt;bar();&lt;br /&gt;&lt;br /&gt;&lt;/blockquote&gt;In this example we have 3 Classes, each extended by the next. Normally calling $oFoo-&gt;bar(); will output: "fooBfooA:foo: 3" which indicates that it starts with the latest class fooB, then runs through fooA to foo.&lt;br /&gt;&lt;br /&gt;But what if you need an extend on fooA, but you don't want to run through it, you just want to run through fooB-&gt;bar and then foo-&gt;bar, without fooA?&lt;br /&gt;&lt;br /&gt;I thought there is no solution for it, but there is! If you just change the function in fooB, where it says: "parent::bar();" to "foo::bar();" it will jump directly to foo, without fooA and it is not static as you may first think!&lt;br /&gt;&lt;br /&gt;The Result will display: "fooBfoo: 2"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-113775985602989741?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/113775985602989741/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=113775985602989741' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113775985602989741'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113775985602989741'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/01/php5-parent-object.html' title='PHP5 parent:: Object'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-113693103683743571</id><published>2006-01-10T22:59:00.000+01:00</published><updated>2006-01-10T23:11:28.100+01:00</updated><title type='text'>PDF Bookmarks</title><content type='html'>When you think of PDF you automatically think of Adobe Acrobat. I use Acrobat since .. well i don't know but as long as i can remember. Normally i just take a quick look over a pdf, but nowadays it is getting more and more common to post free downloads of books as pdf's.&lt;br /&gt;&lt;br /&gt;I found such a download about a PHP book which i thought to read over in time since i need it for work. After 10 pages (the index ;-) i had to make a break becouse of some work which had high priority and just wanted to bookmark the page i was on ... but i was unable to find such a feature...&lt;br /&gt;&lt;br /&gt;After i had the work done i looked over Acrobat a couple of Times.. there  is a bookmark Toolbar.. but where can i make myself a bookmark... well after some research in the help i found out i had to "upgrade" to Acrobat Writer.... Hello? I don't want to write PDF's ... i just want to make a Bookmark where i am.. like in the Book i read in the moment when driving to work or home by train....&lt;br /&gt;&lt;br /&gt;I mean we are in the Year 2006... we have Browsers with Bookmarks, Winword with Bookmarks but why the hell not in Acrobat?&lt;br /&gt;&lt;br /&gt;So i googled in the net to find some open source software... maybe there is something which is better or at least able to make personalized bookmarks.&lt;br /&gt;&lt;br /&gt;Well i found &lt;a href="http://www.foxitsoftware.com/pdf/rd_intro.php"&gt;Foxit&lt;/a&gt;, which is the quickest way to open PDF's i have ever seen. The Program is about 2.6 MB in size and does NOT need to install. It opened the PDF in notime... but unfortunately no Bookmark function.&lt;br /&gt;&lt;br /&gt;Then i found a Hack from &lt;a href="http://hacks.oreilly.com/pub/h/2358"&gt;OReilly&lt;/a&gt; for Adobe Acrobat ... a Javascript which enables to make Bookmarks.&lt;br /&gt;&lt;br /&gt;Unfortunately i did not find any Hack for Foxit, that would be ingenious.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-113693103683743571?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/113693103683743571/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=113693103683743571' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113693103683743571'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113693103683743571'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2006/01/pdf-bookmarks.html' title='PDF Bookmarks'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-113516782347411463</id><published>2005-12-21T13:18:00.000+01:00</published><updated>2005-12-21T13:23:43.486+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>debian updates Berkely DB =&gt; svn troubles...</title><content type='html'>Usually i update our linux server in periodic times. Now there was this bis security update where they also switched to Berkely DB 4.3. Subversion Users may notice that this is a little tricky, since you have to move your repository from 4.2 to 4.3.&lt;br /&gt;&lt;br /&gt;It really can be messy, if you haven't updatet yet, look &lt;a href="http://subversion.tigris.org/faq.html#bdb43-upgrade"&gt;here for instructions&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Otherwise there is a good &lt;a href="http://svn.haxx.se/dev/archive-2005-11/1022.shtml"&gt;description here&lt;/a&gt;, how to get your old 4.2 repository to work on the new 4.3 Database when you already updated the Database.&lt;br /&gt;&lt;br /&gt;Took me some time to backup our repository here.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-113516782347411463?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/113516782347411463/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=113516782347411463' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113516782347411463'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113516782347411463'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/12/debian-updates-berkely-db-svn-troubles.html' title='debian updates Berkely DB =&gt; svn troubles...'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-113515928121406645</id><published>2005-12-21T11:00:00.000+01:00</published><updated>2005-12-21T11:01:21.216+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Browser'/><title type='text'>clear:both margin bug?</title><content type='html'>Monday i compared a project on IE and FF 1.5 and was puzzled by a problem at FF since it worked when i programmed it. So i installed FF 1.0.7 again and "tata" everything worked as expected.&lt;br /&gt;&lt;br /&gt;Seems like that FF 1.5 and 1.0.7  changed it s way of behaving when using on a div both: clear and minus margin.&lt;br /&gt;&lt;br /&gt;When using minus margin and clear, FF 1.5 is ignoring the minus margin.&lt;br /&gt;&lt;br /&gt;I created a &lt;a href="http://www.jewellabs.com/clients/dready/cssbugs/mozilla/clear.html"&gt;testpage &lt;/a&gt;and posted it at &lt;a href="http://www.quirksmode.org/bugreports/"&gt;quircksmode&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-113515928121406645?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/113515928121406645/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=113515928121406645' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113515928121406645'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113515928121406645'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/12/clearboth-margin-bug.html' title='clear:both margin bug?'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-113515868575870723</id><published>2005-12-21T10:47:00.000+01:00</published><updated>2005-12-21T10:51:25.770+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='oddity'/><title type='text'>Antivirus on Windows XP 64</title><content type='html'>I posted earlier that the only free Antivirus i found was Avast, but it was working quite good.&lt;br /&gt;&lt;br /&gt;Well on the weekend it stopped by using every ressource of my computer just after start of Windows.. i was not able to find the problem until i restarted in Safe Mode and disabled the automatic start of the Avast Services.&lt;br /&gt;&lt;br /&gt;Now i am able to startup and even to make a manual scan, but the automatic check is not working. As soon as i start it its going mad and using everything it gets.. or so.&lt;br /&gt;&lt;br /&gt;I posted the problem but it seems unlikely to get a solution for it, becouse they are unable to recreate the problem.&lt;br /&gt;&lt;br /&gt;Looks to me that i finally have to drop XP64 and go back to normal XP.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-113515868575870723?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/113515868575870723/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=113515868575870723' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113515868575870723'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113515868575870723'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/12/antivirus-on-windows-xp-64.html' title='Antivirus on Windows XP 64'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-113334540528677150</id><published>2005-11-30T11:08:00.000+01:00</published><updated>2005-11-30T11:10:05.300+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Browser'/><title type='text'>venkman for Firefox 1.5</title><content type='html'>I just installed Firefox 1.5 and tried to update my venkman.. *shocking* it's not working!!&lt;br /&gt;Without Venkman i can't work properly.. i need it, i want it, o baby, o baby...&lt;br /&gt;&lt;br /&gt;Well i found a link in the comments of the mozilla.org page of venkman:&lt;br /&gt;&lt;a href="http://getahead.ltd.uk/ajax/venkman"&gt;http://getahead.ltd.uk/ajax/venkman&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Now get it ;-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-113334540528677150?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/113334540528677150/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=113334540528677150' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113334540528677150'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113334540528677150'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/11/venkman-for-firefox-15.html' title='venkman for Firefox 1.5'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-113309121923733260</id><published>2005-11-27T12:27:00.000+01:00</published><updated>2005-11-27T12:33:39.253+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>ssh problem solved</title><content type='html'>I actually can't belive it yet.. i solved my ssh problem which was givin me some sleepless nights since april this year.&lt;br /&gt;&lt;br /&gt;I have a debian sarge running with a chroot environment (debian etch). In etch i was not able to get ssh running after an update. It was always saying: Server was not able to allocate pty...&lt;br /&gt;&lt;br /&gt;Now i found my mistake.. somehow the mount option was deleted and so it was never able to activate the pts..&lt;br /&gt;&lt;br /&gt;Here is what was missing:&lt;br /&gt;mount -t devpts devpts /chroot/dev/pts&lt;br /&gt;&lt;br /&gt;Where chroot is the Directory to your chroot System. Maybe there are also some people having problems with this..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-113309121923733260?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/113309121923733260/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=113309121923733260' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113309121923733260'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113309121923733260'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/11/ssh-problem-solved.html' title='ssh problem solved'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-113265052825790130</id><published>2005-11-22T09:48:00.000+01:00</published><updated>2010-07-07T15:34:37.453+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cooding'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>PHP5 reading XML using DOM</title><content type='html'>Working with XML Files in php5 you definetly want to work with DOM. Using DOM is very easy, but unfortunately the documentation is not complete and there are one or two things missing, which stop your work for several hours.&lt;br /&gt;&lt;br /&gt;We use XML for multiple languages on websites, so our content is in the XML File written in XHTML.&lt;br /&gt;If you use XML Files for different Languages like for example german, you need specific characters. This made us some troubles, but in the end it's more than easy.&lt;br /&gt;&lt;br /&gt;First you have to tell the xml File which language you are using in the "xml" header through using encoding. For Example a german File looks like this:&lt;br /&gt;&lt;blockquote&gt;&amp;lt;?xml version="1.0" encoding="iso-8859-1"&amp;gt;&lt;/blockquote&gt;Next if you are using HTML Entities like or ü you have to define a DOCTYPE. Since we used XHTML Entities we used a dtd from w3.org:&lt;br /&gt;&lt;blockquote&gt;&amp;lt;!DOCTYPE shiva SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent"&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;Now we get to the PHP Part:&lt;br /&gt;Loading a XML File using DOM is very easy. First you have to create a new DOMDocument Object and then load the File:&lt;br /&gt;&lt;blockquote&gt;$oXML = new DOMDocument();&lt;br /&gt;$oXML-&gt;load(Filename with Path);&lt;br /&gt;&lt;/blockquote&gt;Now if you have a external DOCTYPE like we did, you have to enable a Variable or it will not work before the -&gt;load(..) Function:&lt;br /&gt;&lt;blockquote&gt;$oXML-&gt;resolveExternals = true;&lt;/blockquote&gt;This enables to read external DOCTYPE Files.&lt;br /&gt;Remember: If you are just using a couple of Entities, it's quicker to just put them directly in the File or create your own File with just the entities you need and link to that File. There were some comments on php.net that enabling that Variable will slow down the load Procedure for some time.&lt;br /&gt;&lt;br /&gt;Now the load Procedure will not send you any more Warning Messages and possible an Exception, but you will still miss the HTML Entities in your Object.&lt;br /&gt;Instead of Hello World which should look like that: Hello World, you will get a HelloWorld. You are still missing the Final Variable:&lt;br /&gt;&lt;blockquote&gt;$oXML-&gt;substituteEntities = true;&lt;/blockquote&gt;With that you will get your Hello World and all other Entities your DOCTYPE defines.&lt;br /&gt;&lt;br /&gt;Addition:&lt;br /&gt;We had the additional Problem that we used htmlentities in the text like "&amp;amp;amp;" .. but we needed it also in php this way and using a doctype from w3c converted our entity into &amp;, so we wrote our own Doctype File where we made a little hack so we could use htmlentities.&lt;br /&gt;&lt;br /&gt;To use "&amp;amp;uuml ;" for ü we wrote into the dtd File the following:&lt;br /&gt;&lt;blockquote&gt;&amp;lt;!ENTITY uuml   "&amp;amp;amp;uuml ;"&amp;gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-113265052825790130?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/113265052825790130/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=113265052825790130' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113265052825790130'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113265052825790130'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/11/php5-reading-xml-using-dom.html' title='PHP5 reading XML using DOM'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-113222673371184778</id><published>2005-11-17T11:59:00.000+01:00</published><updated>2005-11-17T12:25:33.730+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Games'/><title type='text'>Civilization 4</title><content type='html'>Playing Civilization since Civ 2, i had to buy the new version. Civ 3 did not have any multiplayer posibilities so i just played it once or twice. But with Civ 4 they have really made a multiplayer Gamers Dream come true. Not even the Hot Seat Function is a ingenious old fashion Idea, which nowadays is very rare, but also the Email and LAN Game Possibilities are good.&lt;br /&gt;&lt;br /&gt;And they really made a good Job with the LAN Option. In CallToPower2 we always had Problems at some time where we had to save and all had to load it again becouse the LAN mode was collapsing from time to time. But in Civ 4 we had no Problems at all.. even when somebody touched the Windows Key in Error... no Problem. That's a big THANKYOU!&lt;br /&gt;&lt;br /&gt;The new Animations are also quite nice as the Idea not having one scout, but a scout unit. That shows how much work they put on it. The new Startmusic is great and also generating a new World when you start a new game.&lt;br /&gt;&lt;br /&gt;What i am not able to understand is the diplomatic part. I am searching for threats and so on, but can not find anything. There is also no trade part as in CallToPower, where you built camels and trucks to ship goods through the continents.&lt;br /&gt;&lt;br /&gt;And what they completely fucked up are spies. All they can do is show you were all Units of a country are or you can sabotage the current production of a city. Wow.. really.. where the hell are the features like steel technology?&lt;br /&gt;Why isn't there an option to spread false information somewhere? Why can't i start a demostration in a foreign city so they begin a revolution and join me?&lt;br /&gt;&lt;br /&gt;I really would like to spread false information to foreign countries so they start a war against each other and i just help one of them.... that's what i am missing... more possible options on spies and foreign affairs.&lt;br /&gt;&lt;br /&gt;In war when you are winning, you can not force a surrender so they join you, no way, you have to fight until the last man.&lt;br /&gt;&lt;br /&gt;And one more thing about the Mulitplayer Mode: In Singleplayer you get a Window with a Video when producing a Worldwonder, but in Multiplayer there is nothing like that. I miss an option for that.&lt;br /&gt;&lt;br /&gt;Last but not least i want to talk about Religions. I think it is good to have the Religions now, but why do i have to invent them all to get throught to the end of technology? Why can't i just find one and be like that for the rest of the game, if i wish it?&lt;br /&gt;&lt;br /&gt;I think Civilization 4 is a great game when it comes to Grafix, stabilitiy, Mulitplayer. But they have to work more on the diplomatic and spy part again. Hopefully a new addon will make some adjustments there.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-113222673371184778?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/113222673371184778/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=113222673371184778' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113222673371184778'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113222673371184778'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/11/civilization-4.html' title='Civilization 4'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-113136475938319312</id><published>2005-11-07T12:53:00.000+01:00</published><updated>2005-11-07T12:59:19.403+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cooding'/><title type='text'>squid error maybe solved</title><content type='html'>I might have solved my squid error Problem today. It seems like i just reached the memory limit of the host, but i would have supposed to get an php error instead.. or an apache error.. but nothing at all is not ok.&lt;br /&gt;&lt;br /&gt;I found the calculation you need for imagecreatetruecolor at: &lt;a href="http://www.boutell.com/gd/faq.html"&gt;http://www.boutell.com/gd/faq.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span id="KonaBody"&gt;&lt;blockquote&gt; Of course, opening truly huge images can cause real memory problems, if several are open at once. 8,000 pixels times 8,000 pixels times four bytes for truecolor equals a walloping 256 megabytes.&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;So you need 4 bytes per pixel and that meant 26MB just for the source image.. and i have about 32 MB to work with ;-(&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-113136475938319312?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/113136475938319312/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=113136475938319312' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113136475938319312'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113136475938319312'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/11/squid-error-maybe-solved.html' title='squid error maybe solved'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-113136092691898832</id><published>2005-11-07T11:46:00.000+01:00</published><updated>2005-11-07T11:55:26.946+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Browser'/><title type='text'>Firefox ignores http-equiv Attribute in Meta Tag?</title><content type='html'>I just solved a bug which was keeping me busy the last hours. A Form for multilingual input went crazy in IE since it always mixed up the special characters.&lt;br /&gt;The funny thing was, Firefox had no Problems with it at all.. so i tested different charsets, but IE never showed any change in reaction and i almost went beserk until i found an error in typing of the meta tag:&lt;br /&gt;&lt;br /&gt;        &amp;lt;meta equiv="type" content="text/html; charset=iso-8859-1"&amp;gt;&lt;br /&gt;&lt;br /&gt;You see the failure in http-equiv, which should say Content-Type. IE is very particular here, but Firefox seems to ignore it, since it reacted to all my changes perfectly...&lt;br /&gt;&lt;br /&gt;For those who want's to see the right meta tag, here it is:&lt;br /&gt;&lt;br /&gt;        &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&amp;gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-113136092691898832?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/113136092691898832/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=113136092691898832' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113136092691898832'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113136092691898832'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/11/firefox-ignores-http-equiv-attribute.html' title='Firefox ignores http-equiv Attribute in Meta Tag?'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-113110494154435476</id><published>2005-11-04T12:28:00.000+01:00</published><updated>2005-11-04T12:49:01.563+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cooding'/><title type='text'>squid error while Uploading Image with PHP</title><content type='html'>I have a very strange problem with Squid on a host provided by a company in vienna. While triing to upload an Image with HTTP Post (normal Form Element with input File) i get a&lt;br /&gt;&lt;br /&gt;Zero Sized Reply&lt;br /&gt;&lt;br /&gt;ErrorMessage from Squid. The Problem only occures only when using Images greather than 1MB.&lt;br /&gt;&lt;br /&gt;At first we checked the Parameters for php and apache (post_max_size,..) but they were set at least at 16MB... So this is not the source of our problems.&lt;br /&gt;&lt;br /&gt;I have to clarify one thing: The Image normally would be uploaded, resized and then saved. Becouse of the Problems i changed the upload to first upload the image to a temporary File and then work with it, same Problem, but the File has been uploaded before the Error occured.&lt;br /&gt;&lt;br /&gt;That made me a little curious and i checked the code where the Error exactly happen to be...&lt;br /&gt;Another little Info is required here:&lt;br /&gt;&lt;ul&gt;   &lt;li&gt;First i upload the File, which works fine.&lt;/li&gt;   &lt;li&gt;Then i create an object from that image, which happens to be in jpeg Format, so i use imagecreatefromjpeg.&lt;/li&gt;   &lt;li&gt;After that i have some code for resizing the image and&lt;/li&gt;   &lt;li&gt;then i create a new Image Object by using imagecreatetruecolor with the calculated Size and copy the image into that new Object&lt;/li&gt;   &lt;li&gt;At last the Object is saved as a File.&lt;/li&gt; &lt;/ul&gt; Well i used some var_dumps and exits and found the point where everything stopped working.. imagecreatetruecolor.&lt;br /&gt;&lt;br /&gt;Odd, i though, and tried to create a Image with a less size... worked perfectly. Then i aligned the size step by step to the one calculated... and at about 300x200 there was the end.&lt;br /&gt;&lt;br /&gt;Ok, this meant for me: The Function has not enough Memory to acquire for the Image.. The Provider also worked on the Problem on their site and they have another Problem: It works Perfectly on their site... why is it working when they are triing and when i try it not?&lt;br /&gt;They asked me to outsource the code to a single file for testing, which i did. I tested it myself first and wow, everything is working...&lt;br /&gt;&lt;br /&gt;Now i thought: That's it, here it ends, i am completely at the end of my knowledge and went home for some sleep ;-)&lt;br /&gt;&lt;br /&gt;The next day i thought over it again and found the reason.. i used a couple of classes for the System, which i did not use on the outsourced File. This classes also needed some Memory which now they don't, so i have more memory for the Upload.&lt;br /&gt;The quickest test was to change the end Resolution to 800x600, which worked on the server at my work fine, but not on the other host. (Got Ya!)&lt;br /&gt;&lt;br /&gt;I simplified the outsourced code, killed the calculation code (since the end Size is 800x600) and so on until i just had the basic part. While working on that i found out if i don't call session_start() at the end of the file, the Code also stopps at the same position, but no error Message was called...  (no Zero Sized Reply)...&lt;br /&gt;&lt;br /&gt;Now we are still searching for that error.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-113110494154435476?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/113110494154435476/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=113110494154435476' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113110494154435476'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113110494154435476'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/11/squid-error-while-uploading-image-with.html' title='squid error while Uploading Image with PHP'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-113024426013273209</id><published>2005-10-25T14:39:00.000+02:00</published><updated>2005-10-25T14:44:20.140+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cooding'/><title type='text'>mysql changed format for Timestamp</title><content type='html'>As you can see on the &lt;a href="http://dev.mysql.com/doc/refman/4.1/en/timestamp-4-1.html"&gt;Mysql Homepage&lt;/a&gt; they changed the Format for Timestamp:&lt;br /&gt;&lt;br /&gt;&lt;p&gt;           From MySQL 4.1.0 on, &lt;code class="literal"&gt;TIMESTAMP&lt;/code&gt; display           format differs from that of earlier MySQL releases:         &lt;/p&gt;  &lt;div class="itemizedlist"&gt;&lt;ul type="disc"&gt;&lt;li&gt;&lt;p&gt;               &lt;code class="literal"&gt;TIMESTAMP&lt;/code&gt; columns are displayed in the               same format as &lt;code class="literal"&gt;DATETIME&lt;/code&gt; columns. In               other words, the display width is fixed at 19 characters,               and the format is &lt;code class="literal"&gt;YYYY-MM-DD HH:MM:SS&lt;/code&gt;.             &lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;               Display widths (used as described in the preceding               section) are no longer supported. In other words, for               declarations such as &lt;code class="literal"&gt;TIMESTAMP(2)&lt;/code&gt;,               &lt;code class="literal"&gt;TIMESTAMP(4)&lt;/code&gt;, and so on, the display               width is ignored.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;Of course i searched some time for an error in my code.. ;-(&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-113024426013273209?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/113024426013273209/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=113024426013273209' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113024426013273209'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/113024426013273209'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/10/mysql-changed-format-for-timestamp.html' title='mysql changed format for Timestamp'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-112997372764687459</id><published>2005-10-22T11:17:00.000+02:00</published><updated>2005-10-22T16:24:24.016+02:00</updated><title type='text'>Windows XP 64</title><content type='html'>Since my Raid Array Failed and my Windows Installation just died, i had to reinstall my PC ... and becouse i have a Athlon 64 i decided to install Windows XP 64...&lt;br /&gt;&lt;br /&gt;First some word about the Windows Recovery Console... my old Windows XP (normal) CD does not have an option to start the Console.. the XP 64 CD showed it.. that's a good start.&lt;br /&gt;The Problem with the damn thing is: You can not change anything on other Directories than in the Windows Directory...&lt;br /&gt;So if you wish to backup some very important File from your My Documents Directory, which concidential happen to be, you get a "Access Denied" Message ... WHAT THE %&amp;$*%!!! How am i suppose to backup any files so i can reinstall Windows?&lt;br /&gt;&lt;br /&gt;The Answer: You have to get into regedit and change it there... well without windows (which still was not able to start, what a coincidence) there is no possible way.... good work microsoft... really ;-(&lt;br /&gt;&lt;br /&gt;Finally i found a Bootdisk for Dos, with a driver which is able to read ntfs partitions, and copied the files by hand (and with Norton Commander 5.0... still great tool)&lt;br /&gt;&lt;br /&gt;Then i installed the new Windows without formating the harddisk, which i would have done if i could backup the files in the Recovery Console... the Problem.. dos is only able to work with Filenames which have a length of 8....&lt;br /&gt;&lt;br /&gt;Ok, i installed the OS, i downloaded the newest drivers for my mainboard an graphic card (which were still Beta) and voila i had windows installed..&lt;br /&gt;&lt;br /&gt;After some Windows Updates the next part for me is installing Antivirus Software.. and well look at that, Symantec is currently not having Antivirus Software for noncomercial People for Windows XP 64.. ok, what now? I mean what the hell should i do without an Antivirus Software? My first ideas of reinstalling the old windows were coming... but i finally installed the Freeware Antivirus Software from Avast.&lt;br /&gt;&lt;br /&gt;I do not know if the Software is good or not, but if i find anything out i will probably write it down.&lt;br /&gt;&lt;br /&gt;My Mouse (a razer diamondbback) is still not working with the razer drivers.. becouse i could not find any razer drivers for windows xp 64... they are still developing those and tuneup is also not working...&lt;br /&gt;&lt;br /&gt;So it may be that XP 64 has some advantages, but you will definetly have problems installing your drivers and applications to it...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-112997372764687459?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/112997372764687459/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=112997372764687459' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112997372764687459'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112997372764687459'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/10/windows-xp-64.html' title='Windows XP 64'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-112987657909090672</id><published>2005-10-21T08:32:00.000+02:00</published><updated>2005-10-21T08:36:19.096+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Raid? What for?</title><content type='html'>A couple of months ago i had a terrible Harddisk crash and lost all my data. Therefore i buyed 2 SATA Discs and build a RAID Array for more protection.&lt;br /&gt;&lt;br /&gt;Yesterday i thought it is about time to make a Backup (which means burining all sensitive Data on CD)....&lt;br /&gt;&lt;br /&gt;As i went home and started the computer my Raid Controller said good Evening and i have a critical Error in the Array.... WHAT THE *%/§)%"!!!&lt;br /&gt;&lt;br /&gt;I mean 3 months and already problems is not a good way is it? I am now triing to save as much as i can, but why had i build the damn array if it fails so soon?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-112987657909090672?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/112987657909090672/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=112987657909090672' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112987657909090672'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112987657909090672'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/10/raid-what-for.html' title='Raid? What for?'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-112867666102773377</id><published>2005-10-07T11:08:00.000+02:00</published><updated>2005-10-07T11:17:41.033+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Games'/><title type='text'>Fable incompatable to WindowBlinds</title><content type='html'>I just got Fable and wanted to play it... but as soon as it starts it crashes...&lt;br /&gt;Then i tried multiple things until i found out: it has a Problem with windowblinds...&lt;br /&gt;&lt;br /&gt;You have to thing about it: A microsoft programmed game does not work on a microsoft operating system with an in coporate with microsoft prgrammed styling tool....&lt;br /&gt;&lt;br /&gt;Damn microsoft, another reason they don't know what they are doing!&lt;br /&gt;&lt;br /&gt;Fortunately you can unload windowBlinds any Time and play fable...&lt;br /&gt;&lt;br /&gt;As for Fable: The Intro is nice.. but has no real Story.. and What the hell with that BIG microsoft logo?? If the Title of the Game is that Big ok, but for microsoft?&lt;br /&gt;&lt;br /&gt;I know. . it already says in Fable narcism is perfectly normal.. seems like microsoft thought of themselves...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-112867666102773377?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/112867666102773377/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=112867666102773377' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112867666102773377'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112867666102773377'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/10/fable-incompatable-to-windowblinds.html' title='Fable incompatable to WindowBlinds'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-112827197640411222</id><published>2005-10-02T18:41:00.000+02:00</published><updated>2005-10-02T18:52:56.413+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cooding'/><title type='text'>DbDesigner Problems with MySQL</title><content type='html'>When working with Databases i use DbDesigner, since it is a free tool and is working great although they have stopped working on it a long time ago. The whole development team is working for MySQL now and are working on MySQL Workbench, but there is only an alpha yet.&lt;br /&gt;&lt;br /&gt;So the only open source solution is still DbDesigner..&lt;br /&gt;A couple of days ago i come up with a big problem .. DbDesigner on my PC was not able to connect to my Servers Database... i was looking over an over again and found the Problem...&lt;br /&gt;&lt;br /&gt;Since i am using Debian, my MySQL Version was updatet a couple of times now and now there is a new adjustment in the my.cnf File called bind-address.&lt;br /&gt;&lt;br /&gt;If you use:&lt;br /&gt;bind-address 127.0.0.1&lt;br /&gt;only the localhost can access the database. Since i am using a Server behind a FireWall and only for development purpose i just had to disable the Line and now everything is working again.&lt;br /&gt;&lt;br /&gt;Thanx for this tipp to a good friend of mine ;-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-112827197640411222?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/112827197640411222/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=112827197640411222' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112827197640411222'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112827197640411222'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/10/dbdesigner-problems-with-mysql.html' title='DbDesigner Problems with MySQL'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-112797989380592373</id><published>2005-09-29T09:40:00.000+02:00</published><updated>2005-09-29T09:44:53.813+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Browser'/><title type='text'>css3 multi-column layout with javascript</title><content type='html'>I just got a link from a friend with an ingenous code. It provides the posibility to change normal Text plots into a multiple columns layout.&lt;br /&gt;&lt;br /&gt;The cool thing, it is a javascript providing the possibility to use the new css3  features for multi-columns in css.&lt;br /&gt;&lt;br /&gt;check it out!&lt;br /&gt;&lt;a href="http://www.csscripting.com/css-multi-column/"&gt;http://www.csscripting.com/css-multi-column/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-112797989380592373?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/112797989380592373/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=112797989380592373' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112797989380592373'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112797989380592373'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/09/css3-multi-column-layout-with.html' title='css3 multi-column layout with javascript'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-112746178408785983</id><published>2005-09-23T09:42:00.000+02:00</published><updated>2005-09-23T09:49:44.086+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Browser'/><title type='text'>Webdesign Tools</title><content type='html'>Just for info for people having trouble getting mails in the last time ;-)&lt;br /&gt;&lt;br /&gt;Opera is now freeeeeee... no banners noting more: &lt;a href="http://www.opera.com/"&gt;http://www.opera.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;And then there are some Toolbars which are making our lives a little bit less complicate:&lt;br /&gt;&lt;br /&gt;WebDeveloper Toolbar for Firefox:&lt;br /&gt;&lt;a href="http://webstandards.org/buzz/archive/2005_09.html#a000570"&gt;Web Standards Project BUZZ post&lt;/a&gt;&lt;br /&gt;&lt;a href="http://chrispederick.com/work/firefox/webdeveloper/"&gt;Download the extension here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Finally there is something really great.. a WebDeveloper Toolbar for IE... all those hours of searching the damn problem in IE while everything looks ok in Firefox... now you have the tool!&lt;br /&gt;&lt;a href="http://webstandards.org/buzz/archive/2005_09.html#a000578"&gt;Web Standards Project BUZZ post&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&amp;amp;displaylang=en"&gt;Download link to microsoft&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-112746178408785983?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/112746178408785983/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=112746178408785983' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112746178408785983'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112746178408785983'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/09/webdesign-tools.html' title='Webdesign Tools'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-112746109359962519</id><published>2005-09-23T09:30:00.000+02:00</published><updated>2005-09-23T09:38:13.606+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Browser'/><title type='text'>Thunderbird Attachment Problems</title><content type='html'>Since i had a Harddiskcrash and reinstalled my System new, i also changed my local Email Program to Thunderbird.&lt;br /&gt;&lt;br /&gt;But now i have serious Troubles getting Attachments from Outlook Sender... the Attachments i receive all are called Part1.2 ..&lt;br /&gt;&lt;br /&gt;I am having a gmail Account and therefore i also checked it over the Browser.. the Attachments look all very good.&lt;br /&gt;&lt;br /&gt;In the web i just found the following:&lt;br /&gt;&lt;blockquote style="color: rgb(102, 102, 102);"&gt;Actually it's a compatibility issue between Outlook and Thunderbird (Mozilla). It is because Thunderbird cannot decode the MS-TNEF MIME format HTML or Picture which was composed into the mail body by Outlook. You can find the MS-TNEF BASE64 encoding part in the mail source, and Thunderbird regards this part as an attachment named Part1.2.&lt;br /&gt; ------_=_NextPart_000_01C4E756.ED7E9F5E&lt;br /&gt; Content-Type: application/ms-tnef&lt;br /&gt; Content-Transfer-Encoding: base64&lt;/blockquote&gt;since that Post was written &lt;span class="comments-post"&gt;December 21, 2004, i hoped there is already a fix or something for it.. but i am unable to find one...&lt;br /&gt;&lt;br /&gt;any ideas?&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-112746109359962519?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/112746109359962519/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=112746109359962519' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112746109359962519'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112746109359962519'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/09/thunderbird-attachment-problems.html' title='Thunderbird Attachment Problems'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-112630872698298396</id><published>2005-09-10T01:27:00.000+02:00</published><updated>2005-09-10T01:32:06.990+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Browser'/><title type='text'>FireFox 1.5 Beta and Extensions</title><content type='html'>As everywhere posted the beta of Firefox 1.5 is out.  I have to say, the new handling of the tabs is ingenious..&lt;br /&gt;Unfortunately some extensions are not working with the beta.. now i hope there will be updates to them or the final of Firefox will be able to work with them...&lt;br /&gt;&lt;br /&gt;I mean, the last update from Venkman was in August 11, 2004... so i don't think there will be a new one in the next days... and without Venkman javascript coding will get as ugly as before Venkman ;-(&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-112630872698298396?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/112630872698298396/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=112630872698298396' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112630872698298396'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112630872698298396'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/09/firefox-15-beta-and-extensions.html' title='FireFox 1.5 Beta and Extensions'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-112469970625836559</id><published>2005-08-22T10:31:00.000+02:00</published><updated>2005-08-22T10:35:06.256+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Browser'/><title type='text'>FireFox and Flash Player 8 Beta</title><content type='html'>If you have found this link &lt;a href="http://www.macromedia.com/software/studio/experience/"&gt;http://www.macromedia.com/software/studio/experience/&lt;/a&gt; to macromedias demo for studio 8 you will have to install the new Flash Player 8 Beta...&lt;br /&gt;&lt;br /&gt;My advice: don't! After installing the damn thing no flash file was working any more until i found a post in a forum where they said that add block does not work with the new Player ... i tried to install Flash Player 7 but it will not work.. so i had to disable Add Block in my Extensions...&lt;br /&gt;&lt;br /&gt;Hopefully they will have an update soon.. or i have to reinstall Firefox ...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-112469970625836559?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/112469970625836559/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=112469970625836559' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112469970625836559'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112469970625836559'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/08/firefox-and-flash-player-8-beta.html' title='FireFox and Flash Player 8 Beta'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-112469948041905624</id><published>2005-08-22T10:26:00.000+02:00</published><updated>2005-08-22T10:31:20.533+02:00</updated><title type='text'>bad holidays</title><content type='html'>What is the best argument that you had bad holidays.. if you think that it would not have mattered if you stayed in the office and worked the whole week...&lt;br /&gt;&lt;br /&gt;I mean i like my work, but from time to time you have to get somewhere else just for a couple of days.. but there is something that can kill the best ideas ... rain ;-(&lt;br /&gt;&lt;br /&gt;hope you had better days.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-112469948041905624?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/112469948041905624/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=112469948041905624' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112469948041905624'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112469948041905624'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/08/bad-holidays.html' title='bad holidays'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-112349716025025569</id><published>2005-08-08T12:25:00.000+02:00</published><updated>2005-08-08T12:32:41.890+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Browser'/><title type='text'>CSS vertical-align and images</title><content type='html'>For webdesigners aligning images vertical in a div is a problem which could be easily solved if IE would support the full display posibilities like "table" (CSS 2.0).. but as usual it does not work that way.&lt;br /&gt;&lt;br /&gt;Since i don't like to use tables in a css design until it is really necessary (like information in table design or forms)  i searched further more to find a solution that did not need a table i found one way that worked.&lt;br /&gt;&lt;br /&gt;You have to use position relative and absolute for it. In short you have 3 different div's and you use 2 different ways, one for IE and one for the rest which have full CSS 2.0 support ;-)&lt;br /&gt;&lt;br /&gt;Here the links:&lt;br /&gt;&lt;a href="http://www.jakpsatweb.cz/css/css-vertical-center-solution.html"&gt;http://www.jakpsatweb.cz&lt;/a&gt;&lt;br /&gt;&lt;a href="http://workingbath.com/archives/2005/02/23/css-vertical-align-2/"&gt;http://workingbath.com/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-112349716025025569?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/112349716025025569/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=112349716025025569' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112349716025025569'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112349716025025569'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/08/css-vertical-align-and-images.html' title='CSS vertical-align and images'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-112241712375020202</id><published>2005-07-27T00:18:00.000+02:00</published><updated>2005-07-27T00:32:03.766+02:00</updated><title type='text'>found then lost?</title><content type='html'>I forgot to tell a really funny story.. well it starts a little weird.&lt;br /&gt;&lt;br /&gt;To be short my mother's car was stolen.. but let's start at the beginning.&lt;br /&gt;My sister, who is a teenager, went home at about 4:00 am on a borrowed bike without light. As she rode a police car followed her, about 2 Minutes before she got home. Of course she started to ride faster and went home as quick as possible..&lt;br /&gt;&lt;br /&gt;The door just closed when the police ring on that door and when she opened the door they wanted to talk to our mother. I think she that was the most afraid time of her life ;-)&lt;br /&gt;&lt;br /&gt;She woke my mother up to get informed they found her car about 300 km away. At first they thought the police must be joking.. but the car was not were it should be.. the next thing was to check if i borrowed it without telling anyone... as unlikely as it sounds...&lt;br /&gt;&lt;br /&gt;Since she woke me up at home, which is about 50km away, (in the other direction) they know it must have been stolen. So she had to go to a police station to report her car as missing, since the police found it ;-)&lt;br /&gt;&lt;br /&gt;For those who want to know how exactly it could be that the police asked my mother in the first place: My mothers car was just aside to an other car which some people tried to steal. Somehow they must have been scared away... my mother did not know the status of her car becouse they did not know it until morning.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-112241712375020202?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/112241712375020202/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=112241712375020202' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112241712375020202'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112241712375020202'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/07/found-then-lost.html' title='found then lost?'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-112167424636848576</id><published>2005-07-18T09:31:00.000+02:00</published><updated>2005-07-26T10:24:42.530+02:00</updated><title type='text'>Bad weekend</title><content type='html'>As murphy's law says: if something bad happen, it will probably be just the beginning of getting much worse.&lt;br /&gt;&lt;br /&gt;This weekend we planed to go camping with a group of roleplaying friends. The Idea was to play the whole weekend in the nature to get a better feeling for the game and of course we did not want to get disturbed by anything or anyone. A friend of mine who organised everything, first talked about 20 People or so which should come. On Firday he told me that we should be at least 12 People... in the end it was just our group of 5 plus one.&lt;br /&gt;&lt;br /&gt;The small size of the group was a problem since the story my friend prepared for the weekend needed at least 10 People.&lt;br /&gt;And nature itself did not like us, since we had more rain than anything...&lt;br /&gt;&lt;br /&gt;So we stopped the whole thing at Saturday evening and drove home, where we all enjoyed a good hot shower and played another story at my place... since we still wanted to do some roleplaying...&lt;br /&gt;But we all were really tired from the whole day and it did not went really good, so we ended the game early.&lt;br /&gt;&lt;br /&gt;On Sunday i woke up and my girlfriends told me: The computer crashed and now nothing works anymore... shi* ... ok, i looked over it ... harddisk will not boot... even the bios has problems with it... i downloaded a service tool from the harddisk manufacturer.. (it is a quantum fireball so i used maxtors powermax).. and after booting from a disk and entering: Quick Check it immediately showed a Number and told me to contact support... Yipeee... i hate sundays....&lt;br /&gt;&lt;br /&gt;Of course i had some serios work on that disk and my girlfriend kills me if i am unable to get her data of the disk... did i mention i hate sundays?...&lt;br /&gt;&lt;br /&gt;All i could do is find a company which is able to retrieve the data of the disk and pay possilbe a horrific prize for it... i hope they are able to get the data or i am in serious trouble!&lt;br /&gt;&lt;br /&gt;For what its worth, i think i will install a raid system on my computer...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-112167424636848576?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/112167424636848576/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=112167424636848576' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112167424636848576'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/112167424636848576'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/07/bad-weekend.html' title='Bad weekend'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-111933986818159447</id><published>2005-06-21T09:33:00.000+02:00</published><updated>2005-06-21T09:44:28.186+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>running PHP4 and PHP5 parallel</title><content type='html'>I have installed both versions on my development server and am running two instances of apache, one for each. Now this is running since last year and i have got no problem what so ever.&lt;br /&gt;&lt;br /&gt;Now i have got this new Project, which is a relaunch of a website. The site, as you can imagine, is written in php4, and is pretty big. So they decided a step by step relaunch, beginning with its shop system.&lt;br /&gt;Naturally i decided to write the new shop module in php5, because the data is too sensitive to handle it just in php4, no offense intendend.&lt;br /&gt;&lt;br /&gt;Now we have got the Problem, the administrator of their server is not really a technical genius.. in other words, he is able to keep the machine going, but has abolutely no idea how to install php5 parallel to php4.&lt;br /&gt;&lt;br /&gt;While my solution (2 instances of apache) works fine for me, i don't think it is the solution for the customer, so i looked into the net and found a real cool solution. (in a matter of seconds ;-)&lt;br /&gt;&lt;br /&gt;This solutions works like this: They install both PHP versions (one, php5, from source) and configured apache that it will use php5 in the directory you like, by enabling mod_action.&lt;br /&gt;&lt;br /&gt;Real cool! &lt;a href="http://hurring.com/howto/apache/php4_and_php5/"&gt;Here is the link&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-111933986818159447?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/111933986818159447/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=111933986818159447' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111933986818159447'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111933986818159447'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/06/running-php4-and-php5-parallel.html' title='running PHP4 and PHP5 parallel'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-111901137322164765</id><published>2005-06-17T14:14:00.000+02:00</published><updated>2005-06-17T14:29:33.226+02:00</updated><title type='text'>Hitchhikers Guide</title><content type='html'>Yesterday i saw the movie. Well i have to admit i have not read it fully, i am currently in the end of book four, but that does not matter for anybody could see the mix they have made.&lt;br /&gt;&lt;br /&gt;I did not expect to see a complete movie with all content from the book inside it, but i did thought they will at least try to avoid changes in the story.&lt;br /&gt;&lt;br /&gt;Although i already was a bit startled about Arthur Dents moves in the book (for example: Why he left the Heart of Gold to be on Krikket), and i liked that Arthur and Trillian got together.. but they completely blowed Zaphrods Character by given him this dump quest about Deep Throat...&lt;br /&gt;&lt;br /&gt;What did they do with Zaphrods Heads anyway, i mean they should be side by side and not one below the other... And why did they have to mumble so in the beginning.. if i had not read the book, i would not have known what the hell they have talked about...&lt;br /&gt;&lt;br /&gt;To summarize all: The Beginning was ok, but in the middle you know that it will not be like you hoped for and at the end it was a little weak. But i did like marvin!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-111901137322164765?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/111901137322164765/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=111901137322164765' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111901137322164765'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111901137322164765'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/06/hitchhikers-guide.html' title='Hitchhikers Guide'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-111901040223995877</id><published>2005-06-17T14:04:00.000+02:00</published><updated>2005-06-17T14:13:22.243+02:00</updated><title type='text'>MySQL relevance in FULLTEXT Search</title><content type='html'>While searching for a way to implement a Textsearch Engine into a clients website, a friend of mine told me about MATCH .. AGAINST().. and the relevance output.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://dev.mysql.com/doc/mysql/en/fulltext-search.html"&gt;Here the MySQL Reference Manual for it.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Good for us, all texts where in a mysql database and i added the needed index to all tables we wanted to search through. Then i programmed a php algorithm which searched all databases using the match against statement and put them all into one Array, sorted by their relevance.&lt;br /&gt;&lt;br /&gt;Our Result Algorithm then took the Array, and prepared the text for output by cuting it and highlighting the searched word. (using css ;-)&lt;br /&gt;&lt;br /&gt;Naturally i wanted to add a Percentage to it, but was not sure how to calculate the right one.&lt;br /&gt;After searching a while in the Internet i found &lt;a href="http://www.webhostingchat.com/forum/archive/index.php/t-3959"&gt;that source&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;In Short:&lt;br /&gt;a = the relevance of the current Array Value.&lt;br /&gt;b = highest relevance of the search&lt;br /&gt;&lt;br /&gt;percentage = (a / b) * 100&lt;br /&gt;&lt;br /&gt;The first one gets 100 Percent, and then it drops in direct proportion...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-111901040223995877?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/111901040223995877/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=111901040223995877' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111901040223995877'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111901040223995877'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/06/mysql-relevance-in-fulltext-search.html' title='MySQL relevance in FULLTEXT Search'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-111873051291663961</id><published>2005-06-14T08:28:00.000+02:00</published><updated>2005-06-14T08:32:15.873+02:00</updated><title type='text'>Battlefield 2 Demo</title><content type='html'>I just downloaded and installed the demo. Since i first saw some footage, i definately wanted the game.&lt;br /&gt;This morning i was able to test the Demo for some minutes, enough to get a first impression: WOW! I mean, i thought the game will be cool and so, but i definetly thought although my computer is not the weakest, i will have to lower some details, or it will at least bucking or laggin....&lt;br /&gt;&lt;br /&gt;no way, it runs as smooth as btf vietnam...&lt;br /&gt;&lt;br /&gt;And for that i am really glad. They did their homework and i will buy the game as soon as possible.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-111873051291663961?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/111873051291663961/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=111873051291663961' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111873051291663961'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111873051291663961'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/06/battlefield-2-demo.html' title='Battlefield 2 Demo'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-111865576912368983</id><published>2005-06-13T11:35:00.000+02:00</published><updated>2005-06-13T11:42:49.126+02:00</updated><title type='text'>OpenOffice vs. MsOffice</title><content type='html'>Matt did a performance test between Word and Writer.. it is kind of interesting since Microsoft decided some time ago to save the data also in the XML Format.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.matt13.com/computer/open_office_or_ms_office/index.html"&gt;Here is the Site.&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-111865576912368983?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/111865576912368983/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=111865576912368983' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111865576912368983'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111865576912368983'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/06/openoffice-vs-msoffice.html' title='OpenOffice vs. MsOffice'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-111839318987421938</id><published>2005-06-10T10:35:00.000+02:00</published><updated>2005-06-10T10:46:29.876+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Browser'/><title type='text'>CSSBug macIE: space in classname</title><content type='html'>If there are Spaces in classnames, macIE uses an internal css class called .infobox.&lt;br /&gt;So if your document contains a css class called .infobox, macIE will use it ;-))&lt;br /&gt;&lt;br /&gt;Here is a &lt;a href="http://www.jewellabs.com/clients/dready/cssbugs/macie/infobox.html"&gt;TestPage.&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-111839318987421938?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/111839318987421938/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=111839318987421938' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111839318987421938'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111839318987421938'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/06/cssbug-macie-space-in-classname.html' title='CSSBug macIE: space in classname'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-111814995528060492</id><published>2005-06-07T15:06:00.000+02:00</published><updated>2005-06-07T15:12:35.283+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>debian sarge released stable</title><content type='html'>After several years and a week later they finally managed to release sarge as stable....&lt;br /&gt;My first action was to update my woody/stable debian installation to sarge...&lt;br /&gt;&lt;br /&gt;Error?? ... ok .. look into the sources.list... ahh.. some servers are not up to date.. ok change it... all worked fine!!! ;-)&lt;br /&gt;&lt;br /&gt;Then i did something i don't like.. i let them update everythink... waited and then rebooted the server..&lt;br /&gt;&lt;br /&gt;If everythink worked fine it should get up without problems, if not, i will not get any sleep today...&lt;br /&gt;&lt;br /&gt;And then everythink worked just perfect....&lt;br /&gt;&lt;br /&gt;Today i will update my sarge/testing chroot installation to etch...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-111814995528060492?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/111814995528060492/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=111814995528060492' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111814995528060492'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111814995528060492'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/06/debian-sarge-released-stable.html' title='debian sarge released stable'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-111685029345200366</id><published>2005-05-23T14:04:00.000+02:00</published><updated>2005-05-23T14:11:33.456+02:00</updated><title type='text'>rise</title><content type='html'>Yesterday we had a Epsiode day. First we have seen Epsiode 1 and 2 at my place, and then we went to the cinema for Epsiode 3.&lt;br /&gt;&lt;br /&gt;Well i have to admit that i am pretty impressed by the movie. They have managed closing the gap between the old and the new trilogy real fine.&lt;br /&gt;&lt;br /&gt;If you like Star Wars, you have to see it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-111685029345200366?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/111685029345200366/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=111685029345200366' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111685029345200366'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111685029345200366'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/05/rise.html' title='rise'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-111657143301464629</id><published>2005-05-20T08:36:00.000+02:00</published><updated>2005-05-20T08:43:53.016+02:00</updated><title type='text'>bye bye good old anonymity</title><content type='html'>A thing so obscure and so brutal to the internet communitiy, that i could not even imagine it, just happend. Austrian citizans are now required to give their real names and address on their private Homepage, even if it is just a Site with photos from their 6 month old child!&lt;br /&gt;&lt;br /&gt;Hello??? Where is the privacy in that? It is also unlikely that they will now start to search for sites without proper data. So what is it then for?&lt;br /&gt;&lt;br /&gt;Another point for the police state without privacy..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-111657143301464629?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/111657143301464629/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=111657143301464629' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111657143301464629'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111657143301464629'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/05/bye-bye-good-old-anonymity.html' title='bye bye good old anonymity'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-111579648359047415</id><published>2005-05-11T09:22:00.000+02:00</published><updated>2005-05-11T09:28:03.610+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Browser'/><title type='text'>DOM Inspector</title><content type='html'>The DOM Inspector is a very good Tool, and needed desperately while programming websites. FireFox for instance has it's own and you can install it with FireFox for free.&lt;br /&gt;&lt;br /&gt;Internet Explorer on the other hand has nothing shipped with it. Now i read at &lt;a href="http://blogs.msdn.com/ie/archive/2005/05/10/416156.aspx"&gt;IE Blog&lt;/a&gt; that there will not be any Inspector, because "3rd Parties have already programmed it"... and you can download it ... or better say B U Y it from them...&lt;br /&gt;&lt;br /&gt;What the hack ... buy????&lt;br /&gt;&lt;br /&gt;Well, again one point for FireFox.. they are not as lousy programmers as at microsoft ;-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-111579648359047415?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/111579648359047415/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=111579648359047415' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111579648359047415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111579648359047415'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/05/dom-inspector.html' title='DOM Inspector'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-111563255483572348</id><published>2005-05-09T11:45:00.000+02:00</published><updated>2005-05-09T11:55:54.850+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>never change a running system</title><content type='html'>This is the first rule every technician learn. But what if the server will not work anymore... After about 8 months our Debian Server run without big problems.. but today when i got to work, nor ssh or samba was working. Only apache still ran without any problems.&lt;br /&gt;I went to the server room and triied to start ssh by hand.. but nothing happend...&lt;br /&gt;&lt;br /&gt;So i took a good breath.. waited a little time and then entered this magical words... shutdown...-h...now .... and stared shocked at the monitor if anythink bad happend and wondered if i did the right thing...&lt;br /&gt;&lt;br /&gt;Then i waited .. it must have been hours.. but it was surely not more than some seconds... boot screen... linux starting up... no error message.. good..initilizing... ok... login prompt...wow.. nothing happend?...  i logged in to check further... samba is running, ssh is runnning.. apache ...and everythink else...&lt;br /&gt;&lt;br /&gt;I got up and back to my workstation and checked again.. everythink is working fine.. i checked the log files.. nothing reported between the 4 of Mai and today after i rebooted the server.. strange very strange..&lt;br /&gt;&lt;br /&gt;although everythink works probably normal, i don't know why it did not work in the first place.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-111563255483572348?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/111563255483572348/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=111563255483572348' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111563255483572348'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111563255483572348'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/05/never-change-running-system.html' title='never change a running system'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-111563193551181390</id><published>2005-05-09T11:42:00.000+02:00</published><updated>2005-05-09T11:45:35.533+02:00</updated><title type='text'>loong weekend</title><content type='html'>I used some of my overtime and rode away last Wednesday until i got back on Sunday. I have to say, although it have been 5 days, i usually will need additional two weeks ;-)&lt;br /&gt;&lt;br /&gt;And naturally the weather was as bad as it could be.. rain, cold temperature.. but it did not matter... i had enough to reed and relax.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-111563193551181390?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/111563193551181390/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=111563193551181390' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111563193551181390'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111563193551181390'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/05/loong-weekend.html' title='loong weekend'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-111467205621632915</id><published>2005-04-28T08:58:00.000+02:00</published><updated>2005-04-28T09:07:36.216+02:00</updated><title type='text'>new Handies and Technologies</title><content type='html'>This week i bought a new Handy... it is a SonyEricsson K700i. After charging the phone about a day (i was at work) i finally was able to install the PC Software. Then i connected my phone with the PC through Bluetooth. After that i started downloading all Sounds and Videos for backup reasons... well i started it yes... but it did not end...&lt;br /&gt;&lt;br /&gt;After a couple of hours i was able to backup everythink.. the problem: the phone froze and nothing worked.. that happend a couple times and it was really going to be anoying...&lt;br /&gt;I could only finish the job by using my old infra-red connection .. what's that all about?? Hello.. bluetooth did not come to life yesterday... it is now some years old...&lt;br /&gt;&lt;br /&gt;well i contacted today the support and will try to get this thing to work.&lt;br /&gt;&lt;br /&gt;Next Problem: Software&lt;br /&gt;I want to manage my address book through my pc as i did with my old nokia handy. But all i could find is a sync tool for Outlook... HELLO? Who the hell has Outlook installed on a private Computer? Is there nothing else? Someting Open Source?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-111467205621632915?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/111467205621632915/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=111467205621632915' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111467205621632915'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111467205621632915'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/04/new-handies-and-technologies.html' title='new Handies and Technologies'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-111453452734907834</id><published>2005-04-26T18:48:00.000+02:00</published><updated>2005-04-26T18:56:36.920+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>ssh Problems after upgrade</title><content type='html'>My development server at home runs with debian. At First i installed debian woody with a chroot sarge environment. Then i bought a 200 GB Harddisk and was forced to upgrade my woody kernel to 2.6.10. I managed to get woody to work with the new Harddisk and everythink else, but in my sarge chroot environment my ssh will not work anymore.&lt;br /&gt;&lt;br /&gt;It says: &lt;span style="font-style: italic;"&gt;could not allocate tty&lt;/span&gt; or &lt;span style="font-style: italic;"&gt;stdin: is not tty&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;I checked the usual thinks, /dev/pty are more than enough, mtab and fstab are ok for an chroot environment. The sshd_config is also allright. The only version how i managed to get ssh to work was from linux typing: ssh root@localhost -p sh -i&lt;br /&gt;&lt;br /&gt;Uninstalling and then reinstalling ssh again will not work. And i could not find anythink on the net. I will not give up, but i do not know what option i have to try?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-111453452734907834?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/111453452734907834/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=111453452734907834' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111453452734907834'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111453452734907834'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/04/ssh-problems-after-upgrade.html' title='ssh Problems after upgrade'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-111415344560766626</id><published>2005-04-22T09:02:00.000+02:00</published><updated>2005-04-22T09:04:05.606+02:00</updated><title type='text'>Poem</title><content type='html'>Yesterday i have heard this poem and i love it, although i do not know who wrote it:&lt;br /&gt;&lt;br /&gt;Dear White Fella,&lt;br /&gt;&lt;p&gt; Why do you call me colored?&lt;/p&gt;   &lt;p&gt;I am Black&lt;br /&gt;I was born Black&lt;br /&gt;When I'm scared, I'm Black&lt;br /&gt;When I'm sick, I'm Black&lt;br /&gt;When I'm in the sun I'm Black&lt;br /&gt;When I die, I will be Black&lt;/p&gt;   &lt;p&gt;White Fella,&lt;br /&gt;You are White&lt;br /&gt;You were born Pink&lt;br /&gt;When you're scared, you're Blue&lt;br /&gt;When you're sick, you're Green&lt;br /&gt;When you're in the sun, you're Red&lt;br /&gt;When you die, you will be Gray&lt;br /&gt;So, why do you call me colored?&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-111415344560766626?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/111415344560766626/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=111415344560766626' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111415344560766626'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111415344560766626'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/04/poem.html' title='Poem'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-111408136884866695</id><published>2005-04-21T12:54:00.000+02:00</published><updated>2005-04-21T13:02:48.850+02:00</updated><title type='text'>The Incredibles</title><content type='html'>I also did not make it into the cinema for this movie, but i bought the dvd because it is a pixar movie and they never did a movie i did not like... one moment.. ok there is actually one movie i never saw... &lt;span style="font-style: italic;"&gt;A bugs life&lt;/span&gt;.. because i have seen ants and did not want to measure them i thought i had to make a pause before watching that one...&lt;br /&gt;&lt;br /&gt;But to get back to track i wanted to say something about &lt;span style="font-style: italic;"&gt;the Incredibles&lt;/span&gt;. Well at first i thought ok, lets see it, but i don't think they can top &lt;span style="font-style: italic;"&gt;nemo&lt;/span&gt;. But i have to say it started low, but it actually get real better and better. I love this analogy to &lt;span style="font-style: italic;"&gt;James Bond&lt;/span&gt;.. really cool. The sounds, the Camera settings.. wow..&lt;br /&gt;&lt;br /&gt;Some of my friends actually thing they have managed to top &lt;span style="font-style: italic;"&gt;nemo&lt;/span&gt;.. i don't know.. i think you can't see it quite that way. I think of course both are good, but i can not decide which one is better.. they are so different in many ways.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-111408136884866695?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/111408136884866695/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=111408136884866695' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111408136884866695'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111408136884866695'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/04/incredibles.html' title='The Incredibles'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-111389353158405745</id><published>2005-04-19T08:45:00.000+02:00</published><updated>2005-04-19T08:52:11.586+02:00</updated><title type='text'>Adobe bought Macromedia</title><content type='html'>When i did read this message i thought: "Oh my goodness...." now it is over. Then i looked to the comments and i agreed with all of them: "Why can't Adobe remain in the Photoshop, Premier, Acrobat,... business... i mean Go Live was a criminal act, now they got Dreamweaver and Flash to work on..&lt;br /&gt;&lt;br /&gt;I hope we are exaggerating, but if not, then we are doomed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-111389353158405745?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/111389353158405745/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=111389353158405745' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111389353158405745'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111389353158405745'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/04/adobe-bought-macromedia.html' title='Adobe bought Macromedia'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12119224.post-111389312368231450</id><published>2005-04-19T08:30:00.000+02:00</published><updated>2005-04-19T08:45:23.683+02:00</updated><title type='text'>hide and seek</title><content type='html'>Yesterday we went to the cinema for "&lt;span style="font-style: italic;"&gt;hide and seek&lt;/span&gt;" with Robert DeNiro. We got free tickets and did not know what will await us there. But i was able to see the trailer before the movie, so we were a little prepared.&lt;br /&gt;&lt;br /&gt;The beginning was tragic, as you can gess, and then the director let you belief something mystical is going on... it got a little bit from stephen king.&lt;br /&gt;&lt;br /&gt;But the second &lt;a href="http://www.angelfire.com/movies/coolscreenwriter/structure.html#a"&gt;Plot Point&lt;/a&gt; then was ingenious. I mean, i have not seen such a good Plot Point since &lt;a href="http://www.imdb.com/title/tt0167404/"&gt;Sixth Sense&lt;/a&gt;.&lt;br /&gt;I mean, you sit there in the cinema and are making thousands of different versions who the bad guy is, and then finally it all come to one person in the end.&lt;br /&gt;&lt;br /&gt;It is really a good movie, although i will not buy the dvd. It is not my genre.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12119224-111389312368231450?l=seminex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://seminex.blogspot.com/feeds/111389312368231450/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12119224&amp;postID=111389312368231450' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111389312368231450'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12119224/posts/default/111389312368231450'/><link rel='alternate' type='text/html' href='http://seminex.blogspot.com/2005/04/hide-and-seek.html' title='hide and seek'/><author><name>Dready</name><uri>http://www.blogger.com/profile/01118160712807552417</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_liXYsLCkTQI/S3wIMcW0QmI/AAAAAAAAAL0/o3px2joaIno/S220/dready_avatar.jpg'/></author><thr:total>0</thr:total></entry></feed>
