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

Search In

Wordpress “The Loop” have_posts and the_post

The following example can be used to refer if any posts exist. It have two functions like 'have_posts()' and 'the_post()'. The function 'have_posts()' checks to see if the current wordpress query has any results(post) to loop over, and the function

Memory error during clustering.

Hello Everyone, I have to do clustering on a data set, the size of my current data set is 10000 x 3 in form of tab separated value and the elements of data set are integers. For clustering was using MATLAB Artificial Neural Network t

Wordpress Custom Archive

Today we will discuss about archive.php template page. Archive page is the great way to bring together your all old content in one page. It allow you to list your monthly archives, category archives, tag archives, author archives, and anything you

IEnumerator

What is IEnumerators ? IEnumerators are used to allow a program to yield things like the WaitForSeconds function, which tells the script to wait without hogging the CPU. StartCoRoutine essentially runs a function in another thread when used with yi

How to create a server in Node.js

Hello Readers. Node.js is very popular in market in creating of real time applications.Here's the example of how we can create the server in our local system to run the Node.js applications. var http = require('http') , static = require('no

Convert file to Byte array in c#

Now since most of the applications are using APIs for data communication between server and client, the requirement of converting files to Byte array has increased immensely. e.g. If we need to Upload a zip file to azure blob then we need to convert

Creating a Generic function to clone an object using extension method

This is an extension method that operates on different types of objects and creates its own copy. This method is generic so it can clone different types of objects public static T Clone<T>(this T source) { var dcs = new DataContrac

Liferay: Disabling Reset password screen after Registration

You can disable Reset password screen that comes on first login after Registration. Use the below steps to hide the Reset password screen: If portal-ext.properties is not available then you can manually create portal-ext.properties file into the /t

Liferay: Disabling the password reminder question after the first login

You can disable the password reminder question when user logs in portal for the first time after Registration. Use the below steps to hide the password reminder question screen: If portal-ext.properties is not available then you can manually create

Redirect not found page to home page in CakePHP

When we try a wrong URL in cakephp then it displays an error page with error message: "Controller class could not be found". We can override this message and also can handle this exception using Error.php of cake. We can override this function in

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