7/30/2005

Internet Explorer fix

Filed under: Software — Guus @ 5:40 pm

Once in a while my IE opens windows in weird fixes en weird positions. I checked my computer on spyware and removed all suspicious applications, but still did the problem occur. With the help of Google I found a fix for it.

This is what I did to solve the problem:
I’ve just create a file called IEPlacement.reg, with this contents:
————–

REGEDIT4

[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMain]
“Window_Placement”=-

————–
This 4 line script resets the Window Placement to the default factory setting.

Installation: 1. Close all your IE browsers and 2. Double click the reg file 3. The problem disappeared.

BTW: The registry is also available for download here

Regular Expressions PHP Tutorial

Filed under: Developing — Guus @ 5:04 pm

A nice tutorial showing how using Regular Expressions in PHP.

Regular Expressions PHP Tutorial
PHP Regular Expressions

7/23/2005

HTML and CSS Table Border Style Wizard

Filed under: Developing — Guus @ 5:26 pm

Nice way to visually design a html table with a stylesheet.

HTML and CSS Table Border Style Wizard

7/19/2005

Viewstate decoder tool

Filed under: Developing — Guus @ 4:17 pm

Pluralsight - Premier Microsoft .NET Training and Content Development

7/18/2005

Lego USB Flash Drive

Filed under: Humoristic — Guus @ 9:32 am

How to build your own Lego USB Flash Drive. Useless, but funny.. :-)

Lego USB flash drive

Lego USB Flash Drive by Spiked Mods

7/16/2005

Optimus keyboard

Filed under: Humoristic — Guus @ 3:03 pm

Very cool keyboard. Unfortunately not in production yet :-(

“Every key of the Optimus keyboard is a stand-alone display showing exactly what it is controlling at this very moment.”

cool keyboard

Optimus keyboard

7/15/2005

Property Generator of Visual Studio .NET

Filed under: Developing — Guus @ 10:18 am

I was missing a option in VS2003 to generate getters and setters for a class. This is a default feature in Eclipse IDE.

But now i found a tool for it:
VS2003 property generator

Property Generator of Visual Studio .NET

7/7/2005

XhtmlWebControls.NET : Enabling Xhtml Compliant ASP.NET Development

Filed under: Developing — Guus @ 3:11 pm

XhtmlWebControls.NET : Enabling Xhtml Compliant ASP.NET Development
Committed to excellence, we created a collection of web controls that empower developers to create XHTML compliant web applications. The code produced by these controls is crystal clean and will render in all browsers that support XHTML 1.1 and CSS 1 including Internet Explorer v5 and up for both Windows and Mac, Netscape 6 and up, Mozilla 1.4, Opera 7, AOL, AvantBrowser, Safari and many more.

Get Intellisense for Web.config and App.config in Visual Studio .NET

Filed under: Developing — Guus @ 3:09 pm

Get Intellisense for Web.config and App.config in Visual Studio .NET