Flock Open source browser built in mozilla

I accidentally see an article from the website of the flock that the new 2.0 beta release.
Flock 2.0 Beta, the latest version of its 1.0 version, but I have not ever try that one version and I have never been :D .
But like any version of the first product browser this browser give many features a sizeable full and interesting, browsing speed is quite reliable and can taste is faster than Firefox 3, although still flock also own property mozilla.
Flock have adopted many features - from the basic cell phone and the added services that directly integrated with the browser (without previous installation), features - this feature is also still on the plus ad-ons prove firefox.
And see only the features that are offered in addition speed and technology chorome it, the following screen shoot from the flock.



1. Integrated with a lot of online sharing media.



2.Default Home flock.



3.Search multimedia more attractive and cost-efficient time.

:D I only have a version of Linux that would like to see a flock mac version is more harmonious with the theme mac cool.

And a flock also in the wake of the Java programming language it all year from the default theme. :D
And there's more feature-in which it was not the by me.
If you want to try it may help you.
The last, the conclusion from all this, other than speed browsernya and all the features - which are
This browser, which feels a bit heavy, probably because too many features or because my computer is problematic hohohoho .... :D : D

This is a mac version:


Posted by Danivan7 | at Thursday, October 23, 2008 | 1 comments

Ubuntu 8.04 hardy heron source list

if u need source list of ubuntu 8.04 hardy heron , coz you losing or broking that and you haven't backup file you can use it.
you can maintenance it with my source list i know maybe some different with yours but maybe can help.
i have source list from my ubuntu 8.04.
you can see it .

I'm sorry before because maybe this view is not clear because my limited of my blogger template .
this is my source list i hope this is useful for you:

# deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release i386 (20080423)]/ hardy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://dl2.foss-id.web.id/ubuntu/ hardy main restricted
deb-src http://dl2.foss-id.web.id/ubuntu/ hardy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://dl2.foss-id.web.id/ubuntu/ hardy-updates main restricted
deb-src http://dl2.foss-id.web.id/ubuntu/ hardy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://dl2.foss-id.web.id/ubuntu/ hardy universe
deb-src http://dl2.foss-id.web.id/ubuntu/ hardy universe
deb http://dl2.foss-id.web.id/ubuntu/ hardy-updates universe
deb-src http://dl2.foss-id.web.id/ubuntu/ hardy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://dl2.foss-id.web.id/ubuntu/ hardy multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ hardy multiverse
deb http://dl2.foss-id.web.id/ubuntu/ hardy-updates multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ hardy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://id.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
# deb-src http://id.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu hardy partner
# deb-src http://archive.canonical.com/ubuntu hardy partner

deb http://dl2.foss-id.web.id/ubuntu hardy-security main restricted
deb-src http://dl2.foss-id.web.id/ubuntu hardy-security main restricted
deb http://dl2.foss-id.web.id/ubuntu hardy-security universe
deb-src http://dl2.foss-id.web.id/ubuntu/ hardy-security universe
deb http://dl2.foss-id.web.id/ubuntu/ hardy-security multiverse
deb http://dl2.foss-id.web.id/ubuntu/ hardy-backports restricted main multiverse universe
deb http://dl2.foss-id.web.id/ubuntu/ hardy-proposed restricted main multiverse universe
deb http://archive.ubuntu.com/ubuntu/ hardy multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ hardy-security multiverse

Posted by Danivan7 | at Friday, October 17, 2008 | 0 comments

Android dream phone (Google)



Android Demo videos:

The New cool phone with the cool features inside the phone.
you can have the cool desktop with cool application inside .

Unlike other phones, which require a four digit number for unlocking,
the Android simply puts nine dots arranged in a square on the touch
screen, along with the words “draw pattern to unlock.



it's so cool and secure for us.

Except a very low tech side effect of the touch screen may be giving Google pause.


From what we hear, some people using the phone are noticing that the
oil from a user’s fingers may leave enough of a smudge that the unlock
password can be guessed at some of the time. Particularly since most
people start their unlock pattern with the top left dot, and then move
right or diagonally right. If you can see the smudge, it’s an easy
guess what the unlock code is.


Of course users can always just wipe down the screen whenever they
lock the phone. But my guess is Google offers an alternative, and more
traditional, way to lock the phone as well.

i'm really really like this phone :d.
so cool ,secure, easyer,and comfortable with many feature inside.
:D.


Unlock Android Dream with your own pattern!


Android Dream phone

Posted by Danivan7 | at Wednesday, October 15, 2008 | 0 comments

Customs Cursor with javascript

To make our website more interest , and good looks , we can use javascript to make something different with our website template or any component other .
Now we will make javascript to custom our cursor in browser, we can use so many – many custom to our website cursor .
Hehe :D i'm sorry if my English still bad ,I'm still try to speak English and learn more and more. :D

Key let's going to the topic , you can put this code bellow between <head></head> in your website script.

Put this code bellow :

<script language="JavaScript">

<!-- Begin



function nMouse(evnt){

Ypos = evnt.pageY;

Xpos = evnt.pageX;

}



function iMouse() {

Ypos = event.y+document.body.scrollTop;

Xpos = event.x+document.body.scrollLeft;

}



function Comet() {

var yBase = (document.layers)?window.innerHeight/4:window.document.body.clientHeight/4;

var xBase = (document.layers)?window.innerWidth/4:window.document.body.clientWidth/4;

for (i = 0; i < 14; i++){

var randCol = Math.round(Math.random()*8);

var layer = (document.layers)?document.layers['n'+i]:me[i].style;

layer.top =Ypos + yBase*Math.cos((currStep+i*4)/12)*Math.cos(0.7+currStep/200);

layer.left = Xpos + xBase*Math.sin((currStep+i*3)/10)*Math.sin(8.2+currStep/400);

if (ns) layer.bgColor = Clrs[randCol];

else

layer.background = Clrs[randCol];

}

currStep += step;

setTimeout("Comet()",10);

}



ns = (document.layers)?1:0;

Clrs = new Array('ff0000','00ff00','ffffff','ff00ff','ffa500','ffff00','00ff00','ffffff','ff00ff');

yBase = 0;

xBase = 0;

step = 3;

currStep = 0;

Ypos = 0;

Xpos = 0;

if (ns){

for (i = 0; i < 14; i++)

document.write('<LAYER NAME="n'+i+'" LEFT=0 TOP=0 CLIP="0,0,'+i/4+','+i/4+'"></LAYER>');

window.captureEvents(Event.MOUSEMOVE);

window.onMouseMove = nMouse;

}

else{

document.write('<div style="position:absolute;top:0;left:0"><div style="position:relative">');

for (i=0; i < 14; i++)

{document.write('<div id="me" style="position:absolute;top:0;left:0;width:'+i/4+';height:'+i/4+';font-size:'+i/4+'"></div>');}

document.write('</div></div>');

document.onmousemove = iMouse;

}

window.onload = Comet;

// End -->

</script>

Or if you have any customs cursor code , you can browse from any website or download code form any author and put in your website .
And now run your browser and open your website.

Note : Javascript must be enable in your current browser , you can setting again if javascript not running .

And the result of this code like my cursor :D.

And if you have more experience you can share with me :D , or if you have new project you can share about your fail or any new thing .

Thanks

DAn

Posted by Danivan7 | at Wednesday, October 15, 2008 | 0 comments

Show Clock with javaScript

GOOD morning everybody !!!!

In this moment I will share about show clock

with javaScript.

Hehe... is so simple and saving time


okey the first we must make html file


example.html

<HTML>
<HEAD>
<TITLE>.:: Clock ::.</TITLE>
</HEAD>
<BODY>

</BODY>
</HTML>


after that put this Javascript

in head section in the HTML code

<SCRIPT Language="JavaScript">

<!--

var timerID = null;



function showtime(){

var today=new Date()

document.CLOCK.ALARM.value=today.toLocaleString()

TimerID=setTimeout("showtime()",1000)

}

// -->

</SCRIPT>

and than create form input

<FORM name="CLOCK"><INPUT name="ALARM" TYPE="TEXT" SIZE=20 VALUE=""></FORM>

and this is the full code:

<HTML>

<HEAD>

<TITLE>.:: Clock ::.</TITLE>

<SCRIPT Language="JavaScript">

<!--

var timerID = null;



function showtime(){

var today=new Date()

document.CLOCK.ALARM.value=today.toLocaleString()

TimerID=setTimeout("showtime()",1000)

}

// -->

</SCRIPT>

</HEAD>

<BODY onLoad="showtime()">

<BR><CENTER>

<FORM name="CLOCK"><INPUT name="ALARM" TYPE="TEXT" SIZE=20 VALUE=""></FORM>

</CENTER>

</BODY>

</HTML>

and Done.


Thanks.

DAn



Posted by Danivan7 | at Wednesday, October 15, 2008 | 0 comments

RFID (Radio Frequency Identification)

Radio-frequency identification (RFID) is an automatic identification method, relying on storing and remotely retrieving data using devices called RFID tags or transponders.

An RFID tag is an object that can be applied to or incorporated into a product, animal, or person for the purpose of identification and tracking using radio waves.

Some tags can be read from several meters away and beyond the line of sight of the reader.

Most RFID tags contain at least two parts. One is an integrated circuit for storing and processing information, modulating and demodulating a radio-frequency (RF) signal, and other specialized functions. The second is an antenna for receiving and transmitting the signal.

Chipless RFID allows for discrete identification of tags without an integrated circuit, thereby allowing tags to be printed directly onto assets at a lower cost than traditional tags.

Today, RFID is used in enterprise supply chain management to improve the efficiency of inventory tracking and management.
However, growth and adoption in the enterprise supply chain market is limited because current commercial technology does not link the indoor tracking to the overall end-to-end supply chain visibility.
Coupled with fair cost-sharing mechanisms, rational motives and justified returns from RFID technology investments are the key ingredients to achieve long-term and sustainable RFID technology adoption.

MOBILE

Mobile RFID (M-RFID) can be defined as services that provide information on objects equipped with an RFID tag over a telecommunication network.”. The reader is installed in a mobile device such as a mobile phone or PDA. This completely new approach is different from current implementations of ordinary RFID: Now the readers are mobile and the tags are fixed, instead the other way around. M-RFID has some major and obvious advantages over RFID: No wires to fixed readers are needed anymore and several mobile readers are enough to cover a whole area, instead of dozens of fixed readers .

The basic components are always a reader and a tag. Mostly the reader is in some way attached to a back-end database which stores more information on the item to which the tag is attached to. The connection to the database is mostly made by the device which holds the reader and which is able to connect to a local (wireless) network and/or the Internet. Various players like the Near Field Communication Forum (NFC), European Telecommunications Standards Institute (ETSI) and EPCglobal are involved in developing M-RFID solutions.

The main focus is on supporting supply chain management. But this application has also found its way in m-commerce. The customer in the supermarket can scan the Electronic Product Code from the tag and connects via the internet to get more information.

ISO/IEC 29143 "Information technology — Automatic Identification and Data Capture Technique — Air Interface specification for Mobile RFID interrogator" is the first standard to be developed for Mobile RFID.


SHORT HISTORY

In 1946 Léon Theremin invented an espionage tool for the Soviet Union which retransmitted incident radio waves with audio information. Sound waves vibrated a diaphragm which slightly altered the shape of the resonator, which modulated the reflected radio frequency. Even though this device was a passive covert listening device, not an identification tag, it has been attributed as a predecessor to RFID technology. The technology used in RFID has been around since the early 1920s according to one source (although the same source states that RFID systems have been around just since the late 1960s).[2][3][4][5]

Similar technology, such as the IFF transponder invented by the United Kingdom in 1939, was routinely used by the allies in World War II to identify aircraft as friend or foe. Transponders are still used by most powered aircraft to this day.

Another early work exploring RFID is the landmark 1948 paper by Harry Stockman, titled "Communication by Means of Reflected Power" (Proceedings of the IRE, pp 1196–1204, October 1948). Stockman predicted that "…considerable research and development work has to be done before the remaining basic problems in reflected-power communication are solved, and before the field of useful applications is explored."

