Pages

How To Fix Screen Brightness in Ubuntu Linux

How To Fix Screen Brightness in Ubuntu Linux

We often face the problem of screen brightness while using Ubuntu. The screen brightness automatically resets when we reboot our laptop o...

0 Comments

How To Redirect To Another Action In Yii2

While developing web application we need to redirect to different url in our application. Redirect helps us to load different url from diffe...

0 Comments

How To Generate SEO Friendly URL in Yii Framework

We can configure the URL in Yii php Framework which helps to generate SEO friendly url. We can do it by using urlManager in our yii applicat...

1 Comments

How to Download Entire Website Using WGET on Linux

Sometimes we want to download or make offline version of website. If you are trying to do it then you can do it with wget command available...

0 Comments

Installing LAMP Stack with XAMPP and Initializing PHP Project in Linux

Most of the web applications are built with PHP. To built up and test before deploying it we need a web server, a database and PHP on our lo...

0 Comments
How to Create Database Connection and Connect iReport to Database in Netbeans IDE

How to Create Database Connection and Connect iReport to Database in Netbeans IDE

Jasper Report provides rich facilities for designing and generating reports for java applications. We can design the report in two ways, by...

0 Comments

Introduction to Jasper Report Library

All the developer needs to generate report from their developed application/system. There are lots of free and commercial libraries availab...

0 Comments
JComboBox in Java

JComboBox in Java

JComboBox is a swing component which allows us to display a list of options in a drop-down style. Here is an example of using JComboBox.Thi...

0 Comments

What is the use of public static keyword in main() method in Java?

In Java program we always use public static void  main()  method. To understand the use of this function we have to consider on some topic...

0 Comments