Search This Blog

Wednesday, February 16, 2011

How to install IIS in windows 7

1. First step ,go to Start / Control panel / Programs and Features
2. Then Click on Turn Windows features off or on on the left pane.
3. In Turn Windows features off or on Select Internet Information Service and expand it. Make sure to 
    select  the following features:


Web Management Tool ,World Wide web service ,
.Net Extensibility
Asp.net
CGI
ISAPI Extensions
ISAPI Filters
4. Click OK and windows 7 should be able to install IIS 7 with not problems.

5. To test your web server , open your browser and type http://localhost in the address bar,you should be able to see the IIS welcome page.If you do ,everything is OK.  

Friday, August 6, 2010

Enable Secerity tab in XP

1. Go to run promt

2.Type gpedit.msc

3.Group policy window will open

4.In that window u can see computer configuration

5.Under that option u can see windows settings.

6.Click that option and click security settings.

7.Now u can see one folder in the name of

local policies .click that option

8.Now u can see security option . click that.

9.Now u can see more options in one window.

10. Now press "N" and search where is

NETWORK ACCESS: SHARING AND SECURITY FOR LOCAL ACCOUNTS option.

11.Nlick that option. and new window will pop up

12.In that window u can see one drop down box.

now u should select classic: local users

authendicate as themselves.



now close all the windows .open one folder select properties . now am sure u can see security tab....

Tuesday, July 27, 2010

About GIMP

Introduction to GIMP

GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image composition and image authoring.
It has many capabilities. It can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, an image format converter, etc.
GIMP is expandable and extensible. It is designed to be augmented with plug-ins and extensions to do just about anything. The advanced scripting interface allows everything from the simplest task to the most complex image manipulation procedures to be easily scripted.
GIMP is written and developed under X11 on UNIX platforms. But basically the same code also runs on MS Windows and Mac OS X.

Features and Capabilities

This is only a very quickly thrown together list of GIMP features. .
  • Painting
    • Full suite of painting tools including Brush, Pencil, Airbrush, Clone, etc.
    • Sub-pixel sampling for all paint tools for high quality anti-aliasing
    • Extremely powerful gradient editor and blend tool
    • Supports custom brushes and patterns
  • System
    • Tile based memory management so image size is limited only by available disk space
    • Virtually unlimited number of images open at one time
  • Advanced Manipulation
    • Full alpha channel support
    • Layers and channels
    • Multiple Undo/Redo (limited only by diskspace)
    • Editable text layers
    • Transformation tools including rotate, scale, shear and flip
    • Selection tools including rectangle, rounded rectangle, ellipse, free, fuzzy
    • Foreground extraction tool
    • Advanced path tool doing bezier and polygonal selections.
    • Transformable paths, transformable selections.
    • Quickmask to paint a selection.
  • Extensible
    • A Procedural Database for calling internal GIMP functions from external programs as in Script-fu
    • Advanced scripting capabilities (Scheme, Python, Perl)
    • Plug-ins which allow for the easy addition of new file formats and new effect filters
    • Over 100 plug-ins already available
  • Animation
    • Load and save animations in a convenient frame-as-layer format
    • MNG support
    • Frame Navigator (in GAP, the GIMP Animation Package)
    • Onion Skin (in GAP, the GIMP Animation Package)
    • Bluebox (in GAP, the GIMP Animation Package)
  • File Handling
    • File formats supported include bmp, gif, jpeg, mng, pcx, pdf, png, ps, psd, svg, tiff, tga, xpm, and many others
    • Load, display, convert, save to many file formats
    • SVG path import/export
  • Much, much more!