Mario Cardullo's U.S. Patent 3,713,148
in 1973 was the first true ancestor of modern RFID; a passive radio transponder with memory. The initial device was passive, powered by the interrogating signal, and was demonstrated in 1971 to the New York Port Authority and other potential users and consisted of a transponder with 16 bit memory for use as a toll device. The basic Cardullo patent covers the use of RF, sound and light as transmission media. The original business plan presented to investors in 1969 showed uses in transportation (automotive vehicle identification, automatic toll system, electronic license plate, electronic manifest, vehicle routing, vehicle performance monitoring), banking (electronic check book, electronic credit card), security (personnel identification, automatic gates, surveillance) and medical (identification, patient history) (doc. wiki)

Posted by Danivan7 | at Saturday, October 11, 2008 | 0 comments

Napoleon Bonaparte Quote

A celebrated people lose dignity upon a closer view.


A Constitution should be short and obscure.


A leader is a dealer in hope.


A man cannot become an atheist merely by wishing it.


A man will fight harder for his interests than for his rights.


A picture is worth a thousand words.


A revolution can be neither made nor stopped. The only thing that can be done is for one of several of its children to give it a direction by dint of victories.


A revolution is an idea which has found its bayonets.


A soldier will fight long and hard for a bit of colored ribbon.


A throne is only a bench covered with velvet.


A true man hates no one.


Ability is nothing without opportunity.


All religions have been made by men.


Ambition never is in a greater hurry that I; it merely keeps pace with circumstances and with my general way of thinking.


Among those who dislike oppression are many who like to oppress.


An army marches on its stomach.


Courage is like love; it must have hope for nourishment.


Courage is like love; it must have hope to nourish it.


Death is nothing, but to live defeated and inglorious is to die daily.

Doctors will have more lives to answer for in the next world than even we generals.


England is a nation of shopkeepers.


Forethought we may have, undoubtedly, but not foresight.


Four hostile newspapers are more to be feared than a thousand bayonets.


France has more need of me than I have need of France.


From the heights of these pyramids, forty centuries look down on us.


Glory is fleeting, but obscurity is forever.


Great ambition is the passion of a great character. Those endowed with it may perform very good or very bad acts. All depends on the principles which direct them.


He who fears being conquered is sure of defeat.


He who knows how to flatter also knows how to slander.


History is a set of lies agreed upon.


History is the version of past events that people have decided to agree upon.


I am sometimes a fox and sometimes a lion. The whole secret of government lies in knowing when to be the one or the other.


I am the successor, not of Louis XVI, but of Charlemagne.


I can no longer obey; I have tasted command, and I cannot give it up.


I have only one counsel for you - be master.


I love power. But it is as an artist that I love it. I love it as a musician loves his violin, to draw out its sounds and chords and harmonies.


I made all my generals out of mud.


If I had to choose a religion, the sun as the universal giver of life would be my god.


If they want peace, nations should avoid the pin-pricks that precede cannon shots.


If you want a thing done well, do it yourself.


If you wish to be a success in the world, promise everything, deliver nothing.


Imagination rules the world.


Impossible is a word to be found only in the dictionary of fools.


In order to govern, the question is not to follow out a more or less valid theory but to build with whatever materials are at hand. The inevitable must be accepted and turned to advantage.


In politics stupidity is not a handicap.


In politics... never retreat, never retract... never admit a mistake.


It is the cause and not the death that makes the martyr.


It is the cause, not the death, that makes the martyr.


It requires more courage to suffer than to die.


Let the path be open to talent.


Medicines are only fit for old people.


Men are more easily governed through their vices than through their virtues.


Men are Moved by two levers only: fear and self interest.


Men take only their needs into consideration - never their abilities.


Music is the voice that tells us that the human race is greater than it knows.


Never ascribe to malice that which is adequately explained by incompetence.


Never interrupt your enemy when he is making a mistake.

Nothing is more difficult, and therefore more precious, than to be able to decide.


One must change one's tactics every ten years if one wishes to maintain one's superiority.


One should never forbid what one lacks the power to prevent.


Power is my mistress. I have worked too hard at her conquest to allow anyone to take her away from me.


Public opinion is the thermometer a monarch should constantly consult.


Religion is excellent stuff for keeping common people quiet.

Religion is what keeps the poor from murdering the rich.


Religion is what keeps the poor man from murdering the rich.


Respect the burden.


Riches do not consist in the possession of treasures, but in the use made of them.


Skepticism is a virtue in history as well as in philosophy.


Soldiers generally win battles; generals get credit for them.


Take time to deliberate, but when the time for action has arrived, stop thinking and go in.


Ten people who speak make more noise than ten thousand who are silent.


The act of policing is, in order to punish less often, to punish more severely.


The army is the true nobility of our country.


The battlefield is a scene of constant chaos. The winner will be the one who controls that chaos, both his own and the enemies.


The best cure for the body is a quiet mind.


The best way to keep one's word is not to give it.


The extent of your consciousness is limited only by your ability to love and to embrace with your love the space around you, and all it contains.


The first virtue in a soldier is endurance of fatigue; courage is only the second virtue.


The French complain of everything, and always.


The great proof of madness is the disproportion of one's designs to one's means.


The herd seek out the great, not for their sake but for their influence; and the great welcome them out of vanity or need.


The human race is governed by its imagination.


The infectiousness of crime is like that of the plague.


The people to fear are not those who disagree with you, but those who disagree with you and are too cowardly to let you know.


The strong man is the one who is able to intercept at will the communication between the senses and the mind.


The surest way to remain poor is to be an honest man.


The surest way to remain poor is to be honest.


The torment of precautions often exceeds the dangers to be avoided. It is sometimes better to abandon one's self to destiny.


The truest wisdom is a resolute determination.


The word impossible is not in my dictionary.


There are only two forces in the world, the sword and the spirit. In the long run the sword will always be conquered by the spirit.


There are only two forces that unite men - fear and interest.


There is no such thing as accident; it is fate misnamed.


There is one kind of robber whom the law does not strike at, and who steals what is most precious to men: time.


There is only one step from the sublime to the ridiculous.


Throw off your worries when you throw off your clothes at night.


To do all that one is able to do, is to be a man; to do all that one would like to do, is to be a god.


Victory belongs to the most persevering.


War is the business of barbarians.


Water, air, and cleanness are the chief articles in my pharmacy.


We must laugh at man to avoid crying for him.


What is history but a fable agreed upon?


When small men attempt great enterprises, they always end by reducing them to the level of their mediocrity.


When soldiers have been baptized in the fire of a battle-field, they have all one rank in my eyes.


With audacity one can undertake anything, but not do everything.


Women are nothing but machines for producing children.


You must not fear death, my lads; defy him, and you drive him into the enemy's ranks.


You must not fight too often with one enemy, or you will teach him all your art of war.
Napoleon Bonaparte

Posted by Danivan7 | at Tuesday, October 07, 2008 | 0 comments

Napoleon hill Quote

A goal is a dream with a deadline.


Action is the real measure of intelligence.


All achievements, all earned riches, have their beginning in an idea.


All the breaks you need in life wait within your imagination, Imagination is the workshop of your mind, capable of turning mind energy into accomplishment and wealth.


Any idea, plan, or purpose may be placed in the mind through repetition of thought.


Before success comes in any man's life, he's sure to meet with much temporary defeat and, perhaps some failures. When defeat overtakes a man, the easiest and the most logical thing to do is to quit. That's exactly what the majority of men do.


Big pay and little responsibility are circumstances seldom found together.


Cherish your visions and your dreams as they are the children of your soul, the blueprints of your ultimate achievements.


Create a definite plan for carrying out your desire and begin at once, whether you ready or not, to put this plan into action.


Desire is the starting point of all achievement, not a hope, not a wish, but a keen pulsating desire which transcends everything.


Don't wait. The time will never be just right.


Edison failed 10, 000 times before he made the electric light. Do not be discouraged if you fail a few times.


Education comes from within; you get it by struggle and effort and thought.


Effort only fully releases its reward after a person refuses to quit.


Every adversity, every failure, every heartache carries with it the seed on an equal or greater benefit.


Every person who wins in any undertaking must be willing to cut all sources of retreat. Only by doing so can one be sure of maintaining that state of mind known as a burning desire to win - essential to success.


Everyone enjoys doing the kind of work for which he is best suited.


Fears are nothing more than a state of mind.


First comes thought; then organization of that thought, into ideas and plans; then transformation of those plans into reality. The beginning, as you will observe, is in your imagination.


Great achievement is usually born of great sacrifice, and is never the result of selfishness.


Happiness is found in doing, not merely possessing.


Hold a picture of yourself long and steadily enough in your mind's eye, and you will be drawn toward it.


Ideas are the beginning points of all fortunes.


If you cannot do great things, do small things in a great way.


If you do not conquer self, you will be conquered by self.


If you must speak ill of another, do not speak it, write it in the sand near the water's edge.


It has always been my belief that a man should do his best, regardless of how much he receives for his services, or the number of people he may be serving or the class of people served.


It is always your next move.


It is literally true that you can succeed best and quickest by helping others to succeed.


It takes half your life before you discover life is a do-it-yourself project.


Just as our eyes need light in order to see, our minds need ideas in order to conceive.


Man, alone, has the power to transform his thoughts into physical reality; man, alone, can dream and make his dreams come true.


Money without brains is always dangerous.


More gold has been mined from the thoughts of men than has been taken from the earth.


Most great people have attained their greatest success just one step beyond their greatest failure.


Nature cannot be tricked or cheated. She will give up to you the object of your struggles only after you have paid her price.


No accurate thinker will judge another person by that which the other person's enemies say about him.

No man can succeed in a line of endeavor which he does not like.


No man ever achieved worth-while success who did not, at one time or other, find himself with at least one foot hanging well over the brink of failure.


No man is ever whipped until he quits in his own mind.


One must marry one's feelings to one's beliefs and ideas. That is probably the only way to achieve a measure of harmony in one's life.


Opportunity often comes disguised in the form of misfortune, or temporary defeat.


Patience, persistence and perspiration make an unbeatable combination for success.


Persistence is to the character of man as carbon is to steel.


Procrastination is the bad habit of putting of until the day after tomorrow what should have been done the day before yesterday.


Reduce your plan to writing. The moment you complete this, you will have definitely given concrete form to the intangible desire.


Strength and growth come only through continuous effort and struggle.


Success in its highest and noblest form calls for peace of mind and enjoyment and happiness which come only to the man who has found the work that he likes best.


The battle is all over except the "shouting" when one knows what is wanted and has made up his mind to get it, whatever the price may be.


The best way to sell yourself to others is first to sell the others to yourself.


The ladder of success is never crowded at the top.


The majority of men meet with failure because of their lack of persistence in creating new plans to take the place of those which fail.


The man who does more than he is paid for will soon be paid for more than he does.


The most interesting thing about a postage stamp is the persistence with which it sticks to its job.


The starting point of all achievement is desire.


The starting point of all achievement is desire. Keep this constantly in mind. Weak desires bring weak results, just as a small amount of fire makes a small amount of heat.


The way to develop decisiveness is to start right where you are, with the very next question you face.


The world has the habit of making room for the man whose actions show that he knows where he is going.


There are no limitations to the mind except those we acknowledge.


There is one quality which one must possess to win, and that is definiteness of purpose, the knowledge of what one wants, and a burning desire to possess it.


Think and grow rich.


Think twice before you speak, because your words and influence will plant the seed of either success or failure in the mind of another.


Understand this law and you will then know, beyond room for the slightest doubt, that you are constantly punishing yourself for every wrong you commit and rewarding yourself for every act of constructive conduct in which you indulge.


Victory is always possible for the person who refuses to stop fighting.


War grows out of the desire of the individual to gain advantage at the expense of his fellow man.


We begin to see, therefore, the importance of selecting our environment with the greatest of care, because environment is the mental feeding ground out of which the food that goes into our minds is extracted.


When defeat comes, accept it as a signal that your plans are not sound, rebuild those plans, and set sail once more toward your coveted goal.


When your desires are strong enough you will appear to possess superhuman powers to achieve.


Wise men, when in doubt whether to speak or to keep quiet, give themselves the benefit of the doubt, and remain silent.


You can start right where you stand and apply the habit of going the extra mile by rendering more service and better service than you are now being paid for.


You give before you get.


You might well remember that nothing can bring you success but yourself.


Your ability to use the principle of auto suggestion will depend, very largely, upon your capacity to concentrate upon a given desire until that desire becomes a burning obsession.


Your big opportunity may be right where you are now.
Napoleon Hill

Posted by Danivan7 | at Tuesday, October 07, 2008 | 0 comments