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

How would you create Sessions in Cakephp

Hello readers , this is a small blog on session in cakephp. Sessions are the most useful and important function of PHP. I think Sessions are used in every website. Sessions can be used in  e-commerce website, job portals, payroll systems ...

How to use counter increment in CSS

If you want to increase the counter of the listing we can do that easily with the help of counter increment using CSS. This can be used like an variable in javascript and you just have to increment the value of the variable using CSS rules and...

Record a sound in iOS

To record the sound in ios we can use the code below:- To record the sound first set the delegate of AVAudioRecorder in AudioRecorderViewController.h File like #import "AudioRecorderViewController.h" @interface AudioRecorderViewControl...

How to compress video before uploading it to server ?

We know uploading a video on server is a time consuming task but by using third party libraries we can compress video file faster. There are many libraries available but this one is good, you don't have to add any ndk with this lib : FF...

Pattern Class and Pattern Object of Regular Expression

A compiled representation of an object which would be created after invoking one of it’s method of Pattern class is known as pattern object. These methods accept regular expression as an argument and matches with the given input. This class...

Create a Transformation in Pentaho

Hi Friends. In this blog, I'm going to explain how you can create Transformations in Pentaho Spoon. I shall Extract data from a DBF file, will apply simple (no) Transformation and Load into MySql database. Pentaho comes with different comp...

What is MVC architecture in Angular JS

MVC is Model-View-Controller architecture designed for web development. It has three main parts: In angular the way we organize things is different from the others in javascript. Model: Model contains all the information that is responsible f...

Get correct path of file stored in device

Sometimes we faces some problem in getting path of selected files, like till kitkat version we have three types of document storage that are ExternalStorageProvider DownloadsProvider MediaProvider but in above versions we have ...

Manage image rotation programmatically

Hi we know that we have lots of devices available in Android market with different-2 resolutions and functionalities like we have some issue with samsung and lg devices while capturing images from camera, we basically gets the wrong orientation o...

Chapter 4:Angularjs Services

In previous blog we have take knowledge about how we will use angularjs and how important role directives play while using angularjs.If you have not read previous blog then kindly request first read that blog then carry forward to read this ...

How to embed a Tweet on Your Website or Blog

  Twitter is one of the most prominent sources of traffic to your blog post or even your business website. On Twitter, a user can create a profile, where they can share their views, news, ideas, and media like images, video and animation....

Chapter 3: Angular.js with UI Logic(Controller)

In the previous chapter we have discuss what is angularjs and what are the directives before proceeding to next chapter where we will practically try to implement all this it is necessary to know about angular.js definition and directives. As ...

MySQLi - An improved and enhanced MySQL extension

After depreciation of mysql_* functions from PHP 5.5, MySQLi and PDO are two most popular and preferred options to interact with MySQL databases in PHP. This article demonstrates the introduction of MySQLi and highlights the reasons behind the de...

How to Convert List to DataTable in C# and VB.NET

In this blog I described how to convert list objects to DataTable. There are several method to convert list objects to DataTable. In this blog I used List interface for conversion. It is a generic method, it converts all types of list into DataT...

Apk signed with same certificate as the previous version

To make a android apk in flash builder is having very simple steps. Export release build Choose certificate and build the project and you got your apk. Here the certificate are very easy to create, choose create and fill the details and ...

How to debug Windows Service Applications in C#

When we creating a windows service, we need to test it before installing.Window service is not directly run through Visual Studio.There are many other method to debug the window service. I explained here one of the method to debug the window serv...

How to generate random number in MS-Excel

Random number generator is used to generate random no as much as you want and also you can specify the range in which you want the numbers.   Steps to use random number generator: Select Data Analysis from them Data menu: ...

Branding: How Do You Kick Things Off With A Facebook Page?

                                                                    ...

How to set automatic email reminder using Cron Job?

Hello friends, today I am going to tell you how to set an email reminder or email notification. This can be done via Cron Jobs. Cron Jobs is helpful for reminder purposes or if you don't want to send same email every week or every single day ...

Chapter 2: What is Angular Js and Directives with example

Angularjs is a javascript library which is perfect for single page application(SAPs). Angularjs is nothing just a javascript library which extends HTML with new markups. Single page application are those web application which will load a single w...

How to use event.data property in jQuery ?

Hi Reader's,   Welcome to FindNerd, in this blog I will guide you to use event.data Property in Jquery. Basically event.data property is used when the current executing handler is bound. so we can say that it is an optional obje...

Capability Maturity Model [ CMM ]

CMM Model:- Capability Maturity Model [CMM] individualizes an expanding sequence of levels of any software development association. This follow the concept like as “highest level of the model then best of the software development process...

Create your own component in cakephp

Suppose in our application we need to perform a  mathematical operation in many different parts, then we could create our own component to  use in many different controllers.   1. First create a file named MathComponent.php i...

Chapter 1: Get Starting with Angularjs

Before starting Angularjs we should know: 1) HTML & CSS 2) Javascript   Then second question comes in my mind is "Why we use Angular" For this I have collect few point that are: 1) When we want to make dynamic s...

Soak Testing

What is Soak Testing?   This is a non-functional testing. In the Soak Testing, the System under Load (SUL) is checked that it can face an immense/large volume of the load for an extended timeframe.   Soak Testing is only a k...

How to use appendTo()event in Jquery ?

Hi Reader's,   Welcome to FindNerd, today we are going to discuss how to use appendTo()event in Jquery. Basically appendto() method is used for inserting specified content of HTML elements at the end of the selected elements. &nbs...

SAAS and Enterprise Level Applications Features & Advantages

Nowadays the Enterprise Level Apps are gaining more importance and the advantages are really outstanding. Enterprise level apps are basically Saas ( Software as a Service ) based. SAAS based application provides the advantage of combination of va...

jQuery checked( ) event

checked( ) property is used in jQuery to manipulate the elements on the checked event of radio buttons, input buttons and select elements. For working on options of select element we should use selected( ) event. As shown in example below we c...

Change background color of uibutton using subclass method

Hello all ! Explanation is, Suppose we want to change the background color of the UIButton when it is selected and when reSelected change it to the default colour. There are many methods for doing so and one of them I am explaining below :- ...

How to use blur() Method in Jquery ?

 Hi Reader's,   Welcome to FindNerd, today we are going to discuss how to use blur() Method in Jquery. The blur() Method occurs when an element loses focus hence we can say that blur() method is used for attaching a function to ...

How to use bind() Method in Jquery ?

Hi Reader's,   Welcome to FindNerd, today we are going to discuss how to use bind() Method in Jquery. The bind()methods is one of the most important aspects of dealing with events through jQuery. Basically,the bind() method affixes ...

Camera Projections in Unity

The camera view can be either set to perspective or orthographic. You can change this by going to the camera settings as shown in the image below :-   1. Perspective Camera : In this the closest things seems bigger. In gaming it r...

How to insert value in an auto incremented column in SQL

How to insert value in an auto incremented column in SQL Sometimes we have situation to insert value in an auto incremented column. Let's discuss this with a simple example. Example 1) Here is my table structure. CREATE TABLE St...

How to Get Your Product from Idea to Prototype to Production

With easy access to 3D printers, design software, and crowdfunding, inventors can easily create a prototype of their product. However, they need to select one of the following types first: Presentation Prototype: This combines off-the-shelf...

jQuery Animation

jQuery is a flawless library, and for a long time now it has changed the path many engineers take on for their ventures. At the point when jQuery was made, CSS couldn't make complex movements, leaving JavaScript as the best approach. jQuery p...

How to use append()event in Jquery ?

Hi Reader's,   Welcome to FindNerd, today we are going to discuss how to use append()event in Jquery. Basically append() method is used for inserting specified content at the end of the selected elements hence we can say that this ...

Difference between offset and postion in jQuery

The contrast between the jQuery's offset() and position() techniques concerns the path by which the top and left organizes are figured. The previous dependably alludes to the guardian component's directions, while the last may compute suc...

Set RectTransform Right, Left, Top and Bottom value via script

One can easily change RectTransform right,left,top and bottom value using script in this way :- object.GetComponent<RectTransform> ().offsetMin = new Vector2 (0,-1);//left-bottom here "0" indicates Left value and "-1&...

What is splunk

Hi All, In this blog I'm going to discuss about the Splunk, which is an engine for collecting, analyzing and visualizing the data.   Splunk is nothing but a software or rather we can say an application just like a google search ...

5 Easy Steps Your Business Can Take To Stand Out

The world of business is growing exponentially as time passes. Entrepreneurs and small business are practically coming out of the woodwork in the United States – which is a great thing! Small businesses mean more niche products and services...

create element with dynamic id on click event with jquery

If you want to create multiple elements with dynamic id on click of button or an HTML element see below program for reference. /* The following html/jquery snippet will create multiple input boxes with dynamic id on clicking an individual elem...

Formal Review With Its Main Steps

Formal Review:- There are few techniques which are followed by the 'Formal Reviews' properly. Formal review method is a well organized and classified technique. There are mainly six primary steps involved in a proper review method.&nbs...

Problem in Drupal 6 after updating PHP version from 5.3 to 5.5

Drupal 6, Fatal error: Cannot redeclare class view in /var/www/html/mysite/profiles/drupal_commons/modules/contrib/views/includes/view.inc on line 19 I had a working website in Drupal 6 and with PHP 5.3.5. But after updating my PHP version to ...

How can the gameobjects in unity be moved back and forth linearly

If you want to move gameobjects back and forth in unity than you can do this by using a function  Mathf.PingPong. This function takes two float values we can say 'q' and 'length'. It will ping-pong the value 'q' so t...

How to run nodejs app as a desktop application using electron

Hi All, While working on one of my project we had a requirement where we need to run our web application as a desktop application and to do that we found a solution called Electron which can w=be used as an installer and it run on various p...

Import excel sheet into database using PHP

Hello friends, This tutorial will help you to insert excel sheet data into the MySQL database using PHP I have also included the snapshots which will help you to understand more clearly.   Import Students: You can import students by cl...

What is regular expression?

Regular expression or Regex is an API which is used for pattern matching and it basically defines a search pattern of input.  We can also search, edit or manipulate text or data from regular expression. Let’s suppose if we need to defi...

Different ways to dynamically add list items at the end of the list using jquery

Whenever we use lists (either Unordered-ul or ordered-<ol>) in html, in most of the cases there comes a need to add dynamic elements at the end of the list. This is achieved using  javascript or jquery. Jquery being a fast and commonly...

How to Create a Group in Facebook Effectively

Are you thinking of creating an online community? Do you want a nice and related traffic for your post? Do you want to grow your business via group posting, where you don’t have to wait for your post approval? ...

Rendering Modes of Canvas

Canvas is a game object where all the UI elements are children of it. It has a canvas component attached to it.  All UI elements can only be visible inside a canvas. If you directly create an Image then Canvas will be created automatically w...
1 97 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: