Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.
Hey There,

I'm Sanjoy
a Full Stack Web Developer & AWS Community Builder

I have been working in web development for more than 12 years. I love to help people and businesses to automate their operations; If you need any web-related help/support, please send me an email at hello@skpaul.me to discuss further. We can connect on LinkedIn too - http://www.linkedin.com/in/skpaul82

Let's start a discussion Download CV

Blog

PHP code to execute MySQL script

There are advanced and comfortable tools to manage your MySQL databases (i.e.  server side: phpMyAdmin, client side:  SQLyog). But sometimes you can not use those tools and need the ability to execute some SQL script on server by your own hands, easy and fast way. What to do in such situation? Use this PHP code […]

How to add product attributes or product option in osCommerce?

Assuming you’ve already logged into osCommerce application, let’s now learn how to setup Product Attributes in osCommerce. Click the second button on the left called Catalog menu which is below the configuration menu, it will take you to the new page which says Categories / Products, Product Attributes on the extreme left there is a […]

window.open in IE (invalid argument)

A quick IE issue. Calling window.open() with spaces in the window name as a second parameter will generate an error in IE but works fine in Firefox, Chrome.. Example: window.open(‘myPage.html’, ‘My New Page’); will generate error window.open(‘myPage.html’, ‘MyNewPage’); will not generate any error 🙂

Developing a Joomla module Contact Us / Quick Contact Form

Developing a Joomla Contact Us / Quick Contact Form module is very simple. For the simplest way we are taking here two files. 1. contactus.php 2. contactus.xhtml   First write some html for generating a quick contact form, we taking here some input fields (u delete or add more input fields as you want). So, here […]

k2 blog Warning: explode() expects parameter 2 to be string, array given in componentscom_k2helpersroute.php on line 73 – solution here :)

Hello everybody, Here I am, back again. Today I face a new problem (actually not new, coz. few months ago I faced it once). So, I am thinking, why amn’t I post it on my blog for you? The problem is generate when I use K2 blog’s “Content Module (mod_k2_content )” . And the warning […]

k2 blog Warning: explode() expects parameter 2 to be string, array given in components\com_k2\helpers\route.php on line 73 – solution here :)

Hello everybody, Here I am, back again. Today I face a new problem (actually not new, coz. few months ago I faced it once). So, I am thinking, why amn’t I post it on my blog for you? The problem is generate when I use K2 blog’s “Content Module (mod_k2_content )” . And the warning […]

JavaScript/ jQuery Error ‘expected identifier, string or number’ in IE

IE sucks… and nothing to do coz. it’s windows default browser. Hi this is my first post on JavaScript in my blog.. 🙂 I get a new error (JavaScript Error ‘expected identifier, string or number’ in IE) in JavaScript on IE when developing an application and got a solution on googling and post this here…. […]

Magento installation, validation(valid URL) problem/error

There is a validation problem arise when I try to install Magento in my localhost at the filed Base URL and showing message “Please enter a valid URL. Protocol is required(http://, https:// or ftp://)“. Yes, everything is ok there, but to solve this problem you have to block/comment few lines of code [‘validate-url’, ‘Please enter […]

Wordpress Social Share Plugin powered by Ultimatelysocial