Sign up

Websites and blogs of people that attended a Homebrew Website Club Düsseldorf.

A public list by dan.

lennybacon.com Valid

The UploadDialogControl v. 2.3.1.10088 and beyond

I currently working again on iFused (Internet File Upload Select and image Editing Dialog). Yesterday i released the version 2.3.1.10088: support for “~” as palceholder for the application path code optimization performance optimization I have a lot of things to do on based on the wishlist and loads of mail in my inbox. This is what i plan to catch until 1st. of february: Use physical path outside of the application root as UploadDirectory Database as source for files and directorys

lennybacon.com Valid

Code of the Week

Stephan posted “Tool der Woche” (tool of the week) - T.YogaRamanan has posted some code that allows undelete in NTFS on codeproject.com

lennybacon.com Valid

CSS Attribut selector to style different types of INPUT

I found this: input[type="button"] { color: red; } over here and like other guys (see feedback) i’ve never gooled for it - thx.

lennybacon.com Valid

German bloggers, Chris and Me MainFeed

DotNerGerman (my blog is also hosted there) offers a MainFeed of german Bloggers (Dirk Primbs, Dieter Föttinger, Alexander Zeitler, Damir Tomičić, Stephan Troxler, Thomas Bandt, Uwe Bauman, Bernd Spuida, Roman Pittroff, Jens Meyer, …) and german bloggers blogging in english for example Christoph Wille and me, Daniel Fisher(lennybacon). So have a look!

lennybacon.com Valid

My Nerd Score

lennybacon.com Valid

Wohl mehr GAGA als GIGA...

GIGA Homepage Award 2004 - Die Entscheidung ist gefallen … Und da Gab es auch einen ASP.NET Award … quasi … http://www.der-ebner.de/ Die einzige professionelle Site. Wurde mit ContentXXL erstellt. Nett. Gratulation. Aber keine Angst. Es gibt auch noch lustiges sonst wär mir das auch keinen Blogeitrag wert: So z.B.: skripte4u […] komplett in ASP.NET entwickelte Site überzeugte uns vor allem mit ihrer technischen Funktionalität […] Mein lieblingsfeature ist ein Klick auf “Chat” worauf die Navigation verschwindet und der nicht formatierte Text “z.

lennybacon.com Valid

MSDN blogged

Mike Hall likes ASCII Art … http://blogs.msdn.com/mikehall/archive/2004/12/28/341038.aspx

lennybacon.com Valid

C# Image 2 ASCII

What i really like about the days between x-mas and new year is that you have time for things that you usually don’t have time for. The stroy: I love my girlfriend. I likle C# and I like asciiart. So it happend that she showed me some ascii’s. I asked myself if somebody has written some image to ascii in C#. I googled but found nothing. I did some image manipulation stuff for the company before x-mas and so I builded a basic image to ascii conversion library in C#.

lennybacon.com Valid

Schlund vs. Security

Schlund is in the words of their CTO “#1 hoster in europe” (4.500000 domains) and “no one has such an expirience”. Today i made the expirience that they allow only 8 (in words eight) character passwords for mailboxes :-( 

lennybacon.com Valid

You don't like... no... You hate a piece software?

A nice list can be found under following URL: http://www.dreckstool.de/ An interesting facts BEA and WebSphere are more on top that IIS VisualStudio is in the list VisualStudio .NET not (even if it replaces html codes to it’s characters without asking…)

lennybacon.com Valid

A class that can be added...

A class that can be added… public class Point { private int x, y; public Point(){} public Point(int xPos, int yPos){ x = xPos; y = yPos; } public static Point operator + (Point p1, Point p2) { Point newPoint = new Point(p1.x + p2.x, p1.y + p2.y); return newPoint; } } I just wrote that down to have it written once ;-)

lennybacon.com Valid

TechTalk UserGroup Special

Die Plätze sind begrenzt - VORANMELDUNG PER MAIL ERFORDERLICH. http://www.vfl-niederrhein.net/ http://staff.newtelligence.net/michaelw/Default.aspx http://www.zakk.de/

lennybacon.com Valid

First Build on new Notebook

I released the 1st. build of iFused from my new supercoolandhipandfasterandmorememoryandwidescreenedandfatsoundbyjblspeakers hp notebook. Thanks to Jonathan de Siqueira for contibuting Portugues Brazil.

lennybacon.com Valid

Enable clientside javascript events for the RadioButtonControl

using System.Drawing; using System.Drawing.Design; using System.Text; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; namespace StaticDust.Web.UI.Controls { [Designer(typeof(RadioButtonDesigner))] public class RadioBut...

lennybacon.com Valid

Definitely on my wishlist for whidby

lennybacon.com Valid

Herzblatt

SUSI: So lieber Administrator jetzt musst du dich entscheiden. Ist es A, der smarte und überlegte, der genau weiss was sein Code und sein Programm tut und die benötigten Recht für seine Applikation sauber abgrenzt (z.B. durch das Einrichten eines “ServiceAccounts”). oder ist es B, der hitzige Typ, der die Augen vor dem Fortschritt verschliesst, wenn er mal gut gelaunt ist dem Admin eine Readme unterjubelt in der ungenau dokumentiert ist welche Recht sein Code zum Ausführen braucht und solange bis etwas in die Hose geht immer sagt “Das ist Aufgabe des Administrators”.

lennybacon.com Valid

NDoc Macro again

Something usefull i posted in my old blog and promised Christian and Günther to post it again… #Region "NDoc()" Sub NDoc() Dim nDocPath As String = "C:\Program files\NDoc\bin\.net-1.1\" Dim objProj As Object() Dim proj As Project 'Get Project objProj = DTE.ActiveSolutionProjects If objProj.Length = 0 Then Exit Sub End If proj = DTE.ActiveSolutionProjects(0) If (proj.ConfigurationManager.ActiveConfiguration.ConfigurationName = "Debug") Then MsgBox("You cannot run this Macro in the Debug-configuration." & vbCrLf & _ "Switch to ""Realease"", build the project and run this Macro again.

lennybacon.com Valid

Another template based solution with ASP.NET 1.1

In the past weeks i have looked at several template based solutions for ASP.NET 1.1, because i can’t wait for .NET 2.0. Region MasterPages and it’s variations all around the web No WYSIWYG/VS.NET support - No solution for me. Masterpages reinvented Nice try, but i don’t want to add so much lines to the code behind. I also realized SiteMesh.NET (http://joe.truemesh.com/blog/000275.html - hey Joe fix that damn JS error!!!), but i don’t like that approach.

lennybacon.com Valid

Techtalk November Trailer #2

Visit Micheal’s Blog …

lennybacon.com Valid

No comment ...