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

Search In

Listing custom taxonomy terms in WordPress

Most used concept of the WordPress is custom taxonomies as well as custom post. We can build our own custom post as well as taxonomies. If you want to list terms of your custom taxonomies then you can simply use function named get_terms which takes t

Implement hook_theme in drupal 7

As per Drupal's definition "A hook is a PHP function that is named foo_bar(), where "foo" is the name of the module (whose filename is thus foo.module) and "bar" is the name of the hook. Each hook has a defined set of parameters and a specified resul

HTML keygen Element

The HTML keygen element is used in submitting the forms with security. This submits a public key and generates a private key. It is used in the form to generate key pair. When we submit the form, it creates two key pair, one is for Public Key and o

Customer creation on Braintree

Welcome to FindNerd. Today we are going to discuss the customer on braintree. Braintree is a company of paypal which provides different payment tools. You need to integrate the library of braintree with your project. It is available in different pro

Thread Safe Dictionary (ConcurrentDictionary)

.NET has introduced a thread safe dictionary (4.0 onward). Essentially, it does something similar like conventional dictionary plus lock system. Read the MSDN documentation for the same at following link: http://msdn.microsoft.com/en-us/library/ee37

Select only one element of checkbox at a time using jquery

Many times we need to select only one element at a time in checkbox because mostly in checkbox is used for multiple data selection. This blog illustrate how we can select only one element of checkbox at a time using jquery.   See the below Code:

ASP.NET Login Controls

Using Login control, we can have a ready to use interface. We integrate login controls with ASP.Net membership and form authenticate to automate user authentication for a website. When a user click on Login button of Login control, Control validates

How upload only max 4 images in PHP?

Hello Reader's if you are developing the website and you want to restrict file upload to max of 4 then you can use the code as below:- The logic for this condition is you just have to return false is count of array is more than 4. Let's see how is i

Data with HTTP

While requesting for the data parsing the request and then providing the response is mainly done by using the TCP/IP model.   We need to ensure that it is being done while making the HTTP request and the HTTP response.     These a

Localization of a module in DotNetNuke

Introduction While creating a website to reach more and more people irrespective of their language, it becomes the need of the time to make the website a multi-lingual application. DNN achieves localization through the use of resource files. Resour

1 38 633
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: