Agile November 28, 2023

My talk at WordCamp2023 FAST, Islamabad

It was truly gratifying to witness the participation of around 200 individuals at WordCamp 2023 hosted by Fast University Islamabad this past Sunday. While weekends are typically enjoyed by many, it’s noteworthy that the WordPress community convened to celebrate a significant event. I had the honor of being selected to present on the methodologies of …

My talk at WordCamp2023 FAST, Islamabad Read More »

E-Commerce January 25, 2019

eCommerce with WordPress

Today’s era, Internet has changed the commercialization for B2C sales. There are many product brands, retailers and dealers who are already selling their products with the help of e-marketplace, e-shops etc. eCommerce marketplace is the place where a single person can even find a variety of different brands, products or services as per their need from …

eCommerce with WordPress Read More »

FileZilla April 12, 2018

How to set default editor to open files from Filezilla

Issue Filezilla opens file in notepad and its non-formatted file so we do not get idea about the indents   Solution First step, we need to install Notepad++ (Download From HERE) It will be installed at “C:/Program Files (x86)/Notepad++” The execution file will be “notepad++.exe” Secondly, we need to open FileZilla and go to top menu …

How to set default editor to open files from Filezilla Read More »

HTTP Access Control January 20, 2017

How to fix Access-Control-Allow-Origin Issue

A resource makes a cross-origin HTTP request when it requests a resource from a different domain than the one which the first resource itself serves. For example, an HTML page served from http://domain-a.com makes an  <img> src  request for http://domain-b.com/image.jpg. Many pages on the web today load resources like CSS stylesheets, images and scripts from …

How to fix Access-Control-Allow-Origin Issue Read More »

Agile December 26, 2016

FEEDBACK

Feedback is basically a Re-action We need feedback because : It can keep us going It gives us a feeling of belonging and purpose It increases growth and happiness for both sides It unlocks change and innovation It prevents us from being stuck and discouraged   So, we need to make FEEDBACK positively. F for …

FEEDBACK Read More »

Project Management December 20, 2016

How to improve Website Performance

Everyone looking for website performance improvement and I am going to share with you all few tools which guide us to identify defects. Developers Google Page Speed GA Checker W3C Validator https://gtmetrix.com/ https://www.webpagetest.org/

Magento May 14, 2016

Easy way to add Contact form in Magento

Easy way to add contact form in Magento (An Open Source E-Commerce Solution)   Login to Admin Panel CMS -> Pages Create New page In Content : paste this line {{block type=”core/template” name=”contactForm” form_action=”/contacts/index/post” template=”contacts/form.phtml”}} Save page

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.

Magento August 22, 2014

Magento admin panel not login using chrome while working fine in firefox

Magento admin panel not login using chrome while working fine in firefox Go to app/code/core/Mage/Core/Model/Session/Abstract/Varien.php file within your magento directory and around line number 88 find the below code and comment those below lines Search : $cookieParams = array   Comment elements of $cookieParams Array //’domain’ => $cookie->getConfigDomain(), //’secure’ => $cookie->isSecure(), //’httponly’ => $cookie->getHttponly()   Enjoy …

Magento admin panel not login using chrome while working fine in firefox Read More »

Cake PHP July 23, 2014

What is Xpdf & Xpdf installation on Ubuntu

What is Xpdf ? Xpdf is an open source viewer for Portable Document Format (PDF) files. (These are also sometimes also called ‘Acrobat’ files, from the name of Adobe’s PDF software.) The Xpdf project also includes a PDF text extractor, PDF-to-PostScript converter, and various other utilities. Xpdf runs under the X Window System on UNIX, …

What is Xpdf & Xpdf installation on Ubuntu Read More »

Self Management November 22, 2013

PHP tips and tricks to improve website speed

PHP tips and tricks to improve website speed Echo is faster than print Wrap your string in single quotes (’) instead of double quotes (”) is faster because PHP searches for variables inside “…” and not in ‘…’, use this when you’re not using variables you need evaluating in your string Use sprintf instead of …

PHP tips and tricks to improve website speed Read More »

Drupal October 1, 2013

Drupal Interview Topics

Drupal Interview Topics Why Drupal ? Allows us to manage content type, advance option with CCK (Content construction kit), theming, also we can set templates for each content type, URL settings having a module PathAuto, Taxonomy and Terms and advance level of search. How Search is good than other CMS ? Search allows indexing on …

Drupal Interview Topics Read More »