I just came across this site that has a large collection of very nice looking icons that are free to use.
August 2007
August 28, 2007
August 21, 2007
Earlier this month CerkiTek was approved for membership in the AeA, a nationwide non-profit trade association that represents all segments of the technology industry (formerly the American Electronics Association). Two of the main reasons that we decided to pursue AeA membership were that we wanted a voice in the IT political agenda as well as member benefits such as group health insurance.
By joining the AeA, we are now able to provide group health insurance to our employees at a more attractive rate – a challenge for many of our fellow entrepreneurial companies. We realized that being able to provide a comprehensive benefit package to our dedicated staff would help us to attract top talent as we continue to grow.
We are seeing huge demand for our expertise in the area of SharePoint development right now and there is a real shortage of SharePoint developers. We realized that we need to convince good people that this is a place for them to build their career and the AeA gives us even more to offer to our employees.
Having just completed a large project in the healthcare industry, we have several more on the horizon and will need to hire developers to support fulfillment of the demand.
The AeA is the largest association of high-tech companies in the United States and provides an array of business solutions for employers and employees. With nearly 2,500 member companies, we joined an influential public policy force in the area of major interest and impact for information technology companies. The next few years will be crucial in shaping how competitive US IT companies will be against their foreign competitors. The political agenda around US Competitiveness and R&D tax reform are part of the AeA 2007 Public Policy initiatives and issues that we feel passionately about.
More about AeA
AeA (formerly the American Electronics Association), founded in 1943, is a nationwide non-profit trade association that represents all segments of the technology industry and is dedicated solely to helping their members’ top line and bottom line. They do this in partnership with our small, medium, and large member companies by lobbying governments at the state, federal, and international levels; providing access to capital and business opportunities; and offering select business services and networking programs. Their website is http://www.aeanet.org/southeast.
For questions or comments about this post, please send an email to blog@cerkitek.com.
August 21, 2007
As a Microsoft Partner CerkiTek recently received a letter explaining the new anti-piracy technologies that are now part of Windows Vista. This is a serious enough issue that Microsoft not only sent all their partners a certified letter, but they are calling them as well. The following is an excerpt from the letter that CerkiTek received:
“Microsoft is committed to helping protect consumers and software resellers from the risks and fraud associated with pirated software. Unfortunately, millions of PCs that ship each year end up with non-genuine Windows software.
Windows Vista software changes the landscape through the integration of built-in anti-piracy technologies that make widespread pirating of the operating system more difficult and less attractive to end-users. Because of the impact to non-genuine users around these important changes, we wanted to ensure we provide all our partners with a base of understanding of how these technologies work. How the technologies work:
- All versions of Windows Vista must be activated with a genuine product key, either by the OEM or the end customer.
- If non-genuine Windows Vista is detected during activation, the system enters a 30-day grace period where some features will be disabled, import updates and downloads denied, and a constant message on the screen will remind the customer that the operating system is non-genuine.
- Following the 30-day grace period, the system will go into a reduced functionality mode until a valid key is entered. In reduced functionality mode, the user will experience:
- A black desktop background with only a browser icon available
- No start menu or task bar
- Limited Web browser availability
Windows Vista also includes anti-piracy technology that detects non-genuine versions on an ongoing basis as updates and enhancements are installed. If non-genuine Windows Vista is detected, the system enters the 30-day grace period with the same experience described above.”
As you can see, Microsoft is taking serious measures to prevent the pirating of Windows Vista. However, this will also impact those who unknowingly bought a non-genuine copy of Windows Vista. If it is discovered that a non-genuine version is being used, serious issues can disrupt your PC’s functionality, causing a very genuine problem. Make sure that the reseller that you are buying from is selling genuine copies of Windows Vista. Be careful and be genuine. Feel free to contact CerkiTek for any questions you might have regarding purchasing Windows Vista or any Microsoft products.
For questions or comments about this post, please send an email to blog@cerkitek.com.
August 12, 2007
VHDMount is a new tool from Microsoft that allows you to connect (or mount) a virtual hard disk to your host operating system as if it were a seperate physical disk. This can be very useful in accessing files in the virtual hard disk or for performing backups. I’ve used it to access files when I didn’t have file sharing configured between the host and guest operating systems.
VHDMount is included in Virtual Server 2005 R2 SP1, which can be downloaded from here. Registration is required before downloading.
Once installed, VHDMount can be found in the VHDMount directory where Virtual Server was installed. Usually that would be C:\Program Files\Microsoft Virtual Server\Vhdmount.
VHDMount is a command line utility.
Use the following command: VHDMount /p [/f] VHDFileName.
The /p parameter will connect the virtual hard disk specified in VHDFileName to the host operating system. On Windows XP it will automatically mount and assign the next available drive letter to all the partitions on the virtual hard disk. On Windows 2003 it will not mount the partitions on the virtual hard disk so you have to use the disk management console to assign drive letters or mount point in order to access the data.
On Windows Server 2003 you can use the following command:
VHDMount /m [/f] VHDFileName [DriveLetter].
The /m parameter can only be used on Windows Server 2003 and will mount all partitions on the virtual hard disk and use DriveLetter for the first partition. The rest of the partitions will get assigned incrementing drive letters as appropriate. DriveLetter is optional and if not provided the behavior is the same as using /p on Windows XP.
The /f parameter will mount the virtual hard disk without creating an Undo Disk.
To unmount the virtual hard disk use:
VHDMount /u VHDFileName [/c | /d].
The /c parameter will commit all changes that were stored in the Undo Disk. It is only applicable if the virtual hard disk was mounted without the /f parameter.
The /d parameter will discard all changes to the mounted disk. It is only applicable if the virtual hard disk was mounted without the /f parameter.
For questions or comments about this post, please send an email to blog@cerkitek.com.