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

Search In

The difference between constant and variable

In php we have both constant and variable A constant is a name for a value which can not be changed during the execution of the script. It start with a letter or a underscore. It start with constantname().   The differences- There is no ne

Printing current Date in Java

Date Class in java: There is a Date class in java under java.util package which can be used to print the current dates. There can be various ways to print the current date. Lets see with the help of example: import java.util.Date; public cla

AppData folder i.e. %appdata%

In Windows Application programming, many developers create the log file in the app directory which is not always available to a regular user and its not a good idea. The log file should probably go in the AppData folder i.e. %appdata% as long a

How to get the version numbers for Cakephp ?

I am writing this blog for beginners who are learning Cakephp. When you learn Cakephp then first thing that reminds is that which version are you installing Cakephp. To know the version of Cakephp let me tell you that there are two ways for getting t

How to show different products in different stores in magento

How to show different products in different stores. In magento sometimes we are required to show different number of products under same category in different store views. To do so we can apply changes in visibility of the manage product from admin

Magento- category import and export extension

Hello Readers, This post is going to explain "how to import - export all categories of one setup to new setup in magento through extension". Manually, it will take a lot of time to import category one by one. So, here you can download impor

Rigidbody in Unity

Rigidbody means the object will be controlled by physics. If you add this component to your object then it will be totally controlled by physics engine of unity.  If you want to detect collisions to your objects then you have to add rigidbody to

How to manage error log in cakephp in 2.4.1 version?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to manage error log in cakephp in 2.4.1 version? If you want to create error log file in your CakePHP web application so firstly you have to search location to error.log file in

How to fetch Post in Wordpress

Hello Friends, If you are new in Wordpress and looking to fetch any specific post data. Please review the code below:: //Here we are going to fetch post named Vacancy. $args = array('post_type' => 'Vacancy'); $loop = ne

Template path hints in magento

Hello Readers, If you want changes in any page inMagento, Then you should surely know from which file the code is generated. In magento, the code on any page comes from different phtml files.  if you are beginners, you should know about tem

1 22 117
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: