Archive for February 2006

 
 

PostXING plugin-TechnoratiTagger

TechnoratiTagger is a PostXING plugin that allows you create Technorati tags.

Setup
Extract the ZIP archive into the "plugins" subdirectory of PostXING’s install directory

Usage
To add Technorati tags at the end of a post, type tags separated by commas, and then press the "Paste" button. The history list show tags you’ve typed in the past.To add tag from the history list, double click on selected tag.

Download TechnoratiTagger plugin

Technorati Tags:  Technorati Tagger Tags Technorati Tagger Blogware Software Utility Tagging PostXING

.Net localization (Hebrew version)

.NET supports Unicode and you can use variables and literals in your own language.Is it useful? I don’t know ,but looks amazing.

using System;
 
namespace Devintelligence.Localization
{
    /// <summary>
    /// Localization in Hebrew
    /// </summary>
    class Class1
    {
        /// <summary>
        /// The main entry point for the application.
        /// </summary>
        [STAThread]
        static void Main(string[] args)
        {
            for( int ?????    = 0;?????<10;?????++ )
            {
                Console.Write("{0}", ????? );
            }
            Console.ReadLine();
        }
    }
}

[Via Abhinaba's blog]

How to find out if the left shift or right shift key has been pressed down …

Add this declaration.

[DllImport("user32")]
public static extern short GetKeyState (Keys VirtKey);

On your KeyDown event, you can check which shift key has been pressed down in this way:

bool LShiftPressed = ((GetKeyState(Keys.LShiftKey) & 256)==256);
bool RShiftPressed = ((GetKeyState(Keys.RShiftKey) & 256)==256);

Google AdSense preview tool

The Google AdSense preview tool is an addition to the right-click menu for Windows Internet Explorer 6.x, allowing you to preview the ads that may show on
any web page. With just a few clicks, you can see what ads may appear on your new web pages, or make an educated decision on whether to add AdSense to your
existing site pages.To install it, you’ll need to add a registry file to your Windows system.

Wink - freeware tutorial and presentation creation program

Wink is a Tutorial and Presentation creation program.Using Wink you can capture screenshots, add explanations boxes,buttons, titles and generate a highly effective tutorial.

Features

  1. Distributed as freeware for business or personal use.
  2. Available for Windows and various versions of Linux.
  3. Capture screenshots from your PC, or use images in BMP,JPG,PNG,TIFF,GIF formats.
  4. Output formats - Macromedia Flash, Standalone EXE, PDF, PostScript, HTML.
  5. Capture screenshots automatically as you use your PC, based on mouse and keyboard input.
  6. Creates highly compressed Flash presentations

Page 1 of 212