Quantcast
Channel: Programming & Coding Archives - ProWebGuru
Browsing index pages (24 articles)

How Azure Functions Work

Azure Functions represent a nifty offering from Microsoft Azure that makes your life as a developer significantly easier. What it does is, it lets you run your code without any […] The post How Azure...

View Article


An Introduction to Serverless Functions

Serverless functions are taking the world of cloud computing by storm. In this post, we’ll look at what exactly serverless functions are, their key benefits, and some use cases. What […] The post An...

View Article


How I Boosted the Performance of My JavaScript Code

I wanted to share some tips that really helped me improve the speed and performance of my JavaScript code. When I first started building web apps with JavaScript, everything ran […] The post How I...

View Article

Javascript Minification and Obfuscation Tools

JavaScript minification and obfuscation are two techniques that can be used to improve the performance and security of your JavaScript code. Minification removes unnecessary characters from your code,...

View Article

Optimizing Image Loading with the Lazy Attribute in HTML5

Accelerate your website's performance with HTML5's lazy loading for images. Learn how to optimize user experience and reduce load times in this blog post! The post Optimizing Image Loading with the...

View Article


Basics of Clientlibs in AEM?

AEM uses client-side library folders to organize CSS, JS and image files. A clientlibs folder or node is of type cq:ClientLibraryFolder. Following are the properties of the cq:ClientLibraryFolder which...

View Article

Fix AEM Jcr Nodes & Properties Not Visible in Eclipse

Have you ever faced an issue with AEM where jcr nodes & properties are not visible Eclipse while setting up a new project? You can view the source code but […] The post Fix AEM Jcr Nodes &...

View Article

AEM Groovy Oak Query RuntimeNodeTraversalException Solution

Are you getting “org.apache.jackrabbit.oak.query.RuntimeNodeTraversalException: The query read or traversed more than 100000 nodes. To avoid affecting other tasks, processing was stopped.” Error in...

View Article


Solution To Netlify Lambda Function ELIFECYCLE Error

Recently I started doing some experiments with Netlify, I faced an issue with Netlify Lambda functions and it was showing error “npm ERR! code ELIFECYCLE“. Following is the error message […] The post...

View Article


Node JS, Express Handlebars Solution – Access has been denied to resolve the...

Recently I was working on a small exercise on Node JS and was using Handlebars for rendering list. But, I was getting error “Access has been denied to resolve the […] The post Node JS, Express...

View Article

jQuery Is Not Defined WordPress Solution

Are you getting “Uncaught ReferenceError: jQuery is not defined” error in WordPress ? It is one of the common WordPress jQuery error. “jQuery is not defined” error needs some debugging […] The post...

View Article

Solution To Unexpected Token Switch Javascript Error

I was working on a project which involved a good amount of Javascript Work. After writing some switch case, I ran into problem where I was getting “Uncaught SyntaxError: Unexpected […]

View Article

Basic JavaScript Interview Questions & Answers – Set 1

JavaScript has come a long way from the place where it was just a scripting language used for basic validations or form processing to a very advanced user interactions and complex web page processing....

View Article


Solution To Url Rewriting Not Working For Wamp Server In Windows

Recently while working on one of the project I faced an issue. I had prepared a virutal machine for local dev environment. Moved live wordpress site localhost local environment. And my permalinks were...

View Article

Solution to Uncaught Sys Javascript Exception in ReportViewer

Recently while working on one of the projects, I ran into a problem with the asp.net ReportViewer control. I was loading reports in ReportViewer control on clicking on button through ajax. If someone...

View Article


Find JQuery Version

Sometimes we need to find the version of the jQuery library, that is being used in the code or on a website. jQuery object directly doesn’t provide the version property. At first sight its difficult...

View Article

Send Post Data While Redirecting With JQuery

To send post data while redirecting from one page to another, we should create a dummy form and hidden input field. Hidden input fields will be the actual data we need to post. Pass values to this form...

View Article


Simple Tip : Disable Scrolling To Top On Link Click

Whenever we have a hyperlink which does not take you to the different page and its value is “#” then we generally get into this problem that – on clicking on hyperlink, page url is appended with # and...

View Article

JqGrid Javascript Jquery Grid Plugin

Are you a Web Developer and need a reusable, flexible, configurable jqeury grid plugin ? Then jqGrid is one the popular Grid Plugin with JQuery which you can use in your project. jqGrid is Free, Open...

View Article

Advantages of HTML5 VIDEO Tag

HTML5 is gaining momentum in the web development world. So a simple question strikes in mind WHY ? What are the benefits of HTML5 or why should a developer use HTML5 ? Speaking in layman term – It...

View Article
Browsing index pages (24 articles)


Latest Images