Naveed Ramzan

air-university-2016

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.  

nov-wordpress-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.

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 »

e-commerce-magento-14-june

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  

25-april-envision-it

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.  

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 »

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.