Cyber “Chat” Safely
Follow these precautions to avoid hooking up with a cyberstalker in a chat room: Read more…
- May 28th
- 3 Comments
Follow these precautions to avoid hooking up with a cyberstalker in a chat room: Read more…
Various e-mail providers offer an instant messaging service that allows members to talk to each other when they are online. This can be great fun—just ask my friends who constantly harassed me—but it also can attract unwanted communication from outside your circle of friends. Read more…
How to Trim Your Spam
According to emailabuse.com, there are several things you can do to avoid becoming a victim of e-mail abuse. So far, there are no foolproof measures, but following these suggestions can greatly reduce your risk. Read more…
E-mail abuse is characterized as the use of electronic mail to harass, annoy, or cause harm to the e-mail recipient. Abuse can take the form of threatening e-mail, or bulk mail with the intent to slow productivity or cause damage to the recipient’s system. This is a worldwide problem; anyone with e-mail is at risk. Read more…
When you log on to Skype, you will see several different icons in the main Contacts window These icons indicate information about each user’s status. The following is a list of the various status indicators you will see in the main Contacts window. Read more…
We all have heard of and probably used one of the many IM applications like these (data marked with an asterisk is based on information from Lehman Brothers, comScore Media Metrix): Read more…
A blooper that has become common in recent years is using input controls—checkboxes, radio buttons, text fields, etc.—to present data users cannot change. This refers to controls that are never editable, not to ones that are temporarily inactive (grayed).
First, it uses checkboxes to mark “Required” fields. Users can’t change these checkboxes; they are only indicators. Farther down the form is a text box labeled “Special Instructions.” These are instructions for filling out the form. They are in a text-entry box like the one below it, but are not editable. Read more…
A blooper that has become common in recent years is using input controls—checkboxes, radio buttons, text fields, etc.—to present data users cannot change. This refers to controls that are never editable, not to ones that are temporarily inactive (grayed).
First, it uses checkboxes to mark “Required” fields. Users can’t change these checkboxes; they are only indicators. Farther down the form is a text box labeled “Special Instructions.” These are instructions for filling out the form. They are in a text-entry box like the one below it, but are not editable. Read more…
Grouping data is the process of combining columns with duplicate values in a logical order. For example, a database may contain information about employees; many employees live in different cities, while some employees live in the same city. You may want to execute a query that shows employee information for each particular city. You are grouping employee information by city, and a summarized report is created. Read more…
Indexing on a single column of a table is the simplest and most common manifestation of an index. Obviously, a single-column index is one that is created based on only one table column. Read more…
Rule 1: Don’t attach labels and data fields to opposite edges of a form or control panel
If columns of an invisible table are used to lay out labels and data fields on a form or dialog box, the two columns should be adjacent. They should be attached to each other, not to opposite edges of the form. Alternatively, labels can be attached directly to their data fields in rows, with spacing calibrated so that labels and fields align. Read more…
Everyone is talking about build a website these days. Build a website is much easier these days by the advanced software and designer tools. Especially the free blogging system like WordPress makes the web building become a much easier task for normal people.
I am always looking for some in-depth web hosting reviews with massive compare data and detailed performance chart, because you know what I am doing, I perform SEO service for many big companies, that’s why I need really good web hosting. Not get it? It is quite complicate to do web hosting market research.
Normalization provides numerous benefits to a database. Some of the major benefits include the following :
This provides several examples of queries based on the concepts that have been discussed. The hour begins with the simplest query you can issue, and builds upon the initial query progressively. You use the EMPLOYEE_TBL table.
Selecting all records from a table and displaying all columns:
SELECT * FROM EMPLOYEE_TBL;
Selecting all records from a table and displaying a specified column: Read more…
Views can be utilized as a form of security in the database. Let’s say you have a table called EMPLOYEE_TBL. The EMPLOYEE_TBL includes employee names, addresses, phone numbers, emergency contacts, department, position, and salary or hourly pay. You have some temporary help come in to write some reports; you need a report of employees‘ names, addresses, and phone numbers. Read more…
The system catalog contains a variety of information accessible to many users and is sometimes used for different specific purposes by each of those users.
The system catalog contains information such as the following:
Using SQL to generate SQL is a very valuable time-budgeting method of writing SQL statements. Assume you have 100 users in the database already. A new role, ENABLE (a user-defined object that is granted privileges), has been created and must be granted to those 100 users. Instead of manually creating 100 GRANT statements, the following SQL statement generates each of those statements for you: Read more…
Digital identity is very convenient technology since it has been applied in digital world. Credit card, smart identity card, voice recognizer, or finger print screen locker. Read more…