
Search In
Please check the code below and provide a solution for this:
package Gui;
import java.util.Scanner;
public class Board {
public static void main(String[] args) {
// TODO Auto-generated method stub
“Looks are deceptive” Well that is the case with all ecommerce website nowadays. Customers visit a website depending upon how attractive it looks. There are various themes available that assist in making the websites look creative. One su
The Next Big Thing
Everyone everywhere is using technology. You are probably utilizing technology as you read these words right now. Technology is such a huge phenomenon that is always growing and always moving ahead to the next big invention. Of co
Have you ever heard of the travelling salesman problem? It’s a popular mathematical conundrum that stumps even some of the most advanced supercomputers. Turns out, the humble bumblebee is smart enough to solve it with ease. They’re the fi
The advent of technology is storming into every walk of life. Digitization is gradually replacing hard work. After all, the mechanism of automation is in the upfront. It validates that looking for a career prospect in the technology world is what bra
Ever since the growth of the internet, the passwords to our social media accounts have acted like a key to our priceless data. In the present times with the emergence of new entertainment and work-based websites, almost every day, t
Hi,
Today we will discuss how to define our custom date format for md-datepicker in angularJS.
1. You will need to install moment.js from nuget packages
2. Add reference of moment.min.js
<script src="~/Scripts/moment.min.js"><
Creating custom alert and waiting popup using jquery
function displayWaitingPopup(){
var dynHtmlPart1 = '';
//insert lightbox HTML into page
$('body').append(dynHtmlPart1);
$("#shade").css('height', $(document).height());
$("


This blog is useful in setting up your own Sharepoint development environment on local server.
I am assuming that you have already installed Sharepoint 2013 into your development server and now you want to start development for Sharepoint.
Small br
Hello folks,
Here is an example of responsive navigation without javascript using pure css.
HTML:-
<nav>
<a href="#" class="logoNAv">Logo </a>
<input type="checkbox" id="nav" /><label for="nav"></label>
