How to Create a New Template in Google Docs
Google Docs is an shiney example cloud computing software that allow user to create, edit, and store documents…
Bootstrap Jumbotron Example
Jumbotron optionally captures the whole viewport and renders the contents inside. A jumbotron is displayed as a grey box with rounded corners.
Bootstrap Warning, Info, Success and Error Alerts Example
Alerts are used to for information purpose. Bootstrap supports following different styles of contextual alert classes, Alert-info, Alert-success, Alert-danger, Alert-warning
Bootstrap CSS Responsive Utility Classes
Bootstrap provides a number of utility classes that are designed to reduce the effort of repetitive declarations in…
Vertical, Horizontal and Inline Form Example in Bootstrap
Forms are the essential part of any web page or web application. Styling the basic HTML form controls with CSS are often tedious.
DNS Server is not Responding? How to Flush your Computer DNS Cache?
What is DNS? DNS is an acronym for Domain Name System (also referred to as Domain Name Service).…
How to Display Text Overlay on a Responsive Image in Bootstrap
Displaying text over an image thumbnail is one of the most common pattern used widely by most of the websites. In this tutorial, we will take a look into how to design a responsive grid of images using and display text over each image item.
Bootstrap Grid System Example
Bootstrap framework offers grid system with extensive use of div element which is dynamically compatible with all devices and screens.
Rendering Responsive Images Using Bootstrap
The .img-responsive bootstrap class provides the ability to control the image rendering as per the available space and screen…
Bootstrap Responsive Classes for Building Adaptive Layouts
In morden web development, the main concern of a developer is to build the application that works on various form…
Creating Your First Bootstrap Example
In our previous tutorials, we have covered the overview of bootstrap framework and the structure of the framework. Let us now proceed to create a working bootstrap example.
Getting Started with Bootstrap
To work with Bootstrap you need to include bootstrap.min.css and bootstrap.min.js files to your HTML page. This can be done in two ways. Either you can download a copy of Bootstrap framework and host the required files on your web server or directly use the Bootstrap’s CDN files.
Introduction to Bootstrap and Basic Building Blocks
Bootstrap is predominantly based on CSS3. CSS3 has a major shift with comparison to CSS1 & CC2 and is currently the latest version. It has come up with a number of powerful capabilities and boosted the mobile-first philosophy of the technology.
Mac OS X Window Screenshot Hacks
Mac OS provides an handy way of taking any window screenshot by using two commands; Command + Shift + 4 or Command + Shift + 4 + Spacebar. The following section in this post will guide you througn some of the tricks you can use for your convinience while capturing the window screenshot in Mac.
Android M – Feature Highlights in the Next Major Android Release
Welcome Android M! Android M is the upcoming android version announced that adds up to the count of…
How To Remotely Connect to Your Windows Desktop From Mac
This article explains how to remotely access Windows desktop form Mac. There are several softwares out there in market which will help you to connect windows desktop from your Mac, but they are not free. The best one out there is Remote Desktop Connection Client for Mac 2.1.1 by Microsoft, which lets you connect from your Macintosh computer to a Windows-based computer.
WWW Client Servers Architecture
In this tutorial we will see how client-server model works. The WWW Web follows a client-server model. The…
Caching Bitmaps and Managing Bitmap Memory in Android- Official Video
Applications are enriched with graphics and images. But when your app have to load a number of bitmap, memory allocation will get complicated. Here is the official video lessons on caching bitmaps and managing bitmap memory in android.