<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Software Talk &#187; microsoft</title>
	<atom:link href="http://filezilla-download.com/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://filezilla-download.com</link>
	<description>All About Software</description>
	<lastBuildDate>Sat, 12 May 2012 13:16:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Microsoft RMS Customization  PO Items Receiving In Great Plains</title>
		<link>http://filezilla-download.com/microsoft-rms-customization-po-items-receiving-in-great-plains-2458/</link>
		<comments>http://filezilla-download.com/microsoft-rms-customization-po-items-receiving-in-great-plains-2458/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 09:48:50 +0000</pubDate>
		<dc:creator>Software Talk</dc:creator>
				<category><![CDATA[Software Talk]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Microsoft RMS Customization]]></category>
		<category><![CDATA[RMS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Microsoft Retail Management (RMS) and Microsoft Great Plains are retail and accounting/ERP solutions coming from the same Microsoft subdivision ? Microsoft Business Solutions. There is often common need to do integration between the two. Despite the fact that both systems come from the same software development company ? the integration is not as simple as [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Retail Management (RMS) and Microsoft Great Plains are retail and accounting/ERP solutions coming from the same Microsoft subdivision ? Microsoft Business Solutions.  There is often common need to do integration between the two.  Despite the fact that both systems come from the same software development company ? the integration is not as simple as it probably should be.</p>
<p>In each case you have to use set of new Microsoft technologies: web service, SQL stored procs, C#, VB.Net programming, etc.  In this small article we give you customization overview when you receive Purchase Order Receivings in Great Plains and automatically transfer them to the RMS Store Operations via web services.  Plus we can push serial number info from Great Plains to Store Operations (there is no way to store serial number in Headquarters)</p>
<p>Item Transfer Trigger in Great Plains</p>
<p>Microsoft Great Plains is written in Great Plains Dexterity ? proprietary programming language and development environment, which has strong ties with SQL stored procedures and queries</p>
<p>When Items are transferred in Great Plains via the Item Transfer Entry window, the interface must recognize this transaction. This can be accomplished via two mechanisms:</p>
<p>1.Dexterity Trigger, which would identify that the transfer occurred and it would populate an interface table</p>
<p>2.SQL Trigger on IV00200, which would populate an interface table. The assumption is that all transferred items will be serialized</p>
<p>Handling Headquarters Initiated Inventory Transfer Requests</p>
<p>Once the interface table is populated, there might be either a timed procedure or a trigger that will push the transfer from Great Plains into RMS Headquarters and it will create automatically a Style 307 Worksheet in Headquarters.</p>
<p>The next time that the store ?receiving? the inventory communicates with Headquarters, it will receive the Inventory Quantity Adjustment notification, which will increase the item?s quantity on hand.</p>
<p>In each store, a web service should be installed to handle transfer of Serial Number information. Therefore, when communication is established between Store Operations and Headquarters, an application that continuously monitors Stores (in the computer hosting Headquarters) will communicate with the web service at the Store level to transfer the Serial Number information and to update the serial number tables in Store Operations.</p>
<p>About The Author</p>
<p>Luis Leung is Lead Software Developer in Alba Spectrum Technologies ? USA nationwide Microsoft RMS, CRM, Microsoft Great Plains customization company, with offices in Chicago, Boston, San Francisco, San Diego, Los Angeles, Houston, Dallas, Atlanta, Miami, Montreal, Toronto, Vancouver, Madrid, Moscow, Europe, Brazil, Mexico (www.albaspectrum.com), he is Microsoft CRM SDK, C#, VB.Net, SQL, GP Dexterity developer.  Luis can be reached: 1-866-528-0577 or help@albaspectrum.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://filezilla-download.com/microsoft-rms-customization-po-items-receiving-in-great-plains-2458/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft RMS Customization  PO Items Receiving In Great Plains</title>
		<link>http://filezilla-download.com/microsoft-rms-customization-po-items-receiving-in-great-plains-2454/</link>
		<comments>http://filezilla-download.com/microsoft-rms-customization-po-items-receiving-in-great-plains-2454/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 17:48:32 +0000</pubDate>
		<dc:creator>Software Talk</dc:creator>
				<category><![CDATA[Software Talk]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Microsoft RMS Customization]]></category>
		<category><![CDATA[RMS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Microsoft Retail Management (RMS) and Microsoft Great Plains are retail and accounting/ERP solutions coming from the same Microsoft subdivision ? Microsoft Business Solutions. There is often common need to do integration between the two. Despite the fact that both systems come from the same software development company ? the integration is not as simple as [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Retail Management (RMS) and Microsoft Great Plains are retail and accounting/ERP solutions coming from the same Microsoft subdivision ? Microsoft Business Solutions.  There is often common need to do integration between the two.  Despite the fact that both systems come from the same software development company ? the integration is not as simple as it probably should be.</p>
<p>In each case you have to use set of new Microsoft technologies: web service, SQL stored procs, C#, VB.Net programming, etc.  In this small article we give you customization overview when you receive Purchase Order Receivings in Great Plains and automatically transfer them to the RMS Store Operations via web services.  Plus we can push serial number info from Great Plains to Store Operations (there is no way to store serial number in Headquarters)</p>
<p>Item Transfer Trigger in Great Plains</p>
<p>Microsoft Great Plains is written in Great Plains Dexterity ? proprietary programming language and development environment, which has strong ties with SQL stored procedures and queries</p>
<p>When Items are transferred in Great Plains via the Item Transfer Entry window, the interface must recognize this transaction. This can be accomplished via two mechanisms:</p>
<p>1.Dexterity Trigger, which would identify that the transfer occurred and it would populate an interface table</p>
<p>2.SQL Trigger on IV00200, which would populate an interface table. The assumption is that all transferred items will be serialized</p>
<p>Handling Headquarters Initiated Inventory Transfer Requests</p>
<p>Once the interface table is populated, there might be either a timed procedure or a trigger that will push the transfer from Great Plains into RMS Headquarters and it will create automatically a Style 307 Worksheet in Headquarters.</p>
<p>The next time that the store ?receiving? the inventory communicates with Headquarters, it will receive the Inventory Quantity Adjustment notification, which will increase the item?s quantity on hand.</p>
<p>In each store, a web service should be installed to handle transfer of Serial Number information. Therefore, when communication is established between Store Operations and Headquarters, an application that continuously monitors Stores (in the computer hosting Headquarters) will communicate with the web service at the Store level to transfer the Serial Number information and to update the serial number tables in Store Operations.</p>
<p>About The Author</p>
<p>Luis Leung is Lead Software Developer in Alba Spectrum Technologies ? USA nationwide Microsoft RMS, CRM, Microsoft Great Plains customization company, with offices in Chicago, Boston, San Francisco, San Diego, Los Angeles, Houston, Dallas, Atlanta, Miami, Montreal, Toronto, Vancouver, Madrid, Moscow, Europe, Brazil, Mexico (www.albaspectrum.com), he is Microsoft CRM SDK, C#, VB.Net, SQL, GP Dexterity developer.  Luis can be reached: 1-866-528-0577 or help@albaspectrum.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://filezilla-download.com/microsoft-rms-customization-po-items-receiving-in-great-plains-2454/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeDOS</title>
		<link>http://filezilla-download.com/freedos-2450/</link>
		<comments>http://filezilla-download.com/freedos-2450/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 00:53:15 +0000</pubDate>
		<dc:creator>Software Talk</dc:creator>
				<category><![CDATA[Software Talk]]></category>
		<category><![CDATA[disk operating system]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[freeDOS]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Before September 1995, Microsoft Windows was an MS-DOS program. DOS was an easy to use command line operating system that provided you with complete ability to control and troubleshoot your computer. Microsoft&#8217;s goal was to eliminate DOS, possibly to prevent you from having complete control of your own computer. The last stand-alone version of MS-DOS [...]]]></description>
			<content:encoded><![CDATA[<p>Before September 1995, Microsoft Windows was an MS-DOS program. DOS was an easy to use command line operating system that provided you with complete ability to control and troubleshoot your computer. Microsoft&#8217;s goal was to eliminate DOS, possibly to prevent you from having complete control of your own computer.</p>
<p>The last stand-alone version of MS-DOS was version 6. Unfortunately, that version is not Y2K compliant. Windows 95 and later came with MS-DOS version 7.  Unfortunately, that version is too integrated with the operating system. It will not work without access to your hard disk.</p>
<p>FreeDOS is a PC compatible Y2K compliant DOS that you can download from www.freedos.org. FreeDOS fits on a single floppy disk and can be used to boot your computer. Download and unzip the file odin7bin.zip (756KB). Unziping will create the files diskcopy.exe and fdodin07.144. Put a blank formatted floppy disk in the drive. In the Start  Run dialog box, or at a command prompt type diskcopy fdodin07.144 a: to create a bootable FreeDOS floppy disk.</p>
<p>Why would you want to boot your computer with DOS? Maybe you want to use Windows XP without product activation.</p>
<p>First make sure that the BIOS boot sequence on your computer is configured with the floppy drive as the first boot device (or at least before the C: drive). To get to the BIOS configuration screen, press the Delete or F2 key (depending upon your BIOS) while your computer is starting.</p>
<p>Insert the FreeDOS floppy disk in the floppy drive and start the computer. At the A:> prompt type DATE. FreeDOS will return your computer&#8217;s current date, along with a prompt to enter a new date. Enter the date that you installed Windows XP (or at least a date before the 30 day expiration date). Remove the FreeDOS floppy disk and restart your computer.</p>
<p>Note: This will only work if Windows XP has never been started after the 30 day expiration date. The first time Windows XP is started after the 30 day expiration date will be the last time it starts.</p>
<p>Every time you start your computer, start it first with FreeDOS and reset the computer&#8217;s date to the date that you installed Windows XP. Windows XP will think time has come to a standstill.</p>
<p>Note: Of course, Your file creation and last modified dates will not be correct, so this is not really a way for a serious user to bypass Windows XP product activation. However for certain purposes, like learning the Windows XP operating system, this can be a way to use Windows XP without product activation.</p>
<p>Microsoft should have made the expiration period much longer than 30 days. Maybe they want you to activate Windows XP before it crashes.</p>
</p>
<p>Permission is granted for the below article to forward, reprint, distribute, use for ezine, newsletter, website, offer as free bonus or part of a product for sale as long as no changes are made and the byline, copyright, and the resource box below is included.</p>
<p>About The Author</p>
<p>Copyright(C)2004 Bucaro TecHelp. To learn how to maintain your computer and use it more effectively to design a Web site and make money on the Web visit bucarotechelp.com To subscribe to Bucaro TecHelp Newsletter Send a blank email to subscribe@bucarotechelp.com</p>
]]></content:encoded>
			<wfw:commentRss>http://filezilla-download.com/freedos-2450/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeDOS</title>
		<link>http://filezilla-download.com/freedos-2445/</link>
		<comments>http://filezilla-download.com/freedos-2445/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 04:53:10 +0000</pubDate>
		<dc:creator>Software Talk</dc:creator>
				<category><![CDATA[Software Talk]]></category>
		<category><![CDATA[disk operating system]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[freeDOS]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Before September 1995, Microsoft Windows was an MS-DOS program. DOS was an easy to use command line operating system that provided you with complete ability to control and troubleshoot your computer. Microsoft&#8217;s goal was to eliminate DOS, possibly to prevent you from having complete control of your own computer. The last stand-alone version of MS-DOS [...]]]></description>
			<content:encoded><![CDATA[<p>Before September 1995, Microsoft Windows was an MS-DOS program. DOS was an easy to use command line operating system that provided you with complete ability to control and troubleshoot your computer. Microsoft&#8217;s goal was to eliminate DOS, possibly to prevent you from having complete control of your own computer.</p>
<p>The last stand-alone version of MS-DOS was version 6. Unfortunately, that version is not Y2K compliant. Windows 95 and later came with MS-DOS version 7.  Unfortunately, that version is too integrated with the operating system. It will not work without access to your hard disk.</p>
<p>FreeDOS is a PC compatible Y2K compliant DOS that you can download from www.freedos.org. FreeDOS fits on a single floppy disk and can be used to boot your computer. Download and unzip the file odin7bin.zip (756KB). Unziping will create the files diskcopy.exe and fdodin07.144. Put a blank formatted floppy disk in the drive. In the Start  Run dialog box, or at a command prompt type diskcopy fdodin07.144 a: to create a bootable FreeDOS floppy disk.</p>
<p>Why would you want to boot your computer with DOS? Maybe you want to use Windows XP without product activation.</p>
<p>First make sure that the BIOS boot sequence on your computer is configured with the floppy drive as the first boot device (or at least before the C: drive). To get to the BIOS configuration screen, press the Delete or F2 key (depending upon your BIOS) while your computer is starting.</p>
<p>Insert the FreeDOS floppy disk in the floppy drive and start the computer. At the A:> prompt type DATE. FreeDOS will return your computer&#8217;s current date, along with a prompt to enter a new date. Enter the date that you installed Windows XP (or at least a date before the 30 day expiration date). Remove the FreeDOS floppy disk and restart your computer.</p>
<p>Note: This will only work if Windows XP has never been started after the 30 day expiration date. The first time Windows XP is started after the 30 day expiration date will be the last time it starts.</p>
<p>Every time you start your computer, start it first with FreeDOS and reset the computer&#8217;s date to the date that you installed Windows XP. Windows XP will think time has come to a standstill.</p>
<p>Note: Of course, Your file creation and last modified dates will not be correct, so this is not really a way for a serious user to bypass Windows XP product activation. However for certain purposes, like learning the Windows XP operating system, this can be a way to use Windows XP without product activation.</p>
<p>Microsoft should have made the expiration period much longer than 30 days. Maybe they want you to activate Windows XP before it crashes.</p>
</p>
<p>Permission is granted for the below article to forward, reprint, distribute, use for ezine, newsletter, website, offer as free bonus or part of a product for sale as long as no changes are made and the byline, copyright, and the resource box below is included.</p>
<p>About The Author</p>
<p>Copyright(C)2004 Bucaro TecHelp. To learn how to maintain your computer and use it more effectively to design a Web site and make money on the Web visit bucarotechelp.com To subscribe to Bucaro TecHelp Newsletter Send a blank email to subscribe@bucarotechelp.com</p>
]]></content:encoded>
			<wfw:commentRss>http://filezilla-download.com/freedos-2445/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft RMS Customization  PO Items Receiving In Great Plains</title>
		<link>http://filezilla-download.com/microsoft-rms-customization-po-items-receiving-in-great-plains-2440/</link>
		<comments>http://filezilla-download.com/microsoft-rms-customization-po-items-receiving-in-great-plains-2440/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 08:52:52 +0000</pubDate>
		<dc:creator>Software Talk</dc:creator>
				<category><![CDATA[Software Talk]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Microsoft RMS Customization]]></category>
		<category><![CDATA[RMS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Microsoft Retail Management (RMS) and Microsoft Great Plains are retail and accounting/ERP solutions coming from the same Microsoft subdivision ? Microsoft Business Solutions. There is often common need to do integration between the two. Despite the fact that both systems come from the same software development company ? the integration is not as simple as [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Retail Management (RMS) and Microsoft Great Plains are retail and accounting/ERP solutions coming from the same Microsoft subdivision ? Microsoft Business Solutions.  There is often common need to do integration between the two.  Despite the fact that both systems come from the same software development company ? the integration is not as simple as it probably should be.</p>
<p>In each case you have to use set of new Microsoft technologies: web service, SQL stored procs, C#, VB.Net programming, etc.  In this small article we give you customization overview when you receive Purchase Order Receivings in Great Plains and automatically transfer them to the RMS Store Operations via web services.  Plus we can push serial number info from Great Plains to Store Operations (there is no way to store serial number in Headquarters)</p>
<p>Item Transfer Trigger in Great Plains</p>
<p>Microsoft Great Plains is written in Great Plains Dexterity ? proprietary programming language and development environment, which has strong ties with SQL stored procedures and queries</p>
<p>When Items are transferred in Great Plains via the Item Transfer Entry window, the interface must recognize this transaction. This can be accomplished via two mechanisms:</p>
<p>1.Dexterity Trigger, which would identify that the transfer occurred and it would populate an interface table</p>
<p>2.SQL Trigger on IV00200, which would populate an interface table. The assumption is that all transferred items will be serialized</p>
<p>Handling Headquarters Initiated Inventory Transfer Requests</p>
<p>Once the interface table is populated, there might be either a timed procedure or a trigger that will push the transfer from Great Plains into RMS Headquarters and it will create automatically a Style 307 Worksheet in Headquarters.</p>
<p>The next time that the store ?receiving? the inventory communicates with Headquarters, it will receive the Inventory Quantity Adjustment notification, which will increase the item?s quantity on hand.</p>
<p>In each store, a web service should be installed to handle transfer of Serial Number information. Therefore, when communication is established between Store Operations and Headquarters, an application that continuously monitors Stores (in the computer hosting Headquarters) will communicate with the web service at the Store level to transfer the Serial Number information and to update the serial number tables in Store Operations.</p>
<p>About The Author</p>
<p>Luis Leung is Lead Software Developer in Alba Spectrum Technologies ? USA nationwide Microsoft RMS, CRM, Microsoft Great Plains customization company, with offices in Chicago, Boston, San Francisco, San Diego, Los Angeles, Houston, Dallas, Atlanta, Miami, Montreal, Toronto, Vancouver, Madrid, Moscow, Europe, Brazil, Mexico (www.albaspectrum.com), he is Microsoft CRM SDK, C#, VB.Net, SQL, GP Dexterity developer.  Luis can be reached: 1-866-528-0577 or help@albaspectrum.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://filezilla-download.com/microsoft-rms-customization-po-items-receiving-in-great-plains-2440/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeDOS</title>
		<link>http://filezilla-download.com/freedos-2433/</link>
		<comments>http://filezilla-download.com/freedos-2433/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 04:52:33 +0000</pubDate>
		<dc:creator>Software Talk</dc:creator>
				<category><![CDATA[Software Talk]]></category>
		<category><![CDATA[disk operating system]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[freeDOS]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Before September 1995, Microsoft Windows was an MS-DOS program. DOS was an easy to use command line operating system that provided you with complete ability to control and troubleshoot your computer. Microsoft&#8217;s goal was to eliminate DOS, possibly to prevent you from having complete control of your own computer. The last stand-alone version of MS-DOS [...]]]></description>
			<content:encoded><![CDATA[<p>Before September 1995, Microsoft Windows was an MS-DOS program. DOS was an easy to use command line operating system that provided you with complete ability to control and troubleshoot your computer. Microsoft&#8217;s goal was to eliminate DOS, possibly to prevent you from having complete control of your own computer.</p>
<p>The last stand-alone version of MS-DOS was version 6. Unfortunately, that version is not Y2K compliant. Windows 95 and later came with MS-DOS version 7.  Unfortunately, that version is too integrated with the operating system. It will not work without access to your hard disk.</p>
<p>FreeDOS is a PC compatible Y2K compliant DOS that you can download from www.freedos.org. FreeDOS fits on a single floppy disk and can be used to boot your computer. Download and unzip the file odin7bin.zip (756KB). Unziping will create the files diskcopy.exe and fdodin07.144. Put a blank formatted floppy disk in the drive. In the Start  Run dialog box, or at a command prompt type diskcopy fdodin07.144 a: to create a bootable FreeDOS floppy disk.</p>
<p>Why would you want to boot your computer with DOS? Maybe you want to use Windows XP without product activation.</p>
<p>First make sure that the BIOS boot sequence on your computer is configured with the floppy drive as the first boot device (or at least before the C: drive). To get to the BIOS configuration screen, press the Delete or F2 key (depending upon your BIOS) while your computer is starting.</p>
<p>Insert the FreeDOS floppy disk in the floppy drive and start the computer. At the A:> prompt type DATE. FreeDOS will return your computer&#8217;s current date, along with a prompt to enter a new date. Enter the date that you installed Windows XP (or at least a date before the 30 day expiration date). Remove the FreeDOS floppy disk and restart your computer.</p>
<p>Note: This will only work if Windows XP has never been started after the 30 day expiration date. The first time Windows XP is started after the 30 day expiration date will be the last time it starts.</p>
<p>Every time you start your computer, start it first with FreeDOS and reset the computer&#8217;s date to the date that you installed Windows XP. Windows XP will think time has come to a standstill.</p>
<p>Note: Of course, Your file creation and last modified dates will not be correct, so this is not really a way for a serious user to bypass Windows XP product activation. However for certain purposes, like learning the Windows XP operating system, this can be a way to use Windows XP without product activation.</p>
<p>Microsoft should have made the expiration period much longer than 30 days. Maybe they want you to activate Windows XP before it crashes.</p>
</p>
<p>Permission is granted for the below article to forward, reprint, distribute, use for ezine, newsletter, website, offer as free bonus or part of a product for sale as long as no changes are made and the byline, copyright, and the resource box below is included.</p>
<p>About The Author</p>
<p>Copyright(C)2004 Bucaro TecHelp. To learn how to maintain your computer and use it more effectively to design a Web site and make money on the Web visit bucarotechelp.com To subscribe to Bucaro TecHelp Newsletter Send a blank email to subscribe@bucarotechelp.com</p>
]]></content:encoded>
			<wfw:commentRss>http://filezilla-download.com/freedos-2433/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Make Good Use Of Spreadsheets</title>
		<link>http://filezilla-download.com/how-to-make-good-use-of-spreadsheets-2432/</link>
		<comments>http://filezilla-download.com/how-to-make-good-use-of-spreadsheets-2432/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 00:52:20 +0000</pubDate>
		<dc:creator>Software Talk</dc:creator>
				<category><![CDATA[Software Talk]]></category>
		<category><![CDATA[copywriting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[spreadsheets]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Most computer users use spreadsheets software such as Microsoft Excel in their daily home and office. However very few are aware of the potential of spreadsheets in helping them in financial accounting and statistical analysis. There are many uses of spreadsheets beyond the simple arithmetical and data analysis we are used to. Spreadsheets can assist [...]]]></description>
			<content:encoded><![CDATA[<p>Most computer users use spreadsheets software such as Microsoft Excel in their daily home and office. However very few are aware of the potential of spreadsheets in helping them in financial accounting and statistical analysis.</p>
<p>There are many uses of spreadsheets beyond the simple arithmetical and data analysis we are used to. Spreadsheets can assist us in many tasks with accuracy and speed.</p>
<p>Before we look at some of the uses we can put Spreadsheet software to let&#8217;s look at a few of its features, which make it unique and useful.</p>
<p>The most important features of any spreadsheet are the calculation of figures using arithmetic signs or functions. While not completely unique to spreadsheets, this feature is particularly more visible and word processing software.</p>
<p>For example in Microsoft Excel, there is a formula bar for typing or displaying typed formulas. The formula can be inserted in this bar or in a specific cell preceded by an = (equal) sign.</p>
<p>You need not insert actual figures, as that would be cumbersome. You simply specify a function such as SUM, AVERAGE, e.t.c and enclose into brackets the beginning column and row numbers and the ending column and row numbers.</p>
<p>The use of functions helps to easily perform calculations. Not only would the computation be accurate but it helps to simplify an otherwise complicated calculations process.</p>
<p>As we have seen, Spreadsheets have many useful features, which make calculation of figures simpler. Now let&#8217;s look at some of the uses you can put spreadsheets to:</p>
<p>Whether at the office or at home, drawing and maintaining budgets is important. Not only will you be focused and be able to pursue your financial objects clearly with a budget, but you can compare your actual versus planned performance. You can easily prepare a detailed budget with spreadsheets. The calculations can easily be done by entering appropriate formulas and getting the totals and differences.</p>
<p>So you can prepare a cash flow analysis for Monitoring and predicting likely income and expenditure to keep in track with financial affairs of your office or home.</p>
<p>Similarly you may easily predict changes in values such as effects of a price change on costs, discounts and profit. A fixed table can be prepared to show these changes but more significantly the figures could be changed from time to time to reflect new situations with same formulas in place.</p>
<p>Perhaps the most frequent use of spreadsheets is in financial and cost accounting. Many businesses use spreadsheets to calculate balance sheets, profit and loss accounts and cash books.</p>
<p>You can perform bank reconciliation, calculate jobs costs, taxes, schedule payments, forecast profits and control stocks. In all these tasks the spreadsheet proves a very important tool in simplifying the computation process and production of the results.</p>
<p>In data collection and analysis, spreadsheets can be used to record, present and analyses the results of polls, surveys and research. With new gadgets such as handheld, laptops and computerized. Mobile phones, you can do all that while on the road and getting the results instantly.</p>
<p>For teachers and students, in addition to the foregoing, spreadsheets can be used in class work and research activities.</p>
<p>In mathematics and the sciences, spreadsheets could be used to convert temperature figures whether in Celsius or far hermetic, metric to imperial measurements, pounds to kilos, exchange rates among a host of other measurements.</p>
<p>You can also calculate trigonometric and logarithmic functions, standard deviations and critical path analysis.</p>
<p>In addition, the computations may be presented in table on graphic form. There are buttons you can click to make your data appear in table format or in the form of graphs and charts. These enhance the presentability and understanding of the data.</p>
<p>I could give you a hundred or so uses of spreadsheets. However, the few I have mentioned are the more important. Suffice it to say that spreadsheets software is some of the most important application software used at the office and home.</p>
<p>About The Author</p>
<p>Abdallah Khamis Abdallah is a freelance copywriter and ghost writer. To find out how you can enhance your business&#8217;s sales and profits through credibility and viral marketing solutions visit his website at: http://www.qualitywritingsolutions.com/</p>
<p>quantumpro@lycos.com</p>
]]></content:encoded>
			<wfw:commentRss>http://filezilla-download.com/how-to-make-good-use-of-spreadsheets-2432/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeDOS</title>
		<link>http://filezilla-download.com/freedos-2431/</link>
		<comments>http://filezilla-download.com/freedos-2431/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 20:52:18 +0000</pubDate>
		<dc:creator>Software Talk</dc:creator>
				<category><![CDATA[Software Talk]]></category>
		<category><![CDATA[disk operating system]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[freeDOS]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Before September 1995, Microsoft Windows was an MS-DOS program. DOS was an easy to use command line operating system that provided you with complete ability to control and troubleshoot your computer. Microsoft&#8217;s goal was to eliminate DOS, possibly to prevent you from having complete control of your own computer. The last stand-alone version of MS-DOS [...]]]></description>
			<content:encoded><![CDATA[<p>Before September 1995, Microsoft Windows was an MS-DOS program. DOS was an easy to use command line operating system that provided you with complete ability to control and troubleshoot your computer. Microsoft&#8217;s goal was to eliminate DOS, possibly to prevent you from having complete control of your own computer.</p>
<p>The last stand-alone version of MS-DOS was version 6. Unfortunately, that version is not Y2K compliant. Windows 95 and later came with MS-DOS version 7.  Unfortunately, that version is too integrated with the operating system. It will not work without access to your hard disk.</p>
<p>FreeDOS is a PC compatible Y2K compliant DOS that you can download from www.freedos.org. FreeDOS fits on a single floppy disk and can be used to boot your computer. Download and unzip the file odin7bin.zip (756KB). Unziping will create the files diskcopy.exe and fdodin07.144. Put a blank formatted floppy disk in the drive. In the Start  Run dialog box, or at a command prompt type diskcopy fdodin07.144 a: to create a bootable FreeDOS floppy disk.</p>
<p>Why would you want to boot your computer with DOS? Maybe you want to use Windows XP without product activation.</p>
<p>First make sure that the BIOS boot sequence on your computer is configured with the floppy drive as the first boot device (or at least before the C: drive). To get to the BIOS configuration screen, press the Delete or F2 key (depending upon your BIOS) while your computer is starting.</p>
<p>Insert the FreeDOS floppy disk in the floppy drive and start the computer. At the A:> prompt type DATE. FreeDOS will return your computer&#8217;s current date, along with a prompt to enter a new date. Enter the date that you installed Windows XP (or at least a date before the 30 day expiration date). Remove the FreeDOS floppy disk and restart your computer.</p>
<p>Note: This will only work if Windows XP has never been started after the 30 day expiration date. The first time Windows XP is started after the 30 day expiration date will be the last time it starts.</p>
<p>Every time you start your computer, start it first with FreeDOS and reset the computer&#8217;s date to the date that you installed Windows XP. Windows XP will think time has come to a standstill.</p>
<p>Note: Of course, Your file creation and last modified dates will not be correct, so this is not really a way for a serious user to bypass Windows XP product activation. However for certain purposes, like learning the Windows XP operating system, this can be a way to use Windows XP without product activation.</p>
<p>Microsoft should have made the expiration period much longer than 30 days. Maybe they want you to activate Windows XP before it crashes.</p>
</p>
<p>Permission is granted for the below article to forward, reprint, distribute, use for ezine, newsletter, website, offer as free bonus or part of a product for sale as long as no changes are made and the byline, copyright, and the resource box below is included.</p>
<p>About The Author</p>
<p>Copyright(C)2004 Bucaro TecHelp. To learn how to maintain your computer and use it more effectively to design a Web site and make money on the Web visit bucarotechelp.com To subscribe to Bucaro TecHelp Newsletter Send a blank email to subscribe@bucarotechelp.com</p>
]]></content:encoded>
			<wfw:commentRss>http://filezilla-download.com/freedos-2431/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM Lotus Domino Or Microsoft Exchange?</title>
		<link>http://filezilla-download.com/ibm-lotus-domino-or-microsoft-exchange-q-2430/</link>
		<comments>http://filezilla-download.com/ibm-lotus-domino-or-microsoft-exchange-q-2430/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 16:52:16 +0000</pubDate>
		<dc:creator>Software Talk</dc:creator>
				<category><![CDATA[Software Talk]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[Lotus Domino]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[microsoft exchange]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[IBM Lotus Domino or Microsoft Exchange? The severe competition continues for many years between two main leaders in collaboration solutions &#8211; IBM and Microsoft. Whether the choice of a platform influences the ordinary user? The both of software giants put efforts to improve working conveniences for end Internet users. Taking into account that the products [...]]]></description>
			<content:encoded><![CDATA[<p>IBM Lotus Domino or Microsoft Exchange?</p>
<p>The severe competition continues for many years between two main leaders in collaboration solutions &#8211; IBM and Microsoft. Whether the choice of a platform influences the ordinary user? The both of software giants put efforts to improve working conveniences for end Internet users. Taking into account that the products value is approximately the same worldwide, new ideas of the platforms integration have appeared. Interesting projects have being realized in the both companies.</p>
<p>Free add-on for Outlook: Notes Connector</p>
<p>Microsoft supports free add-on for Microsoft Outlook client, which allows connection to message/collaboration server Lotus Domino. Office Outlook Connector for IBM Lotus Domino enables using Microsoft Office Outlook 2003 or Microsoft Outlook 2002 to access e-mail messages, calendar, address book, and To Do (task) items on an IBM Lotus Domino Release 5.x or Release 6.x server.</p>
<p>Domino Access for Microsoft Outlook 6.5.1</p>
<p>The new IBM Lotus Domino Access for Microsoft Outlook 6.5.1 provides the solution for businesses looking to migrate away from Microsoft Exchange, but don&#8217;t want to retrain their users. Now company employees can continue using their existing Outlook client for messaging, calendar and scheduling, and personal information management (PIM) services, with replacing Microsoft Exchange server infrastructure to Lotus Domino servers, running on the hardware and operation system of their choice, including Linux.</p>
<p>Platforms support</p>
<p>For Lotus Domino 6.5: Microsoft Windows family (95 SE, 98, NT SP6a, 2000 SP3, XP, 2003); Sun Solaris; Linux, United Linux.</p>
<p>For Lotus Notes 6.5: Microsoft Windows family; Macintosh OS X (10.1 and 10.2).</p>
<p>For Lotus Domino Web Access 6.5: Microsoft Windows family; Red Hat Linux, v. 7.2 or 8.0, SuSE Linux, v. 8.0, United Linux, v. 1.0. It supports the following browsers: Microsoft Internet Explorer v. 5.5 and 6.0; Mozilla, v. 1.3.1 Linux-client.</p>
<p>About The Author</p>
<p>Rafael Osipov <br /> Principal CLP IBM Lotus Domino 6 Application Developer<br /> Certified Professional E-commerce Concepts Analyst<br /> RafaelO@albaspectrum.com</p>
<p>Rafael Osipov is a Software Developer in Alba Spectrum Technologies (www.albaspectrum.com), US nationwide consulting and development company, specializing in Microsoft Business Solutions products, Microsoft Great Plains Dexterity, Microsoft CRM SDK programming.   http://www.albaspectrum.com/Lotus/OffshoreLotus.htm</p>
]]></content:encoded>
			<wfw:commentRss>http://filezilla-download.com/ibm-lotus-domino-or-microsoft-exchange-q-2430/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft RMS Customization  PO Items Receiving In Great Plains</title>
		<link>http://filezilla-download.com/microsoft-rms-customization-po-items-receiving-in-great-plains-2425/</link>
		<comments>http://filezilla-download.com/microsoft-rms-customization-po-items-receiving-in-great-plains-2425/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 20:51:59 +0000</pubDate>
		<dc:creator>Software Talk</dc:creator>
				<category><![CDATA[Software Talk]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Microsoft RMS Customization]]></category>
		<category><![CDATA[RMS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Microsoft Retail Management (RMS) and Microsoft Great Plains are retail and accounting/ERP solutions coming from the same Microsoft subdivision ? Microsoft Business Solutions. There is often common need to do integration between the two. Despite the fact that both systems come from the same software development company ? the integration is not as simple as [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Retail Management (RMS) and Microsoft Great Plains are retail and accounting/ERP solutions coming from the same Microsoft subdivision ? Microsoft Business Solutions.  There is often common need to do integration between the two.  Despite the fact that both systems come from the same software development company ? the integration is not as simple as it probably should be.</p>
<p>In each case you have to use set of new Microsoft technologies: web service, SQL stored procs, C#, VB.Net programming, etc.  In this small article we give you customization overview when you receive Purchase Order Receivings in Great Plains and automatically transfer them to the RMS Store Operations via web services.  Plus we can push serial number info from Great Plains to Store Operations (there is no way to store serial number in Headquarters)</p>
<p>Item Transfer Trigger in Great Plains</p>
<p>Microsoft Great Plains is written in Great Plains Dexterity ? proprietary programming language and development environment, which has strong ties with SQL stored procedures and queries</p>
<p>When Items are transferred in Great Plains via the Item Transfer Entry window, the interface must recognize this transaction. This can be accomplished via two mechanisms:</p>
<p>1.Dexterity Trigger, which would identify that the transfer occurred and it would populate an interface table</p>
<p>2.SQL Trigger on IV00200, which would populate an interface table. The assumption is that all transferred items will be serialized</p>
<p>Handling Headquarters Initiated Inventory Transfer Requests</p>
<p>Once the interface table is populated, there might be either a timed procedure or a trigger that will push the transfer from Great Plains into RMS Headquarters and it will create automatically a Style 307 Worksheet in Headquarters.</p>
<p>The next time that the store ?receiving? the inventory communicates with Headquarters, it will receive the Inventory Quantity Adjustment notification, which will increase the item?s quantity on hand.</p>
<p>In each store, a web service should be installed to handle transfer of Serial Number information. Therefore, when communication is established between Store Operations and Headquarters, an application that continuously monitors Stores (in the computer hosting Headquarters) will communicate with the web service at the Store level to transfer the Serial Number information and to update the serial number tables in Store Operations.</p>
<p>About The Author</p>
<p>Luis Leung is Lead Software Developer in Alba Spectrum Technologies ? USA nationwide Microsoft RMS, CRM, Microsoft Great Plains customization company, with offices in Chicago, Boston, San Francisco, San Diego, Los Angeles, Houston, Dallas, Atlanta, Miami, Montreal, Toronto, Vancouver, Madrid, Moscow, Europe, Brazil, Mexico (www.albaspectrum.com), he is Microsoft CRM SDK, C#, VB.Net, SQL, GP Dexterity developer.  Luis can be reached: 1-866-528-0577 or help@albaspectrum.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://filezilla-download.com/microsoft-rms-customization-po-items-receiving-in-great-plains-2425/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

