Web Development

Tips and tricks for web development, tutorials, custom functions, open sources issues etc

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 »

ecommerce-woocommerce

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-and-notepad++

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 …

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

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.

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 »