web analytics

March 2016

Change Start Menu Background to Desktop Background

Hello everyone, this is Tanmay Chakrabarty and welcome to this tutorial. Alright, you can set your desktop background as the background image of the fancy start menu of Windows 8.1. You can do this in two different ways. Bored with text? Watch this video tutorial to learn how to change the Start Menu background to …

Change Start Menu Background to Desktop Background Read More »

Creating Host File Shortcut to open with notepad as administrator

Hello everyone, this is Tanmay Chakrabarty and welcome to this tutorial. For us, who works with virtual hosts in windows, opening and editing the host file is pretty common. Mostly among us, who is connected to a network where IP addresses change frequently, is the one who need to open the host file with notepad …

Creating Host File Shortcut to open with notepad as administrator Read More »

11 (+2) How To tips for Wunderlist | Best task management app

Wunderlist. Best task management app I have used which is a free task managing app. You can find a lot of similar app for task management. Task managing app is a very much required now a days. As because we started go through multi-tasking. Office, blogging, home etc. So we all now need some kind of task managing app. …

11 (+2) How To tips for Wunderlist | Best task management app Read More »

3 Steps to connect to remote MySQL database using SQLyog instead of PHPMyAdmin through cpanel | MySQL GUI Tools

Welcome, readers! In today’s MySQL tutorial, we will explore remote database administration using SQLyog MySQL GUI tool. While PHPMyAdmin through cPanel is a commonly used method for managing MySQL databases, there may be instances where cPanel access is not available, but you have FTP and MySQL login details. In such cases, how can you connect …

3 Steps to connect to remote MySQL database using SQLyog instead of PHPMyAdmin through cpanel | MySQL GUI Tools Read More »

10 tips to speed up your website? Web page optimization tips

Hello everyone and welcome to this tutorial on “How to speed up your website? Web page optimization tips”. Whenever on internet it is basically desired to have things happening faster, right? But your website is not performing good enough? Well, here are 10 site optimization tips that will boost your website loading speed. Bored with the …

10 tips to speed up your website? Web page optimization tips Read More »

How to download image from URL using PHP? 2 methods explained.

Hello everyone, welcome to this short tutorial on how to download image from URL and save it on your server using PHP. Method 1: $url_to_image = ‘http://oleaass.com/wp-content/uploads/2014/09/PHP.png’;$my_save_dir = ‘images/’;$filename = basename($url_to_image);$complete_save_loc = $my_save_dir . $filename;file_put_contents($complete_save_loc, file_get_contents($url_to_image)); To download image from URL here $url_to_image is the URL of the image you want to download and $my_save_dir is …

How to download image from URL using PHP? 2 methods explained. Read More »

Why and How to use static properties in PHP? OOP in PHP.

A static keyword is very important in object oriented programming. Static methods and properties play a vital role in application design and also in design patterns. So what are static methods and properties? In general, to access any properties or method of a class we first have to initialize an object of that class. Then …

Why and How to use static properties in PHP? OOP in PHP. Read More »

15 Do and Don’t Mobile photography tips and tricks

Hello Everyone. For the last few months after buying my current android phone, I have been shooting a lot of photos and also studying about more better mobile photography works. However the following 15 Do and Don’t Mobile photography tips and tricks will surely help you. These includes what you should DO and DON’T. Things you …

15 Do and Don’t Mobile photography tips and tricks Read More »

How to backup all databases at once in localhost windows WAMP server

Hello everyone, today with another short tutorial on MySQL and my ultimate MySQL GUI interface of choice, SQLYog. Sometimes, like after a clean windows install or HDD issue or virus/malware attack etc. we need to reinstall our WAMP server. In general our MySQL server also get reinstalled with WAMP and we lose all our databases …

How to backup all databases at once in localhost windows WAMP server Read More »

RSS
Follow by Email
Scroll to Top