Articles
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 …
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 …
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 »
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 …
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 …
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/
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
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 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 »
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, …
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 …
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 …
