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

Ruby Enumerables: (all, any, none, find)

Ruby provides a number of enumerable methods that we can pass on collections or array for performing searching, sorting etc operations. Here I will be discussing with all, any, none and find methods: a) all? In this every member of the...

Making Thumbnail Image in CarrierWave

As we know that in almost all web applications we use images then be it larger images or thumbnails  So for these functionalities we use Carrierwave gem. This gem helps us with uploading images and files. With the help of carrier wave ...

Date Range Selection in datepicker

Many times we need to select from date which should not be the greater than current date and to date must not be less than from particular date. In this blog illustrate how we can select the date range in datapicker. We can achieve this with the...

Implement FCM from Android Studio GUI

This blog is about how to implement FCM(Firebase Cloud messaging) from Android Studio. Android studio gives you tools to implement  Firebase tools in very easy way. 1. Open Android Studio. (Make sure Android Studio is up to date) 2....

jQuery Traversing

Traversing means to select HTML element on the basis of their relationship with other elements. Begining with one element we move through the DOM(Document object Model) untill we achieve the element needed. As we shift from one element to anot...

How to Print All Leaf Node of Binary Tree

Hello Everyone!!!   In order to solve binary tree problem of leaf node, we should know that what is leaf node? Leaf node is node of the binary tree whose have no left and right child means whose left and right child is null. It...

Creating a Tic-Tac-Toe Game Using CSS

Hello readers, Well all love to play games whether a child or an adult. So here in my blog I have tried to create a game which we all have played in his/her life in their childhood days.   So, I have created it using CSS properties , h...

Different Equality Operators in Rails

1) == It is a simple equality operator, that only checks if the value of the left operand is equal to the right operand or not, so returns true or false respectively <pre> > x = 5 > y = 5 > x == y => true > y =...

Share Screenshot On FaceBook

Hello Readers !!   Today we are going to discuss a very interesting topic. Yes, i.e. Facebook Sharing to get more users for our apps or games. If you don't know about how to create FaceBook app then please read my following Blog...

Why does CSS work with fake elements?

Hi Readers! The other day I was experimenting a little with CSS and this is what I came up with.   <style> imsocool { color:blue; } </style> <body> <imsocool>HELLO</imsocool&g...

How to create Dynamic Content load on click using JQuery?

Hello reader In this blog! I am going to tell you how to create Dynamic Content Load using jQuery. Generally, we see the content loader on many websites and on some registration form when we click on the next step button after completed the...

Calling JavaScript function from String

Sometimes, you may need to call a method at runtime. If you know the name of the function you can invoke it as a string. You can call a function as a string. You are basically achieving eval of javascript indirectly.   Lets say, there ...

Difference between const and var

Hello Readers! In this blog we will be discussing about the different identifiers. What is the difference between them and when to use which identifier? First lets start with the const.     Const : is used to declare a variable...

Customising bullets in UL/LI list

Hi Readers! List items are very commonly used in webpages. Lists can be ordered or unordered. The ordering of the items is very simple, by default. This can be customised with standard CSS. Let us first talk about the ordering of the list item...

Delegates-What are they and What do they do?

In .Net we often listen to the word “Delegate” and whenever asked about the same in interviews or somewhere else, there is a short and sweet answer-“The delegate is a pointer to a method.” The answer is simple, concise ...

Simple slideshow using css3

A slider is possible using javascript but here in this blog we are using the pure css3 code for making transition to the images that is used in a slider. This is known as a magic of keyframe. CSS3 animation make it possible to animate transition ...

Broadcast Receivers

Broadcast Receivers are used to respond to the broadcast messages that are generated from application or from system. The messages/ broadcasts that  are caught or responded by our Broadcast receivers are sometimes called intents or events...

What are different ways to apply CSS styles to a Web page:

1. Inline css:   In inline css we can insert a ‘style’ attribute inside an HTML element. This allows CSS properties on a "per tag" basis. Below is code for inline css in our webpage.     &nbs...

Working with the Postman tool

Hello Readers! In this blog we will talk about the process of working of postman tool. Potsman tool is used to interact with an API (Application Programming Interface). This tool is among top 6 tools available in market. Other tools are SOAP UI, ...

Know-it-all: Google Allo Messenger App Review

Does the World need another messenger application? Google says ‘Yes’ and believes that its Artificial Intelligence (AI) powered messaging app, ‘Google Allo’ is distinct enough to compete against WhatsApp, Facebook Messenge...

Customised Navigation in Owl Carousel

Hey there! Carousels are one thing that attract a user's attention. On the same hand, they make the web page visually richer. Owl carousels are most widely and easy to use. Moreover, they are responsive. They do not need a customised CSS f...

What is the difference between HTML and XHTML?

1. HTML documents are made of elements that have three different components- element tags , start tag end tag; element attributes are given within tags. HTML element lies between and including tags. XHTML documents has only one root element. A...

An Overview on forms and Input Fields in METRO UI CSS

Hello everyone , In my previous blog I have discussed about a new technology introduced by Microsoft i.e METRO UI.   I hope you all have got an overview about METRO UI which I have discussed in my previous block.   But ,&nbs...

Web api to insert data into database using php

Hello Readers! In this blog we are going to create an api for inserting the data into database and then passing the data to the device in JSON format using php.   Step 1 : Firstly you are required to create a database. Here we have cre...

HTML Canvas element

The canvas is an HTML5 element used for graphics. It was presented by Apple for their Mac OS in 2004. In 2005 it was introduced for other browsers. The canvas is just a container, graphics is added through javascript in it. Canvas is havin...

Keydown and keyup event in jQuery

Hello friends, Today we learn about the keyup and keydown event in jQuery and understand how they works. keydown(): In jQuery, keydown() event is used when we want to perform any functionality on press of any key. keydown() event occurs ...

Services in Android

A service is a component that runs in the background without user interaction and with no user interface. Services performs long running tasks without being visible like, playing music, triggering notifications etc. Services has two forms:- ...

Asset Package Pipeline In Rails

The asset pipeline can be said as a tool through which we allow the Javascript files, stylesheets, and images to be prepared so that they can be used by the browser. These processes are used to compress all the coffee script and...

CSS Cursor Property

Hey Readers! A cursor is a very important thing to be seen on a computer screen. By the name of a cursor, we usually get an image of an arrow in our mind. It is a movable arrow on a computer screen that identifies the point of the user (user&#...

Animation property in css3

Hello readers, this is a smalll blog on animation-timing-function property. This property defines the speed of the animation. The animation-timing-function property, is used to define a function that defines how a transition will change during ea...

How to Identify which Areas Need A/B Testing in Your Website

      Hello readers, today we will discuss about "Finding Different Areas of Your Site that Need A/B Testing".   For anyone who is an online marketer jogging almost all your A/B testing on your home...

Theme Changing Application

Hello Readers! In this blog we will be creating an application through which we can change the theme of a device. For an example we can consider a mobile theme application. In mobile, when we select particular theme the settings changes according...

Search in Angualr js

Angular js provides a very powerful feature for searching in a list of records. Let us understand it step by step with the help of an example.   Step 1: Include the angular js scripts in your project. Example as follows:   ...

Cordova plugin console - Get JavaScript logs in your native logs.

Hello Readers,   This plugin use to show JavaScript logs in your native logs. It is very useful and add some additional functions to make it more useful.   First of all we need to install the plugin through CLI run:  ...

How to create verticle bargraph in android

Step1: Add dependency MPAndroidChart and jitpack maven repository in your build.gradle repositories { maven { url "https://jitpack.io" } } dependencies{ compile 'com.github.PhilJay:MPAndroidChart:v2.1.6' } S...

Update Record in Acumatica ERP

Hi Friends, Previously i tell you how to insert record in Acumatica ERP. Today i will tell you how to update record in Acumatica ERP. Below code will be used to update the record in Acumatica ERP. var maint = PXGraph.CreateInstance&...

Pagination using Angualr js in .Net Project

 In this blog I will try to explain about using Angular pagination directive in a .Net project with the help of an example. Please follow the following steps to implement dir-pagination directive in your project: Step 1: Download dirPa...

3D Shapes Spinning Pyramids:-

Hello Reader's! Today I am going to explain you about a spinning 3d pyramid, first thing comes to mind that what is this pyramid and how this is built so basically a pyramid is a polyhedron for which the base is a polygon and all lateral fac...

How Product Managers Can Effectively Use Social Media

  License: Creative Commons image source   Social media has become a necessary ingredient in the pyramid of needs for people. Not only has it invaded our world, but it has also found its way to live with us too. Assumi...

Creating a random string for multi purposes in Rails

As we know that in almost all web applications we have to ammend functionalities in which we need to create a random string. This string can contain some alpha numeric characters, numbers, lower case alphabets, upper case alphabets and etc. ...

Learn how to create a comment with word limit using jQuery

Hii,  In this blog, I am going to share an example in which i have created a comment box using few html tags like input box and text area and i have used jquery to set the word limit and to count the number of characters typed. Go through ...

Find Current month,Day,WeekDay from Date in Swift

Hi, To get the current Year, Current month, Current WeekDay, and current day if the date you can use the following code. To use this create a Extension of the NSDate and call the method with NSDate Object. And call the method like CURREN...

Cookies in Angular JS

Cookies are the information of the user, which resides in a browser of any corresponding website he/she visited. Cookies are also the important aspects which we use to maintain session. Here we perform some basic operation in cookie by using ...

how to create Bundle Product ?

Steps to describe how to create Bundle Product ?   1. In admin panel click on Catalog->Manage Products. 2. Click on Add Product button. 3. Select (Attribute Set -> default & Product Type -> Bundle Product) from drop ...

How to make clone of an element in jQuery?

Hello friends, Today we learn how to make clone of an element using jQuery. In jQuery, clone() method is used to make clone or copy of a set of element or a particular element. This method makes not only the copy of element but also it's c...

Responsive tooltip with auto position

Tooltip is a type of popup to give extra information which is shown when a user moves the mouse pointer or hover over an element. Tooltips do not displayed on the mobile because mobile does not have pointer. Tooltip content is just not a te...

Create a dynamic table when data is coming from database in MVC

In this blog, we illustrate how to create a dynamic table when data is coming from a database in MVC and display it. In the below example we use a dummy data and jquery to populate the HTML table. In controller, we have an action method calle...

Display initials if no profile pic available

When we create an application its very easy to display user image or profile pic. when no image is available then we used to include an anonymous image in place of no image is available. But Gone were days and now we have something rich...

CONVERT() function in SQL Server

CONVERT()  function is basically used to converts an expression of one data type to another data type. This function display date/time data in different formats.   Syntax:- CONVERT(data_type(length),expression,style) data_type...

Essentials for Chat Application using SignalR in MVC

SignalR is a new library for .Net developers for creating real time web functionality, can also be defined as asynchronous signalling library. SignalR provides two way communication between client and server. SignalR can be used for creating real...
1 53 269
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: