CB Online
No Users Online
DOCman Category
No Documents
sobi2 Simple Featured Listings
CB Workflows
|
|
Written by Boyd Trimmell
|
2007 Microsoft Office Suite Service Pack 2 (SP2)OverviewThe 2007 Microsoft Office Suite Service Pack 2 (SP2) provides customers with the latest updates to the 2007 Office suite (the products that are affected by this update are listed below). This download includes two types of fixes: - Previously unreleased fixes that were made specifically for this service pack.
- In addition to general product fixes, this includes improvements in stability, performance, and security.
- You can find out more information in Knowledge Base Article 953195, where product-specific changes are described.
- All of the Public Updates, Security Updates, Cumulative Updates, and Hotfixes released through February 2009.
Before installing this service pack, you are strongly encouraged to read 953195, which describes some big improvements introduced by SP2, and also calls out some important information that you should be aware of before installing. |
|
|
Displaying specific dates |
|
Written by Boyd Trimmell
|
Displaying specific datesTo display specific dates, you can use the DateSerial() function to manipulate the day, month, and year portions of a date. For example, you can use the following expressions in the ControlSource property of a text box or in the Immediate window to return specific dates: - The first day current month:
DateSerial(Year(Date()), Month(Date()), 1) - The first day next month:
DateSerial(Year(Date()), Month(Date()) + 1, 1) - The last day of the current month:
DateSerial(Year(Date()), Month(Date()) + 1, 0) - The last day of the next month:
DateSerial(Year(Date()), Month(Date()) + 2, 0) - The first day of the previous month:
DateSerial(Year(Date()), Month(Date())-1,1) - The last day of the previous month:
DateSerial(Year(Date()), Month(Date()),0) - The first day of the current quarter:
DateSerial(Year(Date()), Int((Month(Date()) - 1) / 3) * 3 + 1, 1) - The last day of the current quarter:
DateSerial(Year(Date()), Int((Month(Date()) - 1) / 3) * 3 + 4, 0) - The first day of the current week (assuming Sunday = day 1):
Date() - WeekDay(Date()) + 1 - The last day of the current week:
Date() - WeekDay(Date()) + 7 - The first day of the current week (using settings in Options dialog box):
Date() - WeekDay(Date(), 0) + 1 - The last day of the current week:
Date() - WeekDay(Date(), 0) + 7 |
|
Read more...
|
|
|
Written by Boyd Trimmell
|
Here is a list of some useful tools that help keep your computer safe and running clean and smooth.
- Adaware - http://www.lavasoft.de
Ad-aware Standard Edition is THE award winning, free, multicomponent detection and removal utility that consistently leads the industry in safety, user satisfaction, support and reliability. With its ability to comprehensively scan your memory, registry, hard, removable and optical drives for known datamining, aggressive advertising, and tracking components, Ad-aware will provide the user with the confidence to surf the Internet knowing that their privacy will remain intact. Let Ad-aware protect your privacy. - Spybot Search and Destroy - http://www.safer-networking.org
Search & Destroy can detect and remove spyware of different kinds from your computer. Spyware is a relatively new kind of threat that common anti-virus applications do not yet cover. If you see new toolbars in your Internet Explorer that you didn't intentionally install, if your browser crashes, or if your browser start page has changed without your knowing, you most probably have spyware. But even if you don't see anything, you may be infected, because more and more spyware is emerging that is silently tracking your surfing behaviour to create a marketing profile of you that will be sold to advertisement companies. Spybot-S&D is free, so there's no harm in trying to see if something snooped into your computer, too - HiJackThis - http://www.tomcoyote.org/hjt/
HijackThis is a tool, that lists all installed browser add-on, buttons, starup items and allows you to inspect them, and optionally remove selected items. The program can create a backup of your original settings and also ignore selected items. Additional features include a simple list of all startup items, default start page, online updates and more. - Zone Alarm Firewall - http://www.zonelabs.com
Zone Labs is the leader in personal and distributed firewall technology trusted on over 20 million PCs. Our proven firewall technology protects your identity by keeping hackers away from your passwords, account numbers, and valuable data. Our advanced privacy solutions stops Web sites from following you online and stops annoying pop-ups. We build software that everyone can use. Novices can protect their computers immediately. Advanced users can personalize their privacy protection. Zone Labs continues to win its share of industry awards. These are products you can trust! - Visual Zone (Zone Alarm add-on) - http://www.visualizesoftware.com/
Although truly one of the best software firewalls around, ZoneAlarm does an even worse job of gathering and displaying information about attacks than BlackICE. Meet VisualZone: the end to all your questions! The information that is collected during the intrusion is complemented by all the information ZoneAlarm missed. And ZoneAlarm misses a lot! But don't worry, VisualZone finds all available information you're looking for. - Kerio Personal Firewall - http://www.kerio.com/kpf_home.html
Kerio Personal Firewall (KPF) helps users control how their computers exchange data with other computers on the Internet or local network. Within an organization, Kerio Personal Firewall prevents a single computer from attacks initiated by internal users. Remote workstations and laptops running KPF are protected from Internet born attacks. - Microsoft Baseline Security Analyzer v1.1.1 -
http://technet.microsoft.com/en-us/security/cc184924.aspx Microsoft Baseline Security Analyzer (MBSA) is an easy-to-use tool designed for the IT professional that helps small- and medium-sized businesses determine their security state in accordance with Microsoft security recommendations and offers specific remediation guidance. Improve your security management process by using MBSA to detect common security misconfigurations and missing security updates on your computer systems. - CCleaner - http://www.ccleaner.com/
CCleaner is a freeware system optimization, privacy and cleaning tool. It removes unused files from your system - allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. Additionally it contains a fully featured registry cleaner. But the best part is that it's fast (normally taking less than a second to run) and contains NO Spyware or Adware! :)
|
|
| | << Start < Prev 1 2 Next > End >>
| | Results 1 - 4 of 6 |
|
|