
Search In
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
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


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
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"
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
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
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
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
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
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
