AlwaysMouseWheel 1.21

Suitable for Microsoft Windows : Servers 2000/2003/2005 Win 98/XP/Vista and Windows-7 x64/x86

"Always Mouse Wheel" is a small portable Windows program this gives you the possibility when using the mouse wheel over any window (under the mouse pointer) to scrool via mouse wheel even if the window is not in the foreground e.g focussed.

The program allows optionally: brings the wheel window to the foreground.

The inspiration was a user suggestion from Q-Dir 3.73 internal function. But this is a system-wide function for all Windows x64 and x32 systems without DLL and as a portable tool.

So you save a couple of clicks, or switching between windows.

# Installation!
"Always Mouse Wheel" does not have to be installed and can be executed easily from the desktop. It's one small, portable utility for Windows PC-s and is also a small usb-stick friend :)

# Employment!
Operating systems: Windows 7, Windows Server 2008, Windows Vista, Windows 2003, Windows XP, Windows 2000, Windows Me, Windows NT, Windows 98

History


New in version 1.21 // 23 May 2011
NEW: Option to start the program minimized.
Small improvements and update of the languages files.


New in version 1.11 // 23 May 2011 Small fixes and improvements.
New languages in AlwaysMouseWheel:
Polish : Thanks to Arkadiusz Albiniak!
Nederlands : Thanks to Fred de Vries!

New in version 1.00 // 17 May 2011
The first Version



Program Keys : wheel, scroll, mouse, trudeln, rollers, scrolling, bowl, welter, wheelfeature

AutoHideDesktopIcons




Suitable for Microsoft Windows : Servers 2000/2003/2005 Win 98/XP/Vista and Windows-7 x64/x86
"Auto Hide Desktop Icons" is a lightweight portable Windows program. If you use desktop backgrounds, it helps you to see sometimes the wallpapers clean and in full bloom.

With an automatic hiding and showing feature of the desktop icons, an adjustable timer and arbitrary activation options. It is the right desktop tool if the desktop is awash with icons so you can see more of your desktop background!

As an optional feature: you can also activate the Auto Hide and Show the Task Bar feature.

Have something from your Wallpaper, of course, only if you used one. But even if not, you can try this freeware tool. An installation is not required and if you not satisfied, you can delete it quickly.

# Employment!
Operating systems: Windows 7, Windows Server 2008, Windows Vista, Windows 2003, Windows XP, Windows 2000, Windows Me, Windows NT, Windows 98

History



New in version 1.11 // 04 Jun 2011
Small improvements and update of the languages files.
New languages in AutoHideDesktopIcons:
French: Thanks to amlette
Russian: Thanks to V A R

New in version 1.10 // 03 Jun 2011
Bug fix: If the window of "Auto Hide Desktop Icons" should be always in the foreground (Always on Top).
New languages in AutoHideDesktopIcons:
Spanish: Thanks to Nuno Cruz
Portuguese (Portugal) Thanks to Enrique PiƱeiro

New in version 1.00 // 30 May 2011
The first Version!



Program Keys : Auto, Hide, Desktop, Icons, Portable, Win, App

What Is JavaFX

What Is JavaFX


JavaFX extends your web experience by delivering rich media and content across all the screens of your life. As users, you will be able to run JavaFX applications in a browser or drag and drop them onto the desktop. It's a seamless interface!
JavaFX is powered by Java: JavaFX extends the power of Java by allowing developers to use any Java library within JavaFX applications. This way developers can expand their capabilities in Java and make use of the revolutionary presentation technology that JavaFX provides to build engaging visual experiences.
Highlights of JavaFX:
    • Allows users to view JavaFX applications in a browser or break free of the browser by dragging and dropping the same application onto the desktop
    • Enables an efficient designer-to-developer workflow with Project Nile: designers can work in their tools of choice while collaborating with Web scripters who use the NetBeans IDE with JavaFX
    • Extends Java technology by enabling use of any Java library within a JavaFX application
    • Allows developers to integrate vector graphics, animation, audio, and video Web assets into a rich, interactive, immersive application
To learn more about JavaFX technology, visit javafx.com or java.sun.com/javafx web sites for more information.

JavaFX extends your web experience by delivering rich media and content across all the screens of your life. As users, you will be able to run JavaFX applications in a browser or drag and drop them onto the desktop. It's a seamless interface!

JavaFX is powered by Java: JavaFX extends the power of Java by allowing developers to use any Java library within JavaFX applications. This way developers can expand their capabilities in Java and make use of the revolutionary presentation technology that JavaFX provides to build engaging visual experiences.

