Recently one of my close friend’s WordPress site got attacked and he approached for a possible solution. After some basic assessment I found that the attacker had accessed the database and deleted the entries from wp_users table. So after restoring the values, the site started working smoothly. This experience led to the inspiration for writing…
All posts in web development
Quality and Security: Paradise of Success
Recently I had attended a two day workshop on Information Security at my college. The workshop exposed to a various topics of the security domain. Out of which my personal favorite was the web based security and truly speaking, a person needn’t become a hacker to breakdown a website’s security since a simple search yields…
Want to become a Certified PHP Professional?
Hello Folks, Most of you might be aware with PHP and the way PHP has penetrated into the nerves of the internet; that we don’t need words to appreciate it. I personally feel that my own freelancing career has given me huge opportunities offshore but whenever I approached anyone in my country always came across…
Joomla Installation Fix
Recently I got a project for installing Joomla and configuring a template provided by the client itself. It was a very simple project and usually takes around half an hour at most. But as the installation process started, I was flooded with the following error messages: Warning: session_start(): open(sess_78ac9881b78726f2fb5c194667f74021, O_RDWR) failed:No such file or directory…
How to Speed Up your Website?
Hi Folks, Today I’m going to share some points on speeding up your website or blog. Normally we don’t like a website which has a long loading time. So how to reduce the loading time of our site: Compress Scripts: Scripts take the main role in increasing the loading time. And when the scripts are…
Shubhamoy’s Link Shortener
Hi Folks :), I’ve a good news to share with you: After a long time, I’ve created an online tool. It is a simple link shortener named Shubhamoy’s Link Shortener. Demo | Download It is AJAX based & uses a bit of CSS3 in its design. I’ve tried to give it a simple look. All…