Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

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 to the navi

Automatic icon resizing plugin for Cordova: Phonegap

In this post, you will learn about the plugin for automatic resizing of icons. You must know that both android and iOS platform needs different size of icons according to different devices.     If you need to change your app icon in yo

Using href link values inside your select box

In this post, you will learn how to connect select box option with the anchor tag link. Sometimes you want to change the select box value like an anchor tag with the refresh of page. Lets understand this with an example. If you have select box in yo

Easy Responsive Data Tables in HTML with demo

In this post, you will learn an easy way to show tables in responsive design. We will use css media queries for responsive designs in data tables. By using this we can find out the screen where we want to change css for table. Below css code is used

Meta-Tags in Ruby on Rails

Meta tags are used for search engine optimization.Using meta tags we can control how are website should look on social sites when it is shared. There are two important meta tags: Meta description tags Meta keyword tags Some search engines display th

func_get_args and func_num_args functions PHP

Welcome to Findnerd. In a series of PHP functions, today i am going to discuss the PHP function func_get_args. PHP is a scripting language which uses programing concept in much easy way. func_get_args came in PHP4 and it is being modified in later ve

How to load products between two dates ?

If we are required to load products between two dates lest between previous month to current date. lets see how we can load them in the function loadproduct()    public function loadproduct() {                  $first = date('Y-m-01', s

Convert NSDate into UTC

Coordinated Universal Time (UTC) is the standard time zone. All time zones are at some time ahead or behind UTC. If there is a need to convert timeZones of different countries then we can first change the local time to UTC and then to the desired for

How to install Rails admin in Rails application

How to install Rails admin in Rails application As we know that almost all web applications have an admin panel through which the administrator of the application  can manage all the data of the application and make necessary changes in t

Difference between Graphics tags Canvas and svg tags

HTML5 has tags for graphics like: 1. Canvas 2. SVG There are certain differences between the two: 1. SVG is resolution independent while canvas is resolution dependent. 2. SVG supports event handlers while canvas doesnot support event handlers 3. SV

1 152 342
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: