web analytics

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

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 … 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 … 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 … Read more

5 tips to speed up your website? These Web page optimization tips will give Sonic Boom

Hello everyone and welcome to this tutorial on “How to speed up your website? Web page optimization tips” PART 02. So, in my last post on website optimization, which is “10 tips to speed up your website? Web page optimization tips – Part 01“, I described 10 ways to speed up your website. If you have … Read more

Sort dependency list or Topological Sorting in PHP

Topological Sorting – Wkipedia In the field of computer science, a topological sort (sometimes abbreviated toposort) or topological ordering of a directed graph is a linear ordering of its vertices such that for every directed edge uv from vertex u to vertex v, u comes before v in the ordering. For instance, the vertices of … Read more

Why two independent source of light can not produce interference?

Two independent sources of light can not produce interference because a large number of difficulties are involved. The two sources may emit light waves of largely different amplitude and wave length and the phase difference between the two may change with time. That’s why interference of light is produced by two coherent sources which are … Read more

What do you mean by coherent sources? How are they realized in practice?

Coherent sources Two sources are said to be coherent if they emit light waves of same frequency, nearly equal amplitude and are always in phase with each other. Realization in practice In practice it is not possible to have two independent sources which are coherent. But for experimental purpose, two virtual sources formed by a … Read more