Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
How to Improve Your Customer Experience with Web Design
Without a doubt, the modern internet contains tons of visually pleasing online projects. Some of them are extremely popular when others are not so attractive. Still, the fact is that every business type already has its variety of eCommerce websit...
Learn How to Create Multiple Activities in Android - 8 Minutes [Video Tutorial for Beginner]
In this Android Video Tutorial, I am giving giving a simple and basic demonstration on activity and layout creation.
I have also mentioned activities deceleration in the manifest and also how we make the particular activity as launcher ac...
Moving between pages in Windows Phone 8.1
While learning Windows Phone development you might want to try your skills in creating some cool apps. Most probably some of those apps requires you to create multiple pages in your application, which needs you to have some idea about navigation ...
Adding Site Map in asp.net application and showing it in Tree View
Sitemap is used for navigation to different pages in Website. It contains a hierarchal structure of pages.
In this article, I shall show you how to create a sitemap and then show the sitemap in Treeview control in ASP.Net
To add a sitemap, ...
Pusht to new ViewController with top to bottom animation
Hi,
Normally when we push to a ViewController it show the animation from left to right.
But we can change this to animation from to top to bottom.
here is the code to push a view controller from top to bottom.
- (void)pushFromTop:(U...
An Overview to HTML KickStart Framework
Hello readers, Today In my blog I will discuss about a recent framework i.e HTML KickStart Framework.
It is useful for resolving the issues that have aroused in various frameworks and have tried to resolve them.
In...
Navigation Activites on Deep Linking andorid
This blog is about Navigation of application activities. When an Activity is opened with Deep Linking then pressing back button close application instead of working in normal backstack flow.
If you are not familiar with Deep Linking then pleas...
Different functionality related to NavigationBar .
Here are listed some of the functionalities that can be implemented on navigationBar:-
The below code will Hide the back button from NavigationBar :-
self.navigationItem.hidesBackButton = YES;
Thie below code will Set background image ...
Navigation methods in ASP.NET
Moving from one page to another is called navigation.
There are following techniques to navigate from one page to another:-
Hyperlink control
Response.Redirect
Server.Transfer
Server.Execute
&nbs...
Rounded Circle Menu Example
Hi all,
An interesting CSS trick is the creation of circles navigation, sometimes we need this type of navigation, mainly for mobile. Hence it can be useful.
You need to know about pseudo elements for better understanding of this type nav...
Left side navigation using pure css
Hi all,
Below is an example to make left side navigation using pure css.
css:
.fa {
position: relative;
display: table-cell;
width: 60px;
height: 36px;
text-align: center;
vertical-align: middle;
font-s...
How to make responsive navigation pure CSS
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"><...