Tools

22
Feb
2007

Microsoft Editor für benutzerdefinierte Zeichen (eudcedit)

Mit dem Editor für benutzerdefinierte Zeichen können Sie bis zu 6.400 eindeutige Zeichen für die Schriftartenbibliothek definieren (beispielsweise spezielle Buchstaben oder Logos). Der Editor enthält sowohl einfache Tools für das Erstellen und Bearbeiten von Zeichen als ... ... ...
schreibt Microsoft.

Eigentlich kennt es kaum einer;

Mit diesem Programm (eudcedit) kannst du benutzerdefinierte Symbole erstellen und abspeichern.
Benutzdefinierten Zeichen werden in der Datei Eudc.tff abgespeichert.
Start > Ausführen > eudcedit
Org. Link

24
Jan
2007

E-Mail Icon Generator

For GMail, Hotmail, MSN, Yahoo!, AOL and many more!
Org. Link

10
Mai
2005

eMail Address Converter

Do you hate SPAM as much as we do? Are you sick and tired of SPAMbots sifting through your web pages and collecting email addresses? This utility will convert plain text strings into HTML Special characters that should work with all browsers while being hidden from most SPAMbots.

Enter an email address below and the correct 'mailto' tag will be displayed for you to cut and paste into your HTML code.

Original Link

1
Mrz
2005

Mark Hammond's Free Stuff

home page of the Python for Windows Extensions, and a few other things

original link

Python for Windows extensions

Python Extensions for Windows on SF.net

original link

14
Feb
2005

NTsendmail

NTsendmail is Highly Acclaimed UNIX Sendmail replacement for NT. NTsendmail is realeased under the GNU Public License. NTsendmail was designed to enable script writers to use their UNIX CGIs on Windows 95/98/NT/2000. NTsendmail also works on UNIX/Linux.

Current Version: 2.0.24.

PROBLEM: You have a UNIX CGI written in Perl whose method for sending mail is to open a pipe to sendmail and feed it a mail message.

E.g.:
#! /usr/bin/perl -w
$|=1;
$sendmail = "/usr/lib/sendmail";
open (MAIL, "| $sendmail -t -f \'tester\@1testdomain.com\'") || die ("Opening pipe failed."); 
print MAIL "From: tester\@1testdomain.com\r\n";
print MAIL "To: tester\@1testdomain.com\r\n";
print MAIL "Subject: Message from NTsendmail\r\n";
print MAIL "Hi there. This script sure works great on UNIX, doesn't it?\r\n";
close (MAIL);
exit 0;
You soon realize that NT doesn't have sendmail, or any other means of sending mail from a Perl script, unless you have installed an expensive third party sendmail emulator, and even then your scripts are likely to fail due to complex configuration problems.

SOLUTION:
# Install NTsendmail.pm, the NTsendmail object module in your perl libraries directory. Typically "c:\\perl\lib\."
# Modify your scripts to work with NTsendmail. NTsendmail syntax is as follows:
$ENV{"NTsendmail"} = "your.mail.server";
$mail = new NTsendmail;
$mail->send($sender, $recipient, $subject, $message);
SECURITY, CONFORMITY: NTsendmail calls the local mailserver, or another mailserver which accepts mail from your machine. This is done to guarantee that all mail handling, caching, etc. is done according to the same rules as all your other mail. NTsendmail is tested with UNIX sendmail. Other mail servers might or might not work.

This method of specifying a mailserver also allows you to run Perl CGIs on a server without a mailserver, using another machine's mailserver instead. By utilizing a mailserver behind a firewall, this feature can be used to complement your company's security policies for mail.

NTsendmail is a true plug and play solution, instead of requiring complex configurations of its own.

You plug it in and use it. That's all there is to it.

REQUIREMENTS: You must have Perl installed on your NT system. (Tested on Perl 5. Perl 4 might work.) Requires the Socket module to be installed (standard with most Perl installations).

GETTING NTSENDMAIL: NTsendmail is copyright 1997-2002 Troy Korjuslommi.

NTsendmail is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License.

