Uncategorized December 30, 2015

Software Documentation Workshop

30-Dec-2015 in Arid Agriculture University, Rawalpindi Provided 90 min session on “Software Documentation” to IT students of 7,8th semester which were around 50.  

Uncategorized December 22, 2015

Automated Testing with Selenium IDE

Provided 3 hours session on “Automated Testing with Selenium IDE” to IT students of 5,6th semester which were around 50. All students performed an activity in which a test case was recorded in Seleniuim IDE and then played for few test cases. Presentation was leaded by me and Activity was leaded by Rizwana Zahoor.  

Agile November 18, 2015

Organizing Agile Conference in 3 months

No doubt it was a big challenge to organize a national level Agile Conference Pakistan ACP2015 in only 3 months. Yes that is right that we started preparation of conference from 2nd week of August and set a date of conference 14th November. At that time, we were no idea that which sort of speakers …

Organizing Agile Conference in 3 months Read More »

Uncategorized November 14, 2015

2nd Agile Conference Pakistan

Leaded organizing activities of Agile Conference 2015 in which communication with speakers, organizers, registered member, marketing and managing accounts of whole event.  

Uncategorized November 1, 2015

WordPress Training Session

Provided whole training on Word press which includes Basics of wordpress Front/Back end Folder hierarchy Installation of themes and plug-ins Create/update themes Installation of WooCommerce plug-in Setting an e-commerce store in wordpress.

Self Management October 19, 2015

How to Re-Try

I have read many blog posts where authors have shared their views about to start a task or activity. They have shared few tips or instructions to complete the task / activity successful. Of course many people follow the tips/instructions and try to complete the task but there is no help for those who failed …

How to Re-Try Read More »

Uncategorized June 14, 2015

E-Commerce with Magento Training Session

Provided training on E-Commerce and Create/Manage web store using Magento. There were 4 participants and all having laptops so hand-on experience we provided. Outline includes: Installation and cracks Overview of front end and back end Theme customization Module customization Theme Development Module Development  

Uncategorized April 25, 2015

Envision IT

Provided a 2 hour knowledge sharing session on ‘Envision IT’ to youngsters to provide them an idea that in which field of IT they can work/select. I covered the complete cycle of idea transformation.  

Leadership April 14, 2015

Unlock Your Leadership

I got a chance to attend an attractive session of Leadership with a title “Unlock Your Leadership” by Mohsin Lodhi in supervision of platform Shana Bashana. Mohsin Lodhi has over 35 years of experience in Training, Coaching and Consultancy in corporate, non-profit, legal firms, armed forces, teaching institutes, small firms and large multinational organizations. Total participants …

Unlock Your Leadership Read More »

WordPress April 8, 2015

How to fix empty dashboard issue in WordPress?

To fix the bug: Open file blog/wp-admin/includes/screen.php in your favorite text editor. On line 706 find the following PHP statement: <?php echo self::$this->_help_sidebar; ?> Replace it with the statement: <?php echo $this->_help_sidebar; ?> Save your changes. Hope it helps you.

Ubuntu December 16, 2014

How to Disable second screen in Ubuntu

On update, ubuntu shows 2 screen as default. Here is fix xrandr | grep connected sudo nano /etc/lightdm/monitor1-off.sh #!/bin/bash   xrandr –output HDMI1 –off #change HDMI1 with your device id ( you can check by executing command ‘xrandr’ sudo chmod +x /etc/lightdm/monitor1-off.sh Edit /etc/lightdm/lightdm.conf and add the following line to the file greeter-setup-script=/etc/lightdm/monitor1-off.sh It will remove …

How to Disable second screen in Ubuntu Read More »

Ubuntu December 16, 2014

Getting a lot of “System program problem detected” error dialog

Often, we face few popups of ‘System program problem detected’   A Small fix : sudo rm /var/crash/*   Run above command in command line.