Nov 27

Conflicts create waves in our calm lives. The greater the conflict the more impact it will have on us. No one likes conflicts. Conflicts require action (we have to do something about the problem that’s been created) or conflict requires decisions (we have to choose something over something else).

So the greater the conflict the greater the wave it creates.

Think of what state of mind you are in when encountering a conflict. How does it affect you? Do you…

• Worry?
• Lose your appetite or eat more for comfort?
• Lose sleep
• Experience mood swings?
• Withdraw?

Whichever way conflicts affect you – they do affect you. Do you believe then they should affect your character?

They should.

And to what degree the conflict will affect the character will be based on the type of conflict and the type of person he is.

To show a character going through a crises, we show his thoughts, what he thinks about what is happening to him, we show his actions, what he’s doing about it, we show the steps he takes to resolve it and we show what he feels each step of the way.

Doing this will enable the reader to experience everything the character is going through.

About the author:

———————————————————————————-
Besides his passion for writing, Nick Vernon runs an online gift site where you will find gift information, articles and readers funny stories. Visit http://www.we-recommend.com

Nov 26

Abstract

Domain objects in an application represent the core data and business validation rules relating to it. And, domain objects are usually central to the entire application and used by most subsystems. Therefore, their good design is critical for a good application design that is robust, high performing, and yet flexible.

When it comes to developing object oriented applications that use relational databases, the domain object design has to be consistent with the database design. This make them easier to understand because they represent real-life “entities” and their relationships with each other. Therefore, in many situations, the domain objects are “mapped” to the relational database tables and relationships between tables. However, it is very easy to get this mapping wrong and end up with an undesirable domain object design. A good design for domain objects requires a solid understanding of object oriented and relational fundamentals on the part of developers.

Domain Objects Persistence Pattern attempts to provide a solution for domain object mapping to the relational databases that decouples the domain objects from the persistence logic. The domain objects in this pattern are unaware of the objects that persist them because the dependency is only one-way (from persistence objects to domain objects). This makes the domain objects design much simpler and easier to understand. It also hides the persistence objects from other subsystems in the application that are using the domain objects. This also works in distributed systems where only the domain objects are passed around. In this context, an attempt is made to incorporate the Factory Pattern into this pattern to help decouple domain objects and persistence logic.

Scope

Domain Objects, Persisting Domain Objects.

Problem Definition

Domain objects form the backbone of any application. They capture the core data model from the database and also the business rules that apply to this data. It is very typical for most subsystems of an application to rely on these common domain objects. This means that the closer the domain objects map to the data model in the database, the easier it is for the application developers to understand and use them because they mimic real-life “entities” and “relationships” as represented in the database.

If domain objects are not separated from the rest of the application, we end up with duplication of code everywhere. Similarly, if domain objects are not separated from the persistence code, we face situations where any subsystem using the domain objects also knows and depends on the persistence objects. And, any change in persistence objects affects the entire application, hence a bad design.

Solution

One way to achieve the above mentioned goals is to separate the domain objects into a separate subsystem and let the entire application use them wherever it needs domain data. Additionally, we should separate domain objects from the persistence code. This double-decoupling allows us on one hand to avoid code duplication and on the other to hide the persistence details from the domain objects and make it more flexible in case it needs to change. The domain objects and the rest of the application is totally unaffected whether the data is coming from a relational database or any other source (e.g. XML, flat files, or Active Directory/LDAP).

In separating the persistence logic from domain objects, we ensure that the domain objects have no dependency on the persistence code. This allows the domain objects to become available in environments where we don’t even want to expose our persistence code.

Sample Code

In this sample, we will look at a Customer object from Northwind database mapped to the “Customers” table in the database.

public class Customer {
// Private data members
String _customerId;
String _companyName;
String _contactName;
String _contactTitle;

public Customer() {}

// Properties for Customer object
public String CustomerId {
get { return _customerId; } set { _customerId = value;}
}

public String CompanyName {
get { return _companyName; } set { _companyName = value;}
}

public String ContactName {
get { return _contactName; } set { _contactName = value;}
}

public String ContactTitle {
get { return _contactTitle; } set { _contactTitle = value;}
}
}

public interface ICustomerFactory
{
// Standard transactional methods for single-row operations
void Load(Customer cust);
void Insert(Customer cust);
void Update(Customer cust);
void Delete(Customer cust);

// Query method to return a collection
ArrayList FindCustomersByState(String state);

}

public class CustomerFactory : ICustomerFactory
{
// Standard transactional methods for single-row operations
void Load(Customer cust) { /* Implement here */ }
void Insert(Customer cust) { /* Implement here */ }
void Update(Customer cust) { /* Implement here */ }
void Delete(Customer cust) { /* Implement here */ }

// Query method to return a collection
ArrayList FindCustomersByState(String state) { /* Implement here */ }
}

Below is an example of how a client application will use this code.

public class NorthwindApp
{
static void Main (string[] args) {
Customer cust = new Customer();
CustomerFactory custFactory = new CustomerFactory();

// Let’s load a customer from Northwind database.
cust.CustomerId = “ALFKI”;
custFactory.load(cust);

// Pass on the Customer object
FooBar(cust);

// custList is a collection of Customer objects
ArrayList custList = custFactory.FindCustomersByState(“CA”);
}
}

As you can see above, the “load” method loads the Customer object from the database based on the CustomerId. Once the Customer is loaded, then it can be passed on to any subsystem in the application without exposing the persistence code. Similarly, if you get an ArrayList of Customer objects, you can pass on the ArrayList which has no persistence code dependency.

Conclusion

Using the Domain Objects Persistence pattern, we have extracted the persistence code out of the Customer object. This has made Customer object more object-oriented and simpler to understand because its object model is closer to the data model in the database. And, finally, we have enabled the Customer object to be passed around to different parts of the application (or even to distributed applications through .NET Remoting) without exposing its persistence code.

Author: Iqbal M. Khan works for AlachiSoft, a leading software company providing O/R Mapping and Clustered Object Caching solutions for .NET. You can reach him at iqbal@alachisoft.com or visit Alachisoft at www.alachisoft.com.

Copyright Iqbal Khan – http://www.alachisoft.com

Nov 24

Assuming you aren’t familiar with betting saloon gaming, do please read on —

Typically, a gaming hall is a building that offers card-playing. Visitors are expected to take a chance by challenging one-armed-bandits or trying out alternate pastimes of chance. Gambling saloon games commonly include methodically derived balances built in that insure the organization reserves its ascendancy over the gambling enthusiasts.

A huge number of betting saloon games can incite you into being obsessed rapidly. the stereotypical one armed bandit, a coin operated contraption with 3 or more gears that rotate when a knob on its flank is operated. The instrument more often than not will pay up correlating with a string of pictures seen on the screen of the gadget. Deplorably, gaming room games proffer a hallucination of power, thus conning the customer: the victim is provided with judgments, but in actual fact they cannot compensate for the patron’s overall disadvantage. That is precipitated by the gaming room never repaying the entire wager as expected. This arrangement is usually noticeable in acclaimed casino games like five card stud, dice games, roulette or blackjack.

Seven-card stud poker is really a very fashionable casino game. The gaming aficionados, religiously guarding their fully concealed hands, will wager into a pot in the center which is finally given to the last gamester in possession of the best combination of cards. (And yes, the shameless bluffing hand may well prevail as well!)

top online casinos

Comparable to five-card stud, blackjack is likewise a very popular casino game. A sizeable chunk of its is caused by the mix of chance and cleverness & choice making, not to mention a routine labeled “card counting”. The aforementioned is an approach in which gaming fans are in a position to significantly shift the winning odds of the card game for their own ends by both betting & strategic opetations according to the cards dealt.

Craps is a famous casino pastime making use of the roll of two dice. Visitors will place their stakes on the score of 1 spin, or on a series of rolls on two dice. In contrast to blackjack, there’s absolutely no conceivable winner betting system players could cash in on to improve the odds.

Roulette is a crowd pulling casino gambling pastime: a croupier whirls a roulette wheel which accommodates a set of exactly thirty-seven (as in classical roulette) or precisely thirtyeight (applies to American roulette) distinctively tagged pockets in which the rolling pellet will come to lie, which establishes the final winning number and the connected combinations. Assuming that the punter wagers on a number which hits it big i.e. it’s their lucky day, the guaranteed accolade will be thirty-five to 1, the original wager proper will be paid back. Consequently in total it’s multiplied by 36.

Nov 23

Poetry comes in many types and genres. As with other writings, we must first understand the meaning and power behind each poetic style before choosing which one fits our purpose best.

The cinquain poem is little known outside the hardcore poet world. The poems can be of three separate styles within and hold a separate purpose for each style. The style types are outlined below:

  1. Line1: One word

    Line2: Two words

    Line 3: Three words

    Line 4: Four words

    Line 5: One word

  2. Line1: A noun

    Line2: Two adjectives

    Line 3: Three -ing words

    Line 4: A phrase

    Line 5: Another word for the noun

  3. Line1: Two syllables

    Line2: Four syllables

    Line 3: Six syllables

    Line 4: Eight syllables

    Line 5: Two syllables

Other things to keep in mind include; staying on topic, try to keep the interest of you readers (that is of course if you are writing for publication), and most importantly expresses emotion. Also be sure to keep in mind that in order to have a successful cinquain, not unlike other poetry, the poet must choose the words carefully and construct a meaningful and heartfelt poem.

One thing to keep in mind while writing poetry, keep it fun. Don’t stress over it and only write when you have inspiration. It will make your poetry more meaningful and will make you feel better about your work.

About the Author

If you would like to read more Free Poetry Tips then check out Poem of Quotes

Nov 23

The bright old Chinese catchphrase has an important significance; the motto explained the fact that we acknowledge an occasion to a large extent more if it is viewed. By the way of video production or videography it is realistic to film a series of occasions.

Currently in a lot of different organisations presentations, video is constantly used. Using video production services it’s realistic to present the essential information to a lot of different likely consumers to help allure them. Video production is currently used for numerous reasons; however, quite a few online video commercials and awareness related presentations are usually produced in order to accomplish particular company targets.

Audio video presentations are very much in fashion and thus are used in more or less any nature of industry activity. Digital Media agencies at the outset by & large work with a certain style of client or a business that are looking to create a short format online video commercial, a presentation or a collection of video clips. The whole job of video production is typically carried out by a number of freelancers; though there are one or two good online specialist video production companies around at the moment.

Involvement of music composers, cameraman & script writers are also common when creating audio video presentations. What’s more, advertising agencies & public relations firms have very recently become involved with many aspects of online video publishing. Vidify’s digital video distribution channels can help generate the awareness and impact that your video content deserves.

Nov 22

Before you read this, understand right now: Free E-Book
Marketing WORKS! It has been proven to be one of the
*most powerful* forms of online marketing ever offered. But
with the knowledge of its existence, and nothing but a
notion of the idea, many who have attempted to utilize its
power have failed. Why? The lack of understanding!

Free E-Book Marketing has been in use for over SIX YEARS.
Successfully utilized by many “high-class” marketers. These
few have been actively creating and promoting Free
E-Books since the ability was provided.

Then, about the three-fourths of the way through 1999,
the news broke of this powerful “new” marketing form and
everyone and their brother were trying to “cash-in” on the
opportunities they were hearing about.

Buying up the e-publishing software stock, many
misunderstanding marketers began creating and compiling
everything they could get their hands on.

Throwing these so called worth while Free E-Books into the
world of the Web, they were actually doing more harm than
good. Little did ( or do ) they realize the necessary steps
that need to be taken in order to ensure their success …
that of quality, unique and beneficial content.

Let me ask you, “How many Free E-Books have you
downloaded due to its sizzling title, only to find nothing but
an over used report with a million and one banner ads
flashing in your face?”

Too many to count?

There in lies the problem. How many “bad” Free E-Books
does it take before you stop downloading Free E-Books all
together? Do you know what that does, not only for the
author of the Free E-Book, but other, successful Free
E-Book Marketers?

Too say the least, its not good.

So what DOES make a good Free E-Book? What makes a
Free E-Book successful in the sense that it does what it is
meant to do? It’s rather simple, and if you’re at all
interested in this “old” form of marketing, than here are the
TWO MOST IMPORTANT aspects you need to realize:

ONE:

Your E-Book must be focused. It should only present a
single offer to its readers. It should not stray or attempt to
teach everything about anything. It should be centered
around one solid idea: To present your ( business )
knowledge as to establish yourself as an expert in your
field. To show and help the reader realize that you are a
credible source of information.

After reading your Free E-Book, your reader should have a
firm grasp of the concepts you present. They should be
able to follow through and succeed with the resources you
provide. This will help the passing of your Free E-Book as
well as strengthen your chances for future dealings with its
readers. ( This is what makes you money, not the banner
ads. )

TWO:

Your E-Book must be educational. If you decide to utilize
Free E-Book Marketing, than understand this: Your Free
E-Book is to be created to generate leads. How do you
generate leads? You educate your prospects about what
you have to offer. You show them the hows, whats and
whys of how your offer works and will work to benefit them
to act upon.

You must teach the reader all that you successfully can
about what the contents of your Free E-Book will do for
them. Before they will hand you their money to enhance
their lives, they need to know WHY what you’re offering will
work for them.

By demonstrating, thus educating through the use of your
Free E-Book, your reader will naturally gravitate towards
you for “further” information, where in you may charge for
admission, thus making you your profits.

Free E-Book Marketing is simply a matter of understanding
how the marketing and psychological strategies of it work.
Understanding the above is *by far* the most important
aspects of Free E-Book Marketing you need to realize.

If what I have just shown you is not followed, you will only
work to hurt yourself. People want quality, informative
content … and you want their money. By giving them what
they want, then suggesting they come to you for more,
you will work to help each other.

Free E-Book Marketing WORKS! But ONLY if you use it right.

About the Author

Chayden is the author of the highly acclaimed NEW E-Book,
“E-Book Marketing Explained!” and is currently teaching
other online marketers how to maximize their online
promotional efforts with the use of Free E-Book Marketing -
the most “viral” online advantage you’ve got!. Visit his site
for full details:
http://www.marketingeffect.com/me.cgi?ME260_campaign.

Nov 22

You are running out of ideas, you sit down in front of your computer and stare at the blank screen with a blank mind.

Your fingers are idly waiting for some action. Writer’s block? Perhaps.

You must have an “Ideas ” file. Better yet, go over your article file. There must be a title that catches your attention. Open the file and go over the titles. See a title from years ago? Does it still appeal to today’s readers with a bit of retouching? Hmmmm…

Ask yourself, what audience did you write this for? Is it possible to re-arrange it for another age group, an interest group, or add a twist to give it a different flavor and make it current for the same group you wrote it for. Present it with a fresh perspective. What other insights have you gained since you wrote this article?

Take the subject of diet or nutrition. The different age groups have different dietary and nutritional requirements. Add to this lifestyle. Not everyone subscribes to the same patterns of living. This topic has potentials for expansion.

Your journal offers a wealth of ideas. It’s not about sharing your experiences, per se, although that may not be a bad idea. Your journal contains what lies very deep in your heart, your psyche, your joys, your ramblings and more.

Topics that touch your heart, emotions you can share, lessons that your readers can learn, words that inspire them to open their minds, nurture their spirits and more. There are nuggets of insights from the depths of your soul.

Do you blog? You wrote something in the spur of the moment, a fleeting joy, tidbits of information and more ramblings.

Pick a topic. Expand on it. If you wrote it, hoping to share it with others in your blog, rewrite it and give it your best shot. Voila, a new article waiting to be written.

Turn your personal writings into the second person, in the active voice, present it as fresh as if it were happening right now. You can almost see your reader nodding his/her head in agreement , thinking, yes, I could have written this myself. Why didn’t I think of it?

Writing is not about searching for new ideas all the time. Sometimes, it’s worthwhile to re-write and remind others that the past carries on today and moves forward to tomorrow.

The wisdom of the ages is forever.

E N D

About the Author: Bonnie Moss writes about spirituality, tools available to all to walk the path. Visit her website, a metaphysical site that offers information on tarot, crystals, aura,angels, journalling spells, psychic protection and other inspirational topics. Read motivational articles compiled from other writers, to inspire you. All these in one website. http://goldencupcafe.tripod.com

Source: www.isnare.com

Nov 21

When I sit down to write an article for my ezine, WriteSuccess,
and draw a blank as to what to write about, I reread my ezine’s mission
statement for guidance: “Ideas, information and inspiration for writers who
want to launch and/or maintain SUCCESSFUL freelance careers”

