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

Search In

How to create cron job in liferay

Cron job is a UNIX tool, its scheduling capabilities are powerful and proven. The CronTrigger class of cron is based on the scheduling capabilities.   CronTrigger uses “cron expressions”, which are able to create firing schedules s

Multiple File Upload in cakephp

Multiple File Upload in cakephp by one user and save the images name  in one column in database :   Hello readers, This is a small blog on how to upload multiple file in cakephp. This is very simple and useful code, hope this code will be

How to change product id in your account module in OpenERP(Odoo-8)?

In OpenERP, create a custom module like: demo and then create file like: demo.py file in your demo module and demo.py file pass in your other file __init__.py file. And then create other file demo.xml file and pass this file in your other file like a

Namespaces And Scopes in Rails

As we know that in rails, in order to reach to any page or URL we have to create routes and resources for the same. Namespaces and scopes are wrappers which can hold our resources inside them and create the routes accordingly. Namespaces Now if

How to create a Google coloured button?

Hello readers, Today in my blog I have tried to create a Google colored button.   Before creating this a question arises in my find is it really possible to change each letter in a button to a different color at the same time on hover.  

How to create user authentication plugin in joomla

Authentication plugin provides facility for user to authenticate the user from any source such as database. As all the plugins in Joomla are inherited by jPlugin class so we can create our own custom plugin which will inherit from base class for usin

How to make HTML by using the Json Array

Hello Reader's If you having the data coming from the Json array and you need it to show in html table. Then you can perform the short Jquery action for making it automated restful service. Here the code of javascript var _table_ = document.create

How to save and fetch data in local device in android .

Here I have created save data item and fetch data Item from local server. In below code first I have created DatabaseSave class and craeted database like Caller name ,CallerDetails,CallNumber etc. After defining database class I have created table an

How to create a class and object in php

class rect { public $length=0; public $width=0; public $area=0; public function getData() { $this->length=10; $this->width=20; } public function area() { $this->area = $this->length * $this->w

Liferay: How to create Custom Action By Hook?

We can modify Liferay JSP, services, properties by using Hooks. One of the main use of Hook is we can implement our Custom Action. So what is Custom Action? When you see portal.properties in your liferay source code. You will see there multiple

1 59 370
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: