Quantcast
Browsing all 24 articles
Browse latest View live

Install PHP PEAR in Windows WAMP Server

Many PHP developers might be using Windows operating system and for developing PHP application one of the good package is WAMP which is very easy to install. PHP has a very good collection of reusable...

View Article


Pligg Module Send Mail Announcement to all Members...

If you own a website built on “PLIGG” and ever used a Pligg module “Send Announcement” to send a announcement mail to all your site members and if you see the mail with the email address as...

View Article


Ubuntu Linux – Install Full LAMP Package with single command

Do you want to install LAMP-SERVER on Ubuntu Linux ? LAMP stands for Linux, Apache, Mysql, Php Its a package containing all required packages which are needed on linux for developing php application...

View Article

Select Multiple Checkbox From HTML Page Using Javascript

Multiple Checkboxes can be selected by using a simple Javascript code. Whenever user clicks on the submit button then we can loop through all the form data and we can check whether the checkbox is...

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


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

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

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


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


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

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

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 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


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

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


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

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


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

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

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
Browsing all 24 articles
Browse latest View live