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

Laravel 5.1: Unsupported operand types (FatalErrorException in …)

Ok. When I am upgrading my application from Laravel 5.0 to 5.1 I get an falat error that this showing “Unsupported operand types”   What did I do on Laravel 5.0: I add two array with in + operator, and that is the problem. So, I looking for solution and get this on Laracast $item_list […]

Laravel 5 tricks (rough for me)

I need these few thing when I am working on Laravel 5. You can add more by comment..   How to install packages by composer ————————————————– adding a package: composer require vendor_name/package_name removing a package: composer remove vendor_name/package_name adding form and html package: —————————– composer require illuminate/html for pdf package (reporting: generating pdf): ——————————————- composer […]

2014 in review

The WordPress.com stats helper monkeys prepared a 2014 annual report for this blog. Here’s an excerpt: A San Francisco cable car holds 60 people. This blog was viewed about 2,900 times in 2014. If it were a cable car, it would take about 48 trips to carry that many people. Click here to see the […]

Joomla! 3 installation freezes at creating database table

After long time I try to install Joomla and it is Joomla 3.3.0 and face a problem as like you. All things are ok but its taking too much time during database table creation. And here is the solution To solve this go to Your joomla folder\installation\sql\mysql and open Joomla.sql file find the term “ENGINE=InnoDB” […]

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

Wordpress Social Share Plugin powered by Ultimatelysocial