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

Search In

REST API in joomla 3.4 with SLIM Framework PART 1

Say Hello to Slim World Today I am going to reveal first part of building REST API in Joomla 3.4 with SLIM Framework. To get started with Slim, here is small introduction about slim framework that is written on SLIM official website. "Slim is a PHP

Objects and method parameters and return types in Objective C

Objects: In general objects are the real world entity. Earlier the two functions communicate with each other using the function call(say programming in c) but the programmer need more better approach for communication between the two functions or cl

Create animated css3 buttons

Hi Reader, If you want to create an animated button using css3, below is the code example. Here I am posting some css 3 animated buttons just copy paste and enjoy the code ;) . button { font: inherit; color: inherit;

How to create workflow in openerp

To create workflow in openerp use these below step In academy.py file import academy.py In __openerp__.py file data:["academy.xml", "academy_workflow.xml"], In academy.py file class session(osv.osv): _name="session" _colum

EAGER LOADING IN RAILS

In each & every real life scenario our utmost focus is on saving the time. In terms of DB we can save this time by reducing the number of SQL queries fired. This is what “Eager Loading” is used for. Rails provide us 3 methods to perform Eager Lo

How to validate coma seperated emails using Javascript

Hello Reader's, If you are developing the form for multiple email address as input, then you need to validate each email individually. You can do it by validating on submit or after submit. By using the Jquery script you can do it on user end, It w

Kinds of Parameters in C#

Parameters  are variables that are passed into a function which defines how something should be done. The values which are passed into the function are known as arguments.   There are five methods of passing the parameter:- Value type

How to add RecyclerView in dialog box

In the below layout example, I have created a dialog box with RecyclerView. Here I have added first RecyclerView dependency to Grandle file. Now in next step I have Created a Main RelativeLayout. All layout added in Main RelativeLayout then created L

How to add assignments to Projects in SharePoint 2013 using CSOM?

In SharePoint, each project has its own tasks, assignments, team members etc. While creating projects in SharePoint we have to also create tasks, assignments, team members and custom fields. Here below is the sample code for creating assignments in

Rails Environment Configuration Variables

While developing Rails application we need to keep our project specific sensitive information secure. For example api keys for third parties like stripe, paypal or passwords or configuration data such as the URL. We can set these as environment vari

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