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

Search In

What is typeof and how to use it in Javascript

In this post, we will discuss about typeof operator in javascript. First we should know what is typeof. What is typeof:  typeof is an operator that is used to identify the type of any object in javascript. It returns a value that is string. So

How to pass data from controller to view in joomla ?

Hello Readers, The below blog display the data from joomla component controller (C1) to joomla view (V1). Suppose, we have a data in joomla controller.php and we want to rendered the data in joomla view (for example in component com_mycomponent).

How to Install Grails on Ubuntu?

About Grails: Grails is open source web framework based on Groovy programming language which runs on Java platform.   Steps to install Grail:   Step One: Install JDK   sudo apt-get install openjdk-6-jdk   Step Two: Insta

Internationalization in Cakephp 3.x

Internationalization in Cakephp 3.x Hello friends, welcome to findnerd. Today I am going to tell you how to implement Internationalization in Cakephp 3. It is similar to multilingual. In my previous blog I have mentioned how to develop multilin

Defer in Swift

Hi,   Swift has introduced a new keyword called 'defer'. Based on its meaning ‘defer’ puts off an action or event to a later time. It runs when the execution is about to leave the code block. You can use ‘defer’

How to convert Csv file data to Json in Nodejs?

To convert CSV file data to JSON in NodeJs we will be using csvjson module package of npm for the conversion. npm is basically the package manager which provides the JavaScript runtime environment in the Node.js.   Installation: npm install

How to get crash report using Splunk Mint in Android App

Features of Splunk Mint:- 1) Monitoring slow transactions(track process) from start to finish. 2) Track user activity and events 3) Generate exception logs that occured in app. 4) Debug messages based on platform. 5) Examining errors by particular us

How to convert shell script to php code?

My objective for posting this blog is to tell how do we convert shell scripting code to php. In some cases we need to use php code instead of executing shell script. Therefore I am writing the blog which may help someone to understand how do we conve

How to Create CSS3 Speech Bubbles?

In this blog, I am explaining how we can create a speech bubble without using any type of image and javascript code. We can simply create a speech bubble with the help of CSS. For creating a speech bubble we need a single line HTML code for that her

How to install & uninstall MYSQL in ubuntu

First, remove the current version of MySQL you're already using: $ sudo apt-get purge mysql-client-core-5.5 Now, to install MySQL, run the following command from a terminal prompt: $ sudo apt-get install mysql-server $ sudo apt-get install

1 13 408
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: