Skip to main content

Hope that makes a BIG change in YOU


The Professor began his class by holding up a glass with some water in it. He held it up for all to see & asked the students “How much do you think this glass weighs?”
’50gms!’….. ’100gms!’ …..’125 gms’ the students answered. “I really don’t know unless I weigh it,” said the professor, “but, my question is: What would happen if I held it up like this for a few minutes? ‘Nothing’ …..the students said.
 
Ok what would happen if I held it up like this for an hour?’ the professor asked. ‘Your arm would begin to ache’ said one of the student
“You’re right, now what would happen if I held it for a day?” “Your arm could go numb; you might have severe muscle stress & paralysis & have to go to hospital for sure!”
….. Ventured another student & all the students laughed  “Very good.  But during all this, did the weight of the glass change?” Asked the professor.
No’ Was the answer. “Then what caused the arm ache & the muscle stress?”
The students were puzzled. “What should I do now to come out of pain?” asked professor again. “Put the glass down!” said one of the students

“Exactly!” said the professor. Life’s problems are something like this. Hold it for a few minutes in your head & they seem OK. Think of them for a long time & they begin to ache.
.Hold it even longer & they begin to paralyze you. You will not be able to do anything. It’s important to think of the challenges or problems in your life,  But EVEN MORE IMPORTANT is to ‘PUT THEM DOWN’ at the end of every day before you go to sleep…

That way, you are not stressed, you wake up every day fresh &strong & can handle any issue, any challenge that comes your way!



Moral:  So, when you start your day today, Remember always to ‘PUT THE GLASS DOWN TODAY! ‘

Comments

Popular posts from this blog

Difference between session.gc_maxlifetime and session.cookie_lifetime in Drupal setting.php

ini_set('session.gc_maxlifetime', 200000); This value is for the server. It is a settings for Session Garbage Collection. If the users last visit happened before 200000s then this session is eligible for garbage collection. Since it is GC, the session value may be discarded and not compulsory. If a GC action happens after the session was made eligible for the GC, it will be deleted. ini_set ( 'session.cookie_lifetime' , 2000000 ); This value is for the browser. This is the absolute maximum time till which a browser can keep this cookie active. A 0 value here means immediate or when the browser is closed. Source: 

CKFinder Installation in the CKEditor for Drupal 7 Module

Please follow the steps below;  Go to http://ckfinder.com/download and download CKfinder Unpack the contents of the installation package into the directory that contains the CKEditor module and place it in thesites/all/modules/ckeditor/ckfinder (or sites/all/libraries/ckfinder) folder. . When the files are unpacked, you should see the following file structure inside the drupal/sites/all/modules directory: Now open the CKFinder configuration file (ckfinder/config.php) and introduce the code changes described below. Firstly, remove the CheckAuthentication() function (do not worry, this function is defined in filemanager.config.php, see below): function CheckAuthentication()       <- remove it {                                    <- remove it    //WARNING : DO NOT simply...      <- remove it    ...                               <- remove it    return false;                     <- remove it } For CKFinder installed in the sites/all/modules/ckeditor/ckfinder

Smart pagination or page break in Drupal 7(CK editor)

1. Install Smart Paging module   Go to Administration › Configuration › Administer Smart Paging settings.   Under 'Default page break method', select "Manual placement of page break placeholder". 2.  Install  'Ckeditor' Module   Go to Administration › Configuration > Ckediotr profiles > Filtered HTML   Edit the settings of the Advanced (Filtered HTML) Profile. Under 'Editor Appearance' section, In plugins check the required options like " Plugin for inserting a Drupal teaser and page breaks. ". 3.  Edit the configuration settings of input formats (Filtered HTML, Full HTML, Plain Text)   Go to Administration › Configuration > Text formats. Edit the required input format. For example say "Filtered HTML". Under  "Enabled filters" section, check the 'Smart Paging' option and uncheck all the remaining checkboxes. 4. Go to Content type 'article' and create new content. We will s