powerpoint to
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 445
Insert Flash into PowerPoint 2007
How to insert and embed Flash into PowerPoint 2007, and make it play automatically more>> How to insert and embed Flash into PowerPoint 2007, and make it play automatically<<less
Added: 2007-10-18 License: Free Non-Commercial Price: $0.00USD
21 downloads
Window Move-To
Use this code to automatically move a window to a specified X,Y coordinate. For example, you can automatically move a window to X0,Y0 (upper left). Great to use this in pages in your site you link to using target="_blank" (new window) or popup windows. more>> Use this code to automatically move a window to a specified X,Y coordinate. For example, you can automatically move a window to X0,Y0 (upper left). Great to use this in pages in your site you link to using target="_blank" (new window) or popup windows. You want them to open up to show more information but you want it placed out of the way.<<less
Added: 2005-12-16 License: Freeware Price: $0.00USD
14 downloads
How to create a online Flash PowerPoint 1.6.0
This guide will show you how to use SameShow to convert Microsoft PowerPoint to Macromedia Flash in a breeze. SameShow PowerPoint to Flash provides two unique conversion modes: Standalone Mode and PowerPoint Plug-in Mode. more>> This guide will show you how to use SameShow to convert Microsoft PowerPoint to Macromedia Flash in a breeze. SameShow PowerPoint to Flash provides two unique conversion modes: Standalone Mode and PowerPoint Plug-in Mode.<<less
Added: 2005-12-02 License: Other Price: $0.00USD
11 downloads
Other version of How to create a online Flash PowerPoint
License:Other Free / Open Source License
apgForm (to Excel) 1.7
apgForm is a PHP file capable of processing web forms and saving them directly into an Excel file. apgForm receives any form with any number of textboxes, radio buttons, drop-down menus, hidden fields, and password boxes and saves them to an Excel file. more>> apgForm is a PHP file capable of processing web forms and saving them directly into an Excel file. apgForm receives any form with any number of textboxes, radio buttons, drop-down menus, hidden fields, and password boxes and saves them to an Excel file. It can receive the form regardless of the way it was sent (POST, or GET.) apgForm requires PHP and a folder with read/write permissions to work.(CHMOD 777) apgForm is completely free.<<less
Added: 2004-11-03 License: Freeware Price: $0.00USD
13 downloads
Other version of apgForm
Price: FreeAdditionalInfoCreativeCommonsByhttpcreativecommons.orglicensesby2.5legalcode
License:Other Free / Open Source License
License:Other Free / Open Source License
LINQ to XML 1
This tutorial explains how to read, construct and write XML data by using LINQ to XML data provider. LINQ to XML is a built-in LINQ data provider that provides a clean programming model to read, construct and write XML data. more>> This tutorial explains how to read, construct and write XML data by using LINQ to XML data provider. LINQ to XML is a built-in LINQ data provider that provides a clean programming model to read, construct and write XML data.<<less
Added: 2008-11-26 License: Freeware Price: $0.00USD
13 downloads
Rolancers (Outsourcing to Romania)
The first outsourcing Platform dedicated to Romanian Developers. There has been lots of talk in the news on outsourcing services to Romania, You can get your quality work done lower than you expected. more>> The first outsourcing Platform dedicated to Romanian Developers. There has been lots of talk in the news on outsourcing services to Romania, You can get your quality work done lower than you expected.<<less
Added: 2004-02-20 License: Other Free / Open Source License Price: FreeAdditionalInfosubscription
2077 downloads
Introduction to PHP 1
This is a welcome to PHP, Contains information on the history of the scripting language, it gives you details on what you can make with PHP including forums and chat software. Test PHP using the phpinfo() function, It will bring up all your php more>> This is a welcome to PHP, Contains information on the history of the scripting language, it gives you details on what you can make with PHP including forums and chat software. Test PHP using the phpinfo() function, It will bring up all your php configuration and vital php info and information about your system were PHP is installed. The next chapter will show you how to make your first PHP script. Explores PHP Variables in some detail. Perfect of PHP beginners. We touch on PHP functions in the last chapter.<<less
Added: 2005-08-16 License: Freeware Price: $0.00USD
12 downloads
Other version of Introduction to PHP
Price: 0.00
License:Freeware
License:Freeware
License:Freeware
Introduction To ACL
In this tutorial I hope to display to you the value of Access Control Lists (ACL)! For those of you who dont know, access control lists are an easy and simple way to manage permissions and security in more>> In this tutorial I hope to display to you the value of Access Control Lists (ACL)! For those of you who dont know, access control lists are an easy and simple way to manage permissions and security in your applications. This is just one more step to MVC programming, and is a great help (Look for my tutorial on Class Diagrams). An ACL performs two basic operations: A) The handled, B) The Handler. The handled are referred to as Access Control Objects (ACO) and the handler is referred to as Access Request Objects (ARO). We refer to these as Objects due to the fact that you dont have to be a person to request any of the ACOs. So putting all of that knowledge together, ACL is what decides which ARO is granted access to each ACO.<<less
Added: 2007-01-18 License: Other Free / Open Source License Price: Free
626 downloads
Brief Introduction to PHP
A brief introduction to PHP that explains the basics of PHP programming. more>> A brief introduction to PHP that explains the basics of PHP programming.<<less
Added: 2005-02-27 License: Not Specified Price: Free
1703 downloads
Prohibit access to certain page
This simple tutorial is intented to learn you how it is possible to prohibit access to certain page. A technique is to check the referrer of the visitor : if he come from a page of your web site let h more>> This simple tutorial is intented to learn you how it is possible to prohibit access to certain page. A technique is to check the referrer of the visitor : if he come from a page of your web site let him in, else display a default message ...<<less
Added: 2005-11-01 License: Freeware Price: Free
1463 downloads
Introduction to PEAR
An introduction to PEAR with examples of using the Benchmark package. more>> An introduction to PEAR with examples of using the Benchmark package.<<less
Added: 2003-10-14 License: Not Specified Price: Free
2211 downloads
SmartWebbys Introduction to PHP
PHP has become a more popular technology for web programming in the recent years due to its open source technology. This means that it is free to use and is compatible with almost any server, say Wind more>> PHP has become a more popular technology for web programming in the recent years due to its open source technology. This means that it is free to use and is compatible with almost any server, say Windows, Linux/Unix and Apache servers. Though it is an open source technology, it has many advanced features included in it and is now capable of handling almost any issue related to the internet. PHP stands for "PHP Hypertext Preprocessor". PHP is a server-side scripting language. This means that a PHP page is processed on a Web server by a PHP script engine. When the client makes a request for any page, the request is sent to the server, the server locates the requested page and executes the PHP code if any and the result is sent to the browser (client) in the form of HTML. The browser then compiles the HTML to display the output.<<less
Added: 2005-07-14 License: Freeware Price: Free
1562 downloads
Brief Introduction to PERL
This tutorial walks you through the basics of Perl programming language, including variables and statements. more>> This tutorial walks you through the basics of Perl programming language, including variables and statements.<<less
Added: 2005-04-26 License: Other Free / Open Source License Price: Free
1641 downloads
iSpring Free 3.2
iSpring Free is a PowerPoint add-in for conversion of presentations into Flash format. iSpring Free keeps original appearance of your PowerPoint presentations regardless of their complexity. After conversion to Flash format your presentation turns very more>> iSpring Free is a PowerPoint add-in for conversion of presentations into Flash format. iSpring Free keeps original appearance of your PowerPoint presentations regardless of their complexity. After conversion to Flash format your presentation turns very compact, easy to distribute and share on web and compatible with all browsers and OSs. With iSpring Free everyone can get attractive and high quality Flash movies just in one click.<<less
Added: 2008-05-15 License: Freeware Price: $0.00USD
12 downloads
GMT to UTC 1.0
Does exactly what it says on the box - it converts a GMT date, entered by a user, in the format dd/mm/yyyy into UTC format and vice versa. A handy tool to have around when testing SQL date-based queries where dates are stored in UTC format. more>> Does exactly what it says on the box - it converts a GMT date, entered by a user, in the format dd/mm/yyyy into UTC format and vice versa. A handy tool to have around when testing SQL date-based queries where dates are stored in UTC format.<<less
Added: 2006-10-03 License: Free Non-Commercial Price: $0.00USD
14 downloads
Other version of GMT to UTC
License:Free for non-commercial use
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above powerpoint to search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed