Photoshop CS6: Create a Simple Grunge Text Effect
Rough, beat-up appearing text is a frequently used style in design. Through these Photoshop steps, you will be able to create grunge appearing text without difficulty.
Share or Restrict Files Using Google Docs
The ability to share files has become crucial to our daily activities. Google Docs service provides methods for sharing (and restricting) documents created within their service.
In Windows how do I check my hard drive for errors?
Hard drives are one of the most common computer components to develop errors. Microsoft Windows contains actions that will scan your drives for errors. Often these errors can fixed to prevent lost of data.
Windows 8: Prevent Hot Corners Switching through Recent Applications
The application switcher on Windows 8 is a useful tool for people who need a fast way to switch between apps. However, through its upper left-hand corner trigger, it is often brought up by mistake.
Oracle: Using the AFTER INSERT and AFTER UPDATE triggers
A database trigger is a stored procedure that automatically executes whenever an event occurs. The event may be insert-delete-update operations.
Oracle initiates an ‘AFTER INSERT’ trigger after an insert event has been occurred and an ‘AFTER UPDATE’ trigger after an update event has been occurred.