For this article, I narrowed the scope by asking myself: “What is THE
ONE MOST IMPORTANT TRAIT that a writer needs in order to succeed at
freelancing?”

The answer came to me with lightning speed. We must have discipline.

Repeat after me: When it comes to freelance writing, the single most
important character trait needed for success is discipline.

Bummer, isn’t it? The word “discipline” hardly sends one dashing to
the keyboard or searching for one’s pen in a heady, heated burst of
inspiration. Wouldn’t it have been great, even romantic, if I had
said that we writers possess a golden, rare gene with which only a
chosen few are graced? Or that, in order to succeed, we need to tap
into our personal Muse? Follow our calling? Develop the God-given
talent that is our birthright?

Okay, maybe not. Maybe you thought I was going to
say “talent,” “skill,” “power of observation,” “imagination” or even
“self-confidence.” After all, talent certainly helps, and the ability
to write clearly, powerfully, creatively and/or concisely is
important. Even in the wake of rejection, or especially then, we
need to believe in ourselves enough to try again and again. And the
best writers not only observe, but seem to *absorb* the world around
them, then set these observations free in articles, stories, scripts
and poems.

But without discipline, all the talent, confidence, creativity and
ability in the world won’t get you published.

I can almost hear you say, “Okay, Mom, I get your point” (followed by
a roll of the eyes and an expression that says, “Now get off my back,
okay?!”). And maybe that’s how the word discipline got its bad
reputation in the first place–from Mom, or other authority figures
in our lives. After all, “discipline” has a somewhat negative ring
to it, doesn’t it? It reminds us of being sent to our rooms when we
were children, or of school detention, or getting a warning from our
bosses at work. And yes, that happens to be one definition of
discipline–”treatment that corrects or punishes”–but in my trusty
Webster’s New World Dictionary, that is not the primary definition.
In fact, it’s listed at number five!

Discipline primarily means “training expected to produce a specific
character or pattern of behavior, especially training that produces
moral or mental improvement.” Isn’t that what we writers really want,
to develop the habit of writing daily, submitting regularly, and
pursuing our writing dream consistently? To constantly
hone our skills and increase our successes? In that regard,
discipline is our ally, not our enemy. While our imagination may send
us into idle daydreams, and our observations may distract, dismay or
entertain us, our discipline is the one trait that will assist us in
turning our daydreams into goals, and our observations
into finished pieces of writing.

Here’s to your writing success!

About the Author

Mary Anne Hahn is a freelance writer who wants to encourage others
to follow their dreams. To subscribe to her ezine, WriteSuccess,
mailto:writesuccess-subscribe@yahoogroups.com

Nov 20

Silent songs through the night.

Musical rhythm that echoes your mind.

Beauty and kindness at your sight

Could this be LOVE?

Different emotions clogged your heart.

Only thy face runs through your mind.

Awaiting for her lovely voice.

Could this be LOVE?

Moments like time flies,

Heartfelt tickles your senses.

Taken by the arrow of Eros

I wonder how this could be Love.

For mere feelings

like thief in the night.

This must be LOVE.

About the Author: I am a graduate of Angelicum College. I am fond of Harry Potter books and Lord of the Rings.

Source: www.isnare.com

Nov 19

Card spending continues to rise

Debit and credit card spending continues to rise according to recent data from Apacs. The BBC has reported new figures that show a ’surprise’ increase in spending on debt and credit cards in the UK. Figures from Apacs (the Association for Payment Clearing Services) September report showed a 9.4% increase in credit card purchases in September, with gross lending increasing by 7.4%.

Apacs figures illustrated that the total volume and value of card purchases were both higher than in any other month in the last twelve.

A debt expert for Think Money said: “Credit cards are a perfectly reasonable way of spending money, so long as enough of the debt is paid off at the end of each month. If that doesn’t happen, the interest can soon begin to build up, and the high APR on some credit cards can mean it doesn’t take long before some credit card debts become unmanageable.

“With a recession looming and the festive season approaching, we strongly advise consumers to tackle any debts as soon as possible, to minimise any potential financial hardship in the future.”

Apacs also revealed that men are more likely to use plastic than women with the average man holding 4.4 plastic cards as opposed to women holding 4.

« Previous Entries