The username and password to download NTsendmail are "GNU" "license". Please visit the downloads page to download it.

SUPPORT:
The NTsendmail Help Page contains some more info. Please always check there first.

Tksoft, OY, Inc. is Linux consulting company. We sell support contracts for Linux. We do not plan to offer NT support, even for NTsendmail.

Our staff members answer questions in their spare time so please be considerate.

SUPPORTED MAIL SERVERS:
NTsendmail requires a mail server to exist somewhere on the network. Please let us know about the email server which you use, and whether or not NTsendmail works for you. If you are the first to report a server, we will list you here, along with your company's URL.

(List started: Thu Sep 9 11:09:22 PDT 1999)

original link

13
Feb
2005

Dynamic Drive Email Riddler- email encryption script and tool

Email Riddler (online tool)

Description: Email Riddler is an online tool that encrypts and transform your email address into a series of numbers when displaying it, making it virtually impossible for spam harvesters to crawl and add your email to their list.
...
original link

SunStar Media - Online Utilities - Unicode Email Address

Javascript Email Address Protection

Protect your email address from being leeched from your website by using javascript. Most automated email leeching programs look for MAILTO tags and properly formatted email addresses. By converting your email address to javascript, these programs aren't able to detect your email address.^
...
original link

11
Feb
2005

Farbwähler für Harmoniekontraste

Der Zweck des Farbwählers ist es, zueinander passende Farben zu finden. Die Elemente des Farbwählers sind so angeordnet, dass eine bestimmte Farbkombination anschaulich beurteilt werden kann, bevor sie in ein Layout integriert wird. Es können Zweier-Harmonien, Dreier-Harmonien, Vierer-Harmonien, Auffächerungen und Farbreihen ermittelt werden. Es ist auch möglich, ganz individuelle Farbkombinationen einzustellen.
...
original link

E-Mail-Adressen codieren: HTML-Zeichencodes

