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

Search In

Difference between const and var

Hello Readers! In this blog we will be discussing about the different identifiers. What is the difference between them and when to use which identifier? First lets start with the const.     Const : is used to declare a variable whose val

How to handle UIPanGestureRecognizer and moving your all images w.r.t moving image.

The following code help your image to move using UIPanGestureRecognizer. While moving your selected image other images set there location automatically. -(void)addImageToScrollView { float x=5,y=40,width = 100,height = 100,spaceH = 5,spaceW

PHP - A brief Overview - Part -1

This posts will provide you a brief overview of PHP which is the most popular web development language. It is targeted to the audience having basic knowledge of programming. The readers searching for more in-depth knowledge will be disappointed. Thi

How to calculate two fields and show total in third fields in openerp

To create two float fields in openerp you have to make third fields function and also this is a auto calculate in openerp. Like:- field3 = field1 + field2 EXAMLE - 'field3' : fields.function(get_total, method=True, string='FIELD3',type='integer')

JavaScript Object Properties

Properties are defined as the values that are associated with a JavaScript object.It is also called the very important part of Javascript. A JavaScript object is made up of a collection of un-ordered properties.It can be changes, added, deleted. syn

Best method for running all HTML pages act as PHP files

If you need something like all of your's html pages to be run like php files you can do the steps below:- Step 1 Create a .htaccess file on your root. Step 2 And add the line below AddType application/x-httpd-php .html .htm Or if you are using

Laravel 4.x Localization

In laravel 4.x we have lang class which will help us to retrieving string in different languages that will help us to easily support multiple languages. The folder structure for lang files are /app /lang /en messages.php

Strings in laravel 4.x

There are n number of functions of strings in laravel 4.x which is used to perform action in string that are camel_case: camel_case is a function which is used to convert the given string to camelCase. Example: $camel = camel_case('foo_bar'); Res

Laravel 4.x Carbon Class

The Carbon class is inherited from the PHP DateTime class. Example: <?php class Carbon extends \DateTime { // code here } ?> There are n number of situation when we want to get the 1 day or 2 days old data. For this we will do calculati

Get the query executed in Laravel 4.x

In Laravel 4.x, We have a function by which we can run our query the syntax is Syntax: DB::getQueryLog() By using this function We can run our query. Example $queries = DB::getQueryLog(); $last_query = end($queries); We have also profiler pac

1 14 217
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: