Category :: Software Articles |
Author :: Cavyl Stewart  |
| |
| Article Title :: Document Templates Give You The Perfect Framework For Your Documents |
| |
| When it comes to running an office, the SOHO entrepreneur has enough on his or her plate as it is. So if you find yourself in the unenviable position of regularly having to set aside your core competencies to handle tedious, repetitive administrative duties such as creating your business documents from scratch, then you need to consider the potential benefits offered by document templates.Templates enable you to create professional documents that are unified in appearance. With a template, you’ll be able to access readymade documents that you’ll be able to manipulate via a step-by-step process to fit your specific needs. If you are new to the world of business, you can use temp (read full article) |
| |
 |  |
| |
Category :: Software Articles |
Author :: Polina Gottmann  |
| |
| Article Title :: Lotus Domino: Application Integration - A Programmer View |
| |
| There are two approaches for application integration:• Programmer’s approach – for applications integration it is necessary to create some program codes;• Integrator’s approach – in this case special software products are to be used and the integration process set up by those software settings.
The following tools may be used for the first approach:• ODBC. In Lotus Domino codes may be used:o Three @-functions (@DbColumn, @DbLookUp and), which work with registrated ODBC-drivers . @DbColumn returns the whole column from external table, @DbLookUp process search by the key, and @DbCommand runs a command of ODBC-driver or external table (for ex, UDAT (read full article) |
| |
 |  |
| |
Category :: Software Articles |
Author :: Andrew Karasev  |
| |
| Article Title :: Microsoft CRM: Implementation, Customization, Support - Consultant Overview |
| |
| Microsoft Business Solutions CRM is present several years on the US software market plus it makes advances in Europe. We expect substantial number growth of Microsoft CRM implementations across USA.• Sales. Microsoft CRM in opposite to former CRM leaders, such as Siebel, Onyx, Saleslogix doesn’t need hard pushing sales efforts. It also should probably not be sold to the company top management, but rather to IT department enthusiasts, who are in charge for specific legacy business system support and data fixing. Microsoft CRM is very simple from business logic and intuitively understood by IT group. It is rather very simplified version of full-featured CRM, such as again Si (read full article) |
| |
 |  |
| |
Category :: Software Articles |
Author :: Xavier Nelson  |
| |
| Article Title :: SpyBot - Search and Destroy versus Microsoft AntiSpyware (Beta).... My personal experiences... |
| |
| Ok... Where to start?Well, I guess I will start at the beginning.....Like many surfers and especially webmasters and webmarketers, I spend quite a bit of time running around the net, researching this, investigating that and so on.So of course I come across any number of questionable websites with even more doubtful software. In many cases the webmasters aren't even aware of how much damage that piece of software they are linking to can cause. In other cases, it's the actual programmers, and of all people they should know better.I have seen some messed up systems due to spyware, hackware and other malicious programs (and I am not even going to start talking abou (read full article) |
| |
 |  |
| |
Category :: Software Articles |
Author :: Andrew Karasev  |
| |
| Article Title :: Microsoft CRM Implementation - Fundamental CRM Principles Revision |
| |
| Microsoft CRM is relatively new player on the now becoming traditional CRM software applications market. We would like just to mention shift in the technical conception – Microsoft CRM is committed to Windows and Microsoft components: Exchange, Active Directory, SQL Server, etc (while traditional CRM applications, such as Siebel were biased toward multiplatform compatibility: Unix, Oracle, Windows, SQL Server) and move up to business logic paradigm shift.There is high-tech wisdom and it is always applicable to traditional industries, such as auto makers. Don’t try to be too innovative on the market, rather have your competitors build the market niche and then move in. It is (read full article) |
| |
 |  |
| |
Category :: Software Articles |
Author :: Dany Boss  |
| |
| Article Title :: Unofficial Windows 98 SE Service Pack 2.0 RC2 |
| |
| Microsoft has never released a service pack for Windows98 SE, but I made a Service Pack for Windows98 SE users.It contains all Windows98 SE updates from Windows Update site and more.It is a self-extracting and self-installing pack like Microsoft's update files. Thus, you cannot choice files individually. However, the pack installs only required fixes for your system.Uninstallation is possible from Add-Remove Programs.This is only for WINDOWS 98 SECOND EDITION ENGLISH. I highly recommend that you should backup your system before installing the pack.It contains only operating system updates. It does NOT contain Internet Explorer 6, DirectX 9, Media Player (read full article) |
| |
 |  |
| |
Category :: Software Articles |
Author :: Oleg Lazarenko  |
| |
| Article Title :: Dreamweaver vs FrontPage |
| |
| There are two major WYSIWYG(What You See Is What You Get) editors available for beginners. These are: Microsoft FrontPage and Macromedia Dreamweaver. So the question is which one is better?This article is not intended to humiliate Dreamweaver or FrontPage editors. I just attempted to analyze both programs from different points, based on Internet research, experience of other users and my years of html coding experience.To say honest I am not the fan both of them. In our production we regularly use AceHtmlPro but the fact is that many of our customers DO use either FrontPage or Dreamweaver and that's the reason our employee have to be familiar with both. Writing the article I (read full article) |
| |
 |  |
| |
Category :: Software Articles |
Author :: Andrew Karasev  |
| |
| Article Title :: Microsoft Great Plains 8.0 Brazilian Version - Overview For International Consultant |
| |
| Microsoft Great Plains has substantial mid-market share in the USA plus due to the marketing efforts of former Great Plains Software (now part of Microsoft Business Solutions) in Spanish Speaking South America, South Africa, United Kingdom, Middle East, Poland – we see strong position of Microsoft Great Plains in these regions (on these markets MBS promotes two mid-market ERP: Great Plains and Navision).In Brazil situation is the following. Brazilian market has long story of local mid-size accounting/ERP systems – Microsiga is one of the major – it was developed in Brazil for Brazilian market. Great Plains Software marketing campaign was getting very strong resistance from (read full article) |
| |
 |  |
| |
Category :: Software Articles |
Author :: Chris Silop  |
| |
| Article Title :: C++ Tutorial 1, Introduction to C++ |
| |
| Introduction to C++Why Learn C++?C++ may at first seem like a boring, confusing programming language that you can only program command prompt applications with. Well, that is what it is like in the [b]begining[/b]. And you are going to need to learn the basics like this with any programming language. As you get better and progress in your C++ skills, you will begin to learn that you can start making some cool applications easier than you thought you could. The main reason to learn C++ though, is that it teaches all the basics of programming and you will learn concepts that will be used in other types of programming. Many other programming languages are like C++ or use C++. F (read full article) |
| |
 |  |
| |
Category :: Software Articles |
Author :: Chris Silop  |
| |
| Article Title :: C++ Tutorial 2, Input and Variables |
| |
| This is the tutorial where we really get into programming. Input and variables are the essence of programming. In this tutorial you will learn how to get data from the user and use variables. You will learn the types of variables there are and how to do basic math with them. At first, this may seem boring and pointless, but you have to learn it, and it should go quick.Basic Input
When you are making a console application, here is how you should get user input. Some of you may have guessed it, you use c[b]in[/b], of course, the 'c' meaning console and the 'in' meaning input, like 'cout'. So, here is a basic code, where the name of the variable x.
cin>>x;Defining Variables (read full article) |
| |
 |  |
| |
| |
| Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 [64] 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 Next |