Highlights of JavaFX:

  • Allows users to view JavaFX applications in a browser or break free of the browser by dragging and dropping the same application onto the desktop
  • Enables an efficient designer-to-developer workflow with Project Nile: designers can work in their tools of choice while collaborating with Web scripters who use the NetBeans IDE with JavaFX
  • Extends Java technology by enabling use of any Java library within a JavaFX application
  • Allows developers to integrate vector graphics, animation, audio, and video Web assets into a rich, interactive, immersive application

To learn more about JavaFX technology, visit javafx.com or java.sun.com/javafx web sites for more information.

--  MD WASHIM AKHTAR

Why Software Developers Choose Java

Why Software Developers Choose Java

Java has been tested, refined, extended, and proven by a dedicated community. And numbering more than 6.5 million developers, it's the largest and most active on the planet. With its versatilty, efficiency, and portability, Java has become invaluable to developers by enabling them to:

  • Write software on one platform and run it on virtually any other platform
  • Create programs to run within a Web browser and Web services
  • Develop server-side applications for online forums, stores, polls, HTML forms processing, and more
  • Combine applications or services using the Java language to create highly customized applications or services
  • Write powerful and efficient applications for mobile phones, remote processors, low-cost consumer products, and practically any other device with a digital heartbeat
--  MD WASHIM AKHTAR

How to Develop a Signed Applet

How to Develop a Signed Applet

Read/write the local machine file system using a signed applet
Introduction
The information in this article helps in answering the following questions:
  • What are the tools needed to develop a signed applet?
  • How to make a test certificate using Microsoft Sign Tool?
  • How to read/write the local machine file system using a signed applet?
Summary
This article shows how to develop a signed applet using the Microsoft sign Tool.
Reading and writing file system through an applet is possible provided you have signed that applet using Microsoft Sign tool for Internet Explorer or Netscape sign tool for Netscape. The example that I showed here is just an example of how to create a test certificate. This is not recommended if you are going to publish your applet over the Web. In that case, you will have to get the certificate from Verisign or Thawte certificate for publishing. Unless the content in your applet is insecure, it may corrupt itself or corrupt other resources where it is playing.
Tools Required
  • Microsoft Internet Explorer 3.0 or upgrade version
  • Microsoft Sign tool which encompasses the following EXEs and DLLs
    • makecert.exe
    • signcode.exe
    • setreg.exe
    • ChkTrust.exe
    • cert2spc.exe
    • cabarc.exe
    • javasign.dll
    • signer.dll
More Information
Part I: Java Applet Read/Write File System using Applet
Part I provides the source code for the read/write applet.
Collapse
import java.applet.*;import com.ms.security.*;import java.awt.*;import java.io.*;import java.lang.*;import java.applet.*;
public class WriteFile extends Applet
{
    String myFile =
"G:\\test.foo";
    File f =
new File(myFile);
    DataOutputStream dos;
public void paint(Graphics g)
    {
       
try
        {
         
//create the output stream   
          dos =
new DataOutputStream(new BufferedOutputStream
                (
new FileOutputStream(myFile),128));
         
//write chars to that file       
          dos.writeChars(
"Cats can hypnotize you when you least expect it\n");
         
//flush stream to that file
          dos.flush();
          g.drawString(
"Successful attempt to write to " + myFile, 10, 10);
        }
       
catch (SecurityException e)
        {
              g.drawString(
"writeFile: caught security exception", 10, 10);
            }
catch (IOException ioe)
        {
        g.drawString(
"writeFile: caught i/o exception", 10, 10);
            }   
    }
}
--  MD WASHIM AKHTAR

Fwd: Blogger Mobile Post

Your carrier is not supported by Blogger Mobile. Please try using
Mail-to-Blogger or visit http://www.blogger.com/mobile-request for more
information.


--
MD WASHIM AKHTAR

Defragments you pc

When you save a file or program (a program is just a collection of special files anyway) to your hard drive, it is not generally stored as a single entity. Instead, it is divided up into a number of small pieces. When you retrieve the file, the computer puts all the pieces back in the correct order so that you can view your file or run your program.

[Software Update] Vivaldi 6.7 Released, Here is What’s New and Fixed

UPDATE: Release of Vivaldi 6.7 stable version to public. Good news for Vivaldi browser users! Vivaldi team has released Vivaldi 6.7 to stabl...