You are here: Home >Archive for February, 2011

Difference between 64 Bit and 32 Bit OS

During my research on the 64 and 32-bit operating system I found many people confused about what they have to buy a computer or this “small” system they have to choose … I think the article is very useful for people to choose the right machine for their use.

So what is the difference between 32 and 64 bit operating system?

A 32-bit processor is faster than 64-bit processor, 64-bit processors are very commonly used that you can find easily in any home PC, but the main difference is the material you have on your machine. For 32 bits you do not have any major bus to bring 32-bit wide at one time but must be 64-bit you should have a wide bus to perform 64-bit.

The main difference between 32 and 64 is that 32 bit system has 4 GB (gigabytes) of space to meet the 32-bit means that the system has a limit of 4 GB of RAM to process the data, where as 64-bit operating system has 2 ^ 64 bit address space and supports 16 hexabytes RAM to process the data.

Simply put a 32-bit operating systems have a limit of 4 GB to process the data according to file size and RAM

Someone who does not care about the class is more useful than 64-bit 32-bit because it can use a 64 bit OS with 32-bit OS and software. If we compare the 64-bit OS with 32-bit, 64 bit is faster and more enhanced silicon process and none more transistors which proves that it is better than 32 bits.

Tags: , , , , , , , , , , , , ,

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS

Cisco / MCSE Exam Study: Creating A Road Map to Success

Planning for success in exams CCNA, CCNP and other Cisco exams is much like traveling in your car. You must plan ahead, accept the casual game, and just keep walking until you get there. But what do you do before you start?

Create a road map – for success.

If you drive from one side to another country, you certainly will not simply take your car and start driving you? No, you are planning a trip in advance. What if you just get in the car and started driving in the hope that one day you arrive at your final destination? You will never succeed, and you will spend much time wandering aimlessly.

Do not spend your study time and slow down your progress by studying for a Cisco exam without planning the trip. Schedule your study time as you would an appointment with a client, and keep that promise. Make sure your study time is quality study – turn on the TV, iPod, and cell death. If you hit a bump in the road and not get your certification for the first time you take the exam, regroup and make another plan. Read until you get to the point that the day of the exam, you know that you are already a CCNA or CCNP and you exist only in the test center to make it official.

Tags: , , , , , , , , , , , , ,

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS

The Pitfalls of Using Technology for Technology’s Sake

Being old Internet entrepreneur, I made certain observations over time. Most people who start an online business seem to go through certain “phases.” They make the same mistakes, and they react the same to different circumstances. All the while, they realize that much of this behavior sends glaring red signal that they are probably beginners.

There is nothing wrong with being a newbie (after all, I was not born bright smile). But ask any novice and they will tell you they do not want to appear as a beginner. That’s why I feel the need to attract attention to the typical beginner mistakes you want to avoid. Errors using each part of the new web technology, you will find only because it is available.

I understand the attraction of new technologies. However, before you load a web page or the removal of animated graphics, to ask you some questions.

1. Will this technology add value to my site? By value I mean something that will increase (and not clutter) your Web experience visitors. In addition to being cold, the technology will in some way?

2. The technology will cause inconvenience to my visitors? Are all flash-style home page visitors (repeat visitors, even) to sit down and watch a movie for two minutes each time they come to your site? Have tons of animated or rotating graphics files make your home page load very slowly? Internet users are very impatient person, you know. I can tell you from experience, they will not wait.

3. Does the technology require visitors to my site to do something? Make your visitors to download special software or plug-in to see your site with this new technology? If so, jump! Not worth the chance visitor clicks away.

4. Is the technology stable? Is the chat programs you have installed reliable? Is this new java script work as it should? What video stream skip and crash? If you are new technologies do not work at a rate of 99% of the time, it’s not worth causing a worsening of your visitors.

Tags: , , , , , , , , , , , , ,

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS

Microsoft Great Plains Integration Manager – Working With Text File

Microsoft Business Solutions main middle market ERP application – Microsoft Great Plains has multiple integration options: MS SQL Scripting (stored procedures and views), ADO.Net programming, Microsoft SQL Server DTS packages. You certainly can deploy such SDK tools as eConnect. However here we would like to show you how to program the simplest user friendly tool: Microsoft Great Plains Integration Manager.
Multiple times in our consulting practice we saw the need to integrate General Ledger transactions from one text file and here we give you this and even more complex case, when credit and debit amounts are present on the same line with their own account numbers. Let’s assume that we have tab delimited text file, GLSOURCE.txt. Here is how the line looks:

“11242004″ (date) “11020016000″ (debit account) 212446.68 (debit amount) “15260005400″ (credit account) 212446.68 (credit amount)

Pretty challenging, isn’t it?

Let’s begin

First of all and this is probably easy – you need ODBC DSN, use Microsoft Text Driver, change default directory, select the file and switch to tab delimited type.

Next, open Microsoft Great Plains Integration Manager and create two new queries – one will be for the Header and the second for distribution lines in GL transaction. In both cases use Advanced ODBC type of text queries.

Tags: , , , , , , ,

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS