×
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 Developer & Solopreneur.

I build software—but more importantly, I build systems that survive real-world complexity. I’m a father, a problem-solver, and a full-stack developer with 16+ years of experience turning messy ideas into structured, scalable products. After a decade in this field, one thing is clear: Projects don’t fail because of bad code. They fail because of unclear thinking and poor structure. That’s the gap I focus on.

Let's start a discussion Download CV

Blog

How to add a new (About Us) Page in Oscommerce 2.3.3

Nowadays I am working on osCommerce and I need to create a new/custom About Us page for company profile but I don’t get any option in admin panel. Surprisingly there is no option to manage pages like About Us, Terms and Condition, Privacy Policy and etc. Even you can’t create a new menu from admin […]

তুমি, আমি আর কয়েকটা গাংচিল

তুমি থাকো সুখে আমি চলে যাবো, বহুদূর, খুঁজে পাবে না একটি গাংচিলকেও যারা, সাথে ছিলো এতদূর… আমি ছিলাম ভালই, তুমি এলে জীবনে আর গাংচিল গুল, গেল একটি ১টি করে হারিয়ে দুটি মানুষ, একটি জীবন একজন যায় হারিয়ে হলাম আমি হারানো মানুষ গাংচিলগুলকে সঙ্গে নিয়ে… ।।

How to find src attribute of image tag in php?

In my case, I had a string containing exactly one <img /> tag (and no other markup). And I was trying to get the src attribute. // get the featured image $image = ‘<img src=”path/to/image_file” />’; // get the src for that image $pattern = ‘/src=”([^”]*)”/’; preg_match($pattern, $image, $matches); $src = $matches[1]; unset($matches); In the […]

How to change WordPress default email From name and address?

There are many method to change default wordpress email settings. Here you can see two methods. FIRST ONE: Very easy, just download the plugin (Change WP eMail) and install and configure it. SECOND ONE: It is very easy too 😀 and I like this one. First of all you need to find and open functions.php […]

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 […]

Wordpress Social Share Plugin powered by Ultimatelysocial