
Search In
A lot of trends come and go in web design, and it’s important for designers and business owners to keep up with them in order to stay up-to-date and avoid having an outdated website.
The major trends which are being followed includes:
Responsive
The CSS Box Model
In CSS, the term "box model" means considering all the HTML elements as boxes. It can be supposed as base of page layout. The CSS box model is essentially a box that wraps around HTML elements, and it consists of: margins, borders,
Install MySQL workbench ubuntu 14.04
Hello friends, today I am going to tell you how to install MySQL workbench on Ubuntu 14.04 LTS. Follow the steps below:
Go to http://dev.mysql.com/downloads/workbench/
Now downlo
Hello!!!
Travelling Salesman Problem is for finding the shortest possible root that visit every node in the graph and return to the origin point. It is used to find the shortest path.
For example:-
In this graph, Their is many way to reach the sta
GAF Converter enable user to use swf files into unity by converting it into .gaf format.
GAF animations are seamlessly integrated into Unity. GAFcomes with full Unity editor integration and sources.
Below are the steps to get GAF con
Hi all,
This article is about how to use SendGrid Web API in .net project.
There are two ways you can use API in your project one is to create a web client and post your data to send grid API second is you need to download the package for .Net fr
Simplicity
As we all know that PHP is quite similar to languages like Pearl and C, and it is extremely easy-to-use and learn that becomes the most beneficial thing about this wonderful language for programming.
Any person no matter from which backg
To give imageview / button vibrate animation, need to follow these steps.
create xml file "vibrate_anim.xml" in anim folder
<!--?xml version="1.0" encoding="utf-8"?-->
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
To sanitize and validate a URL a function filter_var() is used. It also removes all the illegal characters from the URL. It includes two parameters one is the variable that is needed to check and other is the type of the variable. If you want to rem
To show animation on any view like on ImageView, I am implementing animation to show slide a view from top to bottom.
We need to create an xml file in anim folder. Here name top_bottom.xml
<?xml version="1.0" encoding="utf-8"?>
<set xmlns: