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

Search In

Helpers

Helpers in rails framework are live example of modules of ruby. The methods which are defined in helpers are available to the templates(view) by default. These helpers are called template helpers. Some examples are 1)date_helper.rb has methods like:

Push Notification for Android using Laravel 4.x

There are few steps which we have to follow to implement Push Notification. Step 1: First we will write the api to get token and device type . Here is the controller code of push notification. public function pushNotification() { $validator

Monetize your Application by adding Ad banners in your android application

Adding ad banners into you app To monetize your app you can add advertisements and earn revenues based on viewers visiting the ads. You'll see below how easily you can add advertisement banners through Admob. Admobs is a Google acquired company and i

memcpy() in C

memcpy() This method as the name suggest memcpy() i.e memory copy is used to copy a number of bytes i.e a block of memory from one location to another location. Syntax of memcpy(): void * memcpy(void *to, const void *from, size_t numBytes); Pro

idref Element in Spring

Spring idref Attribute : The idref is an attribute used in spring configuration. In spring, idref is used to pass the id or name of a bean as a string to other bean. Before using the idref, ensure that the bean must be defined in configuration with

Life Cycle and Callback Methods in Spring Bean

Spring Framework defines some callback methods at the time of bean life cycle. These callback methods are used to perform some useful operations between the bean initialization to bean destroy. Spring provide two interface InitializingBean and Dispos

Standard events of ApplicationContext in Spring

Hello Guys ApplicationContext is manages complete life cycle of the beans in spring application. The ApplicationContext publishes many types of events when loading the beans. For example: ContextRefreshedEvent : It is published when the ApplicationCo

How to make forgot password in codeigniter

Hello Reader's if you are new to codeigniter framework and want to make the forgot password module in it then in this blog you can learn how do this. Now lets start building this:- As the developer point of view every step is to be consider

PHP file handling

FILE HANDLING File handling is very important for any web application. With the help of file handling feature in PHP, you can store and retrieve a wide variety of data. PHP has several functions for creating, reading, uploading & editing files.

How to resize and save image in Odoo-8?

In Odoo first create the modules and then create a new field that saves images. Now to upload them correctly in your database and to resize images automatically and store them in database you can use the below function or steps I have mentioned: Ste

1 393 481
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: