How to create auto login in windows 7
Is a PHP5 programmed web-based administration interface for Nullsoft’s SHOUTcast Distributed Network Audio Server (DNAS), and is available for Microsoft’s Windows Server and the most common Linux-based distributions.
This user-friendly administration interface allows you to easily administer multiple SHOUTcast servers with little basic knowledge. Create customers and/or DJs to your administration interface, assign SHOUTcast servers to their accounts, and let them operate and access their servers foolproof.
This guide will enable you to place a watermark over an existing video. This watermark can be text, or an existing image. Please note that some basic working knowledge of VirtualdubMod would be an advantage, but not a necessity. If you wish to add a watermark, you must re-encode your video, so it is suggested that you would use this guide immediately after acquiring your source, just before you are about to re-encode your output.
Tools Required:
VirtualDubMod
Image manipulation/creation software (Windows Paint will do the job)
Optional - Donald Graft’s logo filter (only required for Part 2 of this guide)
PART 1: WATERMARK PRESENT FOR ENTIRE VIDEO
In this part, I’ll show you how to place a watermark in your video for the entire duration of the video. If you wish to only have your watermark visible for certain parts of the video, or you wish to configure a number of different watermarks at different time intervals, please see Part 2 at the end of this guide.
1. PREPARE YOUR WATERMARK IMAGE
a) If making a text watermark:
Open up your favourite image manipulation/creation program. Create a new image – I’d suggest a canvas size of 200 (width) x 20 (height) as a good starting point, but you can use whatever you like, just bear in mind how it will look and fit on the screen. Use your image software to paint the background black. Now create the text you wish to appear in the watermark, and place it on the black background, making sure that the text colour is white. Once finished creating your watermark image, save it, but make sure that you save it as either a .BMP or a .TGA file.
b) If you are using an existing image:
Simply open the image, and make sure you save it as a BMP or TGA file.
Please note:
It is imperative that you save your watermark as either a .BMP or a .TGA file, as these are the only file formatsvirtualdubmod will accept for watermarks.
Some examples of watermark images appear below:
Text:
Existing image:
2. SET UP VIRTUALDUBMOD
Open Virtualdubmod, go to File > open video file:
Select your source video and press the Open button.
You should now have something similar to the following:
Go to Video > Filters:
Click the Add button, scroll down to the logo filter:
Click OK.
You should now have something similar to the following:
Press the … button to the right of the Logo image field and select your watermark image.
Tick the enable per-pixel alpha blending using alpha channel tickbox.
Leave the Use premultiplied alpha tickbox ticked.
Tick the use gray channel of secondary image for alpha channel tickbox.
Press the … button to the right of the Alpha image field and select your watermark image.
Click the Show Preview button, and you should have something similar to the following: 

1. corresponds to the opacity of your watermark, This control how “see-through” your image is. I’d recommend a value of 50% if you wish the background to show through from behind the watermark. Your changes are automatically updated in the preview window, so you can quickly see the results of your actions.
2. corresponds to the manual adjustment of the positioning of the watermark, where X offset is the distance from the left of the video, and Y offset is the distance from the top of the video.
3. corresponds to the preset adjustment of the positioning of the watermark. TL stands for Top Left, MC stands for Middle Centre, BR stands for Bottom Right …… and you get the idea.
Please Note:
If you have used the manual adjustment, this will also affect the presets, so if you change your mind and decide to use a preset instead of manually adjusting the placement of the watermark, make sure you set both the X offset and the Y offset back to 0, otherwise you might get some unexpected results.
Once you are happy with your settings, click OK, and then OK again.
You should now have the following:
Now you can set up your video with any encoding settings you desire as per normal. Once you have selected your compression settings for both video and audio (if required), Go to File > Save As, specify your output filename, and click the Save button, or start the frameserver if you’re frameserving to an MPEG encoder.
Now some examples with opacity set at 50%:
Text: 
Image: 
PART 2 (OPTIONAL): CUSTOM DURATIONS FOR LOGO(S) / MULTIPLE LOGOS
In this section, you’ll be able to set custom durations for one or many watermark logos/text.
Download Donald Graft’s logo filter and extract all files in the Zip file into your Virtualdubmod\plugins directory.
Go to Video > Filters.
Click the Add button.
Click the Load button.
Browse to your VirtualdubMod\plugins directory, select the logo.vdf file and press OK. Scroll down through the list of filters until you find logo (1.4), click on it, and press OK.
You will be presented with the following:
I found the help file so descriptive that IMO it would be very beneficial for me just to post the entire contents of it here:
This filter is ideal for unobtrusively placing a logo on the video as is done on many cable TV channels.
Two test bitmaps and an animated bitmap sequence are provided in the zip file.
How to Make a Static Logo
Create a 24-bit-depth windows bitmap file with the desired size and with a transparent color zone if desired. The transparency color may be arbitrarily selected and then configured in the filter configuration.
In the filter configuration dialog box, enter the input file. If the specified bitmap file cannot be found, or if it is not a bitmap file, or if it is of the wrong depth, the output frame will be all black. Set the desired X and Y coordinates, the starting frame and the duration (in frames). Set the desired alpha blend and transparent color.
How to Make an Animated Logo
To make an animated logo, create a series of bitmap files named name0000.bmp, name0001.bmp, name0002.bmp, etc. (you can replace “name” with desired text). Specify the first one as the input file and check the ‘Animation sequence’ checkbox. Set the duration to be the number of frames to display each bitmap file before moving to the next one. Set the loop count to the number of repetitions desired for the sequence. Set the other parameters as described for static logos.
Note that stepping forward and rewinding will operate correctly, but stepping backward is currently not supported.
A sample sequence is provided that produces a spinning earth. To run it, set the duration to 1, loops to 0, and enable a transparent color of 0/0/0.
Detailed Option Descriptions
The following options are provided:
Input file: Specifies the full pathname of the bitmap file to be used.
Animation sequence: Check this to enable an animated sequence.
X: This option determines the X offset of the start of the bitmap on the video.
Y: This option determines the Y offset of the start of the bitmap on the video.
Starting frame: The frame number on which to begin displaying the logo.
Duration: For a static bitmap, the number of frames for which to display the logo. For animated bitmaps, the number of frames to display each bitmap before moving to the next bitmap. To display a bitmap for the whole clip length, select 0.
Loops: For static logos, this has no effect. For animated logos, the number of repetitions of the bitmap sequence. To loop forever, select 0.
Alpha: This option determines the blending of the bitmap with the video. For full bitmap and no video, use the value 255. As this value is reduced toward 0, more and more of the video is blended in. An alpha of about 100-128 gives a nice unobtrusive overlay.
Fade: These options allow for the logo to be faded in and/or out. For fade-in, the starting frame number of the fade is determined by the logo starting frame. The length of the fade is determined by the In Len value. For fade-out, the ending frame number of the fade is determined by the Out End value. The length of the fade is determined by the Out Len value. If fade-in and fade-out overlap, fade-out overrides. Even if the logo is otherwise enabled such that it would appear beyond the end of a fade-out if the fade-out were not there, the logo will be suppressed after the fade-out. Finally, if you put silly values in the fade boxes, you will get what you deserve.
Enable transparent color: Check this if you have made a transparent color zone in your bitmap. Then select the transparent color in the Red, Green, and Blue edit boxes. Full video shows in the transparent areas. The tolerance box allows you to specify a ‘sloppiness’ factor fo the match to the transparent color. As long as the difference between each color channel and the corresponding specified transparent color is not greater than the specified tolerance, then the color will be considered to be transparent. For example, if the tolerance is 10 and the specified transparent color is 37:45:10, then a color 39:44:5 will be considered transparent, while a color 39:56:11 will not be transparent (because one color channel’s difference exceeds tolerance).
Knock yourselves out !
Textmate theme to Notepad++ styler is a program that tries to translate Textmate themes ( .tmTheme ) into Notepad++ style ( styler.xml ).
FreeMind - free mind mapping software
FreeMind is a premier free mind-mapping software written in Java. The recent development has hopefully turned it into high productivity tool. We are proud that the operation and navigation of FreeMind is faster than that of MindManager because of one-click “fold / unfold” and “follow link” operations.
So you want to write a completely new metaphysics? Why don’t you use FreeMind? You have a tool at hand that remarkably resembles the tray slips of Robert Pirsig, described in his sequel to Zen and the Art of Motorcycle Maintenance called Lila. Do you want to refactor your essays in a similar way you would refactor software? Or do you want to keep personal knowledge base, which is easy to manage? Why don’t you try FreeMind? Do you want to prioritize, know where you are, where you’ve been and where you are heading, as Stephen Covey would advise you? Have you tried FreeMind to keep track of all the things that are needed for that?
Features:
- Creates and maintains RSS feeds
- Produces both XML and optional human-readable companion HTML
- Runs either on your PC or on a web server
- Windows, Mac OS X, and Linux
- Open source
- Requires no knowledge of XML or the RSS data format
- Tuned for quick manual additions of new items and simple editing
- Supports enclosures (New in Version 1.3)
Perfect for:
- Podcasting (New in Version 1.3)
- Change logs
- Notification of additions and updates to traditional websites
- Companions to email newsletters
- Event Lists
- Alerts, announcements, and ongoing status
- Notification of the arrival of new products in a store
- Maintaining simple online lists accessible as both XML and HTML
- News website headlines
- Experimentation with RSS
- Use within a corporate firewall for internal websites
Windows 7 and Windows Server 2008 R2 SP1 helps keep your PCs and servers on the latest support level. It also provides ongoing improvements to the Windows Operating System (OS), by including previous updates delivered over Windows Update as well as continuing incremental updates to the Windows 7 and Windows Server 2008 R2 platforms based on customer and partner feedback. This enables organizations to deploy a single set of updates.
Windows 7 and Windows Server 2008 R2 SP1 will help you:
- Keep your PCs supported and up-to-date
- Get ongoing updates to the Windows 7 platform
- Easily deploy cumulative updates at a single time
- Meet your users’ demands for greater business mobility
- Provide a comprehensive set of virtualization innovations
- Provide an easier Service Pack deployment model for better IT efficiency
MagicDisc is freeware. It is very helpful utility designed for creating and managing virtual CD drives and CD/DVD discs. For anyone who deals with CD-based programs – it is a MUST. MagicDisc allows you to use almost all CD/DVD image without burning them onto CD or DVD in order to easily access your favorite games, music, or software programs —— It works like a real CD/DVD-ROM: You can run programs, play games, or listen to music from your virtual CD-ROM. Allowing you to run your game images at over 200x faster than from a conventional CD/DVD-ROM. MagicDisc is a powerful utility that uses a unique combination of options to ensure a perfect back-up every time. Partner with MagicISO, Your original games/program discs can be safely stored away, MagicISO mean that you always have your expensive media stored safely as CD/DVD image file on your hard drive, and use them with MagicDisc just like using the original discs. At the office: Program discs and many other applications generally require the original disc to be in the computer’s CD-ROM drive. This restricts the amount of people in your office who can have access to the same software at the same time without the cost of additional discs. MagicDisc virtual drives resolve that problem for you. No more hunting around the offices for that elusive disc you need to run your application, everything you require is just a click away.
All supported CD/DVD image formats
- BIN (CDRWin)
- IMA/IMG (Generic disk images)
- CIF (Easy CD Creator)
- NRG (Nero - Burning ROM)
- IMG/CCD (CloneCD)
- MDF/MDS (Fantom CD)
- VCD (Farstone Virtual Drive)
- VaporCD (Noum Vapor CDROM)
- P01/MD1/XA (Gear)
- VC4/000 (Virtual CD)
- VDI (Virtuo CD Manager)
- C2D (WinOnCD)
- BWI/BWT (BlinkWrite)
- CDI (DiscJuggler)
- TAO/DAO (Duplicator)
- PDI (Instant Copy)
MagicDisc has automatically Detecting engine, so user try to open any CD/DVD image files with MagicDisc.




