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

Search In

How to split a String

Below I have written a code to split a string. Suppose we have a string name imagePath and we are going to split by "/" by using split method in java. String delimiter = "/"; String[] img; if (imagePath.contains("/")) { img = imagePath.split

Login Authentication

Below i have written the code for Login Authentication, this code will check that weather the entered name and password are there in database or not. The following code will return true boolean value if the entered name and password exist in database

Enhancement in define function php

Welcome to Findnerd. We all knows and have used the define function in PHP but it is improved little bit. Now we can assign the array to the constant using define function. Please have a look. define('TAX_RANGE',[9.25,10.25]); In above example we

Progress bars in Bootstrap

Progress bars in Bootstrap. Bootstrap helps in providing up-to-date feedback on the progress of a workflow or action.This can be done by using progress bars.You can also add label to the progress bar thus making it more user-friendly. <div class

How to create Circular Reveal Effect like WhatsApp in Android

While sending a photograph/audio/video/contact through WhatsApp in Android, we have to use a attach button at the top right corner, clicking on that button makes a circular reveal effect. To show or hide a group of UI elements we called it a Reveal A

html link

How can you create image as a link in html. You can make an image as an link as through following coding.This make your link more eye-catchy and you can also make logo as link thus making your page more effective. <a href="default.asp"> <

YAML in Odoo

In YAML first we have to check all xml file in addons then after get access to the new API in Python YAML tag. . For example you can see below code. !python {model: account.invoice, id: account_invoice_customer0}: | self # is now a new api reco

Find Layouts with the specific JournalArticle in AssetPublisher portlets

Hello Guys Here, We find all layouts with the specific JournalArticle in AssetPublisher portlets. With easy requirements someone publish a JournalArticle with specific Tags i.e TagA, TagB. On the other pages (Layouts) of the liferay portal, we hav

Remove all special charracters and replace white spaces with hyphen "-" using PHP

Hello Readers! if you want to replace all the sepecial charracters from a string and replace white space by hyphen '-' then the code below will help you to learn:- first we will replace all the white space with hyphen "-" from the string function c

Joomla 3.0 favicon

You can easily change favicon in Joomla using the following steps. First Create your Favicon with the dimensions 16x16 pixels, once you create it save it by using the name "favicon.ico". We can easily generate favicon using the free online gen

1 516 596
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: