Joomla Templates and Joomla Extensions by JoomlaVision.Com
  • NEWS
Lead News: Congratulations to Lt. Gen. Khawar Rehman. - Tuesday, 09 July 2019 15:05
Lead News: Dr Sohail Naqvi awarded Sitara-e-Imtiaz - Monday, 11 April 2016 11:11
Featured News: Endowment Fund Trust Audit Report 30-Jun-2015 - Saturday, 26 March 2016 13:05
Lead News: Capt Asfandyar Bukhari awarded Tamgha-e-Jurat - Friday, 25 March 2016 00:53
Lead News: Prof. Amer Aziz awarded the AOSpine Life Time Achievement Award - Tuesday, 23 February 2016 20:33
Lead News: Cambridge International AS Level Exams Distinctions - Thursday, 11 February 2016 23:26
Obituary: Shahid Nazir Gondal passes away - Sunday, 07 February 2016 01:02
Obituary: Mr S. M. A. Bukhari's wife passes away - Saturday, 30 January 2016 09:48
Lead News: 2nd SGM convened by HOBA held at Flashmans Hotel - Sunday, 31 January 2016 01:01
Lead News: HOBA convenes Special General Meeting in Flashmans Hotel - Saturday, 12 December 2015 18:50
Joomla Templates and Joomla Extensions by JoomlaVision.Com

Condolence Messages For Professor syed Dilshad Hussain

Joomla Templates and Joomla Extensions by JoomlaVision.Com
  • Featured News

  • Most Popular

  • Top Rated

Sikandar Sultan Raja appointed DG Passports

The federal government here on Tuesday appointed Sikandar Sultan Raja, a DMG (district management group) officer, as new Director General (DG) Passports and Immigration. The Established Division has issued a formal notification for the appointment of Sikandar Sultan Raja. Previously, he has served as Services Secretary and Secretary Local Government in Punjab. The last information that came in reveals that he has already assumed the charge of his office.

Sikandar Sultan is from the 20th Entry and was in Liaqat Wing.

Latest Condolences


Shahid Saeed
15 July 2015
'; pausecontent[cnti++]='
The last member of the original CCH faculty passes away, the end of an era, sadly! Rest in peace!...

Saqib Qadri
15 July 2015
'; pausecontent[cnti++]='
It is with a very heavy heart, I share the news that my mentor, my teacher, ex-principal Fauji Foundation College, Syed Dilshad Hussain Sb passed away in Rawalpindi this morning. Inna Lillah Hay Wa Inna Elehe Raje'oon. Namaz e Janaza of Dilshad Sb will be offered at 2 pm on Monday 13th July ...

Taimur Rehman
13 July 2015
'; pausecontent[cnti++]='
An outstanding teacher, excellent human being and a great disciplinarian. Sikandar Sultan Raja , 20th Entry...

M J Sikandar Sultan
17 July 2015
'; pausecontent[cnti++]='
I am proud to be student of Sir Dilshad Hussain.He was also my House master in both the jounior and senior wing.He build my personality and teach us how to live in this world gracefully.Really we lost one great person and a great teacher....

Javed Iqbal
15 July 2015
'; pausecontent[cnti++]='
Dilshad is unforgettable personality,he was my English History teacher,The way he taught us even after 45 years I still remember his lectures. What a honour he got on his buriel,many other staff members pasted away in the past,this is reward of his best services,sir you will remain in our hearts ...

Zafar
14 July 2015
'; pausecontent[cnti++]='
Dilshad Sb brought the best in one. Rest in Peace...

Nasim Beg
21 July 2015
'; pausecontent[cnti++]='
He was my House master in Omar Wing when I landed in CCH 10th Entry 1963. I can not forget two things one his extremely well made hair and removing his wrist watch while twisting your ear which wud indicate that a good slap is following. He was probably the only teacher who wud frequently do this...

Shahid Hameed
13 July 2015
'; function pausescroller(content, divId, divClass, delay){ this.content=content //message array content this.tickerid=divId //ID of ticker div to display information this.delay=delay //Delay between msg change, in miliseconds. this.mouseoverBol=0 //Boolean to indicate whether mouse is currently over scroller (and pause it if it is) this.hiddendivpointer=1 //index of message array for hidden div document.write('
'+content[0]+'
') var scrollerinstance=this if (window.addEventListener) //run onload in DOM2 browsers window.addEventListener("load", function(){scrollerinstance.initialize()}, false) else if (window.attachEvent) //run onload in IE5.5+ window.attachEvent("onload", function(){scrollerinstance.initialize()}) else if (document.getElementById) //if legacy DOM browsers, just start scroller after 0.5 sec setTimeout(function(){scrollerinstance.initialize()}, 500) } /* initialize()- Initialize scroller method. -Get div objects, set initial positions, start up down animation */ pausescroller.prototype.initialize=function(){ this.tickerdiv=document.getElementById(this.tickerid) this.visiblediv=document.getElementById(this.tickerid+"1") this.hiddendiv=document.getElementById(this.tickerid+"2") this.visibledivtop=parseInt(pausescroller.getCSSpadding(this.tickerdiv)) //set width of inner DIVs to outer DIV's width minus padding (padding assumed to be top padding x 2) this.visiblediv.style.width=this.hiddendiv.style.width=this.tickerdiv.offsetWidth-(this.visibledivtop*2)+"px" this.getinline(this.visiblediv, this.hiddendiv) this.hiddendiv.style.visibility="visible" var scrollerinstance=this document.getElementById(this.tickerid).onmouseover=function(){scrollerinstance.mouseoverBol=1} document.getElementById(this.tickerid).onmouseout=function(){scrollerinstance.mouseoverBol=0} if (window.attachEvent) //Clean up loose references in IE window.attachEvent("onunload", function(){scrollerinstance.tickerdiv.onmouseover=scrollerinstance.tickerdiv.onmouseout=null}) setTimeout(function(){scrollerinstance.animateup()}, this.delay) } /* animateup()- Move the two inner divs of the scroller up and in sync */ pausescroller.prototype.animateup=function(){ var scrollerinstance=this if (parseInt(this.hiddendiv.style.top)>(this.visibledivtop+5)){ this.visiblediv.style.top=parseInt(this.visiblediv.style.top)-5+"px" this.hiddendiv.style.top=parseInt(this.hiddendiv.style.top)-5+"px" setTimeout(function(){scrollerinstance.animateup()}, 50) } else{ this.getinline(this.hiddendiv, this.visiblediv) this.swapdivs() setTimeout(function(){scrollerinstance.setmessage()}, this.delay) } } /* swapdivs()- Swap between which is the visible and which is the hidden div */ pausescroller.prototype.swapdivs=function(){ var tempcontainer=this.visiblediv this.visiblediv=this.hiddendiv this.hiddendiv=tempcontainer } pausescroller.prototype.getinline=function(div1, div2){ div1.style.top=this.visibledivtop+"px" div2.style.top=Math.max(div1.parentNode.offsetHeight, div1.offsetHeight)+"px" } /* setmessage()- Populate the hidden div with the next message before it's visible */ pausescroller.prototype.setmessage=function(){ var scrollerinstance=this if (this.mouseoverBol==1) //if mouse is currently over scoller, do nothing (pause it) setTimeout(function(){scrollerinstance.setmessage()}, 100) else{ var i=this.hiddendivpointer var ceiling=this.content.length this.hiddendivpointer=(i+1>ceiling-1)? 0 : i+1 this.hiddendiv.innerHTML=this.content[this.hiddendivpointer] this.animateup() } } pausescroller.getCSSpadding=function(tickerobj){ //get CSS padding value, if any if (tickerobj.currentStyle) return tickerobj.currentStyle["paddingTop"] else if (window.getComputedStyle) //if DOM2 return window.getComputedStyle(tickerobj, "").getPropertyValue("padding-top") else return 0 } //new pausescroller(name_of_message_array, CSS_ID, CSS_classname, pause_in_miliseconds) new pausescroller(pausecontent, "rsmsc_scroller", "rsmsc_scroller_class", 5000); //-->

Member Login

Frequent Questions