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

Search In

Login With Username or Email And Password - Cleaning Up The Reg Page

Php Folks! You know others in other forums suggest I use regex but yet again they never provide sample or I reckon many don't know the regex. I will mention your sample on other forum and link back to this thread. Hopefully, a lot of newbies wou

Extracting album art/album cover image from a mp3 file using getID3 in Cake PHP?

In the previous blog Extracting metadata info from a mp3 file using getID3 in Cake PHP? i explained how to extract information regarding a mp3 file using getID3. In this blog i will explain how to extract the image (if its there) inside a mp3 file us

How to upload files to Bitbucket in Ubuntu 14.04?

Hello friends, welcome to findnerd. Today I am going to tell you how to create repository and upload files to Bitbucket using command line in Ubuntu 14.04. Before creating repository to Bitbucket, you need to have an account first.  Getting sta

How to Create RESTful API using NodeJS & MongoDB

So the first question will come in your mind is, What is REST?   Well, REST is an abbreviation for “representational state transfer”. It is an architectural style and also can be defined as an approach to communication that is

How to play video online using .Net

"How to play video online" For cutting a frame from a video, please refer to my following blog: Cut frame from a video In this article we will take a overview on cutting a frame using ffmpeg.exe file and then will discuss how to play the video o

How to login in Cakephp using Email and Password or Username and Password

Hello Readers, If you want to login the cakephp application using the email or username and password Use the below code: $username=$REQUEST['login']; $email=$REQUEST['login']; $password=$REQUEST['password']; Here $REQUEST be the superglobal variab

Java 8 Iterable.forEach() vs foreach loop

foreach loop In Jdk 1.5 generics concept can be introduced and do some enhancement in for loop and the enhanced for-loop is introduced. The enhanced for-loop is reduce the overhead to print the values of the arrays and collections because it works o

How to Add Action and Menus in Odoo

To add action and menu in Odoo Action- There are different types of actions in Odoo: 1- Window: Opening of a new window 2- Report: The printing of a report 3- Custom Report: The personalized reports or RML Report: The XSL:RML reports 4- Ex

How to write velocity templete in liferay

Hello guys I am writing a blog about Velocity, Which is an open source templating technology. Velocity is java technology based template engine. Here, We will take reference of objects/variable which is defined in Java code with the Velocity temp

How to copy text to ClipBoard

If you are looking to copy the text from android widgets to clipboard, you can use the below code TextView contentTextBox=(TextView) findViewById(R.id.tv_content); //get textview from which you want to copy the content String textToCopy = contentT

1 199 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: