Feed on Posts or Comments

Category ArchivePersonal




Frustrations & Windows & Programming Daantje on 09 Mar 2010

PHP session doesn’t work in IE8, phishing filter problem?

I found a real strange bug. A client of mine has two sites. One I host, the other is hosted by a 3th party. Now the client has a domain control panel for the other site and rerouted the other domain to the one I host, but the system just makes a frameset. Not real SEO, but okay. After a few days bug reports came in. Can not log in etc. Can only be the sessions? But after testing I found that the bug only appears in Internet Explorer (tested only 8) and only on the rerouted domain, not the one I host. Fix was easy. Just added a little javascript to break out of the top frameset and everyting was working again. I think it’s Microsoft’s Phishing filter that is kicking in, but have to test further.

Here’s my litte fix: :-)

if(top.frames.length){
top.location.href = self.location.href;
}

iPhone & Frustrations Daantje on 02 Sep 2009

Fixed (replaced) my broken iPhone touch screen

Yes! My love is working again! I broke my touch screen last month and had to fall back on my Nokia 9300i. Not nice when you are used to an iPhone! After some calls to some iCenters and Apple stores, I found that it was not possible to fix my iPhone trough regular channels. After some googling I found a small company here in the Netherlands that was happy to send me a new screen for €49,- excl. €7,- shipping. So I ordered one and within two days I had my screen! Best service ever! So if some part of your iPhone is broken, check this site for parts: www.ipod-service.nl The company can fix your phone too, if you want to send your iPhone to them, so give them an e-mail if you have questions! Real nice people!

chopper & bicycles Daantje on 15 Jun 2009

Chopper Photo Shoot.

Last saturday Pat and I had a photo shoot with our bicycles. Here one of the photos. Me on my rat bike chopper. (Will add more photo’s l8er.)

photoshoot chopper

More info on http://cyclingindustries.nl

Here me in action on that chopper last year…

Personal Daantje on 11 May 2009

Twitter 2 me…

Finaly i’m using my twitter account ;) You can follow me at https://twitter.com/daantje_nl. Later I will put up a rss feed of my tweet.


Debian & Tech & Personal Daantje on 10 Mar 2009

Convert Axis webcam stream to Flash (.swf/.flv) Revised!

I’ve revised my post on how to convert an Axis webcam stream to Flash (.swf/.flv). Check my post: http://www.daantje.nl/2007/05/07/convert-axis-webcam-stream-to-flash-swfflv/

MacOS & Personal Daantje on 05 Oct 2008

Screenshot howto on MacOS X

Just here because I keep forgetting how to get the whole window… Stupid me ;)

  • Command-Shift-3:
    Take a screenshot of the screen, and save it as a file on the desktop
  • Command-Shift-4, then select an area:
    Take a screenshot of an area and save it as a file on the desktop
  • Command-Shift-4, then space, then click a window:
    Take a screenshot of a window and save it as a file on the desktop
  • Command-Control-Shift-3:
    Take a screenshot of the screen, and save it to the clipboard
  • Command-Control-Shift-4, then select an area:
    Take a screenshot of an area and save it to the clipboard
  • Command-Control-Shift-4, then space, then click a window:
    Take a screenshot of a window and save it to the clipboard

Frustrations & Windows Daantje on 18 Apr 2008

Save the developers!

IE6 is an hell, I’ve posted this more than ones, but now there is a new online campaign, that tries to move the current IE6 users to upgrade there browser. savethedevelopers.org I’ve added the little simple javascript line to my site, to help all MSIE 6 users to upgrade to a better browser. IE6 is a hell for developers, so more and more developers are skipping the ie6 compatibility. I do! I just leave the non working features out for IE6 browsers… When you have a IE7, Firefox, Safari or Opera, the features will work fine. So please, help to save the developers and upgrade your IE6!


Programming & Personal Daantje on 18 Apr 2008

Haven’t blogged 4 a while…

I was so busy for the last few months! So here is an update about the stuff I was doing the last few months. I’m building a new online web store for the chopperdome that is completely linked to there Exact Globe 2003 administration/accounting system. A lot of work! Also bought a HTC Touch Cruise four weeks ago. Will post some hacks and applications I’ve found use full in the next few weeks. Also bin busy with jQuery. A javascript lib that rules! I use it now for about 6 months and I do everything with it! Check a site I build with only jQuery: jolet.eu Bought a new laptop, a MacBook Pro. Will also post some hacks and apps when I find the time ;) Have a windows partition on it of 20 Gb. Was 5 Gb… To small for my Visual Studio installation. So had to expand it. That is not a great idea to do when you don’t use time machine!! Have Parallels on it for now, but I think that VMware Fusion is a better plan to buy… Have to check some speed tests. That is it 4 now. I promise I will post some kewl stuff soon ;)

Personal Daantje on 13 Jan 2008

Here she is; Kes


Born on the 11th of January 2008, my second daughter Kes!
kes

Frustrations & Windows Daantje on 25 Oct 2007

How to join a Windows XP client to a Windows domain

Wow, so much frustrations, just don’t know how windows works… This here is just for me, cause I keep forgetting!

On client machine:

  • right click on My Computer
  • Properties
  • Machine name
  • Change domain button
  • Add to workgroup
  • Restart…
  • right click on My Computer
  • Properties
  • Machine name
  • Change domain button
  • Add to domain
  • Join with login and pass
  • Restart…

Done…

Then sync time with domain controler…

  • Login with administrator account.
  • Open command prompt.
  • Type following:

    w32tm /config /syncfromflags:domhier /update
    net stop w32time
    net start w32time

Done…


Next Page »