nr                     dez        hex
-----------------------------------------
 32  	   	 	  	 
 33  	 ! 	!	! 	!
 34  	 " 	"	" 	"
 35  	 # 	#	# 	#
 36  	 $ 	$	$ 	$
 37  	 % 	%	% 	%
 38  	 & 	&	& 	&
 39  	 ' 	"	' 	'
 40  	 ( 	(	( 	(
 41  	 ) 	)	) 	)
 42  	 * 	*	* 	*
 43  	 + 	+	+ 	+
 44  	 , 	,	, 	,
 45  	 - 	-	- 	-
 46  	 . 	.	. 	.
 47  	 / 	/	/ 	/
 48  	 0 	0	0 	0
 49  	 1 	1	1 	1
 50  	 2 	2	2 	2
 51  	 3 	3	3 	3
 52  	 4 	4	4 	4
 53  	 5 	5	5 	5
 54  	 6 	6	6 	6
 55  	 7 	7	7 	7
 56  	 8 	8	8 	8
 57  	 9 	9	9 	9
 58  	 : 	:	: 	:
 59  	 ; 	;	&#59; 	&#x3B;
 60  	 < 	&lt;	&#60; 	&#x3C;
 61  	 = 	=	&#61; 	&#x3D;
 62  	 > 	&gt;	&#62; 	&#x3E;
 63  	 ? 	?	&#63; 	&#x3F;
 64  	 @ 	@	&#64; 	&#x40;
 65  	 A 	A	&#65; 	&#x41;
 66  	 B 	B	&#66; 	&#x42;
 67  	 C 	C	&#67; 	&#x43;
 68  	 D 	D	&#68; 	&#x44;
 69  	 E 	E	&#69; 	&#x45;
 70  	 F 	F	&#70; 	&#x46;
 71  	 G 	G	&#71; 	&#x47;
 72  	 H 	H	&#72; 	&#x48;
 73  	 I 	I	&#73; 	&#x49;
 74  	 J 	J	&#74; 	&#x4A;
 75  	 K 	K	&#75; 	&#x4B;
 76  	 L 	L	&#76; 	&#x4C;
 77  	 M 	M	&#77; 	&#x4D;
 78  	 N 	N	&#78; 	&#x4E;
 79  	 O 	O	&#79; 	&#x4F;
 80  	 P 	P	&#80; 	&#x50;
 81  	 Q 	Q	&#81; 	&#x51;
 82  	 R 	R	&#82; 	&#x52;
 83  	 S 	S	&#83; 	&#x53;
 84  	 T 	T	&#84; 	&#x54;
 85  	 U 	U	&#85; 	&#x55;
 86  	 V 	V	&#86; 	&#x56;
 87  	 W 	W	&#87; 	&#x57;
 88  	 X 	X	&#88; 	&#x58;
 89  	 Y 	Y	&#89; 	&#x59;
 90  	 Z 	Z	&#90; 	&#x5A;
 91  	 [ 	[	&#91; 	&#x5B;
 92  	 \ 	\	&#92; 	&#x5C;
 93  	 ] 	]	&#93; 	&#x5D;
 94  	 ^ 	^	&#94; 	&#x5E;
 95  	 _ 	_	&#95; 	&#x5F;
 96  	 ` 	'	&#96; 	&#x60;
 97  	 a 	a	&#97; 	&#x61;
 98  	 b 	b	&#98; 	&#x62;
 99  	 c 	c	&#99; 	&#x63;
 100  	 d 	d	&#100; 	&#x64;
 101  	 e 	e	&#101; 	&#x65;
 102  	 f 	f	&#102; 	&#x66;
 103  	 g 	g	&#103; 	&#x67;
 104  	 h 	h	&#104; 	&#x68;
 105  	 i 	i	&#105; 	&#x69;
 106  	 j 	j	&#106; 	&#x6A;
 107  	 k 	k	&#107; 	&#x6B;
 108  	 l 	l	&#108; 	&#x6C;
 109  	 m 	m	&#109; 	&#x6D;
 110  	 n 	n	&#110; 	&#x6E;
 111  	 o 	o	&#111; 	&#x6F;
 112  	 p 	p	&#112; 	&#x70;
 113  	 q 	q	&#113; 	&#x71;
 114  	 r 	r	&#114; 	&#x72;
 115  	 s 	s	&#115; 	&#x73;
 116  	 t 	t	&#116; 	&#x74;
 117  	 u 	u	&#117; 	&#x75;
 118  	 v 	v	&#118; 	&#x76;
 119  	 w 	w	&#119; 	&#x77;
 120  	 x 	x	&#120; 	&#x78;
 121  	 y 	y	&#121; 	&#x79;
 122  	 z 	z	&#122; 	&#x7A;
 123  	 { 	{	&#123; 	&#x7B;
 124  	 | 	|	&#124; 	&#x7C;
 125  	 } 	}	&#125; 	&#x7D;
 126  	 ~ 	~	&#126; 	&#x7E;
original link
logo

vireas

Suche

 

Aktuelle Beiträge

C i s c o  V...
can get always the latest version of C i s c o  V...
vireas - 12. Jul, 11:07
WM5: Custom text on today...
You can set a small custom text message on the bottom...
vireas - 15. Mai, 21:44
WM5: Increase Performance...
Boost Windows Mobile 5 performance up to 20 percent [HKLM\System\Stor ageManager\FATFS]...
vireas - 15. Mai, 21:42
WM5: Speed Up your Pocket...
This tweak might help improving visual performance...
vireas - 15. Mai, 21:41
Windows Ordner
-Es ist nicht möglich unter Windows einen Ordner anzulegen...
vireas - 22. Feb, 13:37

Archiv

April 2025
Mo
Di
Mi
Do
Fr
Sa
So
 
 1 
 2 
 3 
 4 
 5 
 6 
 7 
 8 
 9 
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
 
 
 
 
 
 

Status

Online seit 7708 Tagen
Zuletzt aktualisiert: 12. Jul, 11:07
vireas-plug

KnowHow
KnowHow - Mobiles
Tools
Profil
Abmelden
Weblog abonnieren