My Joomla

  Home
Microsoft Office 2010 Technical Preview PDF Print E-mail
Written by ZOCIA   
Sunday, 28 June 2009 13:51

The Microsoft Office 2010 Technical Preview is a limited, invitation only program which will provide you with the opportunity to experience early, pre-release versions of Office 2010 which will include the following applications:  Word 2010, Excel 2010, Outlook 2010, PowerPoint 2010, OneNote 2010, Access 2010, InfoPath 2010 and Publisher 2010. 

By registering you are signing up to be considered for the Technical Preview Program, you will be waitlisted for consideration to be invited into the Technical Preview Program. We will notify invitees in early to mid July.

Please click below to make your request to be waitlisted for the Technical Preview.

https://microsoft.crgevents.com/Office2010themovie/Register/Login/RegCode.aspx?RegCode=techpreviewwaitlist

Afterwards, you will see a thank you page like this one.

Registration Submitted print Updating...

Thank you for your interest in the Microsoft Office 2010 Technical Preview.

We will contact you via the e-mail address you provided with more information soon and you will receive notification whether or not you will be included in the program in July or August 2009.

In the meantime, please continue to enjoy more “sneak peeks” to be released at www.office2010themovie.com

If you need to update or cancel your sign up information, please go to the "Returning Services" link that can be found on http://microsoft.crgevents.com/Office2010themovie

If you have any questions about what you have submitted or about information on this web site, please contact This e-mail address is being protected from spambots. You need JavaScript enabled to view it .

Thank You!

 
BAT File Tips PDF Print E-mail
Written by ZOCIA   
Wednesday, 24 June 2009 08:48
First of all, to make a BAT file, make a new text document [ Notepad ], then save as name_you_want.bat - The .bat extension is very important! Now choose 'All File Types' from the drop-down box, then save to your Desktop - You should have a new BAT file created! If not, try the above steps again.
The codes below are copy/paste right to your BAT files [ To edit a BAT, right-click it and choose 'Edit' - It will open in Notepad. Here's some BAT code 'stuff' I use every day, to keep my PC clean

Quick Clean:
Cleans out ALL the garbage accumulated in your PC travels...

@echo off
echo Starting ......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo OK!
echo. & pause

Cookie Deleter:

cd %USERPROFILE%
%HOMEDRIVE%
del Cookies\*.* /f /s /q

Index.dat Cleaner:

@echo off
del "%HOMEDRIVE%\Documents and Settings\Default User\Cookies\index.dat"
del "%HOMEDRIVE%\Documents and Settings\Default User\Local Settings\History\History.IE5\index.dat"
del "%HOMEDRIVE%\Documents and Settings\Default User\Local Settings\Temporary Internet Files\Content.IE5\index.dat"
del "%USERPROFILE%\Cookies\index.dat"
del "%USERPROFILE%\Local Settings\History\History.IE5\index.dat"
del "%USERPROFILE%\Local Settings\History\History.IE5\MSHist012006032820060 329\index.dat"
del "%USERPROFILE%\Local Settings\History\History.IE5\MSHist012006032920060 330\index.dat"
del "%USERPROFILE%\Local Settings\Temporary Internet Files\Content.IE5\index.dat"
del "%USERPROFILE%\UserData\index.dat"
del "%HOMEDRIVE%\Documents and Settings\LocalService\Cookies\index.dat"
del "%HOMEDRIVE%\Documents and Settings\LocalService\Local Settings\History\History.IE5\index.dat"
del "%HOMEDRIVE%\Documents and Settings\LocalService\Local Settings\Temporary Internet Files\Content.IE5\index.dat"
del "%WINDIR%\System32\config\systemprofile\Local Settings\History\History.IE5\index.dat"
del "%WINDIR%\System32\config\systemprofile\Local Settings\History\History.IE5\MSHist012006032320060 324\index.dat"
del "%WINDIR%\System32\config\systemprofile\Local Settings\Temporary Internet Files\Content.IE5\index.dat"

Disable Ctfmon.exe from running:

@echo off
Regsvr32.exe /u msimtf.dll
Regsvr32.exe /u msctf.dll

Ctfmon is installed with IE7 - It is useless, unless you use M$ Office - It is just a system hog, and isn't needed unless you use Office.
 
Services that can be disabled in Windows PDF Print E-mail
Written by ZOCIA   
Wednesday, 24 June 2009 08:41
Services that can be disabled in Windows

There are quite a few services you can disable from starting automatically.
This would be to speed up your boot time and free resources.
They are only suggestions so I suggestion you read the description of each one when you run Services
and that you turn them off one at a time.

Some possibilities are:

Alerter - Sends alert messages to specified users that are connected to the server computer.
Application Management - Allows software to tap directly into the Add/Remove Programs feature via the Windows Installer technology.
Background Intelligent Transfer Service - The Background Intelligent Transfer service is used by programs (such as Windows AutoUpdate) to download files by using spare bandwidth.
Clipbook - ClipBook permits you to cut and paste text and graphics over the network.
Error Reporting Service - Allows applications to send error reports to Microsoft in the event of an application fault.
Fast User Switching - Windows XP allows users to switch quickly between accounts, without requiring them to log off.
Help and Support - Allows the XP Built-in Help and Support Center to run.
IMAPI CD-Burning COM Service - You don't need this if you have other software to create CDs.
Indexing Service - Indexes contents and properties of files on local and remote computers; provides rapid access to files through flexible querying language.
IP SEC - Manages IP security policy and starts the ISAKMP/Oakley (IKE) and the IP security driver. If you are not on a domain, you likely don't need this running.
Messenger - Transmits net send and Alerter service messages between clients and servers. This is how a lot of pop-up windows start appearing on your desktop.
Net Logon - Supports pass-through authentication of account logon events for computers in a domain. If you are not on a domain, you don't need this running
Network DDE - Provides network transport and security for Dynamic Data Exchange (DDE) for programs running on the same computer or on different computers.
NT LM Security Support Provider - Provides security to remote procedure call (RPC) programs that use transports other than named pipes.
Performance Logs and Alerts - Collects performance data from local or remote computers based on preconfigured schedule parameters, then writes the data to a log or triggers an alert. If you don't need to monitor your performance logs, then you don't need this service.
Portable Media Serial Number - Retrieves the serial number of any portable music player connected to your computer
QOS RSVP - Provides network signaling and local traffic control setup functionality for QoS-aware programs and control applets.
Remote Desktop Help Session Manager - Manages and controls Remote Assistance. If you are not using Remote Desktop you don't need this service.
Remote Registry - Enables remote users to modify registry settings on this computer.
Routing & Remote Access - Offers routing services to businesses in local area and wide area network environments. Allows dial-in access.
Secondary Login - Enables starting processes under alternate credentials. This is what allows you to run an application as another user.
Smart Card - Manages access to smart cards read by this computer.
Smart Card Helper - Enables support for legacy non-plug and play smart-card readers used by this computer.
SSDP Discovery Service - Enables discovery of UPnP devices on your home network.
TCP/IP NetBIOS Helper - Enables support for NetBIOS over TCP/IP (NetBT) service and NetBIOS name resolution. This should not be needed in today's network environment.
Telnet - Enables a remote user to log on to this computer and run programs, and supports various TCP/IP Telnet clients.
Uninterruptible Power Supply Service - Manages an uninterruptible power supply (UPS) connected to the computer.
Universal Plug and Play Device Host - Provides support to host Universal Plug and Play devices
Upload Manager - Manages synchronous and asynchronous file transfers between clients and servers on the network.
Volume Shadow Copy Service - Manages and implements Volume Shadow Copies used for backup and other purposes.
Web Client - Enables Windows-based programs to create, access, and modify non-local files across the Internet.
Wireless Zero Configuration - Provides automatic configuration for the 802.11 adapters
WMI Performance Adapter - Provides performance library information from WMI HiPerf providers.
 
Making PCs Faster PDF Print E-mail
Written by ZOCIA   
Wednesday, 24 June 2009 08:43
For Basic :
1. First, run a scandisk or checkdisk. Let Windows fix any errors.

2. Run a disk cleanup utility...this will flush your temporary internet folder, trash can, temp system files, etc.

3. Delete any garbage files or data...if possible, run a Duplicate File Finder program.

4. Run Defrag on all partitions (NOTE: run this after you have deleted all trash and excess files!)

5. Run a registry cleaner utility and delete or get rid of any orphaned entries in that registry.

6. Check your exisiting swap file for it's size and location (*will explain location later in the post). If you have alot of ram (i.e. 1 gig and over) set this swap file to something small, like 250 mb. The reason is that this will force Windows to load more into memory, resulting in faster performance (note: some games and applications actually require a certain sized swap file so check your applications performance after making a size adjustment for any error messages.)

7. Under XP, you can tell Windows to use Classic Style on your desktop, - this will remove the neat single click and internet-style desktop but for lower end systems this will improve performance in other areas, such as gaming and multi-tasking.

8. Run msconfig and under startup and only keep the programs that are essential to load in the tray icon (and hence stay resident in memory). Uncheck anything else non-essential, like an ATI or Nvidia control panel, Quicktime utility, Real Audio, etc.

9. Upgrade drivers! Check for the latest BIOS, video, motherboard, sound, etc drivers from the manufacturers. Alot of my friends had chipsets on their motherboard that had advanced disk management capabilities or AGP port settings but the drivers weren't loaded for them so they were never being used. A simple upgrade realized a noticeable difference. For instance, they didn't have the latest driver for their AGP port so it was set to 1x, instead of being used at 4x!

10. (OK, so this won't speed up your PC but it could save you alot of time and trouble later on!) After making all these improvements, make a working backup! I use Ghost, but for XP users you can also use System Restore...


-FOR ADVANCED USERS-


1. Take a look under the hood (for IDE owners). How are your IDE devices configured? If you have more than 1 hard drive, put the master hard drive on the primary IDE channel and the secondary hard drive on the secondary IDE channel (most motherboards have two IDE channels).

2. Place all CDROM drives, DVD readers etc. on the secondary IDE channel (or SCSI bus, etc). This will reduce I/O contention with your master hard drive which should have your OS and apps installed...

3. Remember when I mentioned the location of the swap file? OK, if you have 2 hard drives and you have one on the primary IDE channel and the other on the secondary IDE channel, move the swap file to a partition ON THE SECOND hard drive (on the secondary IDE channel). This will greatly improve system performance as the PC can write to the swap file while loading and running OS and system commands without I/O contention on the primary IDE channel!

4. Take a look under the hood (for SCSI owners) What kind of SCSI do you have? If it's the newer Ultra 160/320 etc cards then guess what? Any devices placed on the same bus will automatically default to the slowest drive on the chain...this means that if you have say, an Ultra 160 SCSI card, and it has an Ultra 160 drive (capable of transferring 160 mb/sec) on the same chain as a SCSI cdrom drive (capable of only 40 mb/sec) then the whole bus slows down to the 40 mb/sec speed...use different chains for the slower devices and maximize those hard drives!

5. Run a utility like WCPUID and check the settings...is your CPU/front speed bus/AGP port running as fast as they should be? If not, check your drivers and BIOS configuration options. Also, are all of your chipset features enabled? If not, then enable them! (usually done in your BIOS!)

6. Dig in to the BIOS...check settings like boot order, for example...is it checking the floppy first? Change this! Select your order to reflect the hard drive first, then CD, then floppy for a noticeable boot time improvement. Also disable any non-used on board peripherals...for instance, - does your motherboard come with an on-board NIC card? Guess what, if you don't use that NIC card and it is enabled it will eat up valuable CPU cycles and can be detrimental to your systems' performance. DISABLE THAT MUTHA! Also, see if you can play with memory timing and CPU clock frequencies (NOTE! This is for expert users only!) Set these timings to "Aggressive" and see what happens in your games and apps...Also, check to see what your video aperature is set to. If you have a video card with 128 megs of on-baord memory, your aperature should be set to this amount too. Read the BIOS owner manual for further non-general performance tricks or improvements! Do you have the latest BIOS firmware version?

7. Under hardware properties, check to see that everything is working properly, and fix any hardware contention issues. You'll see the dreaded yellow exclamation point (!) beside any hardware componenet that is not working correctly.

8. Evaluate the potential for system/hardware upgrades...usually, the best bang for the buck is adding memory so buy all that you can afford (don't go much above 512 megs for Win 98 or ME). If you have a motherboard with an 8x - capable AGP port but you are using an older 4x video card, consider upgrading to an 8x card. You get the idea here...

9. Quit using software pigs like Norton system utilities, etc. These place files everywhere and can be a real system resource hog on lower end PCs.

10. Did I mention to make a good backup? Do it now! Also, while you're at it, run a good virus program with the latest definitions.

There are more options to make your system faster, such as overclocking, etc. but (just about) everything I've mentioned in this tech post costs you nothing and will result in faster system performance! Good luck and if you have any questions on how to do anything mentioned here, ask a knowledgeable friend or consult a book, - don't mess up something trying to do something you are not sure of!
 
The Social Impact of Technology PDF Print E-mail
Written by ZOCIA   
Tuesday, 23 June 2009 10:55

There is no doubt that technological change brings about social change. The Industrial revolution saw many people displaced from their land, to find work in crowded city factories. Serfdom was abolished and the population shifted from villages to the cities. Strong family ties, self sufficiency and the right to occupy land were replaced with uncertain tenancy of land, dependency on trade and a weakening of the family unit.

Economically, goods and money abounded, and trade flourished. The merchant class profited from the wealth that was generated on the backs of the displaced population of urban workers. Children were sent to work in factories, in order for families to make enough money to live. The peasant class worked long hard hours in poor conditions with no security. The Industrial revolution led to the alienation of the working class and although many union battles have since led to the adoption of better working conditions, the effects of the Industrial revolution remain. The family unit is even more vulnerable today with soaring divorce rates, high rates of teenage suicide, most of society are either heavily mortgaged to banks or paying high rents, and no one can be self-sufficient in a world governed by free trade.

Advances in technology, is generally not equitably shared within society. People with money have more opportunity to aquire technology, which enables them to acquire even more wealth. It is also important to remember that war has been and will continue to be the driving force for technology and innovation. Power and wealth are intrinsically tied together.

Technology leads to greater social economic division. Laborers are viewed as commodities and expendable. Technology leads to alienation because it can create jobs that require no specialist knowledge.

To date, since the industrial revolution we have seen technology used to the detriment of society. The right to occupy land has become a privelege that must be worked for and earned and now the battle is on to control all the world's food and textiles through genetically modified seeds and animals. The insidious part of GM is that there is no recall once it is released into the environment. Salmon that will grow ten times faster than normal salmon will destroy river systems, as their unfair genetically modified advantage will see all smaller life forms extinguished, and genetically modified crops that are dependent on pesticides will contaminate organic, heritage seeds that have sustained people for thousands of years. Seeds will no longer be able to be harvested and replanted but the farmer will have to buy new seed every year from GM seed makers. This fight is more important that the fight over open source because it involves the right of people everywhere to have clean, safe food that has not been genetically altered. Essentially GM is a tax on everyone because a patent will be on every seed and seeds are made to be sterile the following year. This is something to become angry about. The greedy corporations and individuals that want control over our food, water and land, do not care about the irreversible damage to the environment. people and animals that they cause.

We have the right to eat tomatoes that are free of fish DNA, meat and milk that is free of human DNA, pigs that haven't been grown to harvest anthrax antibodies. They will never be able to prove the safety of GM food and no long term studies have been done. Nor will GM solve the problem of soil erosion, and pollution of rivers from artificial fertilizers and pesticides. Only a return to responsible organic and biodynamic farming practices will solve these problems. The 50 harmful effects of GM food Courts are not keen to pursue pesticide makers for poisoning farmers, or GM seed makers for monopolizing the world's seeds through patents, (through genetic engineering that not only renders the seed worthless for replanting the next year but also contaminates non-GM crops by cross pollination. Already the majority of the world's seed stock is controlled by a handful of corporations - see http://www.cqs.com/50harm.htm and http://www.seedsavers.net )

The internet in its current form was developed as a free exchange of information, unregulated by any one government or owned by any one person or company. In its raw form it was the playground of hackers and computer geeks, who challenged the status quo. It brings about a new era, the technological revolution. The free flow of information, has brought about technological advances at an unprecedented rate and has made many rich and brought companies who failed to adapt to a standstill.

How will this technological revolution impact on our society? If the industrial revolution is any thing to go by, there will be winners and losers to technological revolution.

E-commerce will affect the middle man and allow direct trade with consumers. Efficiency brings about lower prices for the consumer, but it is more accurate to argue that efficiency brings about greater wealth for shareholders, directors and owners. The intrinsic weave of social interactions of trade, can be disentangled and made into a horizontal supply chain. E-commerce will create efficiencies that effectively remove the need for a long supply chain but at the expense of social relationships.

 

The effect of e-commerce, and the internet will impact on every society on the earth. Already, the barriers of trade between individuals in different countries are non-existent. Company contact details are searchable through powerful search engines, and trade can commerce between two individuals who would otherwise never have met. The internet dissolves national boundaries, and the consequences for cities that have developed as centers of administration and trade will be disastrous, if they do not embrace the technological advances in communication and trade that the internet brings. While at the same time, free trade means fierce competition without the protection of award wages. People are reduced to consumers and suppliers.

Resisting the tide of technological change is impossible. Of course it is possible to do business without a website or email or mobile phone or a fax machine. People have been doing business well before any of these gadgets were invented. But business today is about competition, and technology is about leverage. Technology can lead to alienation if it is not widely dispersed in society. The Industrial age saw the concentration of technology in the hands of the rich and powerful, allowing them to dominate and subdue the population into harsh working conditions and the social impact of the internet and computers is only just beginning, will it challenge the status quo or will it lead to greater population control?

The latter is probably more likely, and many will look on this time as the golden age of the internet. Already technology like digital TV is being pushed in the guise of better quality but the benefits to those who own the systems is that they will be able to track what you watch, when you watch it, whether or not you switch off an ad, and perhaps even whether that pizza ad makes you pick up the phone and call for a pizza. Knowledge is power, and with access to tapping phone lines, reading emails, reading your credit card statements, knowing by GPS where you are by tracking your mobile phone, it can be a scary world, if all that knowledge and power were to be used to oppress and control.

On the upside, technology has made the developed world a richer place to the detriment of the environment. Machines have allowed people to move away from physical work, so that now in Australia there is 100,000 accountants and 85,000 farmers. Perhaps, technology has gone too far, and there are more people counting beans than growing them !

Impact of technology on government

The legal system is dependent on local jurisdictions under common law. Historically, one has to remember that before the age of the internet, airplanes and telephones, the vast majority of business was done locally. Technology has rapidly changed the way people do business but there has not adapted to the changes. There is no one body that governs international trade.

What are the implications?

If you buy a product from a local supplier in your State, and it turns out that the item is faulty, you can go back to your supplier to work out repair or replacement and if they don't help you, you can take the matter to local Trades office or file legal action in your state. If however, you buy a product outside your jurisdiction, you must file a claim in the State, where the supplier is located. You can only use a lawyer in the State where you file your action, your local llawyer can only act as a consultant and has no authority to represent you in court or to serve papers.

Therefore, we have a world which is governed by local laws and yet the businesses and individuals are now actively trading outside of their local area.

Governments are trying to make laws about content on the internet but have no jurisdiction to enforce those laws. This has created havens in small developing countries, that are happy to accept companies that want to run online gambling websites that may be outlawed in their jurisdiction or companies that wish to reduce their tax liabilities by opening up bank accounts in developing countries.

We see arising now a homogenizing of local laws on issues like SPAM, and even sending a international letter from anywhere in the world involves the completion of almost identical forms, Governments are making agreements, in an attempt to be relevant in a world where people are able to trade more freely and where digital communication has enabled businesses to work, almost without physical boundaries.

Business names and the Internet

In the beginning, it was easy to start a new business. You would go to your local business registration office in your State and apply for a business name. If it was taken, you would choose another name. Most people do not realize that a business name is only valid for the State that it is registered in and the only way to protect your business name is to incorporate a company. In Australia, you would lodge forms with ASIC to incorporate a company and you then have rights to use your business name exclusively in Australia and its territories.

However, with the birth of the internet, your Australian company name may be the same as the name of a company overseas.

This has resulted in legal action being taken, as companies tussle of business names and the rights to use those names and a court system that is unable to deal effectively with international disputes over business names and has resulted in greater costs to people who want to start a business as they must register multiple domain names, take about international trademarks and find a name that has not already been taken. Even if they contact lawyers to register all the domain names and trademarks to avoid disputes(both local and international), legal action can still be taken against them. And when it comes to justice, money wins almost every time, unless companies want to relocate to safe havens in developing countries where they cannot be pursued in court.

Source: http://www.passioncomputing.com.au

 
<< Start < Prev 1 2 3 4 5 6 7 Next > End >>

Page 6 of 7