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

Search In

Add & Remove Application in AngularJS

Hello Readers, Hope you are doing good today. The below code example will provide you a demo to create simple cart application using AngularJS. Using this you can Add and Remove item in your application.   Include required library file in&nb

Magento shipping module configuration

To create new magento shipping module need to know all the useful functions to be used inside the shipping method class to put in various configuration options. When looking for available shipping methods, Magento first gathers all available carrier

Converting code from C to PHP

Hi! I have a question about a small piece of code in C to make the same piece of code work in PHP, it has to do with a bit shift and I can't figure out what's wrong. C: unsigned u = 3910796769; u += u << 8; printf("%u\n",u);&

Snackbar in android

Basically snackbar use to show message like a Toast but here the advantage is we have event to interact in it. It shows message on the bottom of the screen. And it will remove when we swipe off. First of all add this in your gradle file dependenc

How to make workflow transitions in OpenERP/Odoo ?

To make workflow transitions in OpenERP/Odoo ? If you want to make workflow transitions in OpenERP(Odoo) follow the below mentioned code and paste it in your workflow_xml file: <record id="trans_idea_draft_confirmed" model="workflow.transition"&

How to run sql queries using JSTL

Run sql queries using SQL tag in JSP We can run SQL queries directly in JSP page using "sql" tag. Suppose we have a 'postgres' database, with below credentials: db:'test' user: root password: 123 table name: user which have a column 'userName'. Be

Magento shipping module configuration

To create new magento shipping module one need to know all the useful functions to be used inside the shipping method class to put in various configuration options. When looking for available shipping methods, Magneto first gathers all available car

HTML onload event

This event is fired when an object has been loaded. This event is used mostly with the body element to execute a script, after the page loaded all content (including images, script files, CSS files, etc.), this event will be fired. It also help users

DataTables: Table plug-in for jQuery

DataTables is a jQuery plug-in designed for creating flexible HTML tables. It has following features: * It provides Instant search, Pagination and multi-column ordering * It has Supports for any data source like DOM, Javascript, Ajax and server-sid

Add camera node in sceneKit

  Adding Camera node  provide us the point of view from which we view our scene. To add camera node we have to simply make the SCNCamera object and assign it to node’s camera property.       let scene = S

1 365 423
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: